-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofile.html
More file actions
60 lines (58 loc) · 1.78 KB
/
profile.html
File metadata and controls
60 lines (58 loc) · 1.78 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
<!DOCTYPE html>
<html>
<head>
<title>MDRH | Profile</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"><b>Profile</b></a>
<a href="gallery.php">Gallery</a>
<a href="guest.php">Guest Book</a>
<a href="contact.php">Contact</a>
</div>
<div class="main-wrapper">
<div class="profile-wrapper" id="profile">
</div>
<div class="right-wrapper" id="about">
<div class="profile">
<img src="asset/profile-pict.jpg" class="profile-pic">
<div class="profile-desc">
<h2>Muhammad Daffa Rizmawan Harahap</h2>
</div>
<div class="profile-bawah">
<div class="profile-comp">
<h3>Address</h3>
<p>Emerald V, B8/16, Depok.</p>
</div>
<div class="profile-comp">
<h3>Date of birth</h3>
<p>30 January 2004</p>
</div>
<div class="profile-comp">
<h3>Phone</h3>
<p>+62 89644708799</p>
</div>
<div class="profile-comp">
<h3>Email</h3>
<p>daffarizmawan@gmail.com</p>
</div>
</div>
</div>
</div>
</div>
<footer>
<p> Copyright © MDRH</p>
</footer>
</body>
</html>