-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstore.html
269 lines (258 loc) · 8.8 KB
/
store.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
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
Razer Online Store - Buy Unrivalled Gaming Gear online. | Razer United
States
</title>
<link rel="stylesheet" href="styles/store-page/store.css" />
<script src="./scripts/store.js" defer></script>
</head>
<body>
<nav id="navbar-container"></nav>
<section id="top-content">
<ul class="top-content-list">
<li class="list-item">
<a href="#">
<div class="img-box">
<img
src="https://assets2.razerzone.com/images/pnx.assets/f41fa0e9b4d6cb094ecba2b6086d692a/razer-blade-16_200x150.png"
alt=""
/>
</div>
<span>Laptops</span>
</a>
</li>
<li class="list-item">
<a href="#">
<div class="img-box">
<img
src="https://assets2.razerzone.com/images/pnx.assets/f41fa0e9b4d6cb094ecba2b6086d692a/razer-store-v2_components_icon_188x150.png"
alt=""
/>
</div>
<span>Components</span>
</a>
</li>
<li class="list-item">
<a href="#">
<div class="img-box">
<img
src="https://assets2.razerzone.com/images/pnx.assets/d3c009aecfca0d406f63fe42575891e5/razer-basilisk-v3-pro_90x150.png"
alt=""
/>
</div>
<span>Mice</span>
</a>
</li>
<li class="list-item">
<a href="#">
<div class="img-box">
<img
src="https://assets2.razerzone.com/images/pnx.assets/f41fa0e9b4d6cb094ecba2b6086d692a/razer-blackwidow-v4-pro_168x150.png"
alt=""
/>
</div>
<span>Keyboards</span>
</a>
</li>
<li class="list-item">
<a href="#">
<div class="img-box">
<img
src="https://assets2.razerzone.com/images/pnx.assets/f41fa0e9b4d6cb094ecba2b6086d692a/razer-store-v2_audio_icon_168x150.png"
alt=""
/>
</div>
<span>Audio</span>
</a>
</li>
<li class="list-item">
<a href="#">
<div class="img-box">
<img
src="https://assets2.razerzone.com/images/pnx.assets/d3c009aecfca0d406f63fe42575891e5/razer-kiyo-pro-ultra_118x150.png"
alt=""
/>
</div>
<span>Content Creation</span>
</a>
</li>
<li class="list-item">
<a href="#">
<div class="img-box">
<img
src="https://assets2.razerzone.com/images/pnx.assets/d3c009aecfca0d406f63fe42575891e5/razer-enki-pro_lamborghini_80x150.png"
alt=""
/>
</div>
<span>Chairs</span>
</a>
</li>
<li class="list-item">
<a href="#">
<div class="img-box">
<img
src="https://assets2.razerzone.com/images/pnx.assets/f41fa0e9b4d6cb094ecba2b6086d692a/razer-wolverine-v2-pro-white_144x150.png"
alt=""
/>
</div>
<span>Console</span>
</a>
</li>
<li class="list-item">
<a href="#">
<div class="img-box">
<img
src="https://assets2.razerzone.com/images/pnx.assets/f41fa0e9b4d6cb094ecba2b6086d692a/razer-edge_186x150.png"
alt=""
/>
</div>
<span>Mobile</span>
</a>
</li>
<li class="list-item">
<a href="#">
<div class="img-box">
<img
src="https://assets2.razerzone.com/images/pnx.assets/8a4cf27b0557ec77704bd4de1d471a17/rogue-15-chromatic_2x.png"
alt=""
/>
</div>
<span>Gear</span>
</a>
</li>
</ul>
<div class="store-heading-container">
<h1 class="heading">
<span>THE LATEST AND GREATEST GAMING GEAR</span>
Razer mice, keyboards, headsets, laptops & more
</h1>
<a href="#">
<div class="store-side-nav-icon">
<img
src="https://assets2.razerzone.com/images/pnx.assets/8a4cf27b0557ec77704bd4de1d471a17/razerstore-icon.svg"
alt=""
/>
</div>
<div class="store-side-nav-link">Find a RazerStore near you</div>
</a>
</div>
</section>
<main id="store-page" class="main">
<section id="freshOffTheLine" class="slider">
<div class="headers">
<h2>FRESH OFF THE LINE</h2>
<div class="paragraphs">
<p>
Check out our latest releases to secure the most up-to-date
upgrades for your setup
</p>
</div>
</div>
<div id="freshOffTheLine-container" class="list-container"></div>
</section>
<section id="bestSellers" class="slider">
<div class="headers">
<h2>BEST SELLERS</h2>
<div class="paragraphs">
<p>Join the hype train with the hottest products in our arsenal</p>
</div>
</div>
<div id="bestSellers-container" class="list-container"></div>
</section>
<section id="campainCarouselBanner" class="banner">
<div
id="campainCarouselBanner-container"
class="banner-container"
></div>
</section>
<section id="razerExclusives" class="slider">
<div class="headers">
<h2>RAZER EXCLUSIVES</h2>
<div class="paragraphs">
<p>
Explore unique products and services only available at our
official online store
</p>
</div>
</div>
<div id="razerExclusives-container" class="list-container"></div>
</section>
<section id="exclusiveBanner" class="banner">
<div id="exclusiveBanner-container" class="banner-container"></div>
</section>
<section id="otherLinks"></section>
<section id="razerLastChance" class="slider">
<div class="headers">
<h2>RAZER LAST CHANCE</h2>
<div class="paragraphs">
<p>
A curated selection of our classic gear—exclusively priced with
full warranty
</p>
</div>
</div>
<div id="razerLastChance-container" class="list-container"></div>
</section>
<section id="whyBuyMultiPanels">
<div class="multipanels-container">
<h2>Why buy from razer.com</h2>
<ul class="multipanels-list">
<li class="list-item">
<img
src="//assets2.razerzone.com/images/pnx.assets/c26dadd460db814353e32536f8f160b7/first-dibs-icon.svg"
alt=""
class="multipanel-icon"
/>
<h3>Get First Dibs</h3>
<p>
Razer.com is the only place where you can buy our most
anticipated Razer gear immediately upon release
</p>
</li>
<li class="list-item">
<img
src="//assets2.razerzone.com/images/pnx.assets/c26dadd460db814353e32536f8f160b7/largest-array-icon.svg"
alt=""
class="multipanel-icon"
/>
<h3>The Largest Array Of Razer Gear</h3>
<p>
As Razer's official online store, we hold a massive collection
of products that can't be matched anywhere else.
</p>
</li>
<li class="list-item">
<img
src="//assets2.razerzone.com/images/pnx.assets/c26dadd460db814353e32536f8f160b7/exclusives-icon.svg"
alt=""
class="multipanel-icon"
/>
<h3>Exclusive Razer Gear And Swag</h3>
<p>
Get access to limited edition Razer gear that's only available
on Razer.com.
</p>
</li>
<li class="list-item">
<img
src="//assets2.razerzone.com/images/pnx.assets/c26dadd460db814353e32536f8f160b7/buynow-paylater-icon.svg"
alt=""
class="multipanel-icon"
/>
<h3>Play Now, Pay Later</h3>
<p>
With our 0% installment plan, spend more time gaming with your
sweet new gear and less time fussing over payment.
</p>
</li>
</ul>
</div>
</section>
</main>
<footer id="footer-container"></footer>
</body>
</html>