-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
114 lines (110 loc) · 3.24 KB
/
Copy pathindex.html
File metadata and controls
114 lines (110 loc) · 3.24 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Dhiyaa Sheva Virgiany Hermans</title>
</head>
<body>
<header id="home">
<center>
<h1><u>Portofolio</u></h1>
<h2>Dhiyaa Sheva Virgiany Hermans</h2>
<h3>Informatic Engineering & Web Development</h3>
</center>
<hr />
<nav>
<center>
<span><a href="#home">Home ||</a></span>
<span><a href="#contact"> Contact</a></span>
</center>
<hr />
</nav>
</header>
<br />
<main>
<article>
<content>
<center>
<img
src="assets/images/No 8 (1).jpg"
alt="Foto diri"
width="180px"
/>
<p>
Hallo Nama Saya Dhiyaa Sheva Virgiany Hermans, Saya memiliki Hobi
salah satunya adalah ngoding, dan saya juga senang jalan-jalan.
</p>
<h2><u>Biodata</u></h2>
<table border="1" cellspacing="0">
<tr>
<td>Nama</td>
<td>Dhiyaa Sheva Virgiany Hermans</td>
</tr>
<tr>
<td>NIM</td>
<td>122140151</td>
</tr>
<tr>
<td>Jenis Kelamin</td>
<td>Laki-laki</td>
</tr>
<tr>
<td>Umur</td>
<td>21</td>
</tr>
</table>
<h2><u>Pendidikan</u></h2>
<table border="1" cellspacing="0">
<tr align="center">
<td><strong>Tingkat</strong></td>
<td><strong>Asal</strong></td>
</tr>
<tr>
<td>Sekolah Dasar</td>
<td>SD Negeri 1 Sukarame</td>
</tr>
<tr>
<td>Sekolah Menengah Pertama</td>
<td>SMP Negeri 4 Bandar Lampung</td>
</tr>
<tr>
<td>Sekolah Menengah Atas</td>
<td>SMK Negeri 4 Bandar Lampung</td>
</tr>
</table>
</center>
</content>
</article>
</main>
<br />
<hr />
<br />
<footer id="contact">
<div>
<center>
<small>
© <i>Dhiyaa Sheva Virgiany Hermans 2024</i> |
<b>Pemrograman Web - RA</b>
</small>
<br />
<br />
<a href="mailto:dhiyaasheva44@gmail.com" target="_blank">
<img src="assets/images/mail.png" alt="Email" width="40px"
/></a>
<a
href="https://www.linkedin.com/in/dhiyaa-sheva-virgiany-hermans-374a29295/"
target="_blank"
><img src="assets/images/linkedin.png" alt="Linkedin" width="40px"
/></a>
<a href="https://github.com/Dhy0" target="_blank"
><img src="assets/images/github.png" alt="Github" width="40px"
/></a>
<a href="https://www.instagram.com/dhysheva/" target="_blank"
><img src="assets/images/social.png" alt="Instagram" width="40px"
/></a>
</center>
</div>
</footer>
</body>
</html>