-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.php
487 lines (452 loc) · 23.7 KB
/
index.php
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
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
<?php
include 'dbconnection.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1">
<meta name="theme-color" content="#222222">
<meta name="description"
content="HOLYDAMN is the best choice for those who are looking for classy outfit with a fair price.">
<link rel="manifest" href="manifest.json">
<link rel="canonical" href="https://www.holydamn.id/">
<link rel="apple-touch-icon" href="/Style/img/apple-touch-icon.png">
<link rel="stylesheet" href="Style/animate.css">
<link rel="stylesheet" href="Style/mobirise-icons/mobirise-icons.css">
<link rel="stylesheet" href="Bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="Bootstrap/js/bootstrap.min.js">
<link rel="stylesheet" href="Style/swiper.min.css">
<link rel="stylesheet" href="Style/style.css">
<link rel="shortcut icon" href="Style/img/logo-square.jpg">
<title>HOLYDAMN | Your Classy Outfit</title>
</head>
<body>
<div class="wrap">
<!--Home Section-->
<section id="home">
<!--Navigation Bar-->
<nav class="navbar navbar-expand-lg navbar-dark fixed-top pb-0 pt-0 navbar-holy">
<a class="navbar-brand" href="index.php"><img class="icon" src="Style/img/logo-square.png"></a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul id="navid" class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#order">Order</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#catalog">Catalog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#aboutus">About Us</a>
</li>
<li id="contact" class="nav-item">
<a class="nav-link" href="#contactus">Contact Us</a>
</li>
</ul>
</div>
</nav>
<!--Navigation Bar End-->
<!--Carousel-->
<div id="carousel-indicators" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carousel-indicators" data-slide-to="0" class="active"></li>
<li data-target="#carousel-indicators" data-slide-to="1"></li>
<li data-target="#carousel-indicators" data-slide-to="2"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<img src="Style/img/bannerHLDM1.jpg" class="d-block w-100" alt="Holydamn-Banner">
</div>
<div class="carousel-item">
<img src="Style/img/bannerHLDM2.jpg" class="d-block w-100" alt="Holydamn-Banner">
</div>
<div class="carousel-item">
<img src="Style/img/bannerHLDM3.jpg" class="d-block w-100" alt="Holydamn-Banner">
</div>
</div>
<a class="carousel-control-prev" href="#carousel-indicators" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#carousel-indicators" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<!--Carousel End-->
<!--Card-->
<div class="card" id="firstcards">
<div class="card-container" id="firstcards-cont">
<div class="content">
<i class="fas fa-users"></i>
<h3>SUPPORT 24/7</h3>
<hr>
<p>Our service is ready for 24 hours a day</p>
</div>
<div class="content">
<i class="fas fa-star"></i>
<h3>PRODUCT VALUE</h3>
<hr>
<p>With reasonable price, you can get high quality product from us</p>
</div>
<div class="content">
<i class="fas fa-shipping-fast"></i>
<h3>FREE SHIPPING</h3>
<hr>
<p>You will get free shipping for ordering above IDR 250.000</p>
</div>
</div>
</div>
<!--Card End-->
</section>
<!--Home Section End-->
<!--Order Section-->
<section id="order">
<div class="jumbotron jumbotron-fluid">
<div class="row">
<div class="col text-center">
<a href="https://linktr.ee/Holydamn" target="_blank"><button
class="btn btn-dark">ORDER</button></a>
</div>
</div>
</div>
</section>
<!--Order Section End-->
<!--Catalog Section-->
<section id="catalog">
<div class="catalog">
<h1>CATALOG</h1>
<!--Swiper-->
<div class="swiper-container">
<div class="swiper-wrapper">
<div class="swiper-slide" Style="background-image:url(Style/img/Cat1F.png)">
<div class="info">
<h3>Code: Allergic Black (Front)</h3>
<h3>Price: IDR 99.000</h3>
</div>
</div>
<div class="swiper-slide" Style="background-image:url(Style/img/Cat1B.png)">
<div class="info">
<h3>Code: Allergic Black (Back)</h3>
<h3>Price: IDR 99.000</h3>
</div>
</div>
<div class="swiper-slide" Style="background-image:url(Style/img/Cat2F.png)">
<div class="info">
<h3>Code: Allergic White (Front)</h3>
<h3>Price: IDR 99.000</h3>
</div>
</div>
<div class="swiper-slide" Style="background-image:url(Style/img/Cat2B.png)">
<div class="info">
<h3>Code: Allergic White (Back)</h3>
<h3>Price: IDR 99.000</h3>
</div>
</div>
<div class="swiper-slide" Style="background-image:url(Style/img/Cat3.png)">
<div class="info">
<h3>Code: HolyLogo Black</h3>
<h3>Price: IDR 99.000</h3>
</div>
</div>
<div class="swiper-slide" Style="background-image:url(Style/img/Cat4.png)">
<div class="info">
<h3>Code: HolyLogo White</h3>
<h3>Price: IDR 99.000</h3>
</div>
</div>
<div class="swiper-slide" Style="background-image:url(Style/img/Cat5.png)">
<div class="info">
<h3>Code: HolyTicon Black</h3>
<h3>Price: IDR 99.000</h3>
</div>
</div>
<div class="swiper-slide" Style="background-image:url(Style/img/Cat6.png)">
<div class="info">
<h3>Code: HolyTicon White</h3>
<h3>Price: IDR 99.000</h3>
</div>
</div>
<div class="swiper-slide" Style="background-image:url(Style/img/Cat7.png)">
<div class="info">
<h3>Code: Red Gradient Black</h3>
<h3>Price: IDR 99.000</h3>
</div>
</div>
<div class="swiper-slide" Style="background-image:url(Style/img/Cat8.png)">
<div class="info">
<h3>Code: Red Gradient White</h3>
<h3>Price: IDR 99.000</h3>
</div>
</div>
<div class="swiper-slide" Style="background-image:url(Style/img/Cat9.png)">
<div class="info">
<h3>Code: Blue Gradient Black</h3>
<h3>Price: IDR 99.000</h3>
</div>
</div>
<div class="swiper-slide" Style="background-image:url(Style/img/Cat10.png)">
<div class="info">
<h3>Code: Blue Gradient White</h3>
<h3>Price: IDR 99.000</h3>
</div>
</div>
</div>
<!-- Add Pagination -->
<div class="swiper-pagination"></div>
<!-- Add Arrows -->
<div class="swiper-button-next swiper-button-black"></div>
<div class="swiper-button-prev swiper-button-black"></div>
</div>
<!--Swiper End-->
</div>
<!--Gallery-->
<div class="content portfolio" id="gallery">
<div class="container">
<div class="row templatemo_portfolio">
<div class="col-md-4 col-12">
<div class="gallery-item">
<img src="Style/img/Pict2.jpeg" alt="gallery 1">
<div class="overlay">
<a href="Style/img/Pict2.jpeg" data-rel="lightbox" class="fa fa-arrows-alt"></a>
</div>
</div>
</div>
<div class="col-md-4 col-6">
<div class="gallery-item">
<img src="Style/img/Pict9.jpg" alt="gallery 2">
<div class="overlay">
<a href="Style/img/Pict9.jpg" data-rel="lightbox" class="fa fa-arrows-alt"></a>
</div>
</div>
</div>
<div class="col-md-4 col-6">
<div class="gallery-item">
<img src="Style/img/Pict1.jpeg" alt="gallery 3">
<div class="overlay">
<a href="Style/img/Pict1.jpeg" data-rel="lightbox" class="fa fa-arrows-alt"></a>
</div>
</div>
</div>
</div>
<div class="row templatemo_portfolio">
<div class="col-md-3 col-6">
<div class="gallery-item">
<img src="Style/img/Pict7.jpg" alt="gallery 4">
<div class="overlay">
<a href="Style/img/Pict7.jpg" data-rel="lightbox" class="fa fa-arrows-alt"></a>
</div>
</div>
</div>
<div class="col-md-3 col-6">
<div class="gallery-item">
<img src="Style/img/Pict8.jpg" alt="gallery 5">
<div class="overlay">
<a href="Style/img/Pict8.jpg" data-rel="lightbox" class="fa fa-arrows-alt"></a>
</div>
</div>
</div>
<div class="col-md-3 col-6">
<div class="gallery-item">
<img src="Style/img/Picts6.jpg" alt="gallery 6">
<div class="overlay">
<a href="Style/img/Picts6.jpg" data-rel="lightbox" class="fa fa-arrows-alt"></a>
</div>
</div>
</div>
<div class="col-md-3 col-6">
<div class="gallery-item">
<img src="Style/img/Pict5.jpeg" alt="gallery 7">
<div class="overlay">
<a href="Style/img/Pict5.jpeg" data-rel="lightbox" class="fa fa-arrows-alt"></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Gallery End-->
</section>
<!--Catalog Section End-->
<!--About Us Section-->
<section id="aboutus">
<h1>ABOUT US</h1>
<div class="accordion ml-auto mr-auto" id="accordionExample">
<div class="card card-wrap mb-3">
<div class="card-header card-accord" id="headingOne">
<h2 class="mb-0">
<button id="title-card" class="btn btn-link btn-block text-left collapsed button-title"
type="button" data-toggle="collapse" data-target="#collapseOne" aria-expanded="true"
aria-controls="collapseOne">
<i class="fas fa-chevron-down fa-lg mr-3"></i>Holydamn Brand
</button>
</h2>
</div>
<div id="collapseOne" class="collapse" aria-labelledby="headingOne" data-parent="#accordionExample">
<div class="card-body body-card">
HOLYDAMN is clothing brand from Indonesia which focus on
classy appearance from everyone through
the classy outfit that we produce. You can get high quality product
with low price here. Bring your style to the next level with HOLYDAMN,
your classy outfit.
</div>
</div>
</div>
<div class="card card-wrap mb-3">
<div class="card-header card-accord" id="headingTwo">
<h2 class="mb-0">
<button id="title-card" class="btn btn-link btn-block text-left collapsed button-title"
type="button" data-toggle="collapse" data-target="#collapseTwo" aria-expanded="false"
aria-controls="collapseTwo">
<i class="fas fa-chevron-down fa-lg mr-3"></i>Our Product
</button>
</h2>
</div>
<div id="collapseTwo" class="collapse" aria-labelledby="headingTwo" data-parent="#accordionExample">
<div class="card-body body-card">
Each catalog from our T-Shirt has different meaning and backstory.
Our T-Shirt use cotton combed 24s for the material which will very comfortable
when worn. The size chart (cm) : <br>
S : Height x Width : 67 x 48 <br>
M : Height x Width : 71 x 50 <br>
L : Height x Width : 74 x 52 <br>
XL : Height x Width : 78 x 53
</div>
</div>
</div>
<div class="card card-wrap">
<div class="card-header card-accord" id="headingThree">
<h2 class="mb-0">
<button id="title-card" class="btn btn-link btn-block text-left collapsed button-title"
type="button" data-toggle="collapse" data-target="#collapseThree" aria-expanded="false"
aria-controls="collapseThree">
<i class="fas fa-chevron-down fa-lg mr-3"></i>This Website
</button>
</h2>
</div>
<div id="collapseThree" class="collapse" aria-labelledby="headingThree"
data-parent="#accordionExample">
<div class="card-body body-card">
Welcome to the landing page of HOLYDAMN. This is the right place
to upgrade your style with our product. You can see our catalog and Information
about HOLYDAMN here.
</div>
</div>
</div>
</div>
</section>
<!--About Us Section End-->
<!--Contact Us Section-->
<section id="contactus">
<h1>CONTACT US</h1>
<div class="contact-section">
<div class="container">
<div class="row">
<div class="col-md-8 col-11 contact-col">
<form class="contact-form" method="POST" action="contactdata.php">
<div class="row">
<div class="col-lg-12">
<input spellcheck="false" type="text" placeholder="Full Name" name="fullname"
required>
<input spellcheck="false" type="email" placeholder="[email protected]"
name="email" required>
<input spellcheck="false" type="text" placeholder="Subject" name="subject"
required>
<textarea spellcheck="false" placeholder="Your Message" name="message"
required></textarea>
</div>
<div class="col-md-12 contact-button">
<button type="submit">Send message</button>
</div>
</div>
</form>
</div>
<div id="cw" class="col-md-3 offset-lg-1">
<div class="contact-widget">
<div id="phone" class="cw-item">
<h5><i class="fab fa-whatsapp mr-2"></i>Phone</h5>
<ul class="p-0 m-0">
<li>0857-7047-2997</li>
</ul>
</div>
<div id="email" class="cw-item">
<h5><i class="far fa-envelope mr-2"></i>E-mail</h5>
<ul class="p-0 m-0">
<li>[email protected]</li>
</ul>
</div>
<div id="instagram" class="cw-item">
<h5><i class="fab fa-instagram mr-2"></i>Instagram</h5>
<ul class="p-0 m-0">
<li>holydamn.id</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!--Footer-->
<div class="footer">
<div class="newslatter-form mt-5 mb-5">
<div class="row news-row">
<div id="foot-col" class="col-md-10 col-10 offset-1">
<form method="POST" action="newsletterdata.php">
<input spellcheck="false" type="text" placeholder="Your email address" name="email"
required>
<button type="submit">Subscribe Newsletter</button>
</form>
</div>
</div>
</div>
<div class="row footer-content">
<div class="col-lg col-md-12 footcont1">
<img src="Style/img/logo-white.png" alt="HolyDamn-Logo">
</div>
<div class="col-lg col-md-12 footcont2">
<h4>Information</h4>
<p>HOLYDAMN is a clothing brand which focus on
classy appearance from everyone through
the classy outfit that we produce.</p>
</div>
<div class="col-lg col-md-12 footcont3">
<h4>Location & Contact</h4>
<p><i>South Tangerang, Indonesia</i></p>
<p><i class="far fa-envelope mr-2"></i>[email protected]<br>
<i class="fab fa-instagram mr-2"></i>holydamn.id<br>
<i class="fab fa-whatsapp mr-2"></i>085770472997
</p>
</div>
</div>
<p id="copyright">HolyDamn © 2021. All rights reserved.</p>
</div>
<!--Footer-->
</div>
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js"
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous">
</script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js"
integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI" crossorigin="anonymous">
</script>
<script src="main.js"></script>
<script src="sw.js"></script>
<script src="Style/owl.carousel.min.js"></script>
<script src="JS/swiper.min.js"></script>
<script src="https://kit.fontawesome.com/9fb210ee5d.js" crossorigin="anonymous"></script>
<script src="JS/jquery-1.10.2.min.js"></script>
<script src="JS/jquery.lightbox.js"></script>
<script src="JS/script.js"></script>
</body>
</html>