Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

My css is not visible in aem

Avatar

Level 3

hi everyone,

I started created one website on aem i created one component and add content in body.html file  then i created clientlibs folder under apps/myproject and add css and js files in that folder and refrence this css files and js files in body.html file 

<sly data-sly-use.clientlib="/libs/granite/sightly/templates/clientlib.html" />

<sly data-sly-call="${clientlib.css @ categories='Carnival.components'}" />

<sly data-sly-call="${clientlib.js @ categories='Carnival.components'}" />

but on my page css and js is not working only contents are shown in scattered way

thanks in advance

10 Replies

Avatar

Employee

Hi pranjalk45087228,

If on AEM 6.4, did you use allowProxy when using clientlibs? On what version of AEM are you one? Also, did you declare the categories of clientlibs folder?

Regards,

Manish Singh

Avatar

Community Advisor

Could you please let us know-

Which version u are using.

where did u register the clientlibs.

Could u share the body.html complete file.

I hope u have created a sample project using maven archtype which will give you a sample page working and u can understand the logic as well like how it works.

Avatar

Level 3

i am using aem 6.4

i share my body.html file

<!DOCTYPE html>

<html dir="ltr" lang="en-US">

<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8" />

<meta name="author" content="" />

<!-- Stylesheets

============================================= -->

<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.1.3/css/bootstrap-grid.css" type="text/css">

<link rel="icon" type="image/png" sizes="10x10" href="images/fevicon.png">

<sly data-sly-use.clientlib="/libs/granite/sightly/templates/clientlib.html" />

<sly data-sly-call="${clientlib.css @ categories='Carnival.components'}" />

<sly data-sly-call="${clientlib.js @ categories='Carnival.components'}" />

<!-- Document Title

============================================= -->

<title>Derien | Home</title>

</head>

<body class="stretched">

nitin

<!-- Document Wrapper

============================================= -->

<div id="wrapper" class="clearfix">

<!-- Header

============================================= -->

<header id="header" class="full-header transparent-header dark static-sticky" data-sticky-class="not-dark" data-sticky-offset="200">

<div id="header-wrap">

<div class="container clearfix">

<div id="primary-menu-trigger"><i class="icon-reorder"></i></div>

<!-- Logo

============================================= -->

<div id="logo">

<a href="index.html" class="standard-logo" data-dark-logo="images/canvasone-dark.png"><img src="images/canvasone.png" alt="Derien Logo"></a>

<a href="index.html" class="retina-logo" data-dark-logo="images/canvasone-dark@2x.png"><img src="images/canvasone@2x.png" alt="Canvas Logo"></a>

</div><!-- #logo end -->

<!-- Primary Navigation

============================================= -->

<nav id="primary-menu">

<ul class="one-page-menu" data-easing="easeInOutExpo" data-speed="1250" data-offset="65">

<li><a href="#" data-href="#wrapper"><div>Home</div></a></li>

<li><a href="#" data-href="#section-about"><div>About us</div></a></li>

<li><a href="#section-services"><div>Services</div></a>

<ul>

<li><a href="#section-services"><div>Mobile Application Development </div></a></li>

<li><a href="#section-services"><div>E-commerce and Web Development</div></a></li>

<li><a href="#section-services"><div>Custom Development</div></a></li>

<!--<li><a href="#section-services"><div>SAP CEC</div></a></li>-->

<li><a href="#section-services"><div>DevOps & Infrastructure </div></a></li>

<!--<li><a href="#section-services"><div>CRM and ERP Capabilities </div></a></li>-->

<li><a href="#section-services"><div>CUSTOMER EXPERIENCE</div></a></li>

<li><a href="#section-services"><div>IOT ( INTERNET OF THINGS)</div></a></li>

<li><a href="#section-services"><div>ANALYTICS </div></a></li>

<li><a href="#section-services"><div>E-LEARNING AND CONTENT MANAGEMENT </div></a></li>

<li><a href="#section-services"><div>ARTIFICAL INTELLIGENCE AND ROBOTICS</div></a></li>

</ul>

</li>

<li><a href="#" data-href="#section-career"><div>Career</div></a></li>

<li><a href="#" data-href="#footer"><div>Contact</div></a></li>

</ul>

</nav>

<!-- #primary-menu end -->

</div>

</div>

</header><!-- #header end -->

<section id="slider" class="slider-parallax revslider-wrap clearfix">

<!--

#################################

- THEMEPUNCH BANNER -

#################################

-->

<div class="tp-banner-container">

<div class="tp-banner" >

<ul>    <!-- SLIDE  -->

<li class="dark overlay-b" data-transition="fade" data-slotamount="1" data-masterspeed="1500" data-thumb="images/slider/rev/ken-1-thumb.jpg" data-delay="10000"  data-saveperformance="off" data-title="Responsive Design">

<!-- MAIN IMAGE -->

<img src="images/slider/rev/ken-1.jpg"  alt="kenburns6"  data-bgposition="left center" data-kenburns="on" data-duration="10000" data-ease="Linear.easeNone" data-scalestart="130" data-scaleend="100" data-bgpositionend="right center">

<!-- LAYERS -->

<!-- LAYER NR. 2 -->

<div class="tp-caption customin ltl tp-resizeme"

data-x="280"

data-y="200"

data-width="900px"

data-customin="x:0;y:150;z:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;s:800;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"

data-speed="800"

data-start="1000"

data-easing="easeOutQuad"

data-splitin="none"

data-splitout="none"

data-elementdelay="0.01"

data-endelementdelay="0.1"

data-endspeed="1000"

data-endeasing="Power4.easeIn" style="z-index: 3;">

<div class="emphasis-title nobottommargin">

