-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (44 loc) · 1.75 KB
/
Copy pathindex.html
File metadata and controls
44 lines (44 loc) · 1.75 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Website Elbert</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<div class="wrapper">
<div class="logo"><a href=''>CURRICULUM VITAE</a></div>
</div>
</div>
</nav>
<div class="wrapper">
<section id="about me">
<img style="max-width: 300px; height: auto;" src = "https://cdn.discordapp.com/attachments/853904811850203147/1016723988937973962/c119a0fb-1299-4b72-b255-22254852ee23.JPG"/>
<div class="kolom">
<h2>ABOUT ME</h2>
<p>Mahasiswa ITS tahun ajaran 2020 yang kreatif dan antusias belajar, suatu saat ingin membuat beragam website dan aplikasi game yang bisa dimain semua orang.</p>
</div>
</section>
<section id="biodata">
<div class="kolom">
<h2>BIO</h2>
<p2>NAMA: Elbert Dicky Aristyo<br>ALAMAT: jl. Sutorejo Utara XI blok H14 no.36<br>TTL: Medan, 20 Agustus 2002<br>SKILLS: fasih berbicara dan membaca bahasa inggris, seni menggambar, coding c++ dan java.</p2>
</div>
</section>
<section id="roadmap">
<div class="kolom">
<h2>ROADMAP</h2>
<p2>Belajar Membuat Website dengan HTML -> Belajar Unity C# </p2>
</div>
</section>
<section id="kontak">
<div class="kolom">
<h2>CONTACT</h2>
<p2>ALAMAT EMAIL: dickyaristyo43@gmail.com <br> NOMOR: +628990497630</p2>
</div>
</section>
</div>
</body>
</html>