-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProfilePage.html
37 lines (36 loc) · 1.13 KB
/
ProfilePage.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>
Arief Darmawan Tantriady 13518015
</title>
<meta charset="utf-8">
<link href='https://fonts.googleapis.com/css?family=Roboto' rel='stylesheet'>
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</head>
<body>
<div class="header">
<img class="pic" src="foto.jpeg">
<div class="headercontent">
<div class="placeholder"></div>
<h1>Arief Darmawan Tantriady</h1>
<p>Bandung | 085667662497 | <a href ="mailto:ariefdarmawantantriady@gmail.com">ariefdarmawantantriady@gmail.com</a></p>
</div>
</div>
<br>
<div class="content">
<nav class="navbar">
<button class="btn active" id="biodata">Biodata</button>
<button class="btn" id="pendidikan">Pendidikan</button>
<button class="btn" id="pengalaman">Pengalaman Organisasi</button>
<button class="btn" id="skill">Skill</button>
<div class="contentBox"></div>
</nav>
<div class="container" id="content">
</div>
</div>
<script type="text/javascript" src="script.js">
</script>
</body>
</html>