-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (32 loc) · 1.3 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
<html>
<head>
<title>About Me</title>
<link rel="stylesheet" href="style/style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div class="container">
<header class="box">
<h1>About Me</h1>
</header>
<main>
<div class="box first" id="content">
<article>
<h2>Summary</h2>
<p>An IT enthusiast with interest in back end web development, android apps development, machine learning, IoT, and security monitoring.
I like reading books, any kind of books because I believe that reading is a good start to explore new things. I also like to to a physical
exercises not only to improve my phyisical ability but to improve my cognitive ability too.
</p>
</article>
</div>
<aside class="box second">
<img src="img/profile.jpg" class="image"/>
<h2>Natan Hari Pamungkas</h2>
</aside>
</main>
<footer class="box">
Natan Hari P. 2020
</footer>
</div>
</body>
</html>