-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.html
More file actions
42 lines (41 loc) · 1.77 KB
/
contact.html
File metadata and controls
42 lines (41 loc) · 1.77 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
<!DOCTYPE html>
<html>
<head>
<title>MDRH | Contact</title>
<link rel="stylesheet" type="text/css" href="stylesheet.css">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
</head>
<body>
<header>
<img src="asset/profile-pict.png" class="profile-pict">
<h1>MDRH</h1>
<div class="contact-link">
<a href="https://www.instagram.com/m_daffarh/" target="_blank"><img src="https://twice.jype.com/Content/Pc/images/common/sns_instagram.png" alt=""></a>
<a href="https://www.facebook.com/daffa.rizmawan/" target="_blank"><img src="https://twice.jype.com/Content/Pc/images/common/sns_facebook.png" alt=""></a>
</div>
</header>
<div class="menu-wrapper">
<a href="index.php">Home</a>
<a href="profile.php">Profile</a>
<a href="gallery.php">Gallery</a>
<a href="guest.php">Guest Book</a>
<a href="contact.php"><b>Contact</b></a>
</div>
<div class="main-wrapper">
<div class="profile-wrapper" id="profile">
<h2>Muhammad Daffa Rizmawan Harahap</h2>
</div>
<div class="contact-wrapper" >
<h2 class="contact-heading" id="contact">Contact</h2>
<div class="btn-wrapper">
<a href="https://wa.me/6289644708799" target="_blank" class="btn wa"><span class="fa fa-whatsapp"></span>Contact me in WhatsApp?</a>
<a href="https://www.instagram.com/m_daffarh/" target="_blank" class="btn ig"><span class="fa fa-instagram"></span>Contact me in Instagram?</a>
<a href="https://www.facebook.com/daffa.rizmawan/" target="_blank" class="btn fb"><span class="fa fa-facebook"></span>Contact me in Facebook?</a>
</div>
</div>
</div>
<footer>
<p> Copyright © MDRH</p>
</footer>
</body>
</html>