
<?php \Laravel\Section::start('content'); ?>

<div id="slideInterne" class="fadeTopJs"><h1>Got an idea? We make it come true</h1><h2>Web, Web marketing, Mobile Application or Print, we materialize your project.</h2></div>

<div id="creation-site-web" style="position:absolute; margin-top:-91px;"></div>
<div class="wrapperPadding">
	<div class="wrapper">
		<div class="serviceLeft">
			<div class="serviceIcon"><img src="<?php echo  URL::to_asset('image/icon-web@2x.png'); ; ?>" alt="" title=""/></div>
			<div class="serviceTitre"><h1>Websites creation</h1></div>
			<div class="clear"></div>
			<h2>Specialised in designing personalised websites.</h2>
			<p>We guarantee quality services in harmony with your project, to make your website a <strong>commercial advantage</strong>.</p>
			<p>Whether for a showcase or online shop, our brilliant team will make you stand out with a unique website. Combining <strong>creativity</strong>, <strong>simplicity</strong>, and <strong>efficiency</strong>, the websites we design are fully manageable and turnkey.</p>
			<div class="serviceListe">
				<i class="icon-check"></i> 100% personalised website<br/>
				<i class="icon-check"></i> Creation of a full admin back office <br/>
				<i class="icon-check"></i> Unique graphic charter <br/>
				<i class="icon-check"></i> Responsive website<br/>
				<i class="icon-check"></i> Controlled budget 
			</div>
			<p><a href="<?php echo  str_replace('fr/','',URL::to_route('siteweb_'.$lang)); ; ?>" class="btn btn-danger" title="<?php echo  __('site.savoirplus') ; ?>"><?php echo  __('site.savoirplus') ; ?></a></p>
		</div>
		<div class="serviceRight"><img src="<?php echo  URL::to_asset('image/visuel-web@2x.jpg'); ; ?>" alt="" title=""/></div>
		<div class="clear"></div>
	</div>
</div>

<div id="webmarketing" style="position:absolute; margin-top:-91px;"></div>
<div class="wrapperPadding gris">
	<div class="wrapper">
		<div class="serviceLeft imgWebmarketing"><img src="<?php echo  URL::to_asset('image/visuel-webmarketing@2x.jpg'); ; ?>" alt="" title=""/></div>
		<div class="serviceRight">
			<div class="serviceIcon"><img src="<?php echo  URL::to_asset('image/icon-webmarketing@2x.png'); ; ?>" alt="" title=""/></div>
			<div class="serviceTitre"><h1>Web marketing</h1></div>
			<div class="clear"></div>
			<h2>We keep up with tech news to provide you with an optimal web marketing strategy. We shed light on the online image, customer loyalty, referencing, to turn your visitors into customers. </h2>
			<div class="serviceListe">
				<i class="icon-check"></i> Being online is your shop-window, that’s why we evaluate and work to improve your online image.<br/>
				<i class="icon-check"></i> We shape your identity to create a targeted audience around your project. We set you up on the social networks to make your online campaigns benefit from the large audiences of these platforms.

<br/>
				<i class="icon-check"></i> Not only do we target new customers, we also work on gaining your existing customers’ loyalty. In order to do so, we create newsletters that will inform them of all the latest news updates.<br/>
				<i class="icon-check"></i> Our team establishes a strong online referencing system. It will allow your website to be found easily on search engines. 

<br/>
				<i class="icon-check"></i> An efficient and well referenced website makes it more likely that visitors turn into customers. <br/>
			</div>
			<p><a href="<?php echo  str_replace('fr/','',URL::to_route('webmarketing_'.$lang)); ; ?>" class="btn btn-danger" title="<?php echo  __('site.savoirplus') ; ?>"><?php echo  __('site.savoirplus') ; ?></a></p>
		</div>
		<div class="clear"></div>
	</div>
</div>

<div id="application-mobile" style="position:absolute; margin-top:-91px;"></div>
<div class="wrapperPadding">
	<div class="wrapper">
		<div class="serviceLeft">
			<div class="serviceIcon"><img src="<?php echo  URL::to_asset('image/icon-mobile@2x.png'); ; ?>" alt="" title=""/></div>
			<div class="serviceTitre"><h1>Mobile applications</h1></div>
			<div class="clear"></div>
			<h2>Mobile applications have become a « must have ». It allows you to increase and diversify your visitors. </h2>
			<p>At CKC-net, we value making Mobile apps unique, efficient, and intuitive. </p>
			<div class="serviceListe">
				<i class="icon-check"></i> Visual identity matching your website<br/>
				<i class="icon-check"></i> Compatible iPhone/Android/tablet<br/>
				<i class="icon-check"></i> Validated by Apple Store 
			</div>
			<p><a href="<?php echo  str_replace('fr/','',URL::to_route('mobile_'.$lang)); ; ?>" class="btn btn-danger" title="<?php echo  __('site.savoirplus') ; ?>"><?php echo  __('site.savoirplus') ; ?></a></p>
		</div>
		<div class="serviceRight"><img src="<?php echo  URL::to_asset('image/visuel-iphone@2x.png'); ; ?>" alt="" title=""/></div>
		<div class="clear"></div>
	</div>
</div>

<div id="print" style="position:absolute; margin-top:-91px;"></div>
<div class="wrapperPadding gris">
	<div class="wrapper">
		<div class="serviceLeft"><img src="<?php echo  URL::to_asset('image/visuel-edition@2x.png'); ; ?>" alt="" title=""/></div>
		<div class="serviceRight">
			<div class="serviceIcon"><img src="<?php echo  URL::to_asset('image/icon-print@2x.png'); ; ?>" alt="" title=""/></div>
			<div class="serviceTitre"><h1>Print Graphic design</h1></div>
			<div class="clear"></div>
			<h2>Our agency provides you with a full communication strategy.</h2>
			<p>Specialised in creating prints, our team will print: flyers, business cards, brochures...</p>
			<p>Make your prints a unique communication tool.</p>
			<div class="serviceListe">
				<i class="icon-check"></i> Advice and strategy <br/>
				<i class="icon-check"></i> Personalised design<br/>
				<i class="icon-check"></i> Quality print
			</div>
			<p><a href="<?php echo  str_replace('fr/','',URL::to_route('print_'.$lang)); ; ?>" class="btn btn-danger" title="<?php echo  __('site.savoirplus') ; ?>"><?php echo  __('site.savoirplus') ; ?></a></p>
		</div>
		<div class="clear"></div>
	</div>
</div>

<?php echo view('includes.pre_footer')->with(get_defined_vars())->render(); ?>

<?php \Laravel\Section::stop(); ?>
<?php echo view('template')->with(get_defined_vars())->render(); ?>