<h1><span class="t700 font-body opm-large-word nocolor">We@De<!--<span style="margin-top: 20px;"><img src="images/arrow.png"></span>-->rien</span> </h1>

<!--<p style="font-size:18px; margin-left:190px;">Innovation Technologies</p>-->

</div>

</div>

<div class="tp-caption customin ltl tp-resizeme"

data-x="center"

data-y="360"

data-width="900px"

data-whitesapce="normal"

data-customin="x:0;y:150;z:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;s:800;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"

data-speed="800"

data-start="1250"

data-easing="easeOutQuad"

data-splitin="none"

data-splitout="none"

data-elementdelay="0.01"

data-endelementdelay="0.1"

data-endspeed="1000"

data-endeasing="Power4.easeIn" style="z-index: 3;">

<p class="lead" style="text-align:center">Provide world class software on digital platforms and leading edge business solutions that are optimized to enhance customer's productivity and profitability and carry on business in the field of Information Technology, Artificial Intelligence, Software etc.

</p>

</div>

<!--

<div class="tp-caption customin ltl tp-resizeme"

data-x="470"

data-y="450"

data-customin="x:0;y:150;z:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;s:800;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"

data-speed="800"

data-start="1550"

data-easing="easeOutQuad"

data-splitin="none"

data-splitout="none"

data-elementdelay="0.01"

data-endelementdelay="0.1"

data-endspeed="1000"

data-endeasing="Power4.easeIn" style="z-index: 3;"><a href="#" class="button button-border button-light button-circle nomargin"><span>View our Works</span> <i class="icon-angle-right"></i></a></div>

-->

</li>

<!-- SLIDE  -->

<li class="dark" data-transition="slideup" data-slotamount="1" data-masterspeed="1500" data-thumb="images/slider/rev/ken-2-thumb.jpg" data-delay="10000"  data-saveperformance="off"  data-title="Unlimited Possibilities">

<!-- MAIN IMAGE -->

<img src="images/slider/rev/ken-2.jpg"  alt="kenburns6"  data-bgposition="center bottom" data-kenburns="on" data-duration="10000" data-ease="Linear.easeNone" data-scalestart="100" data-scaleend="120" data-bgpositionend="center top">

<!-- LAYERS -->

<!-- LAYER NR. 2 -->

<div class="tp-caption customin ltl tp-resizeme"

data-x="280"

data-y="200"

data-width="900px"

data-customin="x:0;y:150;z:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;s:800;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"

data-speed="800"

data-start="1000"

data-easing="easeOutQuad"

data-splitin="none"

data-splitout="none"

data-elementdelay="0.01"

data-endelementdelay="0.1"

data-endspeed="1000"

data-endeasing="Power4.easeIn" style="z-index: 3;">

<div class="emphasis-title nobottommargin">

<h1><span class="t700 font-body opm-large-word nocolor">We@De<!--<span style="margin-top: 20px;"><img src="images/arrow.png"></span>-->rien</span> </h1>

<!--<p style="font-size:18px; margin-left:190px;">Innovation Technologies</p>-->

</div>

</div>

<div class="tp-caption customin ltl tp-resizeme"

data-x="center"

data-y="360"

data-width="900px"

data-customin="x:0;y:150;z:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;s:800;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"

data-speed="800"

data-start="1250"

data-easing="easeOutQuad"

data-splitin="none"

data-splitout="none"

data-elementdelay="0.01"

data-endelementdelay="0.1"

data-endspeed="1000"

data-endeasing="Power4.easeIn" style="z-index: 3;">

<p class="lead" style="text-align:center">To be a catalyst in the creation and delivery of innovative workforce solutions and services that enable our clients to win in the changing world of work

</p>

</div>

<!-- <div class="tp-caption customin ltl tp-resizeme"

data-x="493"

data-y="450"

data-customin="x:0;y:150;z:0;rotationZ:0;scaleX:1;scaleY:1;skewX:0;skewY:0;s:800;opacity:0;transformPerspective:200;transformOrigin:50% 0%;"

data-speed="800"

data-start="1550"

data-easing="easeOutQuad"

data-splitin="none"

data-splitout="none"

data-elementdelay="0.01"

data-endelementdelay="0.1"

data-endspeed="1000"

data-endeasing="Power4.easeIn" style="z-index: 3;"><a href="#" class="button button-border button-circle t500 nomargin"><span>Check Out</span> <i class="icon-angle-right"></i></a></div> -->

</li>

</ul>

</div>

</div><!-- END REVOLUTION SLIDER -->

</section>

<!-- Content

============================================= -->

<style>@media (min-width: 320px) {

  .row.equal {

    display: flex;

    flex-wrap: wrap;

  }

}</style>

<section id="content">

<div class="content-wrap nopadding">

<div id="section-about" class="page-section">

<div class="container clearfix">

<h2 class="divcenter margin-0 font-body center" style="max-width: 700px; font-size: 40px;">De<span style="margin-top: 20px;"><img src="images/arrow-black.png"></span>rien</h2>

<p style="font-size:13px; text-align: center;">Innovation Technologies</p>

<p class="lead divcenter bottommargin center" style="max-width: 800px;">Derien Innovation Technologies is a young organization, nestled in the heart of Gurgaon , India. We will soon be expanding our operations in other parts of India. Outside of India, we have started building our impression in USA, UK, Europe, Singapore, and entire APAC. We serve both large and small organization across all industry sectors through our brands and offerings </p>

<p class="bottommargin center" style="font-size: 16px; text-align:center;"><a href="#" data-scrollto="#section-services" data-easing="easeInOutExpo" data-speed="1250" data-offset="70" class="more-link">Learn more <i class="icon-angle-right"></i></a></p>

