-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkontak.html
More file actions
97 lines (85 loc) · 4.07 KB
/
kontak.html
File metadata and controls
97 lines (85 loc) · 4.07 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Multindo</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<!-- css lokal -->
<link rel="stylesheet" href="Style.css">
<!-- Javascript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
<!-- AOS -->
<link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/aos@2.3.1/dist/aos.js"></script>
</head>
<body>
<!-- Navbar -->
<section id="navbar">
<nav class="navbar navbar-expand-lg bg-success">
<div class="container">
<a class="navbar-brand fs-4" href="#">NAME</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link " aria-current="page" href="Index.html">Beranda</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Profil.html">Profil</a>
</li>
<li class="nav-item">
<a class="nav-link" href="Catalog.html">Catalog</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="kontak.html">Kontak</a>
</li>
</ul>
</div>
</div>
</nav>
</section>
<!-- akhir navbar -->
<!-- Jumbotron -->
<div class="px-4 py-5 my-5 text-center" data-aos="flip-up"
data-aos-easing="linear"
data-aos-duration="300">>
<h1 class="display-5 fw-bold">Kontak kami</h1>
<div class="col-lg-6 mx-auto">
<p class="lead mb-4">Lorem ipsum dolor sit amet consectetur, adipisicing elit. Culpa accusamus expedita, suscipit quam eveniet eum. Veritatis dicta est cupiditate maxime!</p>
<div class="d-grid gap-2 d-sm-flex justify-content-sm-center">
</div>
</div>
</div>
<!-- Akhir jumbotron -->
<!-- Catalog -->
<section id="kontak">
<div class="container">
<div class="row">
<div class="col"><center><h1>Kontak kami</h1></center></div>
</div>
<div class="row mb-2">
<div class="col"><img src="gambar/whatsapp_PNG1.png" alt="WhatsApp" width="55px" height="55px"><a href="#" class="link-kontak">WhatsApp : 083153564301</a></div>
</div>
<div class="row mb-2">
<div class="col"><img src="gambar/gmail-logo-png-16.png" alt="WhatsApp" width="55px" height="55px"><a href="#" class="link-kontak">Gmail : abdulazzam66@gmail.com</a></div>
</div>
<div class="row mb-2">
<div class="col"><img src="gambar/instagram-app-icon-instagram-logos-brand-17.png" alt="WhatsApp" width="55px" height="55px"><a href="https://www.instagram.com/ghuroba_72/" target="_blank" class="link-kontak"> Instagram : @abdulghuroba72</a></div>
</div>
</section>
<!-- Catalog -->
<footer class="py-3 ">
<p class="fs-5 text-center">Made With @Azzam</p>
</footer>
<!-- AOS -->
<script>
AOS.init({
once: true,
duration:900
});
</script>
</body>
</html>