-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
45 lines (42 loc) · 1.73 KB
/
about.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
<!DOCTYPE html>
<html lang="id">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Tentang</title>
<link href='css/master.css' rel="stylesheet">
</head>
<body>
<div class="container">
<div class="main-box white">
<div class="grid-container">
<div class="item-content">
<div class="center-text">
<div class="profile">
<img src="img/my-photo.jpg" alt="Avatar">
</div>
<h1>Ahmad Romadhon</h1>
<p style="font-style: oblique;">Programmer Website & Mobile</p>
<p style="margin-top:10px;font-weight: bold;">Jakarta, Indonesia</p>
<p style="margin-top:10px;">Holisticly administrate intermandated manufactured products through
B2B process improvements.
Dynamically synthesize customer directed action items after professional solutions.
Monotonectally whiteboard alternative communities vis-a-vis sustainable.</p>
</div>
</div>
<div class="item-menu">
<div class="vertical-menu">
<a href="index.html">Beranda</a>
<a href="about.html" class="active">Tentang</a>
<a href="contact.html">Kontak</a>
</div>
</div>
</div>
</div>
</div>
<div class="footer">
Copyright 2019 © Romadhon-Byar
</div>
</body>
</html>