-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.php
46 lines (39 loc) · 3.21 KB
/
index.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
<?php include_once './includes/header.php';?>
<?php include_once 'nav.php';?>
<div class="row">
<h1 class="text-center margin-bottom-10">Handcrafted Items from Linndustries</h1>
<ul class="bxslider" style="list-style: none outside none;padding:0px !important;"> <!-- images 470 high -->
<li><img class="img-responsive" src="/new/images/homePage/mc09.jpg" alt="carbon fibre and Kevlar handbag" title="Modern Container in Carbon & Kevlar"></li>
<li><img src="/new/images/skylon/skylon1.png" alt="Skylon spacecraft" title="Skylon"></li>
<li><img src="/new/images/homePage/mc59.jpg" alt="carbon fibre handbag" title="Modern Container in Carbon"></li>
<li><img src="/new/images/pizza836.jpg" alt="pizza guillotine" title="Pizza guillotine ready for action">
<li><img src="/new/images/homePage/jet_formation.jpg" alt="Five fighter jets flying in a diamond formation" title="Jet Set"></li>
<li><img src="/new/images/levi/levi5.jpg" alt="Levi and his skateboard" title="Levi's custom board"></li>
<li><img src="/new/images/homePage/sim02.jpg" alt="teddy crossed legged and looking sad" title="Simone"></li>
<li><a href="/collections/skylon/index.php"><img src="/new/images/skylon/sheet_470.png" alt="Skylon Airmail stamps" title="Skylon Airmail stamps"></a></li>
<li><img src="/new/images/splotch_313.jpg" alt="Splotch box" title="Splotch Box"></li>
<li><img src="/new/images/homePage/yellow1.jpg" alt="A submarine resembling the Beatles yellow submarine" title="The grey submarine"></li>
<li><img src="/new/images/homePage/sim10.jpg" alt="teddy in chair waving" title="Simone waving"></li>
<li><img src="/new/images/pizza056.jpg" alt="End grain chopping board" title="Converts into end grain chopping board">
<li><img src="/new/images/fishy.jpg" alt="A shoal of fish in the shape ofa submarine" title="Sub marine life">
<li><img src="/new/images/homePage/ransom371.jpg" alt="zero case with the words Ransom on the side" title="Ransom Zero Case"></li>
<li><img src="/new/images/homePage/concord1.jpg" alt="Frontal viw of concorde with under carriage down" title="Jet Set"></li>
<li><img src="/new/images/homePage/speakers.jpg" alt="speakers, one on either side of green glass" title="Radio Set"></li>
<li><img src="/new/images/homePage/mc43.jpg" alt="MacEwan and his walnut and carbon suitcase" title="MacEwan and his walnut and carbon suitcase"></li>
<li><img title="The Dominator" alt="The completed bat, aka. the dominator" src="/new/images/bat343.jpg"></li>
<li><img title="X-15" alt="X-15 at Mach 6.72" src="/new/images/x_15.jpg"></li>
<li><img src="/new/images/homePage/mc72.jpg" alt="teddy bear picnicing" title="MacEwan picnicing"></li>
</ul>
</div> <!-- col-md-10 -->
</div> <!-- row -->
<script type="text/javascript">
<!-- Begin product-hover -->
$(window).on('load', function() {
$('#product-list .photo').hover(function() {
$(this).addClass('photo-hover');
}, function() {
$(this).removeClass('photo-hover');
});
});
</script>
<?php include_once 'footer.php';?>