-
Notifications
You must be signed in to change notification settings - Fork 0
/
porto.html
57 lines (53 loc) · 2.3 KB
/
porto.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
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portofolio 18320037</title>
<link rel="stylesheet" href="CSS/style.css">
</head>
<body>
<header>
<img src="images/DF-8 1 1jpg.png" alt="Profile Picture" id="p_picture">
<h1 id="header">Deovie Lentera H. <br><small class="desc">Second-Year Biomedical Engineer</small></h1>
</header>
<div class="container">
<div class="education">
<h4>Education</h4>
<hr>
<ul>
<li>2008-2014 <br>SD Pangudi Luhur Kota Deltamas</li>
<li>2014-2017 <br>SMP Pangudi Luhur Kota Deltamas</li>
<li>2017-2020 <br>SMA Dian Harapan Lippo Cikarang</li>
<li>2020-Present <br>Institut Teknologi Bandung</li>
</ul>
</div>
<div class="experience">
<h4>Experience</h4>
<hr>
<ul>
<li>Kakegawa Castle Projection Mapping <div class="desc">Lead Illustrator</div></li>
<li>TORSI 2021 <div class="desc">Head of the Sponsorship Division</div></li>
<li>PT Fuji Technica Indonesia <div class="desc">Two week student internship</div></li>
</ul>
</div>
<div class="skills">
<h4>Skills</h4>
<hr>
<ul>
<li>English <div class="desc">Fluent - scored 593 in EPT</div></li>
<li>Japanese <div class="desc">Intermediate - N4 Level</div></li>
<li>Problem-Solving</li>
</ul>
</div>
</div>
<footer>
<h4>Contact Me</h4>
<a href="https://www.linkedin.com/in/lentera" target="blank"><img class="icon" src="images/linkedin.png" alt="Linkedin"></a>
<a href="https://www.instagram.com/deovie/" target="blank"><img class="icon" src="images/instagram.png" alt="Instagram"></a>
<a href="mailto:[email protected]" target="blank"><img class="icon" src="images/mail.png" alt="Mail"></a>
<a href="tel:#" target="blank"><img class="icon" src="images/phone-call.png" alt="Telephones"></a>
</footer>
</body>
</html>