-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
284 lines (267 loc) · 8.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Nendoroid</title>
<!-- fav icon -->
<link
rel="shortcut icon"
href="./assets/imgs/orange_smiley_192.png"
type="image/png"
/>
<link
rel="shortcut icon"
href="./assets/imgs/orange_smiley_512.png"
type="image/png"
/>
<!-- font awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!-- bootstrap v5 -->
<link
href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<script
defer
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
<script
defer
src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.2/dist/umd/popper.min.js"
integrity="sha384-IQsoLXl5PILFhosVNubq5LC7Qb9DXgDA9i+tQ8Zj3iwWAwPtgFTxbJ8NT4GN1R8p"
crossorigin="anonymous"
></script>
<script
defer
src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.min.js"
integrity="sha384-cVKIPhGWiC2Al4u+LWgxfKTRIcfu0JTxR+EQDz/bgldoEyl4H0zUF0QKbrJ0EcQF"
crossorigin="anonymous"
></script>
<!-- custom -->
<link rel="stylesheet" href="./assets/css/main.min.css" />
</head>
<body>
<div class="home" style="background-image: url('./assets/imgs/nends.png');">
<header class="header">
<div class="nav-left">
<h1 class="title-h1">
<a
href="https://www.facebook.com/mohinhnhatdep"
class="title-link"
target="_blank"
rel="noopener noreferrer"
>NENDOROID ART</a
>
</h1>
<nav class="nav-right">
<a href="#intro" class="nav-right-link">Introduce</a>
<a href="#products" class="nav-right-link">Products</a>
<a href="#" class="nav-right-link">About</a>
</nav>
</div>
</header>
<section class="wrapper">
<main class="main">
<h2 class="title-h2">FROM THE CREATOR GOODS SMILE COMPANY</h2>
<form
id="form"
class="form-input"
action="https://www.freecodecamp.com/email-submit"
>
<input
type="email"
name="email"
id="email"
class="input-email"
placeholder="Your Email"
required
/>
<br />
<button class="btn submit">Submit</button>
</form>
<div class="infor">
<div class="infor-items">
<div class="img-wrapper">
<img
src="https://uxwing.com/wp-content/themes/uxwing/download/web-app-development/stack-icon.png"
class="img-1"
/>
</div>
<div class="description">
<h3>Premium Quality</h3>
<p>
Our trombones use the shiniest brass which is sourced locally.
This will increase the longevity of your purchase
</p>
</div>
</div>
<div class="infor-items">
<div class="img-wrapper">
<img
src="https://cdn-icons-png.flaticon.com/512/5893/5893015.png"
class="img-2"
/>
</div>
<div class="description">
<h3>Good Price</h3>
<p>
We make sure you recieve your trombone as soon as we have
finished making it. We also provide free returns if you are
not satisfied.
</p>
</div>
</div>
<div class="infor-items">
<div class="img-wrapper">
<img
src="https://cdn-icons-png.flaticon.com/512/66/66841.png"
class="img-3"
/>
</div>
<div class="description">
<h3>Fast Shipping</h3>
<p>
For every purchase you make, we will ensure there are no
damages or faults and we will check and test the pitch of your
instrument.
</p>
</div>
</div>
</div>
<div id="intro" class="iframe-container">
<iframe
width="560"
height="315"
src="https://www.youtube.com/embed/bJeYULEsntw"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen
></iframe>
</div>
<section class="box" id="products">
<div class="box-items">
<h4 class="box-items-title">NENDOROID</h4>
<p class="box-items-price">80$</p>
<ul class="box-items-desc">
<li>Umaru</li>
<li>Kevin</li>
<li>Hololive</li>
<li>Kyaya</li>
</ul>
<button
class="btn box-items-btn"
data-bs-toggle="modal"
data-bs-target="#modal"
>
BUY
</button>
</div>
<div class="box-items">
<h4 class="box-items-title">FIGMA</h4>
<p class="box-items-price">90$</p>
<ul class="box-items-desc">
<li>Gotobun</li>
<li>Kenshin</li>
<li>Guts</li>
<li>Chidory</li>
</ul>
<button
class="btn box-items-btn"
data-bs-toggle="modal"
data-bs-target="#modal"
>
BUY
</button>
</div>
<div class="box-items">
<h4 class="box-items-title">POP UP</h4>
<p class="box-items-price">100$</p>
<ul class="box-items-desc">
<li>Saber</li>
<li>Natusmi</li>
<li>Dash</li>
<li>Hatsune Miku</li>
</ul>
<button
class="btn box-items-btn"
data-bs-toggle="modal"
data-bs-target="#modal"
>
BUY
</button>
</div>
</section>
</main>
<footer class="footer">
<ul class="copyright">
<li class="copyright-items">
<button class="btn btn-copyright">Privacy</button>
</li>
<li class="copyright-items">
<button class="btn btn-copyright">Terms</button>
</li>
<li class="copyright-items">
<button class="btn btn-copyright">Contact</button>
</li>
</ul>
<p>Copyright 2023 <a href="https://github.com/duyvuxx">DUY VU<a ></p>
</footer>
</section>
<!-- Modal -->
<div
class="modal fade"
id="modal"
tabindex="-1"
aria-labelledby="modalLabel"
aria-hidden="true"
>
<div class="modal-dialog modal-dialog-centered">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="modalLabel">Product in the cart</h5>
<button
type="button"
class="btn-close"
data-bs-dismiss="modal"
aria-label="Close"
></button>
</div>
<div class="modal-infor">
<div class="modal-body">
<i class="fa-solid fa-cart-shopping"></i>
</div>
<div class="modal-body">
Your product will be waiting for you in the cart.
</div>
</div >
<div class="modal-footer">
<button
type="button"
class="btn btn-secondary"
data-bs-dismiss="modal"
>
Close
</button>
<button type="button" class="btn btn-primary">
Go to cart
</button>
</div>
</div>
</div>
</div>
</div>
</body>
</html>