-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
43 lines (42 loc) · 1.99 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<style>
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
</style>
<link rel="stylesheet" href="style.css" />
<title>Portofolio | code</title>
</head>
<body>
<!-- container untuk navigasi -->
<nav>
<div class="navbar">
<ul class="navbar-list">
<li class="navbar-item"><a href="/index.html">Home</a></li>
<li class="navbar-item"><a href="/about.html">About</a></li>
<li class="navbar-item"><a href="/blogs.html">Blogs</a></li>
<li class="navbar-item"><a href="/projects.html">Projects</a></li>
<li class="navbar-item"><a href="/song.html">Spotify</a></li>
</ul>
</div>
</nav>
<main>
<article class="article">
<h2 class="title">About me</h2><br>
<p class="paragraph-item">
My name is Akbar Noviandi. I’m 17 years old and i was born in Kediri, On 10th November, 2005. I live in Kediri since i was child and now i study in SMK kATANEGARA WATES and i Am majoring in Network and Computer Engineering. I love listening music and my favorite music genre ss Pop, Metal/Rock. <br><br>I also like coding and sometimes i send my project to several people. Because i have such a hobby, My dream is to become a Software Engineer. Someday i can publish my own project based on real problem and attracted the attention of many people. That’s all about me. Thank You.. <br><br>Interested in working with me on your
next project? <br />Let's talk!
</p><br>
<h2 class="title">Tech stack</h2><br>
<h2 class="title">Languange</h2><br>
<ul class="title">
<li>Bahasa Indonesia: <span>Native</span></li>
<li>English: <span>Conversational</span></li>
<li>Japanese: <span>Passive</span></li>
</ul><br>
</article>
</main>
</body>
</html>