-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
279 lines (266 loc) · 12.8 KB
/
index.html
File metadata and controls
279 lines (266 loc) · 12.8 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>10X GPU Store - Premium Graphics Cards for PC Enthusiasts</title>
<meta name="description" content="Discover the latest GPUs and graphics cards for gaming and professional workloads. Expert recommendations for PC hobbyists and enthusiasts.">
<link rel="stylesheet" href="styles/main.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap" rel="stylesheet">
</head>
<body>
<!-- Header -->
<header class="header">
<nav class="nav container">
<div class="nav-brand">
<h1 class="logo">10X GPU</h1>
<span class="tagline">Premium Graphics Solutions</span>
</div>
<ul class="nav-menu">
<li><a href="#home" class="nav-link active">Home</a></li>
<li><a href="#products" class="nav-link">GPUs</a></li>
<li><a href="#categories" class="nav-link">Categories</a></li>
<li><a href="#about" class="nav-link">About</a></li>
<li><a href="#contact" class="nav-link">Contact</a></li>
</ul>
<div class="nav-actions">
<button class="search-btn" aria-label="Search">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<circle cx="11" cy="11" r="8"></circle>
<path d="m21 21-4.35-4.35"></path>
</svg>
</button>
<button class="cart-btn" aria-label="Shopping Cart">
<svg width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M9 22C9.55228 22 10 21.5523 10 21C10 20.4477 9.55228 20 9 20C8.44772 20 8 20.4477 8 21C8 21.5523 8.44772 22 9 22Z"></path>
<path d="M20 22C20.5523 22 21 21.5523 21 21C21 20.4477 20.5523 20 20 20C19.4477 20 19 20.4477 19 21C19 21.5523 19.4477 22 20 22Z"></path>
<path d="M1 1H5L7.68 14.39C7.77144 14.8504 8.02191 15.264 8.38755 15.5583C8.75318 15.8526 9.2107 16.009 9.68 16H19.4C19.8693 16.009 20.3268 15.8526 20.6925 15.5583C21.0581 15.264 21.3086 14.8504 21.4 14.39L23 6H6"></path>
</svg>
<span class="cart-count">0</span>
</button>
<button class="menu-toggle" aria-label="Toggle Menu">
<span></span>
<span></span>
<span></span>
</button>
</div>
</nav>
</header>
<!-- Hero Section -->
<section id="home" class="hero">
<div class="hero-content container">
<div class="hero-text">
<h1 class="hero-title">
Upgrade Your <span class="highlight">Gaming Experience</span>
</h1>
<p class="hero-description">
Discover premium graphics cards from NVIDIA RTX 40 series, AMD RX 7000 series, and more.
Expert-curated selection for PC enthusiasts and gamers.
</p>
<div class="hero-actions">
<button class="btn btn-primary">Shop GPUs</button>
<button class="btn btn-secondary">Build Guide</button>
</div>
</div>
<div class="hero-image">
<div class="gpu-showcase">
<div class="gpu-card featured">
<div class="gpu-visual"></div>
<h3>RTX 4090</h3>
<p>Ultimate Performance</p>
</div>
</div>
</div>
</div>
</section>
<!-- Featured Categories -->
<section id="categories" class="categories">
<div class="container">
<h2 class="section-title">Shop by Category</h2>
<div class="categories-grid">
<div class="category-card">
<div class="category-icon nvidia"></div>
<h3>NVIDIA RTX</h3>
<p>Latest RTX 40 & 30 series</p>
<span class="category-count">12+ models</span>
</div>
<div class="category-card">
<div class="category-icon amd"></div>
<h3>AMD Radeon</h3>
<p>RX 7000 & 6000 series</p>
<span class="category-count">8+ models</span>
</div>
<div class="category-card">
<div class="category-icon budget"></div>
<h3>Budget Builds</h3>
<p>Best value under $500</p>
<span class="category-count">6+ models</span>
</div>
<div class="category-card">
<div class="category-icon premium"></div>
<h3>Enthusiast</h3>
<p>High-end performance</p>
<span class="category-count">10+ models</span>
</div>
</div>
</div>
</section>
<!-- Featured Products -->
<section id="products" class="products">
<div class="container">
<div class="section-header">
<h2 class="section-title">Featured GPUs</h2>
<div class="section-filters">
<button class="filter-btn active" data-filter="all">All</button>
<button class="filter-btn" data-filter="nvidia">NVIDIA</button>
<button class="filter-btn" data-filter="amd">AMD</button>
<button class="filter-btn" data-filter="budget">Budget</button>
</div>
</div>
<div class="products-grid" id="products-grid">
<!-- Products will be dynamically loaded -->
</div>
<div class="load-more">
<button class="btn btn-outline">Load More Products</button>
</div>
</div>
</section>
<!-- Features Section -->
<section class="features">
<div class="container">
<h2 class="section-title">Why Choose 10X GPU?</h2>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M12 2L2 7V17L12 22L22 17V7L12 2Z"></path>
<path d="M12 22V12"></path>
<path d="M22 7L12 12L2 7"></path>
</svg>
</div>
<h3>Expert Curation</h3>
<p>Hand-picked GPUs tested by PC building experts for optimal performance and reliability.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M13 2L3 14H12L11 22L21 10H12L13 2Z"></path>
</svg>
</div>
<h3>Performance Focused</h3>
<p>Detailed benchmarks and real-world performance data to help you make informed decisions.</p>
</div>
<div class="feature-card">
<div class="feature-icon">
<svg width="32" height="32" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<path d="M9 12L11 14L15 10"></path>
<circle cx="12" cy="12" r="10"></circle>
</svg>
</div>
<h3>Quality Guarantee</h3>
<p>30-day return policy and comprehensive warranty support on all graphics cards.</p>
</div>
</div>
</div>
</section>
<!-- Newsletter -->
<section class="newsletter">
<div class="container">
<div class="newsletter-content">
<h2>Stay Updated</h2>
<p>Get notified about new GPU releases, price drops, and exclusive deals.</p>
<form class="newsletter-form">
<input type="email" placeholder="Enter your email" required>
<button type="submit" class="btn btn-primary">Subscribe</button>
</form>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-section">
<h3>10X GPU</h3>
<p>Premium graphics solutions for PC enthusiasts and gamers worldwide.</p>
<div class="social-links">
<a href="#" aria-label="Twitter">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M23 3a10.9 10.9 0 01-3.14 1.53 4.48 4.48 0 00-7.86 3v1A10.66 10.66 0 013 4s-4 9 5 13a11.64 11.64 0 01-7 2c9 5 20 0 20-11.5a4.5 4.5 0 00-.08-.83A7.72 7.72 0 0023 3z"></path>
</svg>
</a>
<a href="#" aria-label="YouTube">
<svg width="20" height="20" viewBox="0 0 24 24" fill="currentColor">
<path d="M22.54 6.42a2.78 2.78 0 00-1.94-2C18.88 4 12 4 12 4s-6.88 0-8.6.46a2.78 2.78 0 00-1.94 2A29 29 0 001 11.75a29 29 0 00.46 5.33A2.78 2.78 0 003.4 19c1.72.46 8.6.46 8.6.46s6.88 0 8.6-.46a2.78 2.78 0 001.94-2 29 29 0 00.46-5.25 29 29 0 00-.46-5.33z"></path>
<polygon points="9.75,15.02 15.5,11.75 9.75,8.48"></polygon>
</svg>
</a>
</div>
</div>
<div class="footer-section">
<h4>Products</h4>
<ul>
<li><a href="#">NVIDIA RTX</a></li>
<li><a href="#">AMD Radeon</a></li>
<li><a href="#">Budget GPUs</a></li>
<li><a href="#">Enthusiast Cards</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Support</h4>
<ul>
<li><a href="#">Build Guides</a></li>
<li><a href="#">Compatibility</a></li>
<li><a href="#">Installation</a></li>
<li><a href="#">Troubleshooting</a></li>
</ul>
</div>
<div class="footer-section">
<h4>Company</h4>
<ul>
<li><a href="#">About Us</a></li>
<li><a href="#">Contact</a></li>
<li><a href="#">Shipping</a></li>
<li><a href="#">Returns</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 10X GPU Store. All rights reserved.</p>
<div class="footer-links">
<a href="#">Privacy Policy</a>
<a href="#">Terms of Service</a>
</div>
</div>
</div>
</footer>
<!-- Shopping Cart Sidebar -->
<div class="cart-sidebar" id="cart-sidebar">
<div class="cart-header">
<h3>Shopping Cart</h3>
<button class="cart-close" id="cart-close">
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2">
<line x1="18" y1="6" x2="6" y2="18"></line>
<line x1="6" y1="6" x2="18" y2="18"></line>
</svg>
</button>
</div>
<div class="cart-items" id="cart-items">
<div class="cart-empty">
<p>Your cart is empty</p>
<button class="btn btn-primary">Continue Shopping</button>
</div>
</div>
<div class="cart-footer">
<div class="cart-total">
<span>Total: $<span id="cart-total">0.00</span></span>
</div>
<button class="btn btn-primary btn-full">Checkout</button>
</div>
</div>
<div class="cart-overlay" id="cart-overlay"></div>
<script src="js/main.js"></script>
</body>
</html>