-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
194 lines (180 loc) · 6.35 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
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>ACES' Learn to Code Store</title>
<link rel="stylesheet" type="text/css" href="style/style.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="js/javascript.js"></script>
</head>
<body>
<div id="sitewrapper">
<div id="header">
<a href="index.html" id="logo"><img src="images/logo.png" width="280" /></a>
</div><!--END #header-->
<div id="content">
<div id="product">
<div class="onethird">
<img src="images/shirts.jpg" alt="Smiley face" height="175" width="175" />
</div>
<div class="twothird">
<h1>Plain Colored T-Shirts </h1>
<form id="addToCart">
<h2 id="price">$14.99</h2>
<p>
<label for="num">Quantity:</label>
<input type="text" id="num" name="num" size="5" />
</p>
<p>
<label for="color">Color:</label>
<select id="color" name="color">
<option value="orange">Orange</option>
<option value="blue">Blue</option>
<option value="green">Green</option>
<option value="yellow">Yellow</option>
</select>
</p>
<p>
<label for="size">Size:</label>
<span class="oneline">
<label><input type="radio" name="size" id="size1" value="S" /> Small</label>
<label><input type="radio" name="size" id="size2" value="M" /> Medium</label>
<label><input type="radio" name="size" id="size3" value="L" /> Large</label>
<label><input type="radio" name="size" id="size4" value="XL" /> X-Large</label>
</span>
</p>
<p><input type="button" value="Order" id="submit" class="bigButton" onclick="order();" /></p>
</form>
<h2>Description</h2>
<p>These shirts are very shirty. They are the shirtiest shirts of any shirt that any shirtmaker in the history of shirtmaking has ever crafted.</p>
</div>
</div>
<hr />
<div id="productspecs">
<h2>Product Specs</h2>
<table>
<thead>
<tr>
<th width="20%"> </th>
<th width="20%">Orange</th>
<th width="20%">Blue</th>
<th width="20%">Green</th>
<th width="20%">Yellow</th>
</tr>
</thead>
<tbody>
<tr>
<th>Product Dimensions</th>
<td>13 x 8 x 1 inches</td>
<td>12 x 7 x 0 inches</td>
<td>15 x 5 x 5 inches</td>
<td>22 x 2 x 2 inches</td>
</tr>
<tr>
<th>Shipping Weight</th>
<td>1 pounds</td>
<td>2 pounds</td>
<td>15 pounds</td>
<td>1 pounds</td>
</tr>
<tr>
<th>Barcode</th>
<td>B00B81I4IP</td>
<td>B00B81E4IO</td>
<td>B00B81A4IR</td>
<td>B00B81T4IK</td>
</tr>
<tr>
<th>Item model number</th>
<td>FTL-4A3001C</td>
<td>STL-4B3001A</td>
<td>FTP-4I3001R</td>
<td>FRT-4G3001P</td>
</tr>
<tr>
<th>Date first available</th>
<td>May 7, 1979</td>
<td>May 7, 1980</td>
<td>May 7, 1981</td>
<td>Feb 29, 2016</td>
</tr>
<tr>
<th>Domestic Shipping</th>
<td>This item is also available for shipping to select countries outside the U.S.</td>
<td>This item is also available for shipping to select countries outside the U.S.</td>
<td>This item is not eligible for domestic shipping.</td>
<td>This item is also available for shipping to select countries outside the U.S.</td>
</tr>
<tr>
<th>International Shipping</th>
<td>This item is not eligible for international shipping.</td>
<td>This item is not eligible for international shipping.</td>
<td>This item is not eligible for international shipping.</td>
<td>This item is not eligible for international shipping.</td>
</tr>
</tbody>
</table>
</div>
<hr />
<div id="reviews">
<h2>Reviews</h2>
<form method="post" id="reviewform">
<p>
<label for="reviewer">Name</label>
<input type="text" id="reviewer" name="reviewer" placeholder="Name" />
</p>
<p>
<label for="rating">Rating</label>
<select id="rating" name="rating">
<option value="10">10 - Outstanding.</option>
<option value="9">9 - Excellent.</option>
<option value="8">8 - Very good.</option>
<option value="7">7 - Good.</option>
<option value="6">6 - Fair.</option>
<option value="5">5 - Average.</option>
<option value="4">4 - Below average.</option>
<option value="3">3 - Poor.</option>
<option value="2">2 - Very poor.</option>
<option value="1">1 - Defies description.</option>
</select>
</p>
<p>
<label for="comments">Comments</label>
<textarea name="comments" id="comments" cols="50" rows="5"></textarea>
</p>
<p><input type="submit" id="postReview" value="Post Review" class="bigButton" /></p>
</form>
<ul id="reviews">
<li class="review">
<h3>Harry Henderson</h3>
<p class="rating">8 - Very good.</p>
<p class="comment">They weren't kidding when they said these were the shirtiest shirts! I had my doubts when I placed my order--I've been disappointed with the shirtiness of shirts before--but these guys really came through.</p>
</li>
<li class="review">
<h3>Bruce Banner</h3>
<p class="rating">1 - Defies description.</p>
<p class="comment">I haven't received my shirts yet, so as far as the shirtiness of the shirts goes I'd have to say they aren't very shirty at all. There is no shirt! I just want my shirty shirt and I'm angry that I don't have it yet. You won't like me when I'm angry...</p>
</li>
</ul>
</div>
</div><!--END #content-->
<div id="footer">
<div class="twothird">
<h2>About Shirty Shirts</h2>
<p>Shirty Shirts, LLC. is a small, employee-owned business that was founded in 2016 with primary offices in Maryland.</p>
<hr />
<p>© Copyright 2016 by Shirty Shirts, LLC. All Rights Reserved.</p>
</div>
<div class="onethird">
<h2>Shirty Shirts Newsletter</h2>
<p>Keep up on our always evolving product features and technology. Enter your e-mail and subscribe to our newsletter.</p>
<form method="post">
<input type="text" name="email" id="email" />
<input type="submit" value="Subscribe" />
</form>
</div>
</div><!--END #footer-->
</div><!--END #sitewrapper-->
<div id="wrappershadow"></div>
</body>
</html>