
<?php \Laravel\Section::start('content'); ?>

<script type="text/javascript">
$(function() {
	// Sets the slides width on page load
	var i = $(window).width();
	if (i > 319){ $('.items > div').css({ width: i }); }
	// Scrollable and navigator plugin settings.
	$('#slider').scrollable({ 
	  circular: true, 
	  touch: false, 
	  easing: 'easeOutExpo',
	  speed: 2000
	}).navigator({ 
	  navi: '#navigation' 
	}).autoscroll({ 
	  autoplay: true,
	  autopause:true, 
	  interval: 2000
	});
	// Window resize code
	window.api = $("#slider").data("scrollable");
	$(window).resize(function() {
		var a = 1 + window.api.getIndex();
		var w = $(window).width();
		if (w > 319) {
			var l = a * w
			$('.items').css({ left: + - +l });
			$('.items > div').css({ width: w });
		} else {
			$('.items > div').css({ width: 300 });
		}
	});
});
</script>

<div class="wrapper">
	<span class="prev left coda-nav-left"><i class="icon-chevron-sign-left"></i></span>
	<span class="next right coda-nav-right"><i class="icon-chevron-sign-right"></i></span>
</div>
<div id="slider" class="fadeTopJs">
	<div class="items">
		<?php foreach($slides as $s): ?>
		<div class="slide" style="background-image:url('/uploads/photos/slides/<?php echo $s->id; ?>.jpg');">
			<h1><?php echo $s->descLocale()->titre; ?></h1>
			<h2><?php echo $s->descLocale()->desc; ?></h2>
		</div>
		<?php endforeach; ?>
	</div>
</div>

<div class="wrapperPadding">
	<div class="wrapper">
		<div class="serviceBlock">
			<img src="<?php echo  URL::to_asset('image/icon-web@2x.png'); ; ?>" alt="<?php echo  __('site.index_1') ; ?> CKC-Net" title="<?php echo  __('site.index_1') ; ?> CKC-Net"/>
			<p><a href="<?php echo  str_replace('fr/','',URL::to_route('services_'.$lang)); ; ?>#creation-site-web"><?php echo  __('site.index_1') ; ?></a></p>
			<p>Shop or e-commerce site, our team will provide all the solutions to differentiate yourself on the canvas.</p>
			<p class="liensMetiers"><a href="<?php echo  str_replace('fr/','',URL::to_route('services_'.$lang)); ; ?>#creation-site-web" title="<?php echo  __('site.savoirplus') ; ?>"><?php echo  __('site.savoirplus') ; ?></a></p>
		</div>
		<div class="serviceBlock">
			<img src="<?php echo  URL::to_asset('image/icon-webmarketing@2x.png'); ; ?>" alt="<?php echo  __('site.index_2') ; ?> CKC-Net" title="<?php echo  __('site.index_2') ; ?> CKC-Net"/>
			<p><a href="<?php echo  str_replace('fr/','',URL::to_route('services_'.$lang)); ; ?>#webmarketing"><?php echo  __('site.index_2') ; ?></a></p>
			<p>Our team monitors <br/>technological advances to ensure <br/>optimum web marketing strategy.</p>
			<p class="liensMetiers"><a href="<?php echo  str_replace('fr/','',URL::to_route('services_'.$lang)); ; ?>#webmarketing" title="<?php echo  __('site.savoirplus') ; ?>"><?php echo  __('site.savoirplus') ; ?></a></p>
		</div>
		<div class="serviceBlock">
			<img src="<?php echo  URL::to_asset('image/icon-mobile@2x.png'); ; ?>" alt="<?php echo  __('site.index_3') ; ?> CKC-Net" title="<?php echo  __('site.index_3') ; ?> CKC-Net"/>
			<p><a href="<?php echo  str_replace('fr/','',URL::to_route('services_'.$lang)); ; ?>#application-mobile"><?php echo  __('site.index_3') ; ?></a></p>
			<p>Now unavoidable, <br/>mobile applications allow you <br/>to \ increase your flow of visitors.</p>
			<p class="liensMetiers"><a href="<?php echo  str_replace('fr/','',URL::to_route('services_'.$lang)); ; ?>#application-mobile" title="<?php echo  __('site.savoirplus') ; ?>"><?php echo  __('site.savoirplus') ; ?></a></p>
		</div>
		<div class="serviceBlock last">
			<img src="<?php echo  URL::to_asset('image/icon-print@2x.png'); ; ?>" alt="<?php echo  __('site.index_4') ; ?> CKC-Net" title="<?php echo  __('site.index_4') ; ?> CKC-Net"/>
			<p><a href="<?php echo  str_replace('fr/','',URL::to_route('services_'.$lang)); ; ?>#print"><?php echo  __('site.index_4') ; ?></a></p>
			<p>Our team of designers realize your high quality communication paper: flyers, business cards, brochures, ...</p>
			<p class="liensMetiers"><a href="<?php echo  str_replace('fr/','',URL::to_route('services_'.$lang)); ; ?>#print" title="<?php echo  __('site.savoirplus') ; ?>"><?php echo  __('site.savoirplus') ; ?></a></p>
		</div>
		<div class="clear"></div>
	</div>
</div>

<?php echo view('includes.clients')->with(get_defined_vars())->render(); ?>

<div class="wrapper"><div class="cursor"></div></div>
<div class="realisations ">
	<div class="wrapper">
		<h2>Our latest references</h2>
		
		<?php echo view('home.last_references')->with(get_defined_vars())->render(); ?>
		
		<div class="clear"></div>
	</div>
</div>

<?php echo view('includes.twittertimeline')->with(get_defined_vars())->render(); ?>

<?php \Laravel\Section::stop(); ?>

<?php echo view('template')->with(get_defined_vars())->render(); ?>