forked from mhmmdrizki13/blog
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
86 lines (80 loc) · 2.67 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Dzulfikar Nurfikri</title>
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.13.0/css/all.min.css">
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
</head>
<body>
<!-- loader -->
<div class="bg-loader">
<div class="loader"></div>
</div>
<!-- header -->
<div class="medsos">
<div class="container">
<ul>
<li><a href="#"><i class="fab fa-facebook"></i></a></li>
<li><a href="#"><i class="fab fa-youtube"></i></a></li>
<li><a href="#"><i class="fab fa-twitter"></i></a></li>
</ul>
</div>
</div>
<header>
<div class="container">
<h1><a href="index.html">DZULFIKAR</a></h1>
<ul>
<li><a href="index.html">HOME</a></li>
<li><a href="about.html">ABOUT</a></li>
<li><a href="service.html">SERVICE</a></li>
<li class="active"><a href="contact.html">CONTACT</a></li>
</ul>
</div>
</header>
<!-- label -->
<section class="label">
<div class="container">
<p>Home / Contact</p>
</div>
</section>
<!-- service -->
<section class="service">
<div class="container">
<h3>CONTACT INFO</h3>
<div class="box">
<div class="col-4">
<h4>Address</h4>
<p>Jl. Petojo VIJ VI, Cideng, Gambir, Jakarta Pusat 10150</p>
</div>
<div class="col-4">
<h4>Email</h4>
<p>[email protected]</p>
</div>
<div class="col-4">
<h4>Telp.</h4>
<p>(021) 12345678</p>
</div>
<div class="col-4">
<h4>Hp</h4>
<p>082217604816</p>
</div>
</div>
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d3966.6900571309807!2d106.80475321430978!3d-6.172237062202331!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x2e69f67cae96f361%3A0x403c9461afd06e19!2sJl.%20Petojo%20Vij%20VI%2C%20RW.6%2C%20Cideng%2C%20Kecamatan%20Gambir%2C%20Kota%20Jakarta%20Pusat%2C%20Daerah%20Khusus%20Ibukota%20Jakarta%2010150!5e0!3m2!1sid!2sid!4v1588930605432!5m2!1sid!2sid" width="100%" height="450" frameborder="0" style="border:0;" allowfullscreen="" aria-hidden="false" tabindex="0"></iframe>
</div>
</section>
<!-- footer -->
<footer>
<div class="container">
<small>Copyright © 2020 - Dzulfikar. All Rights Reserved.</small>
</div>
</footer>
<script type="text/javascript">
$(document).ready(function(){
$(".bg-loader").hide();
})
</script>
</body>
</html>