-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
696 lines (667 loc) · 23.5 KB
/
Copy pathindex.html
File metadata and controls
696 lines (667 loc) · 23.5 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
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
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="Author: Muhammad Thoriq Ali Said - Animal Aid Website - Dicoding Final Submission at 'Belajar Pemrograman Dasar Web' Corse"
/>
<meta name="theme-color" content="#f1f1f1" />
<link rel="manifest" href="manifest.json" />
<link rel="icon" type="image/x-icon" href="image/favicon.ico?v=2" />
<link rel="apple-touch-icon" href="image/apple-touch-icon.webp" />
<title>Animal Aid</title>
<!-- Font Awesome -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css"
/>
<!-- Swiper -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"
/>
<!-- JQuery -->
<script
defer
src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.3/jquery.min.js"
></script>
<!-- Waypoints -->
<script
defer
src="https://cdnjs.cloudflare.com/ajax/libs/waypoints/4.0.1/jquery.waypoints.min.js"
></script>
<!-- CounterUp 2 -->
<script
defer
src="https://unpkg.com/counterup2@2.0.2/dist/index.js"
></script>
<!-- External JS -->
<script defer src="js/script.js"></script>
<!-- External CSS -->
<link rel="stylesheet" href="css/style.css" />
<link
rel="preload"
href="image/hero-img.avif"
as="image"
fetchpriority="high"
type="image/avif"
/>
</head>
<body>
<!-- Header Start -->
<header class="header">
<a href="#" class="logo"><i class="fa-solid fa-paw"></i> AnimalAid</a>
<nav class="navbar">
<a href="#home" aria-label="home">Home</a>
<a href="#about" aria-label="about">About</a>
<a href="#service" aria-label="service">Service</a>
<a href="#donate" aria-label="donation">Donation</a>
<a href="#contact" aria-label="contact">Contact</a>
</nav>
<div class="icons">
<!-- Responsive Navbar -->
<div id="menu-btn" class="fas fa-bars menu-btn"></div>
<a
href="#search"
id="search-btn"
class="fas fa-search"
aria-label="search"
></a>
<a
href="#donate"
class="fas fa-hand-holding-heart"
aria-label="donate-navbar"
></a>
<a
href="#login"
id="login-btn"
class="fas fa-user"
aria-label="login"
></a>
</div>
</header>
<!-- Header End -->
<!-- Back To Top Start -->
<button id="back-to-top-btn" class="back-to-top-btn">
<i class="fa fa-chevron-up"></i>
</button>
<!-- Back To Top End -->
<!-- Main Content Start -->
<main>
<!-- Hero Start-->
<article class="hero" id="home">
<div class="row">
<div class="content">
<h1>
Be a Hero to Rescue
<br />
<strong>World's Animals</strong>
</h1>
<p class="hero-text">
Will you help create a better tomorrow for vulnerable wildlife and
fragile habitats around the world?. Today you can save the
species, tomorrow may be to late. Make your donation today and be
a hero for our beautiful planet.
</p>
<div class="wrapper">
<a href="#donate" class="btn-hero"
><span
><i class="fa-solid fa-hand-holding-heart"></i> Donate
Now!</span
></a
>
</div>
</div>
</div>
</article>
<!-- Hero End -->
<!-- About Start -->
<article class="about">
<div class="about-image" id="about"></div>
<div class="about-container">
<p><i class="fa-solid fa-leaf"></i> Learn About Us</p>
<h1>Worldwide Animal <strong>Charity Organization</strong></h1>
<p>
Animal Aid is an organization that saves animals from suffering,
rehabilitates and releases them back into the wild, and also works
to protect their precious natural habitat. Our organization was
founded on the belief that animals are entitled to good and
respectful treatment at the hands of humans and should be protected
by law.
</p>
<div class="icons-container">
<div class="icons">
<i class="fa-solid fa-bowl-food"></i>
<span>Foods</span>
</div>
<div class="icons">
<i class="fa-solid fa-droplet"></i>
<span>Water</span>
</div>
<div class="icons">
<i class="fa-solid fa-briefcase-medical"></i>
<span>Medical</span>
</div>
</div>
</div>
</article>
<!-- About End -->
<!-- Service Start -->
<article class="service">
<div class="service-container swiper">
<div class="title" id="service">
<p class="title-sub">What We Do</p>
<h1 class="title-description">
We Work Differently to <br />
Keep The World Safe
</h1>
</div>
<div class="slide-container">
<div class="card-wrapper swiper-wrapper">
<div class="card swiper-slide">
<div class="image-box">
<img
src="image/doing-img1.avif"
width="315"
height="200"
alt="Image"
loading="lazy"
fetchpriority="low"
/>
</div>
<div class="service-details-container">
<div class="service-details">
<h1>Save Nature</h1>
<h2 class="service-name">
We keep nature healthy and quality
</h2>
<a href="#service" class="btn-service">Read More</a>
</div>
</div>
</div>
<div class="card swiper-slide">
<div class="image-box">
<img
src="image/doing-img2.avif"
width="315"
height="200"
alt="Image"
loading="lazy"
fetchpriority="low"
fetchpriority="low"
/>
</div>
<div class="service-details-container">
<div class="service-details">
<h1>Save Ocean</h1>
<h2 class="service-name">
We keep Ocean healthy and quality
</h2>
<a hred="#service" class="btn-service">Read More</a>
</div>
</div>
</div>
<div class="card swiper-slide">
<div class="image-box">
<img
src="image/doing-img3.avif"
width="315"
height="200"
alt="Image"
loading="lazy"
fetchpriority="low"
fetchpriority="low"
/>
</div>
<div class="service-details-container">
<div class="service-details">
<h1>Rehabilitation</h1>
<h2 class="service-name">
We provide care for injured animals
</h2>
<a hred="#service" class="btn-service">Read More</a>
</div>
</div>
</div>
<div class="card swiper-slide">
<div class="image-box">
<img
src="image/doing-img4.avif"
width="315"
height="200"
alt="Image"
loading="lazy"
fetchpriority="low"
/>
</div>
<div class="service-details-container">
<div class="service-details">
<h1>Release Them</h1>
<h2 class="service-name">
We release animals into their habitat
</h2>
<a hred="#service" class="btn-service">Read More</a>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-button-next swiper-navBtn"></div>
<div class="swiper-button-prev swiper-navBtn"></div>
<div class="swiper-pagination"></div>
</div>
</article>
<!-- Service End -->
<!-- Counter Start-->
<article class="main-counter" id="main-counter">
<div class="main-counter-container">
<div class="counter-up">
<div class="content">
<div class="box">
<div class="icon"><i class="fa-solid fa-earth-asia"></i></div>
<div class="counter-container">
<div class="counter">120</div>
<div class="plus">+</div>
</div>
<div class="text">Countries</div>
</div>
<div class="box">
<div class="icon"><i class="fa-solid fa-people-group"></i></div>
<div class="counter-container">
<div class="counter">1600</div>
<div class="plus">+</div>
</div>
<div class="text">Volunteers</div>
</div>
<div class="box">
<div class="icon"><i class="fa-sharp fa-solid fa-paw"></i></div>
<div class="counter-container">
<div class="counter">6000</div>
<div class="plus">+</div>
</div>
<div class="text">Species</div>
</div>
<div class="box">
<div class="icon"><i class="fa-solid fa-sack-dollar"></i></div>
<div class="counter-container">
<div class="counter">10000</div>
<div class="plus">$</div>
</div>
<div class="text">Our Goal</div>
</div>
</div>
</div>
</div>
</article>
<!-- Counter End -->
<!-- Donate Start -->
<article class="donate" id="donate-main">
<div class="donate-container">
<div class="title">
<p class="title-sub">Popular Causes</p>
<h1 class="title-description">
Let's know about charity causes <br />
Around the world
</h1>
</div>
<div class="box-container" id="donate">
<div class="box">
<div class="image">
<img
src="image/charity-img1.avif"
alt="Image"
loading="lazy"
fetchpriority="high"
/>
</div>
<div class="content">
<h1>Orang Utan</h1>
<p>
Save for Orang Utan around the world. Today you can save them
tomorrow may be too late
</p>
<a href="#donate" class="btn-donate" aria-label="donate button"
>Donate Now</a
>
<div class="icons">
<span> <i class="fas fa-calendar"></i> 28 Dec, 2023 </span>
<span> <i class="fa-solid fa-dollar-sign"></i> 7500 </span>
</div>
</div>
</div>
<div class="box">
<div class="image">
<img
src="image/charity-img2.avif"
alt="Image"
loading="lazy"
fetchpriority="high"
/>
</div>
<div class="content">
<h1>Bear</h1>
<p>
Let's save for Bear around the world. Today you can save them
tomorrow may be too late
</p>
<a href="#donate" class="btn-donate" aria-label="donate button"
>Donate Now</a
>
<div class="icons">
<span> <i class="fas fa-calendar"></i> 28 Dec, 2023 </span>
<span> <i class="fa-solid fa-dollar-sign"></i> 3500 </span>
</div>
</div>
</div>
<div class="box">
<div class="image">
<img
src="image/charity-img3.avif"
alt="Image"
loading="lazy"
fetchpriority="high"
/>
</div>
<div class="content">
<h1>Koala</h1>
<p>
Let's save for Koala around the world. Today you can save them
tomorrow may be too late
</p>
<a href="#donate" class="btn-donate" aria-label="donate button"
>Donate Now</a
>
<div class="icons">
<span> <i class="fas fa-calendar"></i> 28 Dec, 2023 </span>
<span> <i class="fa-solid fa-dollar-sign"></i> 9500 </span>
</div>
</div>
</div>
<div class="box">
<div class="image">
<img
src="image/charity-img4.avif"
alt="Image"
loading="lazy"
fetchpriority="low"
/>
</div>
<div class="content">
<h1>Dog</h1>
<p>
Let's save for Dog around the world. Today you can save them
tomorrow may be too late
</p>
<a href="#donate" class="btn-donate" aria-label="donate button"
>Donate Now</a
>
<div class="icons">
<span> <i class="fas fa-calendar"></i> 30 Dec, 2023 </span>
<span> <i class="fa-solid fa-dollar-sign"></i> 8500 </span>
</div>
</div>
</div>
<div class="box">
<div class="image">
<img
src="image/charity-img5.avif"
alt="Image"
loading="lazy"
fetchpriority="low"
/>
</div>
<div class="content">
<h1>Cat</h1>
<p>
Let's save for Cat around the world. Today you can save them
tomorrow may be too late
</p>
<a href="#donate" class="btn-donate" aria-label="donate button"
>Donate Now</a
>
<div class="icons">
<span> <i class="fas fa-calendar"></i> 30 Dec, 2023 </span>
<span> <i class="fa-solid fa-dollar-sign"></i> 7500 </span>
</div>
</div>
</div>
<div class="box">
<div class="image">
<img
src="image/charity-img6.avif"
alt="Image"
loading="lazy"
fetchpriority="low"
/>
</div>
<div class="content">
<h1>Tiger</h1>
<p>
Let's save for Tiger around the world. Today you can save them
tomorrow may be too late
</p>
<a href="#donate" class="btn-donate" aria-label="donate button"
>Donate Now</a
>
<div class="icons">
<span> <i class="fas fa-calendar"></i> 30 Dec, 2023 </span>
<span> <i class="fa-solid fa-dollar-sign"></i> 1500 </span>
</div>
</div>
</div>
</div>
<div id="load-more">Load More</div>
</div>
</article>
<!-- Donate End -->
<section class="countdown-section">
<div class="container-countdown">
<h2 class="section-heading">big event at Ramadhan</h2>
<h1 class="sub-heading">coming soon</h1>
<div class="countdown-timer">
<div class="countdown-timer-item">
<span class="countdown-timer-value" id="days">00</span>
<span class="countdown-timer-label">days</span>
</div>
<div class="countdown-timer-item">
<span class="countdown-timer-value" id="hours">00</span>
<span class="countdown-timer-label">hours</span>
</div>
<div class="countdown-timer-item">
<span class="countdown-timer-value" id="minutes">00</span>
<span class="countdown-timer-label">minutes</span>
</div>
<div class="countdown-timer-item">
<span class="countdown-timer-value" id="seconds">00</span>
<span class="countdown-timer-label">seconds</span>
</div>
</div>
</div>
</section>
<article class="contact" id="contact">
<!-- Contact Start -->
<div class="contact-form">
<div class="card">
<h1>Contact Us</h1>
<form action="" method="POST">
<div class="form-group">
<label class="label-contact" for="email">Email</label>
<input
class="contact-input"
type="text"
name="email"
id="email"
placeholder="Your Email..."
required
/>
</div>
<div class="form-group">
<label class="label-contact" for="subject">Subjet</label>
<input
class="contact-input"
type="text"
name="subject"
id="subject"
placeholder="Subject..."
required
/>
</div>
<div class="form-group">
<label for="message" class="label-contact">Message</label>
<textarea
class="contact-textarea"
name="message"
id="message"
cols="15"
rows="10"
placeholder="Your Message..."
required
></textarea>
</div>
<div class="form-group">
<input type="button" value="Submit" class="btn-contact" />
</div>
</form>
</div>
</div>
<!-- Contact End -->
<!-- My Bio Start -->
<aside class="my-bio">
<div class="contact-bio">
<div class="card">
<img
src="image/thoriq-img.avif"
alt="Thoriq Profile Photo"
class="profile-contact"
loading="lazy"
fetchpriority="low"
/>
<h1 class="name-bio">Muhammad Thoriq Ali Said</h1>
<p class="text-muted">
System Information Student at Hasanuddin University
</p>
<div class="table-container">
<table class="bio-table">
<tbody>
<tr>
<th>Email</th>
<td>muhthoriqas1719@gmail.com</td>
</tr>
<tr>
<th>Hobbi</th>
<td>Watch Film & Playing Game</td>
</tr>
<tr>
<th>Motto</th>
<td>Your mindset determines the quality of your life</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</aside>
<!-- My Bio End -->
</article>
</main>
<!-- Main Content End -->
<!-- Footer Start -->
<footer class="footer" id="footer">
<div class="main-content-footer">
<div class="left box">
<h2>About us</h2>
<div class="content">
<p>
Animal Aid is an organization that saves animals from suffering,
rehabilitates and releases them back into the wild, and also works
to protect their precious natural habitat. Our organization was
founded on the belief that animals are entitled to good and
respectful treatment at the hands of humans and should be
protected by law.
</p>
<div class="social">
<a
href="https://www.linkedin.com/in/thoriqas/"
target="_blank"
aria-label="Linkedin"
><span class="fab fa-linkedin"></span
></a>
<a
href="https://twitter.com/MThoriq_AS"
target="_blank"
aria-label="twitter"
><span class="fab fa-twitter"></span
></a>
<a
href="https://www.instagram.com/mthoriq_as/"
target="_blank"
aria-label="instagram"
><span class="fab fa-instagram"></span
></a>
<a
href="https://github.com/Muhthoriqas"
target="_blank"
aria-label="github"
><span class="fa-brands fa-github"></span
></a>
</div>
</div>
</div>
<div class="center box">
<h2>Address</h2>
<div class="content">
<div class="place">
<span class="fas fa-map-marker-alt"></span>
<span class="text">Indonesia, Earth</span>
</div>
<div class="phone">
<span class="fas fa-phone-alt"></span>
<span class="text">+6282-1234-5679</span>
</div>
<div class="email">
<span class="fas fa-envelope"></span>
<span class="text">AnimalAid@gmail.com</span>
</div>
</div>
</div>
<div class="right box">
<h2>Become Member</h2>
<div class="content">
<form>
<div class="email">
<div class="text">Name</div>
<input type="email" placeholder="Your Name ..." required />
</div>
<div class="msg">
<div class="text">Email</div>
<input type="text" placeholder="Your Email..." required />
</div>
<div class="btn-member">
<button type="button">Submit</button>
</div>
</form>
</div>
</div>
</div>
<div class="bottom">
<span class="credit"
>Copyright <span class="far fa-copyright"></span> 2023
</span>
<span>
<a
href="https://github.com/Muhthoriqas"
aria-label="github"
target="_blank"
>Muh Thoriq AS</a
>
| All rights reserved.</span
>
</div>
</footer>
<!-- Footer End -->
<!-- SwiperJS -->
<script src="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.js"></script>
</body>
</html>