-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdelivery.html
executable file
·124 lines (116 loc) · 4.15 KB
/
delivery.html
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" name="generator" />
<title>CreativeTee | Delivery</title>
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="http://www.jeasyui.com/easyui/themes/default/easyui.css" rel="stylesheet" type="text/css" />
<link href="http://www.jeasyui.com/easyui/themes/icon.css" rel="stylesheet" type="text/css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/jquery-1.6.1.min.js" type="text/javascript"></script>
<script src="http://www.jeasyui.com/easyui/jquery.easyui.min.js" type="text/javascript"></script>
<script src="js/java.js" type="text/javascript"></script>
<script src="js/slideshow.js" type="text/javascript"></script>
<script src="js/backtotop.js" type="text/javascript"></script>
</head>
<body>
<section>
<img height="170px" longdesc="Creative Tee Logo" margin-left="202px" src="Images/Logo.jpg" />
<div class="flip-container" style="left: 0px; top: 0px; width: 255px">
<div class="flip">
<div class="front">
<img height="80px" src="images/delivery.png" /></div>
<div class="front back" style="text-align: center">
<a href="delivery.html" style="color: #FFFFFF;">FREE standard delivery
in UK only<br />
Click here for more details</a></div>
</div>
</div>
<social-menu>
<a href="http://www.pintrest.com">
<img alt="Pintrest" class="social" src="images/social/pintrest.jpg" /></a>
<a href="http://www.plus.google.com">
<img alt="Google+" class="social" src="images/social/google.jpg" /></a>
<a href="http://www.youtube.com">
<img alt="Youtube" class="social" src="images/social/youtube.jpg" /></a>
<a href="http://www.instagram.com">
<img alt="Instagram" class="social" src="images/social/instagram.jpg" /></a>
<a href="http://www.twitter.com">
<img alt="Twitter" class="social" src="images/social/twitter.jpg" /></a>
<a href="http://www.facebook.com">
<img alt="Facebook" class="social" src="images/social/facebook.jpg" /></a>
</social-menu>
</section>
<nav>
<label class="show-menu" for="show-menu">Show Menu</label>
<input id="show-menu" role="button" type="checkbox" />
<ul id="menu">
<li><a href="index.html">Home</a></li>
<li><a href="design.html">Design your own</a></li>
<li><a href="shirts.html">Shirts</a>
<ul class="hidden">
<li><a href="shirts.html#ny">Limited Edition</a></li>
<li><a href="shirts.html#peace">Peace</a></li>
<li><a href="shirts.html#panda">Panda</a></li>
<li><a href="shirts.html#plain">Plain</a></li>
</ul>
</li>
<li><a href="about.html">About Us</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</nav>
<section>
<section class="center">
<h1>Delivery</h1>
<img allowfullscreen="" frameborder="0" height="auto" src="images/deliveryimg.png" style="float: left; width: auto; margin: 10px; display: block;" />
<div class="deliverytable">
<table>
<tbody>
<tr>
<th scope="col" style="width: 115px">Delivery Option</th>
<th scope="col">Delivery Time</th>
<th scope="col">Cost</th>
</tr>
<tr>
<td style="width: 115px">Standard UK Delivery</td>
<td>Up to 3-5 Working Days</td>
<td>£2 (FREE delivery if you spend over £30 )</td>
</tr>
<tr>
<td style="width: 115px">Express Delivery </td>
<td>Within 1- 2 days</td>
<td>£4</td>
</tr>
<tr>
<td style="width: 115px">Next Day Delivery</td>
<td>Next day when you order by 10pm</td>
<td>£7</td>
</tr>
</tbody>
</table>
</div>
</section>
</section>
<footer>
<table width="100%">
<tbody>
<tr>
<td>
<p>Ling Kan, 13489110 </p>
</td>
<td>
<p align="center">©2015 Copyright CreativeTee. All Rights Reserved.</p>
</td>
<td>
<p align="right"><a href="delivery.html">Delivery</a> |
<a href="about.html">About Us</a> |<a href="contact.html"> Contact Us</a>
</p>
</td>
</tr>
</tbody>
</table>
</footer>
<a class="back-to-top" href="#">Back to Top</a>
</body>
</html>