-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
52 lines (52 loc) · 1.41 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" type="text/css" href="style.css">
<link href="https://fonts.googleapis.com/css?family=Lato:300" rel="stylesheet">
<title></title>
</head>
<body>
<div class="header">
<div class="header-left brown">
<img class="avatar" src="https://raw.githubusercontent.com/Ardhiansyah/ardhiansyah.github.io/master/img/profile.JPG">
</div>
<div class="header-right grey">
<div class="header-right-top">
<h1>Ardhiansyah <span>Putra</span></h1>
<h3>Full Stack Web Developer</h3>
</div>
<div class="header-right-bottom">
<div>
<h4>Location</h4>
<p>Jakarta, ID</p>
</div>
<div>
<h4>Phone</h4>
<p>+6285335004911</p>
</div>
<div>
<h4>Github</h4>
<p><a href="https://github.com/Ardhiansyah">github.com/Ardhiansyah</a></p>
</div>
<div>
<h4>Email</h4>
<p>[email protected]</p>
</div>
</div>
</div>
</div>
<div class="content">
<div class="content-left grey">
<h4 class="title">Introduction</h4>
</div>
<div class="content-right brown">
<p class="description">
Hai, saya Mohammad Ardhiansyah Metana Putra. Semua orang biasa memanggil saya Putra. Sebelumnya saya bekerja di PT Primavista Solusi sejak 2016. Saya adalah seorang Full Stack Web Developer.
</p>
</div>
</div>
<div class="footer dark-grey">
copyright © 2017 by M. Ardhiansyah Metana Putra
</div>
</body>
</html>