-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathted.html
More file actions
154 lines (109 loc) · 4.21 KB
/
ted.html
File metadata and controls
154 lines (109 loc) · 4.21 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SR20 TED!</title>
<script src="https://kit.fontawesome.com/044137398e.js" crossorigin="anonymous"></script>
<link rel="stylesheet" href="css/reset.css" type="text/css">
<link rel="stylesheet" href="css/ted/main.css" type="text/css">
<link rel="stylesheet" href="css/Ted/header.css" type="text/css">
<link rel="stylesheet" href="css/Ted/gallery.css" type="text/css">
<link rel="stylesheet" href="css/Ted/footer.css" type="text/css">
<link rel="stylesheet" href="css/Ted/nav.css" type="text/css">
<style>
/* =============================== ============================================== */
</style>
</head>
<body>
<div class="grid">
<div class="content">
<div class="nav">
<nav class="nav-main">
<div class="btn-toggle-nav" onclick="toggleNav()"></div>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="aboutus.html">About US</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</nav>
<aside class="nav-sidebar">
<ul>
<li><span>Royal Items:</span></li>
<li><a href="page2.html">Slap Stickers</a></li>
<li><a href="banners.html">Window Banners</a></li>
<li><a href="merch.html">Merch</a></li>
<li><a href="autoAccessories.html">Auto Accessories</a></li>
</ul>
</aside>
</div>
<!-- -->
<h3></h3>
<!-- transparent background -->
<!-- PRODUCT PICTURE/DESCRIPTION BOX -->
<div class="subItemLeft">
<div class="productpic">
<img src="assets/images/ted/TedslapCheckoutPrev.png" alt="DriftFail!" width="60" height="40">
</a>
<div class="desc">30 WEIGHT?? 40 WEIGHT??</div>
</div> <!-- productpic -->
</div>
<div class="subItemRight">
<div class="pheader">SR20 TED!</div>
<div class="price">$7.00</div>
<!-- STICKER DESCRIPTION AREA -->
<div class="pDescription"><br>
-UV Resistant<br>
-Fade Resistant<br>
-Gloss laminate<br>
-Water Proof
</div>
<div class="pDescription2">If you need a SR20,<br> Ted is the man
to talk to!<br> Hes got a warehouse
full of them!
</div>
<!-- AMOUNT SELECTOR AND "ADD TO CART" BUTTON -->
<div class="checkOutFormRetainer">
<form action="/action_page.php">
<div class="numForm">
<input class="quantity" id="id_form-0-quantity" min="0" name="form-0-quantity" value="1" type="number">
</div>
<button class="cartButton">
<input type="submit">
</button>
</form>
</div>
</div>
<!--subitemRight -->
</div> <!-- content -->
<div class="footer">
<div class="footerItem-SocialContainer">
<p>FOLLOW US</p>
<link rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<a href="#" class="fa fa-facebook"></a>
<a href="#" class="fa fa-twitter"></a>
<a href="#" class="fa fa-instagram"></a>
<a href="#" class="fa fa-youtube"></a>
</div>
<div class="footerItem-footerLinks">
<ul>
<li><a href="contact.html">Contact</a></li>
<li><a href="aboutus.html">About US</a></li>
<li><a href="faq.html">FAQ</a></li>
</ul>
</div>
<div class="footerItem-payment">
<p>Accepted Cards</p>
<div class="icon-container">
<i class="fa fa-cc-visa" style="color:navy;"></i>
<i class="fa fa-cc-amex" style="color:blue;"></i>
<i class="fa fa-cc-mastercard" style="color:red;"></i>
<i class="fa fa-cc-discover" style="color:orange;"></i>
</div>
</div>
</div> <!-- grid -->
</body>
<script src="javascript/imperialsakura.js"></script>
</html>