-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresults new.html
96 lines (91 loc) · 2.97 KB
/
results new.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
<!DOCTYPE HTML>
<html>
<head>
<title>WearThe - Results</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="WearThe" />
<meta name="keywords" content="" />
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.poptrox.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<script src="js/geolocation.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel-noscript.css" />
<link rel="stylesheet" href="css/style.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body style='font-family="sans-serif"'>
<div id="bg">
<img src="images/bg.png" alt="">
</div>
<!-- Banner -->
<section id="banner">
<header>
<h2>Your 15hr Forecast</h2>
</header>
<div class="table-wrapper">
<table class="default">
<tbody>
<tr>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
<td>x</td>
</tr>
<tr>
<td>6</td>
<td>8</td>
<td>10</td>
<td>12</td>
<td>14</td>
<td>16</td>
<td>18</td>
<td>20</td>
<td>22</td>
</tr>
</tbody>
</table>
<br>
<a href="#first" class="button style2 scrolly">What Too Wear?</a>
</div>
</section>
<article class="container box style3">
<section id="first">
<table class="default">
<tbody>
<tr>
<td>Top</td>
<td><center><img src="images/primary/tshirt.png" alt="TShirt" height="25%" width="25%" id="tshirt"/><img src="images/Secondary/jumper.png" alt="TShirt" height="25%" width="25%" id="jumper"/></center></td>
<td><center>T-Shirt</center></td>
</tr>
<tr>
<td>Bottom</td>
<td><center><img src="images/bottoms/jeans.png" alt="Jeans" height="25%" width="25%"/></center></td>
<td><center>Jeans</center></td>
</tr>
<tr>
<td>Accessories</td>
<td><center><img src="images/accessory/suncream.png" alt="Sun Cream" height="25%" width="25%"/><img src="images/accessory/sunglasses.png" alt="Sun Glasses" height="25%" width="25%"/></center></td>
<td><center>Sun Cream And Sun Glasses</center></td>
</tr>
</tbody>
</table>
</section>
</article>
<section id="footer">
<ul class="icons">
<li><a target="_blank" href="https://twitter.com/WearTheYRS" class="fa fa-twitter solo"><span>Twitter</span></a></li>
<li><a target="_blank" href="https://www.facebook.com/pages/WearThe/1528964480660027" class="fa fa-facebook solo"><span>Facebook</span></a></li>
</ul>
</section>
</body>
</html>