-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
394 lines (339 loc) · 17.4 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
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
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Build Box | Home</title>
<!-- HTML Meta Tags -->
<title>Build Box | Home</title>
<meta name="description" content="Landing page for a pre-built pc selling e-commerce website">
<meta name="theme-color" content="#E8E8E8">
<meta name="author" content="Arman Qureshi">
<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://buildbox-project.vercel.app/">
<meta property="og:type" content="website">
<meta property="og:title" content="Build Box | Home">
<meta property="og:description" content="Landing page for a pre-built pc selling e-commerce website">
<meta property="og:image" content="https://opengraph.b-cdn.net/production/images/4e288940-1d3a-4c97-a29a-c30985ea5c3a.png?token=oa7SPGdZC787GUKe9EuRnpfILvxfUClfFpWq5BPtvM4&height=661&width=1200&expires=33269404133">
<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="buildbox-project.vercel.app">
<meta property="twitter:url" content="https://buildbox-project.vercel.app/">
<meta name="twitter:title" content="Build Box | Home">
<meta name="twitter:description" content="Landing page for a pre-built pc selling e-commerce website">
<meta name="twitter:image" content="https://opengraph.b-cdn.net/production/images/4e288940-1d3a-4c97-a29a-c30985ea5c3a.png?token=oa7SPGdZC787GUKe9EuRnpfILvxfUClfFpWq5BPtvM4&height=661&width=1200&expires=33269404133">
<!-- CSS Linking -->
<link rel="stylesheet" href="style.css" type="text/css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
<!-- Favicon -->
<link rel="icon" href="Images/Favicon.png" type="image/x-icon">
</head>
<body>
<!-- Credits -->
<section>
<div id="credits">
<marquee>This project is for educational purpose only and contains images & video mostly used from NZXT
website and may be subject to copyright, Credits to their rightfull owners.</marquee>
</div>
</section>
<!-- Header -->
<header>
<div id="upper-hdr">
<div id="hdr-logo">
<div id="logo"></div>
</div>
<div id="hdr-links">
<div>
<ul id="links">
<li><a href="#">Log In</a></li>
<li><a href="#">New Here?</a></li>
<li>|</li>
</ul>
</div>
<div id="user">
<i class="fa-solid fa-circle-user"></i>
</div>
</div>
</div>
<nav id="navbar">
<div id="left-nav">
<ul id="nav-links">
<li><a href="#">Gaming PC's</a></li>
<li><a href="#">Editing PC's</a></li>
<li><a href="#">Productivity PC's</a></li>
<li><a href="#">Creators PC's</a></li>
</ul>
<div id="menu">
<svg id="open" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100"
viewBox="0,0,256,256">
<g fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt"
stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0"
font-family="none" font-weight="none" font-size="none" text-anchor="none"
style="mix-blend-mode: normal">
<g transform="scale(5.12,5.12)">
<path d="M0,9v2h50v-2zM0,24v2h50v-2zM0,39v2h50v-2z"></path>
</g>
</g>
</svg>
<svg id="close" xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100"
viewBox="0,0,256,256">
<g fill="#ffffff" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt"
stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0"
font-family="none" font-weight="none" font-size="none" text-anchor="none"
style="mix-blend-mode: normal">
<g transform="scale(5.12,5.12)">
<path
d="M7.71875,6.28125l-1.4375,1.4375l17.28125,17.28125l-17.28125,17.28125l1.4375,1.4375l17.28125,-17.28125l17.28125,17.28125l1.4375,-1.4375l-17.28125,-17.28125l17.28125,-17.28125l-1.4375,-1.4375l-17.28125,17.28125z">
</path>
</g>
</g>
</svg>
</div>
</div>
<div id="right-nav">
<input placeholder="Search BuildBox">
<div id="search">
<button id="btn"><i class="fa-solid fa-magnifying-glass"></i></button>
</div>
</div>
</nav>
</header>
<!-- Main -->
<main>
<!-- Hero -->
<section>
<div class="slider">
<div class="list">
<div class="item">
<div class="slider-content">
<h2>Creators PC</h2>
<p>Multitask like a pro with maxed out performance parts in our newest cases, allowing
you
to tackle more applications and increase your workflow. Our gaming PCs go beyond
gaming.
</p>
</div>
<img src="Images/banner3.avif">
</div>
<div class="item">
<div class="slider-content">
<h2>Gaming PC</h2>
<p>Whether you want to play popular games, get eye-watering visuals, or hit peak FPS, our
Prebuilts got you covered from mid-range to top-of-the-line GPUs and CPUs.</p>
</div>
<img src="Images/banner2.avif">
</div>
<div class="item">
<div class="slider-content">
<h2>Streaming PC</h2>
<p>Ready to go live with your stream? We offer powerful CPUs, GPUs, and plenty capacity and
performance so you can play and stream without taking a performance hit.</p>
</div>
<img src="Images/banner1.jpg">
</div>
</div>
<div class="buttons">
<button id="prev"><</button>
<button id="next">></button>
</div>
<ul class="dots">
<li class="active"></li>
<li></li>
<li></li>
</ul>
</div>
</section>
<!-- BestSellers -->
<section>
<div id="bestsellers">
<h1>Our BestSellers</h1>
<div id="bst">
<div class="bst">
<img src="Images/bestseller1.avif" alt="BestSeller 1">
<h4>B5 Elite RTX 4060 Ti Gaming PC</h4>
<h6>Key Specs</h6>
<p>
Intel® Core™ i5-12400F<br>
NVIDIA® GeForce RTX™ 4060 Ti 8GB<br>
16GB (2 x 8GB) DDR5 5200 MHz (max speed)
</p>
<a href="#">Shop Now<i class="fas fa-chevron-right"></i></a>
</div>
<div class="bst">
<img src="Images/bestseller2.avif" alt="BestSeller 2">
<h4>B6 Flow RTX 4070 Ti Gaming PC</h4>
<h6>Key Specs</h6>
<p>
AMD Ryzen™ 7 7700X<br>
NVIDIA® GeForce RTX™ 4070 Ti<br>
32GB (2 x 16GB) DDR5 5200 MHz (max speed)
</p>
<a href="#">Shop Now<i class="fas fa-chevron-right"></i></a>
</div>
<div class="bst">
<img src="Images/bestseller3.avif" alt="BestSeller 3">
<h4>B9 Elite RTX 4090 Gaming PC</h4>
<h6>Key Specs</h6>
<p>
Intel® Core™ i9-14900KF<br>
NVIDIA® GeForce RTX™ 4090<br>
64GB (2 x 32GB) DDR5 6000 MHz
</p>
<a href="#">Shop Now<i class="fas fa-chevron-right"></i></a>
</div>
</div>
</div>
</section>
<!-- Why PreBuilt -->
<section>
<div id="prebuilt">
<div id="preinfoc">
<div id="preinfo">
<h3>Why Go PreBuilt ?</h3>
<p>
These gaming PCs aren't just built by experts, they're designed by them too! BuildBox
PreBuilt
Gaming
PCs
are made with budget and experience in mind.
</p>
</div>
</div>
<div id="preimgc">
<div id="preimg">
<img src="Images/prebuilt-bg.png">
</div>
</div>
</div>
</section>
<!-- FAQ -->
<section>
<div id="prebuilt-faq">
<h1>PreBuilt PC Buying FAQ</h1>
<h4>Common Questions about buying BuildBox PreBuilt Gaming PCs</h4>
<div id="qa-box">
<div class="qa">
<div class="question">
<h2>Why should I buy a prebuilt PC instead of building my own?</h2>
<p class="arrow">></h2>
</div>
<div class="answer">
<p>There are a few reasons why someone might choose to purchase a prebuilt PC instead of
building
their own. First, prebuilt PCs come with all the necessary components already assembled,
so
there's no need to spend time and effort putting the computer together.
Second, prebuilt PCs are often more cost-effective than building your own, especially if
you're
not sure which components to choose or if you don't have experience building computers.
Third, purchasing a prebuilt PC from a reputable brand can provide peace of mind in
terms of
quality and reliability.</p>
</div>
</div>
<div class="qa">
<div class="question">
<h2>What should I consider when shopping for a prebuilt PC?</h2>
<p class="arrow">></h2>
</div>
<div class="answer">
<p>There are several factors to consider when shopping for a prebuilt PC. First, think about
what
you'll be using the computer for and what your needs are. This will determine the type
and
amount of components you need, as well as the budget you'll need to set.
Next, consider the brand of the prebuilt PC and do some research on the different
options
available. Pay attention to the specifications and features of the computer, including
the
processor, RAM, storage, and graphics card, to ensure they meet your needs.
Finally, think about where you'll be purchasing the prebuilt PC from and whether you
want to
buy
online or in person.</p>
</div>
</div>
<div class="qa">
<div class="question">
<h2>Can I upgrade a prebuilt PC?</h2>
<p class="arrow">></h2>
</div>
<div class="answer">
<p>In most cases, prebuilt PCs can be upgraded with additional components. However, the
specific
components that can be upgraded and the ease of upgrading them will vary depending on
the
brand
and model of the prebuilt PC.
It's important to carefully read the specifications and features of the prebuilt PC
you're
considering purchasing to determine whether it can be easily upgraded, and to consult
the
manufacturer or retailer if you have any questions. In some cases, it may be more
cost-effective
to purchase a prebuilt PC with the components you need, rather than upgrading a
lower-spec
model.</p>
</div>
</div>
<div class="qa">
<div class="question">
<h2>How much does a prebuilt PC cost?</h2>
<p class="arrow">></h2>
</div>
<div class="answer">
<p>The cost of a prebuilt PC can vary widely depending on the components and brand. Basic
office
computers from brands like Dell or HP may start at a few hundred dollars, while high-end
gaming
PCs can cost several thousand dollars.
It's important to decide on a budget before shopping and to carefully compare the
features
and
specifications of different prebuilt PCs to ensure you're getting the best value for
your
money.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- Video Banneer -->
<section>
<div id="banner">
<div id="video">
<video src="Videos/banner-vid.mp4" autoplay loop muted></video>
</div>
<div id="content">
<div id="content-box1">
<h1>How to set up your PreBuilt PC</h1>
<p>BuildBox PreBuilts are completely plug and play.<br>When your new gaming PC arrives, <br>all
that's
left to do is to unbox it, boot it up, and start gaming.</p>
</div>
<div id="content-box2">
<div class="btn">
<a href="#Top"><i class="fas fa-chevron-up"> </i> Back to Top</a>
</div>
</div>
</div>
</div>
</section>
</main>
<!--Footer-->
<footer class="footer">
<div id="social">
<a href="mailto:thearmanqureshi@gmail.com"><i class="fa-regular fa-envelope"></i></a>
<a href="https://github.com/thearmanqureshi" target="_blank"><i class="fa-brands fa-github"></i></a>
<a href="https://www.linkedin.com/in/thearmanqureshi/" target="_blank"><i
class="fa-brands fa-linkedin"></i></i></a>
</div>
<div id="developer">
<p><b>Created by Arman Qureshi</b></p>
</div>
</footer>
<!-- JavaScript Linking -->
<script src="script.js"></script>
</body>
</html>