<div class="clear"></div>

<h2 class="center uppercase t300 ls3 font-body">We are into Managed services, AMS, Consulting and Talent Acquisition</h2>

<div class=" nobottommargin">

<div class="container clearfix">

<div class="row topmargin clearfix equal">

<div class="col-md-4 col-sm-6 bottommargin">

<div class="box-1">

<div class="img-stack">

  <div class="text-center" data-effect="fadeInUp" data-toggle="modal" data-target="#pop6">

  <div>

  <span class="fa-stack fa-3x">

  <i class="fa fa-circle fa-stack-2x color-white"></i>

  <i class="fa fa-signal fa-stack-1x color-grey"></i>

  </span>

</div>

<h5 class="color-white">Managed Services and Consulting</h5>

  </div>

</div>

</div>

</div>

<div class="col-md-4 col-sm-6 bottommargin">

<div class="box-1">

<div class="img-stack" data-toggle="modal" data-target="#pop5">

  <div class="text-center" data-effect="fadeInUp">

  <span class="fa-stack fa-3x">

  <i class="fa fa-circle  fa-stack-2x color-white"></i>

  <i class="fa fa-retweet fa-stack-1x color-grey"></i>

  </span>

<h5 class="color-white">AMS ( Application Management and Services) </h5>

  </div>

</div>

</div>

</div>

<div class="col-md-4 col-sm-6 bottommargin">

<div class="box-1">

<div class="img-stack">

  <div class="text-center" data-effect="fadeInUp" data-toggle="modal" data-target="#pop7">

  <span class="fa-stack fa-3x">

  <i class="fa fa-circle  fa-stack-2x color-white"></i>

  <i class="fa fa-external-link fa-stack-1x color-grey"></i>

  </span>

<h5 class="color-white">Talent Acquisition</h5>

  </div>

</div>

</div>

</div>

</div>

</div>

</div>

</div>

</div>

<div id="section-works" class="page-section notoppadding">

<div class="section nomargin">

<div class="container clearfix">

<div class="divcenter center" style="max-width: 900px;">

<h2 class="nobottommargin t300 ls1">Our services, people, processes and technologies helps drive efficiency, quality and cost savings</h2>

<h2 class="nobottommargin t300 ls1">Cornerstones of our work ethos</h2>

</div>

</div>

</div>

<!-- Portfolio Items

============================================= -->

<div id="portfolio" class="portfolio grid-container portfolio-nomargin portfolio-full portfolio-masonry mixed-masonry clearfix">

<article class="portfolio-item pf-media pf-icons">

<div class="portfolio-image">

<a href="#">

<img src="images/portfolio/mixed/1.jpg" alt="Open Imagination">

</a>

<div class="portfolio-overlay">

<div class="portfolio-desc">

<h3><a href="#">Trust</a></h3>

</div>

</div>

</div>

</article>

<article class="portfolio-item pf-uielements pf-icons">

<div class="portfolio-image">

<a href="#">

<img src="images/portfolio/mixed/2.jpg" alt="Backpack Contents">

</a>

<div class="portfolio-overlay">

<div class="portfolio-desc">

<h3><a href="#">Transparency</a></h3>

</div>

</div>

</div>

</article>

<article class="portfolio-item pf-media pf-icons">

<div class="portfolio-image">

<a href="#">

<img src="images/portfolio/mixed/6.jpg" alt="Open Imagination">

</a>

<div class="portfolio-overlay">

<div class="portfolio-desc">

<h3><a href="#">On-Time and High Quality Delivery</a></h3>

</div>

</div>

</div>

</article>

<article class="portfolio-item pf-uielements pf-icons">

<div class="portfolio-image">

<a href="#">

<img src="images/portfolio/mixed/7.jpg" alt="Backpack Contents">

</a>

<div class="portfolio-overlay">

<div class="portfolio-desc">

<h3><a href="#">Customer Delight</a></h3>

</div>

</div>

</div>

</article>

</div><!-- #portfolio end -->

</div>

<div id="section-services" class="notoppadding">

<div class="section nomargin">

<div class="container clearfix">

<div class="divcenter center" style="max-width: 900px;">

<h2 class="divcenter  font-body" style="max-width: 900px; font-size: 40px;text-align: center;">OUR SERVICES</h2>

</div>

</div>

</div>

<div class="common-height clearfix">

<div class="col-md-4 hidden-xs" style="background: url('images/services/main-bg.jpg') center center no-repeat; background-size: cover;"></div>

<div class="col-md-8 anchor-cursor">

<div class="max-height">

<div class="row common-height grid-border clearfix">

  <div class="col-md-4 col-sm-6 col-padding" data-toggle="modal" data-target="#pop">

<div class="feature-box fbox-center fbox-dark fbox-plain fbox-small nobottomborder">

<div class="fbox-icon">

<a><i class=" fa fa-mobile"></i></a>

</div>

<h3>Mobile Application and Development </h3>

</div>

</div>

<div class="col-md-4 col-sm-6 col-padding" data-toggle="modal" data-target="#pop2">

<div class="feature-box  fbox-center fbox-dark fbox-plain fbox-small nobottomborder">

<div class="fbox-icon">

<a><i class="fa fa-desktop"></i></a>

</div>

<h3>E-Commerce and Web Development</h3>

</div> 

</div>

<div class="col-md-4 col-sm-6 col-padding" data-toggle="modal" data-target="#pop1">

<div class="feature-box  fbox-center fbox-dark fbox-plain fbox-small nobottomborder">

<div class="fbox-icon">

<a><i class="icon-et-mobile"></i></a>

</div>

<h3>Custom Development </h3>

</div> 

</div>

