-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProducts.html
84 lines (69 loc) · 3.76 KB
/
Products.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
<!DOCTYPE html>
<html>
<head>
<title>Products</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="container">
<div id="header"><div id="img1"><a href="" ><img src="Images/logo.jpg" width="15%" height="50%" align="left"></a></div>
<font color="white" style="font-family:'Good Times';float: left;font-size: 75px" > EXO<br>LEISURE</font></a>
<div id="text1">
<a href=""><img src="Images/cart.jpg" width="10%" height="10%" align="right"> </a>
<br><br><br><br><br><br><br>
<a href="SignUp.html"> <font color="white" style="float: right">     Sign Up</font></a>
<a href="SignIn.html" ><font color="white" style="float: right">Sign In     </font></a>
</div>
<div id="navbar">
<li><font color="black" size="3">Search</font></li>
<li><a href="ContactUs.html"><font color="black" size="4" >Contact Us</font></a></li>
<li><a href=""><font color="black" size="4">About Us</font></a></li>
<li><a href=""><font color="black" size="4">Profile</font> </a></li>
<li><a href="Products.html"><font color="black" size="4">Products</font> </a></li>
<li><a href="Activities.html"><font color="black" size="4">Activities</font> </a></li>
<li><a href="Homepage.html"><font color="black" size="4">Home</font> </a></li><br/>
</div> </div>
<div id="banner"><img src="Images/pool.jpg" width="100%" height="100%"> </div>
<div id="sidebar"><h1><br><font color="black"> Categories</font> </h1>
<a href="" > <h2><font color="white">Activities </font> </h2></a>
<a href=""><h2><font color="white">Products</font></h2> </a>
</div>
<div id="mainbody">
<h1 align="center">PRODUCTS</h1>
<div class="n-bordered td">
<table width="90%"align="center" border="1px" cellspacing="10px" cellpadding="10%" >
<tr>
<td><img src="Images/headlamp.jpg"width="100%" height="70%" >
<p><hr>Headlamps</p></td>
<td><img src="Images/babycar.jpg"width="100%" height="70%">
<p><hr>Toy Cars</p></td>
<td><img src="Images/boots.jpg"width="100%" height="70%" >
<p><hr>Boots</p></td></tr>
<tr>
<td ><img src="Images/tents.jpg"width="100%" height="70%">
<p><hr>Tents</p></td>
<td><img src="Images/gloves.jpg"width="100%" height="70%">
<p><hr>Gloves</p></td>
<td><img src="Images/backpack.jpg"width="100%" height="70%">
<p><hr>Backpacks</p></td>
</tr>
</table>
</div>
</div>
<div id="footer">
<li><a href="Homepage.html"><font color="white">Home</font></a></li>
<li><a href="Activities.html"><font color="white">Activities</font> </a></li>
<li><a href="Products.html"><font color="white">Products</font></a></li>
<li><a href=""><font color="white">Profile</font></a></li>
<li><a href="ContactUs.html"><font color="white">Contact us</font> </a> </li>
<li><font color="white">Subscribe</font></li>
<a href=""><img src="Images/facebook.jpg" height="30%"> </a>
<a href=""><img src="Images/instagram.jpg" height="30%"> </a>
<a href=""><img src="Images/snapchat.jpg" height="30%"> </a>
<a href=""><img src="Images/twitter.jpg" height="30%"> </a>
<a href=""><img src="Images/youtube.jpg" height="30%"> </a>
<br><br><br><br><br> Copyright @ IWT Project-Y1-S2-Group 3.2. 2017-All rights Reseved</font>
</div>
</div>
</body>
</html>