Current File : /home/itiffy/public_html/resources/views/frontend/portfolio-ecommerce.blade.php |
@extends('frontend.layouts.portfolio')
@section('content')
<div class="new-portfolio-links">
<ul>
<li><a href="{{ route('portfolio-cms') }}" ><img src="{{ url('public/images') }}/icon-cms.png" alt=""><span>CMS</span></a></li>
<li><a href="{{ route('portfolio-ecommerce') }}" class="active"><img src="{{ url('public/images') }}/icon-ecommerce.png" alt=""><span>eCommerce</span></a></li>
<li><a href="{{ route('portfolio-social-media') }}" ><img src="{{ url('public/images') }}/icon-social-media.png" alt=""><span>Social Media</span></a></li>
<li><a href="{{ route('portfolio-crm') }}"><img src="{{ url('public/images') }}/icon-crm.png" alt=""><span>CRM</span></a></li>
<li><a href="{{ route('portfolio-landing-page') }}" ><img src="{{ url('public/images') }}/icon-landing-page.png" alt=""><span>Landing Page</span></a></li>
</ul>
</div>
<div class="wrapper">
<div class="homeContHolder">
<!-- column2 -->
<div class="column2">
<ul class="project">
<li><img src="{{ url('public/images') }}/ecommerce-big-01.jpg" alt=""/></li>
<li><img src="{{ url('public/images') }}/ecommerce-big-02.jpg" alt=""/></li>
<li><img src="{{ url('public/images') }}/ecommerce-big-03.jpg" alt=""/></li>
<li><img src="{{ url('public/images') }}/ecommerce-big-04.jpg" alt=""/></li>
<li><img src="{{ url('public/images') }}/ecommerce-big-05.jpg" alt=""/></li>
<li><img src="{{ url('public/images') }}/ecommerce-big-06.jpg" alt=""/></li>
</ul>
</div>
<!-- /column2 -->
<!-- column3 -->
<div class="column3">
<div class="sliderControlHolder">
<div class="counter"><span>01</span> <strong>/ 06</strong></div>
<a href="#" class="psPrev">prev</a><a href="#" class="psNext">next</a></div>
<ul class="projectInfo">
<li>
<div>
<section class="bg-color-ecommerce-01">
<p><img src="{{ url('public/images') }}/logo-jsenterprises.png" alt=""></p>
<p>We have grown from a small family owned business supplying just to the public to a business supplying to the public and now retail outlets all across Austalia and overseas.</p>
<p><strong>www.jsenthunting.com.au</strong></p>
<a href="https://jsenthunting.com.au/" target="_blank" class="project_details_link">View Site</a></section>
</div>
</li>
<li>
<div>
<section class="bg-color-ecommerce-02">
<p><img src="{{ url('public/images') }}/logo-xciteathletics.png" alt=""></p>
<p>A Complete Campaign - Which involved creating a Responsive Website, integrating Social and Online Media to leverage brand presence for the T1 Prima Truck Racing Championship</p>
<p><strong>www.xciteathletics.ca</strong></p>
<a href="http://www.xciteathletics.ca/" target="_blank" class="project_details_link">View Site</a></section>
</div>
</li>
<li>
<div>
<section class="bg-color-ecommerce-03">
<p><img src="{{ url('public/images') }}/logo-extreme.png" alt=""></p>
<p>All plates and collars are finished with hi-vis seat belt material for extra strength and dog safety combined with reflector tape to spot your dog at night easier.</p>
<p><strong>www.extremecollars.com.au</strong></p>
<a href="http://www.extremecollars.com.au/" target="_blank" class="project_details_link">View Site</a></section>
</div>
</li>
<li>
<div>
<section class="bg-color-ecommerce-04">
<p><img src="{{ url('public/images') }}/logo-thfy.png" alt=""></p>
<p>THFY stores carry a large selection of body jewelry and has certified technicians to help you accessorize your unique style.</p>
<p><strong>www.thfy.com</strong></p>
<a href="https://thfy.com/" target="_blank" class="link2 project_details_link">View Site</a></section>
</div>
</li>
<li>
<div>
<section class="bg-color-ecommerce-05">
<p><img src="{{ url('public/images') }}/logo-thekingofsole.png" alt=""></p>
<p>The King of Sole is a Western Australian cobbling and leather working business owned and run since 2006 by Joe Corcoran.</p>
<p><strong>www.thekingofsole.com.au</strong></p>
<a href="http://thekingofsole.com.au/" target="_blank" class="project_details_link">View Site</a></section>
</div>
</li>
<li>
<div>
<section class="bg-color-ecommerce-06">
<p><img src="{{ url('public/images') }}/logo-inkdad.png" alt=""></p>
<p>We at inkdad believe in making life of people more colourful and thats what we are here for. We have a wide range of products like phone accessories, home decor products and other gifting items.</p>
<p><strong>www.inkdad.com</strong></p>
<a href="https://www.inkdad.com/" target="_blank" class="project_details_link">View Site</a></section>
</div>
</li>
</ul>
<div class="ear"></div>
</div>
<!-- /column3 -->
<!-- column4 -->
<div class="column4">
<ul class="projectList">
<li class="active">
<div><img src="{{ url('public/images') }}/ecommerce-thumb-01.jpg" alt=""/></div>
</li>
<li>
<div><img src="{{ url('public/images') }}/ecommerce-thumb-02.jpg" alt=""/></div>
</li>
<li>
<div><img src="{{ url('public/images') }}/ecommerce-thumb-03.jpg" alt=""/></div>
</li>
<li>
<div><img src="{{ url('public/images') }}/ecommerce-thumb-04.jpg" alt=""/></div>
</li>
<li>
<div><img src="{{ url('public/images') }}/ecommerce-thumb-05.jpg" alt=""/></div>
</li>
<li>
<div><img src="{{ url('public/images') }}/ecommerce-thumb-06.jpg" alt=""/></div>
</li>
</ul>
</div>
<!-- /column4 -->
</div>
</div>
@endsection