<div class="col-md-4 col-sm-6 col-padding " data-toggle="modal" data-target="#pop3">

<div class="feature-box  fbox-center fbox-dark fbox-plain fbox-small nobottomborder">

<div class="fbox-icon">

<a><i class="icon-et-mobile"></i></a>

</div>

<h3>Devops and Infrastructure</h3>

</div> 

</div>

<div class="col-md-4 col-sm-6 col-padding">

<div class="feature-box  fbox-center fbox-dark fbox-plain fbox-small nobottomborder">

<div class="fbox-icon">

<a><i class="icon-et-presentation"></i></a>

</div>

<h3>Customer Experience</h3>

</div> 

</div>

<div class="col-md-4 col-sm-6 col-padding"  >

<div class="feature-box  fbox-center fbox-dark fbox-plain fbox-small nobottomborder">

<div class="fbox-icon">

<a><i class="icon-et-puzzle"></i></a>

</div>

<h3>IOT <br> ( Internet of Things)</h3>

</div> 

</div>

<div class="col-md-4 col-sm-6 col-padding" >

<div class="feature-box  fbox-center fbox-dark fbox-plain fbox-small nobottomborder">

<div class="fbox-icon">

<a><i class="icon-et-gears"></i></a>

</div>

<h3>Analytics</h3>

</div> 

</div>

<div class="col-md-4 col-sm-6 col-padding" >

<div class="feature-box  fbox-center fbox-dark fbox-plain fbox-small nobottomborder">

<div class="fbox-icon">

<a><i class="fa fa-external-link"></i></a>

</div>

<h3>E-Learning and Content Management</h3>

</div> 

</div>

<div class="col-md-4 col-sm-6 col-padding" >

<div class="feature-box  fbox-center fbox-dark fbox-plain fbox-small nobottomborder">

<div class="fbox-icon">

<a><i class="fa fa-connectdevelop"></i></a>

</div>

<h3>Artifical Intelligence and Robotics</h3>

</div> 

</div>

<!-- modal -->

<div class="modal fade" id="pop" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">

  <div class="modal-dialog">

<div class="modal-content">

  <div class="modal-header">

    <button type="button" class="close" data-dismiss="modal">&times;</button>

<h4 class="modal-title" id="myModalLabel">Mobile Application Development</h4>

  </div>

  <div class="modal-body">

<p>It is evident that the demand of mobile apps has spiralled in all businesses. We help you to be at the top of your game by designing and developing brilliant mobile applications</p>

<p>Our mobile app development team is creative and knowledgeable to accomplish your individual as well as business needs. With advanced tools and technology we are able to create highly customized mobile applications for consumer needs and enterprises </p>

<p>We are pioneers in building mobile apps – Any Platform And Device, Multi Language Out of Box, Hybrid connected apps with Mobile Bridge, and Video Streaming and Enterprise level Mobility Solutions</p>

  </div>

</div>

  </div>

</div>

<!-- modal -->

<div class="modal fade" id="pop1" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">

  <div class="modal-dialog">

<div class="modal-content">

  <div class="modal-header">

  <button type="button" class="close" data-dismiss="modal">&times;</button>

<h4 class="modal-title" id="myModalLabel">Custom Development</h4>

</button>

  </div>

  <div class="modal-body">

<p>At Derien, we deliver custom enterprise applications for various industries such as telecommunications, retail, healthcare and travel by utilizing some of the most popular software technologies which includes but not limited to Microsoft .NET, Java/J2EE, PHP. </p>

  </div>

</div>

  </div>

</div>

<!-- modal -->

<div class="modal fade" id="pop2" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">

  <div class="modal-dialog">

<div class="modal-content">

  <div class="modal-header">

  <button type="button" class="close" data-dismiss="modal">&times;</button>

<h4 class="modal-title" id="myModalLabel"> E-commerce and Web Development </h4>

  </div>

  <div class="modal-body">

<ul class="pop-ul">

<li>Bespoke web & e-commerce solutions using Hybris and other platforms</li>

<li>Customized ERP, HRMS, & CRM solutions for your day-to-day business</li>

<li>Cloud based solutions that are secured, flexible and scalable</li>

</ul>

  </div>

</div>

  </div>

</div>

<!-- modal -->

<div class="modal fade" id="pop3" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">

  <div class="modal-dialog">

<div class="modal-content">

  <div class="modal-header">

  <button type="button" class="close" data-dismiss="modal">&times;</button>

<h4 class="modal-title" id="myModalLabel"> DevOps  & Infrastructure</h4>

</button>

  </div>

  <div class="modal-body">

<ul class="pop-ul">

<li>Cloud hosting experience with authoritative knowledge and excellence </li>

<li>Pioneers in both AWS and Google </li>

<li>Simplify hosting and reduce the production level problems </li>

<li>Structured experience and expertise in DevOps, allows us to support world class Cloud platform to address the needs of the customer</li>

</ul>

  </div>

</div>

  </div>

</div>

<!-- modal -->

<div class="modal fade" id="pop4" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">

  <div class="modal-dialog">

<div class="modal-content">

  <div class="modal-header">

  <button type="button" class="close" data-dismiss="modal">&times;</button>

<h4 class="modal-title" id="myModalLabel">Cloud</h4>

</button>

  </div>

  <div class="modal-body">

<ul class="pop-ul">

<li>Private, public or hybrid - all cloud app development services </li>

<li>Cloud-based automated solutions that provide safe, seamless and rapid migration of your business, enterprise and customer-centric applications to the cloud.</li>

<li>We use an integrated approach that combines business expertise with proven enterprise cloud technologies, to develop cloud-based applications. This enables our clients to make effective and efficient use of innovative cloud service technologies and modernize their business.</li>

