-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathindex.html
153 lines (151 loc) · 6.82 KB
/
index.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
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
<!doctype html>
<html class="no-js">
<head>
<title>Mobile-First Responsive Web Design</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="HandheldFriendly" content="true">
<link rel="stylesheet" type="text/css" href="style.css" media="screen, handheld" />
<link rel="stylesheet" type="text/css" href="enhanced.css" media="screen and (min-width: 40.5em)" />
<!--[if (lt IE 9)&(!IEMobile)]>
<link rel="stylesheet" type="text/css" href="enhanced.css" />
<![endif]-->
<script type="text/javascript" src="js/modernizr.js"></script>
</head>
<body id="page">
<header role="banner">
<div>
<h1 class="logo"><a href="#"><img src="images/logo_new.png" alt="Ffly" /></a></h1>
<ul id="nav-anchors" class="nav-anchors">
<li><a href="#nav" id="menu-anchor">Menu</a></li>
<li><a href="#search" id="search-anchor">Search</a></li>
</ul>
<form id="search" action="#" method="post" class="search reveal">
<fieldset>
<legend>Search the Site</legend>
<label for="search-site">Search the site</label>
<input type="search" id="search-site" placeholder="Search Store" />
<input type="submit" value="Search" />
</fieldset>
</form>
<nav id="nav" class="nav reveal">
<ul role="navigation">
<li><a href="#">T-shirts</a></li>
<li><a href="#">Hoodies</a></li>
<li><a href="#">Pants</a></li>
</ul>
</nav>
</div>
</header><!--end .header-->
<div class="content product-info" role="main">
<section class="product-main">
<header>
<h1 class="product-name">Super Ffly T-shirt</h1>
<div class="product-overview">
<strong class="price">$23</strong>
<ol class="star">
<li class="on">★</li>
<li class="on">★</li>
<li class="on">★</li>
<li class="on">★</li>
<li>☆</li>
</ol>
<a href="#reviews" class="review-count">8 Reviews</a>
</div>
</header>
<div id="product-img" class="product-img">
<figure class="img-container" id="img-container">
<img src="images/product_img_1.jpg" alt="Super Ffly T-shirt" />
</figure>
<nav>
<ul>
<li><a href="images/product_img_1.jpg"><img src="images/product_img_1_thumb.jpg" alt="Super Ffly Men's Shirt" /></a></li>
<li><a href="images/product_img_2.jpg"><img src="images/product_img_2_thumb.jpg" alt="Super Ffly Women's Shirt" /></a></li>
<li><a href="images/product_img_3.png"><img src="images/product_img_3_thumb.jpg" alt="Ffly Logo" /></a></li>
</ul>
</nav>
</div><!--end .product-img-->
<form method="post" action="#" id="product-form" class="product-form">
<fieldset>
<legend>Add to Cart</legend>
<div class="field qty-field">
<label for="qty">Qty</label>
<input name="qty" id="qty" class="qty" type="number" pattern="[0-9]*" value="1" min="1" max="999" />
</div>
<div class="field size-field">
<label for="size">Size</label>
<select id="size" name="size">
<option value="S">S</option>
<option value="S">M</option>
<option value="S">L</option>
<option value="S">XL</option>
</select>
</div>
<div class="submit-form">
<input type="submit" class="btn" value="Add to Cart" />
</div>
</fieldset>
</form><!--end #product-form-->
<div class="product-utils">
<a href="#" class="share-btn">Share</a>
<a href="#" class="find-nearby">Find Nearby</a>
</div>
<div class="product-description">
<div id="p-desc">
<p>Behold, your new favorite shirt! This built-to-last tee adapts to your size and capabilities, starting off XS then stretches and scales to keep you comfortable as you grow taller and wider. The future is here, so look sharp.</p>
</div>
</div><!--end .product-description-->
</section><!--end .product-main-->
<section class="aux related-products" id="related-products">
<header id="tab-related">
<a href="related.html">
<h2>Similar T-shirts</h2>
</a>
</header>
</section><!--end .related-products-->
<section class="aux reviews" id="reviews">
<header id="tab-reviews">
<a href="reviews.html">
<h2>8 Reviews</h2>
<ol class="star">
<li class="on">★</li>
<li class="on">★</li>
<li class="on">★</li>
<li class="on">★</li>
<li>☆</li>
</ol>
</a>
</header>
</section><!--end .reviews-->
</div><!--end .content-->
<footer class="footer">
<div>
<nav class="nav" role="navigation">
<ul class="footer-nav">
<li><a href="#">T-shirts</a></li>
<li><a href="#">Hoodies</a></li>
<li><a href="#">Pants</a></li>
</ul>
</nav>
<ul class="service-links">
<li class="tel" ><a href="tel:+1-800-275-2273" title="Call our customer Service">Call 800-888-8888</a></li>
<li><a href="#">About</a></span></li>
<li><a href="#page" class="top">Back to Top</a></li>
</ul>
</div>
</footer><!--end .footer-->
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js"></script>
<script type="text/javascript" src="js/init.js "></script>
<script type="text/javascript" src="js/comments.js "></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-2687475-3']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>