<?php $__env->startSection('styles'); ?>
	<link rel="stylesheet" type="text/css" href="<?php echo e(asset('/css/cslider.css')); ?>">
<?php $__env->stopSection(); ?>

<section id="banner">
	<div id="da-slider" class="da-slider">
		<div class="da-slide">
			<h2>&lt;code&gt;</h2>
			<p>Full stack web developer with a long experience coding PHP, HTML, CSS, jQuery and open-source frameworks like Laravel &amp; Symfony.  I focus on writing clean, elegant and efficient codes.</p>
			<div class="da-img"><img src="<?php echo e(asset('/images/avatar.png')); ?>" alt="image01" /></div>
		</div>
		<div class="da-slide">
			<h2>Responsive</h2>
			<p>My works are designed and crafted for optimal viewing across all mobile devices to maximise target reach.</p>
			<a href="<?php echo e(url('/page/responsive-design')); ?>" class="da-link">Read more</a>
			<div class="da-img"><img src="<?php echo e(asset('/images/ios.png')); ?>" alt="image01" /></div>
		</div>
		<div class="da-slide">
			<h2>CMS</h2>
			<p>Tailored to each individual project. A content management is built-in, user-friendly, yet powerful to help you manage updates and changes.</p>
			<a href="<?php echo e(url('/page/content-management-system')); ?>" class="da-link">Read more</a>
			<div class="da-img"><img src="<?php echo e(asset('/images/cog.png')); ?>" alt="image01" /></div>
		</div>
		<div class="da-slide">
			<h2>SEO</h2>
			<p>You are ensured that you'll get a highly optimised and implementation as well as structured targeted SEO strategy.</p>
			<a href="<?php echo e(url('/page/search-engine-optimisation')); ?>" class="da-link">Read more</a>
			<div class="da-img"><img src="<?php echo e(asset('/images/seo.png')); ?>" alt="image01" /></div>
		</div>
		<nav class="da-arrows">
			<span class="da-arrows-prev"></span>
			<span class="da-arrows-next"></span>
		</nav>
	</div>
</section>

<?php $__env->startSection('scripts'); ?>
	<script type="text/javascript" src="<?php echo e(asset('/js/jquery.cslider.js')); ?>"></script>
	<script type="text/javascript">
		$(function() {
		
			$('#da-slider').cslider({
				autoplay: false
			});
			
		});
	</script>	
<?php $__env->stopSection(); ?>