</ul>

  </div>

</div>

  </div>

</div>

<!-- modal -->

<div class="modal fade" id="pop5" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">

  <div class="modal-dialog">

<div class="modal-content">

  <div class="modal-header">

  <button type="button" class="close" data-dismiss="modal">&times;</button>

<h4 class="modal-title" id="myModalLabel">AMS (Application Management Service)</h4>

</button>

  </div>

  <div class="modal-body">

<ul class="pop-ul">

<li>L1, L2, L3 support</li>

<li> 24X7 managed services that include 4 key towers: Application support, Hosting & operation support, Infra monitoring, Security </li>

<li>24X7 in-person coverage </li>

</ul>

  </div>

</div>

  </div>

</div>

<!-- modal -->

<div class="modal fade" id="pop6" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">

  <div class="modal-dialog">

<div class="modal-content">

  <div class="modal-header">

  <button type="button" class="close" data-dismiss="modal">&times;</button>

<h4 class="modal-title" id="myModalLabel">Managed Services and Consulting</h4>

</button>

  </div>

  <div class="modal-body">

<ul class="pop-ul">

<li>Our team of experts help you build a scalable IT strategy that fits your business ecosystem and aligns with your company’s initiatives and budget. We determine your needs, evaluate your vendor options, and help you develop a selection & implementation centre of excellence for your users.

</li>

<li> 24X7 managed services that include 4 key towers: Application support, Hosting & operation support, Infra monitoring, Security </li>

<li>24X7 in-person coverage </li>

</ul>

  </div>

</div>

  </div>

</div>

<!-- modal -->

<div class="modal fade" id="pop7" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">

  <div class="modal-dialog">

<div class="modal-content">

  <div class="modal-header">

  <button type="button" class="close" data-dismiss="modal">&times;</button>

<h4 class="modal-title" id="myModalLabel">Talent Acquisition</h4>

</button>

  </div>

  <div class="modal-body">

<ul class="pop-ul">

<li>At Derien we strive to ensure our services are dedicated to support HR solution. Our in-house research and recruiting capabilities are varied.</li>

<li> We practice the latest systems & processes in the recruitment industry, and so have the ability to serve our customers with the relevant & quality profiles with a minimum lead-time. </li>

<li> Our highly trained search team delves into our widely spread network as well as existing database of skilled and experienced professionals to yield the best match of professionals. </li>

<li>Our staffing solutions are agile enough to meet the rapidly changing talent needs today </li>

<li>We have expertise to address resource needs at all levels in a career ladder. We also do mass hiring and team hiring within stipulated time . </li>

<li> Our team includes experienced consultants, who work across the key industry segments and functions to deliver the executive search service. </li>

<li>We follow a robust internal process which is time tested and which involves all the stake holders. </li>

</ul>

  </div>

</div>

  </div>

</div>

<!-- modal -->

<div class="modal fade" id="pop8" tabindex="-1" role="dialog" aria-labelledby="basicModal" aria-hidden="true">

  <div class="modal-dialog">

<div class="modal-content">

  <div class="modal-header">

  <button type="button" class="close" data-dismiss="modal">&times;</button>

<h4 class="modal-title" id="myModalLabel">Engagement Model</h4>

</button>

  </div>

  <div class="modal-body">

<p><strong>Fixed Time & Cost</strong></p>

<ul class="pop-ul">

<li>As your offshore development partner we execute every project as our own with concrete milestones for costing and deliverables. In house management of project life cycle ensures deliverables are ready on the scheduled timelines. </li>

</ul>

<p><strong>Time & Material</strong></p>

<ul class="pop-ul">

<li> In this flexible and dynamic model we can address needs of your complex projects that are inclined to specification and design changes. We allow customers to modify project requirements as per upcoming market trends. </li>

</ul>

<p><strong>Contractual Billing </strong></p>

<ul class="pop-ul">

<li>Suitable for short-term projects and/or modules. The project/module is developed and tested in-house as per your requirement </li>

<li>Tap into our network and database of skilled, experienced professionals to pick and match to your niche requirements </li>

</ul>

<p><strong>Dedicated Billing</strong></p>

<ul class="pop-ul">

<li> Appropriate to implement customer specific solution with the help of our dedicated team, which includes resources & tools </li>

</ul>

<p><strong>Per Resource</strong></p>

<ul class="pop-ul">

<li>Tap into our network and database of skilled, experienced professionals to pick and match to your niche requirements</li>

</ul>

  </div>

</div>

  </div>

</div>

</div>

</div>

</div>

</div>

<div class="section dark nomargin">

<div class="divcenter center" style="max-width: 900px; cursor: pointer" data-toggle="modal" data-target="#pop8">

<h3>Offshore Development </h3>

<div class="row">

<div class="col-md-4">

<p>Engagement Models</p>

</div>

<div class="col-md-4">

<p>IT Staff Augmentation</p>

</div>

<div class="col-md-4">

<p>Choose us as your ODC</p>

</div>

</div>

<!--<ul class="list-unstyled">

<li>Engagement Models </li>

<li>Engagement Models </li>

<li>Engagement Models </li>

</ul>-->

<!--<h2 class="nobottommargin t300 ls1">Like Our Services? Get an <a href="#" data-scrollto="#template-contactform" data-offset="140" data-easing="easeInOutExpo" data-speed="1250" class="button button-border button-circle button-light button-large notopmargin nobottommargin" style="position: relative; top: -3px;">Instant Quote</a></h2>-->

</div>

</div>

<div class="section parallax nomargin dark" style="background-image: url('images/page/testimonials.jpg'); padding: 150px 0;" data-stellar-background-ratio="0.3">

