-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (51 loc) · 1.64 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Portofolio</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<header>
<div class="left-header">
<h1>Antonius Samuel Wiratama Togo</h1>
</div>
<nav>
<a href="#Home">Home</a>
<a href="#AboutMe">About Me</a>
<a href="#Galeri">Galeri</a>
<a href="#MP">Minat dan Prestasi</a>
<a href="#Contact">Contact</a>
</nav>
</header>
<section id="Home">
<div class="hero">
<img src="./asset/angkatan 52.PNG">
</div>
</section>
<section id="AboutMe">
<h1>About Antoius</h1>
<p>SALAM SEJAHTERA,</p>
<p> Selamat datang di Portofolio saya. Perkenalkan nama saya Antonius Samuel Wiratama Togo, biasa dipanggil Anton. Saya seorang pelajar SMA di SMA MARSUDIRINI BOGOR, saya sekarang kelas X-4 semester Ganjil.</p>
</section>
<section id="Galeri">
<div class="pengantar">
<h1>Foto-foto Anton</h1>
</div>
<div class="box">
<img src="./asset/image (1).PNG">
</div>
</section>
<section id=MP>
<h1>Minat & Prestasi</h1>
<p>Saya memiliki ketertarikan di dunia editing Foto dan design, ide-ide saya biasa saya tuangkan di editing dan design.</p>
</section>
<section id="Kontak">
<img src="./asset/DSC01828.JPG">">
</section>
<footer>
<p>© Portofolio By Anton</p>
</footer>
</body>
</html>