-
Notifications
You must be signed in to change notification settings - Fork 0
/
valknife.html
276 lines (275 loc) · 9.58 KB
/
valknife.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>ArcticCart - NFT Suits</title>
<style>
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700&display=swap');
body, html {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
background: linear-gradient(to bottom right, #000000, #1a0b2e);
color: #ffffff;
min-height: 100vh;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
}
.header {
background-color: #16071d;
padding: 20px 0;
box-shadow: 0px 0px 50px rgb(230, 160, 230);
}
.header-content {
display: flex;
justify-content: space-between;
align-items: center;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.logo {
font-size: 24px;
font-weight: bold;
color: #f1f1f1;
text-decoration: none;
}
.nav-list {
list-style-type: none;
display: flex;
gap: 20px;
}
.nav-item a {
color: #ffffff;
text-decoration: none;
font-size: 16px;
}
.market-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
gap: 20px;
padding: 20px 0;
}
.market-item {
background-color: #1a1a1a;
border: 2px solid #8a2be2;
border-radius: 10px;
padding: 15px;
text-align: center;
}
.market-item img {
max-width: 100%;
height: auto;
border-radius: 5px;
}
.item-name {
font-weight: bold;
margin: 10px 0;
font-size: 18px;
}
.item-price {
color: #fbc02d;
font-size: 16px;
margin-bottom: 10px;
}
.btn-container {
display: flex;
justify-content: space-between;
margin-top: 15px;
}
.btn {
border: none;
color: white;
padding: 10px 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 14px;
margin: 4px 2px;
cursor: pointer;
border-radius: 5px;
}
.purchase-btn {
background-color: #4CAF50;
}
.sell-btn {
background-color: rgb(25, 85, 190);
}
.footer {
background-color: #16071d;
color: #ffffff;
padding: 40px 0;
margin-top: 40px;
box-shadow: 0px 0px 50px rgb(230, 160, 230);
}
.footer-content {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
max-width: 1200px;
margin: 0 auto;
padding: 0 20px;
}
.footer-section {
flex: 1;
min-width: 200px;
margin-bottom: 20px;
}
.footer-section h3 {
font-size: 18px;
margin-bottom: 15px;
color: #8a2be2;
}
.footer-section ul {
list-style-type: none;
padding: 0;
}
.footer-section ul li {
margin-bottom: 10px;
}
.footer-section ul li a {
color: #ffffff;
text-decoration: none;
}
.footer-bottom {
text-align: center;
margin-top: 20px;
padding-top: 20px;
border-top: 1px solid #2a2a2a;
}
@media (max-width: 768px) {
.header-content {
flex-direction: column;
}
.nav-list {
margin-top: 20px;
}
.market-grid {
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
}
}
</style>
</head>
<body>
<header class="header">
<div class="header-content">
<a href="./home2.html" class="logo">ArcticCart</a>
<nav>
<ul class="nav-list">
<li class="nav-item"><a href="./home2.html">Home</a></li>
<li class="nav-item"><a href="./about.html">About</a></li>
<li class="nav-item"><a href="./valorant.html">Valorant Store</a></li>
<li class="nav-item"><a href="./pubg.html">Pubg Store</a></li>
<li class="nav-item"><a href="./connect.html">Connect Neo X</a></li>
<li class="nav-item"><a href="./profile.html">My Profile</a></li>
</ul>
</nav>
</div>
</header>
<main class="container">
<div class="market-grid">
<div class="market-item">
<img src="./imgs/Reaver Karambit.png" alt="Reaver Karambit">
<div class="item-name">Reaver Karambit</div>
<div class="item-price">25,000 KR</div>
<div class="btn-container">
<button class="btn purchase-btn">Purchase</button>
<button class="btn sell-btn">Sell</button>
</div>
</div>
<div class="market-item">
<img src="./imgs/RGX 11Z Pro.png" alt="RGX 11Z Pro">
<div class="item-name">RGX 11Z Pro</div>
<div class="item-price">22,500 KR</div>
<div class="btn-container">
<button class="btn purchase-btn">Purchase</button>
<button class="btn sell-btn">Sell</button>
</div>
</div>
<div class="market-item">
<img src="./imgs/Blades of Primordia.png" alt="Blades of Primordia">
<div class="item-name">Blades of Primordia</div>
<div class="item-price">28,000 KR</div>
<div class="btn-container">
<button class="btn purchase-btn">Purchase</button>
<button class="btn sell-btn">Sell</button>
</div>
</div>
<div class="market-item">
<img src="./imgs/Champions 2023 Kunai.png" alt="Champions 2023 Kunai">
<div class="item-name">Champions 2023 Kunai</div>
<div class="item-price">24,000 KR</div>
<div class="btn-container">
<button class="btn purchase-btn">Purchase</button>
<button class="btn sell-btn">Sell</button>
</div>
</div>
<div class="market-item">
<img src="./imgs/Composite Knife.png" alt="Composite Knife">
<div class="item-name">Quantum Ranger</div>
<div class="item-price">26,500 KR</div>
<div class="btn-container">
<button class="btn purchase-btn">Purchase</button>
<button class="btn sell-btn">Sell</button>
</div>
</div>
<div class="market-item">
<img src="./imgs/Power Fist.png" alt="Power Fist">
<div class="item-name">Power Fist</div>
<div class="item-price">23,000 KR</div>
<div class="btn-container">
<button class="btn purchase-btn">Purchase</button>
<button class="btn sell-btn">Sell</button>
</div>
</div>
</div>
</main>
<footer class="footer">
<div class="footer-content">
<div class="footer-section">
<h3>About ArcticCart</h3>
<ul>
<li><a href="#">Our Story</a></li>
<li><a href="#">How It Works</a></li>
<li><a href="#">Careers</a></li>
<li><a href="#">Press</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Support</h3>
<ul>
<li><a href="#">FAQ</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Privacy Policy</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Games</h3>
<ul>
<li><a href="./valorant.html">Valorant</a></li>
<li><a href="./pubg.html">PUBG</a></li>
<li><a href="#">Counter-Strike</a></li>
<li><a href="#">Fortnite</a></li>
</ul>
</div>
<div class="footer-section">
<h3>Connect</h3>
<ul>
<li><a href="#">Twitter</a></li>
<li><a href="#">Facebook</a></li>
<li><a href="#">Instagram</a></li>
<li><a href="#">Discord</a></li>
</ul>
</div>
</div>
<div class="footer-bottom">
<p>© 2023 ArcticCart. All rights reserved.</p>
</div>
</footer>
</body>
</html>