<div class="container clearfix">

<!--<div class="col_two_fifth nobottommargin"> </div>-->

<div class="col_full nobottommargin col_last">

<div class="fslider testimonial testimonial-full nobgcolor noborder noshadow nopadding" data-arrows="false">

<div class="flexslider">

<div class="slider-wrap">

<div class="slide">

<div class="testi-content">

<p>Innovation distinguishes between a leader and a follower</p>

<div class="testi-meta">

Steve Jobs

<span>Apple Inc.</span>

</div>

</div>

</div>

<div class="slide">

<div class="testi-content">

<p>Innovation distinguishes between a leader and a follower</p>

<div class="testi-meta">

Steve Jobs

<span>Apple Inc.</span>

</div>

</div>

</div>

</div>

</div>

</div>

</div>

</div>

</div>

</div>

<div id="section-career" class="page-section">

<div class="nomargin">

<div class="container clearfix">

<h2 class="divcenter bottommargin font-body" style="max-width: 900px; font-size: 40px;text-align: center;">Career</h2>

<div class="divcenter text-justify" style="max-width: 900px;">

<p class="nobottommargin t300 ls1" style="font-size: 16px;">We are a dynamic, young organization ready to take on challenges and resolve them using our knowledge of technology and its trends.

</p>

<p class="nobottommargin t300 ls1" style="font-size: 16px;">

At Derien, you’ll associate with confident leaders and together define solutions for our customers. As you grow with us, you’ll be inspired and challenged to be your best.

</p>

<p class="nobottommargin t300 ls1" style="font-size: 16px;">

Choosing to grow with us will give you the opportunity to unleash your creativity and innovation to help our customers. Each day, you’ll work in an atmosphere that enables you to fulfil both professional and personal goals.

</p>

<p class="nobottommargin t300 ls1" style="font-size: 16px;">

We are always looking for enthusiastic and hard working individuals who are penchant to excel in what they do and can add strength to our dynamic team. If you would like to be a part of our journey reach out to admin@derien-it.com

</p>

</div>

</div>

</div>

</div>

<div id="section-blog" style="background:#f2f2f2;">

<div class="container clearfix">

<h2 class="divcenter bottommargin topmargin font-body" style="max-width: 900px; font-size: 40px;text-align: center;">Our Partners</h2>

<div id="oc-clients" class="owl-carousel topmargin bottommargin image-carousel carousel-widget" data-margin="80" data-loop="false" data-nav="false" data-autoplay="5000" data-pagi="false"data-items-xxs="2" data-items-xs="3" data-items-sm="4" data-items-md="2" data-items-lg="4">

<div class="oc-item"><a href="#"><img src="images/clients/logo-r.png" alt="Clients"></a></div>

<div class="oc-item"><a href="#"><img src="images/clients/logo-x.png" alt="Clients"></a></div>

<div class="oc-item"><a href="#"><img src="images/clients/logo-l.png" alt="Clients"></a></div>

<div class="oc-item"><a href="#"><img src="images/clients/logo-ud.png" alt="Clients"></a></div>

<div class="oc-item"><a href="#"><img src="images/clients/m2r.png" alt="Clients"></a></div>

<div class="oc-item"><a href="#"><img src="images/clients/eukti.png" alt="Clients"></a></div>

</div>

</div>

</div>

<!--<div id="section-subscribe">

<div class="container clearfix">

<div class="col-md-12">

<h2 class="divcenter bottommargin font-body" style="max-width: 900px; font-size: 40px;text-align: center;">Subscribe</h2>

<div class="widget subscribe-widget clearfix" data-loader="button">

<div class="widget-subscribe-form-result"></div>

<form id="widget-subscribe-form" action="include/subscribe.php" role="form" method="post" class="nobottommargin" novalidate>

<div class="col-md-10">

<input type="email" id="widget-subscribe-form-email" name="widget-subscribe-form-email" class="form-control input-lg not-dark required email " placeholder="Your Email Address" aria-required="true">

</div>

<div class="col-md-2">

<button class="button button-border button-circle button-light" type="submit">Subscribe Now</button>

</div>

</form>

</div>

</div>

</div>

</div>-->

</div>

</section><!-- #content end -->

<!-- Footer

============================================= -->

<footer id="footer" class="dark noborder">

<div class="container">

<div class="footer-widgets-wrap">

<div class="row divcenter clearfix">

<div class="col-md-6">

<div class="widget clearfix">

<div class="max-height">

<h4 style="text-transform: uppercase;letter-spacing: 3px;font-weight: 300;">Contact Information</h4>

<div style="font-size: 16px; line-height: 1.7;">

<address style="line-height: 1.7;color: #999;">

<strong>Registered Office:</strong><br>

Derien Innovation Technologies <br>Plot number-5, Sector-18, Electronic City, Gurugram, Haryana, India <br>

<abbr title="Phone Number"><strong>Phone:</strong></abbr> 0124-4665030<br>

<abbr title="Email Id"><strong>Email:</strong></abbr> <a style="color: #999;" href="mailto:we@derien-it.com">we@derien-it.com</a>

</address>

</div>

<div class="clear topmargin-sm"></div>

<div style="font-size: 16px; line-height: 1.7;color: #999;">

<address style="line-height: 1.7;">

<strong>USA Office:</strong><br>

Derien Innovation Technologies <br>3 WALNUT STREET, RAMSEY, NEW JERSEY 07446, US<br>

<abbr title="Phone Number"><strong>Phone:</strong></abbr> (+1) 908 419 7342<br>

<abbr title="Email Id"><strong>Email:</strong></abbr> <a style="color: #999;" href="mailto:we@derien-it.com">we@derien-it.com</a>

