-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathkontak.html
66 lines (57 loc) · 2.61 KB
/
kontak.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous" />
<!-- Bootstrap CSS -->
<!-- AOS CSS -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<!-- AKHIR AOS CSS -->
<!-- MY CSS -->
<link rel="stylesheet" href="style.css" />
<!-- AKHIR MY CSS -->
<!-- MY FONT -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link href="https://fonts.googleapis.om/css2?family=Padauk&display=swap" rel="stylesheet" />
<!-- AKHIR MY FONT -->
<title>PAGE KONTAK</title>
</head>
<body>
<!-- KONTAK BAGIAN-1 -->
<section id="kontak-1">
<div class="container">
<div class="row">
<div class="col text-center mt-5 mb-5" data-aos="zoom-in" data-aos-duration="2000">
<h1></h1>
</div>
</div>
<div class="row">
<div class="col-12 mb-5 text-center" data-aos="zoom-in" data-aos-duration="2000">
<a href="https://wa.wizard.id/2703e7"><img src="img/logo-wa.jpg" alt="" /></a>
</div>
<div class="col-12 mb-5 text-center" data-aos="zoom-in" data-aos-duration="2000">
<a href="https://instagram.com/lowbudgetttt_?utm_medium=copy_link"><img src="img/logo-ig.jpg" alt="" /></a>
</div>
<div class="col-12 mb-5 text-center" data-aos="zoom-in" data-aos-duration="2000">
<a href="https://www.facebook.com/profile.php?id=100068579024510"><img src="img/logo-fb.jpg" alt="" /></a>
</div>
<div class="col-12 mb-5 text-center" data-aos="zoom-in" data-aos-duration="2000">
<a href="https://t.me/lowbudgetwebcreator"><img src="img/logo-tele.jpg" alt="" /></a>
</div>
</div>
</div>
</section>
<!-- AKHIR KONTAK BAGIAN-1 -->
<!-- Bootstrap Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<!-- Bootstrap Bundle with Popper -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init();
</script>
</body>
</html>