</address>

</div>

<div class="topmargin-sm">

<a href="#" class="social-icon inline-block noborder si-small si-facebook" title="Facebook">

<i class="icon-facebook"></i>

<i class="icon-facebook"></i>

</a>

<a href="#" class="social-icon inline-block noborder si-small si-twitter" title="Twitter">

<i class="icon-twitter"></i>

<i class="icon-twitter"></i>

</a>

<a href="#" class="social-icon inline-block noborder si-small si-pinterest" title="Pinterest">

<i class="icon-linkedin"></i>

<i class="icon-linkedin"></i>

</a>

</div>

</div>

</div>

</div>

<div class="col-md-6">

<div class="widget clearfix contact-form">

<h4 style="color:#000;">Enquire Now</h4>

<div class="contact-widget topmargin">

<div class="contact-form-result"></div>

<form class="nobottommargin" id="template-contactform" name="template-contactform" action="include/sendemail.php" method="post" novalidate>

<div class="form-process"></div>

<div class="col_half">

<input type="text" id="template-contactform-name" name="template-contactform-name" value="" class="sm-form-control border-form-control required" placeholder="Name" aria-required="true">

</div>

<div class="col_half col_last">

<input type="email" id="template-contactform-email" name="template-contactform-email" value="" class="required email sm-form-control border-form-control" placeholder="Email Address" aria-required="true">

</div>

<div class="clear"></div>

<div class="col_half">

<input type="text" id="template-contactform-phone" name="template-contactform-phone" value="" class="sm-form-control border-form-control" placeholder="Phone">

</div>

<div class="col_half col_last">

<input type="text" id="template-contactform-subject" name="template-contactform-subject" value="" class="required sm-form-control border-form-control" placeholder="Subject" aria-required="true">

</div>

<div class="clear"></div>

<div class="col_full">

<textarea class="required sm-form-control border-form-control" id="template-contactform-message" name="template-contactform-message" rows="7" cols="30" placeholder="Your Message" aria-required="true"></textarea>

</div>

<div class="col_full center">

<button class="button button-border button-circle t500 noleftmargin topmargin-sm" type="submit" id="template-contactform-submit" name="template-contactform-submit" value="submit">Submit</button>

<!--<br>

<small style="display: block; font-size: 13px; margin-top: 15px;">We'll do our best to get back to you within 6-8 working hours.</small>-->

</div>

<div class="clear"></div>

<div class="col_full hidden">

<input type="text" id="template-contactform-botcheck" name="template-contactform-botcheck" value="" class="sm-form-control">

</div>

</form>

</div>

</div>

</div>

</div>

</div>

</div>

<script src='https://maps.googleapis.com/maps/api/js?v=3.exp'></script>

<div class="col-md-12 topmargin">

<script src='https://maps.googleapis.com/maps/api/js?v=3.exp&key=AIzaSyAy_j2ktSHIm3KHhPUGcWxN9bMQfap0_A4'></script><div style='overflow:hidden;height:400px;width:100%;'><div id='gmap_canvas' style='height:400px;width:100%;'></div><style>#gmap_canvas img{max-width:none!important;background:none!important}</style></div> <a href='https://www.add-map.net/'>addmap</a> <script type='text/javascript' src='https://embedmaps.com/google-maps-authorization/script.js?id=5dec293a2310758e54145e99eb6e25f38e2e1cb...'></script><script type='text/javascript'>function init_map(){var myOptions = {zoom:14,center:new google.maps.LatLng(28.499887,77.07008989999997),mapTypeId: google.maps.MapTypeId.ROADMAP};map = new google.maps.Map(document.getElementById('gmap_canvas'), myOptions);marker = new google.maps.Marker({map: map,position: new google.maps.LatLng(28.499887,77.07008989999997)});infowindow = new google.maps.InfoWindow({content:'<span style="color:#000;"><strong>Derien Innovation Technologies</strong><br>Plot #5 Electronic City, Sector 18, <br>122016 Gurgaon<br></span>'});google.maps.event.addListener(marker, 'click', function(){infowindow.open(map,marker);});infowindow.open(map,marker);}google.maps.event.addDomListener(window, 'load', init_map);</script>

</div>

<div id="copyrights">

<div class="container center clearfix color-white">

<span class="pull-left">Copyright Derien 2018 | All Rights Reserved</span>

<span class="pull-right">Thanks to Krishnapriya Datta Gupta for our Logo Design</span>

</div>

</div>

</footer><!-- #footer end -->

</div><!-- #wrapper end -->

<!-- Go To Top

============================================= -->

<div id="gotoTop" class="icon-angle-up"></div>

<!-- External JavaScripts

============================================= -->

<!-- Google Map JavaScripts

============================================= -->

<!--<script type="text/javascript" src="http://maps.google.com/maps/api/js"></script>

<script type="text/javascript" src="js/jquery.gmap.js"></script>-->

<!-- Footer Scripts

============================================= -->

<script type="text/javascript" src="js/functions.js"></script>

<script type="text/javascript">

// Revolution Slider Scripts

var tpj=jQuery;

tpj.noConflict();

tpj(document).ready(function() {

var apiRevoSlider = tpj('.tp-banner').show().revolution(

{

sliderType:"standard",

jsFileLocation:"include/rs-plugin/js/",

sliderLayout:"fullscreen",

dottedOverlay:"none",

delay:16000,

startwidth:1140,

startheight:700,

hideThumbs:200,

thumbWidth:100,

thumbHeight:50,

thumbAmount:5,

navigation: {

keyboardNavigation:"off",

keyboard_direction: "horizontal",

mouseScrollNavigation:"off",

onHoverStop:"off",

touch:{

touchenabled:"on",

swipe_threshold: 75,

swipe_min_touches: 1,

swipe_direction: "horizontal",

drag_block_vertical: false

},

arrows: {

style: "hermes",

enable: true,

hide_onmobile: false,

hide_onleave: false,

tmp: '<div class="tp-arr-allwrapper">   <div class="tp-arr-imgholder"></div>    <div class="tp-arr-titleholder">{{title}}</div> </div>',

left: {

h_align: "left",

v_align: "center",

h_offset: 10,

v_offset: 0

},

right: {

h_align: "right",

v_align: "center",

h_offset: 10,

v_offset: 0

}

}

},

touchenabled:"on",

onHoverStop:"on",

swipe_velocity: 0.7,

swipe_min_touches: 1,

swipe_max_touches: 1,

drag_block_vertical: false,

keyboardNavigation:"off",

shadow:0,

fullWidth:"off",

fullScreen:"on",

spinner:"spinner4",

stopLoop:"off",

stopAfterLoops:-1,

stopAtSlide:-1,

shuffle:"off",

autoHeight:"off",

forceFullWidth:"off",

hideThumbsOnMobile:"off",

hideNavDelayOnMobile:1500,

hideBulletsOnMobile:"off",

hideArrowsOnMobile:"off",

hideThumbsUnderResolution:0,

hideSliderAtLimit:0,

hideCaptionAtLimit:0,

hideAllCaptionAtLilmit:0,

startWithSlide:0,

});

apiRevoSlider.bind("revolution.slide.onchange",function (e,data) {

SEMICOLON.slider.revolutionSliderMenu();

});

}); //ready

jQuery(window).load(function(){

// Google Map

jQuery('#headquarters-map').gMap({

address: 'India, India',

maptype: 'ROADMAP',

zoom: 3,

markers: [

{

address: "#5, Sector-18, Electronic City, Gurugram, Haryana, India",

html: "#5, Sector-18, Electronic City, Gurugram, Haryana, India",

icon: {

image: "images/icons/map-icon-red.png",

iconsize: [32, 32],

iconanchor: [14,44]

}

}

],

doubleclickzoom: false,

controls: {

panControl: false,

zoomControl: false,

mapTypeControl: false,

scaleControl: false,

streetViewControl: false,

overviewMapControl: false

},

styles: [{"featureType":"all","elementType":"labels.text.fill","stylers":[{"saturation":36},{"color":"#000000"},{"lightness":40}]},{"featureType":"all","elementType":"labels.text.stroke","stylers":[{"visibility":"on"},{"color":"#000000"},{"lightness":16}]},{"featureType":"all","elementType":"labels.icon","stylers":[{"visibility":"off"}]},{"featureType":"administrative","elementType":"geometry.fill","stylers":[{"color":"#000000"},{"lightness":20}]},{"featureType":"administrative","elementType":"geometry.stroke","stylers":[{"color":"#000000"},{"lightness":17},{"weight":1.2}]},{"featureType":"administrative","elementType":"labels","stylers":[{"visibility":"off"}]},{"featureType":"administrative.country","elementType":"all","stylers":[{"visibility":"simplified"}]},{"featureType":"administrative.country","elementType":"geometry","stylers":[{"visibility":"simplified"}]},{"featureType":"administrative.country","elementType":"labels.text","stylers":[{"visibility":"simplified"}]},{"featureType":"administrative.province","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"administrative.locality","elementType":"all","stylers":[{"visibility":"simplified"},{"saturation":"-100"},{"lightness":"30"}]},{"featureType":"administrative.neighborhood","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"administrative.land_parcel","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"landscape","elementType":"all","stylers":[{"visibility":"simplified"},{"gamma":"0.00"},{"lightness":"74"}]},{"featureType":"landscape","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":20}]},{"featureType":"landscape.man_made","elementType":"all","stylers":[{"lightness":"3"}]},{"featureType":"poi","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"poi","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":21}]},{"featureType":"road","elementType":"geometry","stylers":[{"visibility":"simplified"}]},{"featureType":"road.highway","elementType":"geometry.fill","stylers":[{"color":"#000000"},{"lightness":17}]},{"featureType":"road.highway","elementType":"geometry.stroke","stylers":[{"color":"#000000"},{"lightness":29},{"weight":0.2}]},{"featureType":"road.arterial","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":18}]},{"featureType":"road.local","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":16}]},{"featureType":"transit","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":19}]},{"featureType":"water","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":17}]}]

});

});

</script>

</body>

</html>

i didnot  create any maven project or archtype i simply code in crxe lite

Avatar

Community Advisor

I would suggest you to create a sample project using maven archtype and undestand how clientlib logic works.

Refer below link

Creating an Adobe Experience Manager 6.4 Project using Adobe Maven Archetype 13

Avatar

Level 3

tell me one thing this body.html code in crxde lite all the contents shown on the page but when i go to page source in page then i am not able to see my this code how is it possible?

Avatar

Level 10

Here is an older community article built similiar to how you did it. See if this works. You should get a Blue UI by use of a CSS.

Scott's Digital Community: Submitting Adobe Experience Manager form data to custom Sling Servlets

Watch the video too.

Avatar

Level 10

The above article was a small example of use of Clientlibs. For a complete discussion - see this. In fact - we recommend that you go through all 6 sections. You will learn a lot - including use of CSS and clientlibs --

Getting Started with AEM Sites Part 3 - Client-Side Libraries and Responsive Grid

Avatar

Employee

When you declare client libs in /apps in AEM 6.4, you have to access it via a proxy servlet. To do that, you have to define allowProxy =true in your client libs folder

Read this: Using Client-Side Libraries