-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (68 loc) · 2.8 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<html>
<head>
<meta charset="UTF-8">
<title>1st Pesonal Site</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<img class="dp" src="Images/Alfan_bulet.png" alt="Profile Picture">
<h1>Dityatama Alfatkhaan Susatyo</h1>
<p><em>Student of Institut Teknologi Sepuluh Nopember <br> Department of <a href="https://www.its.ac.id/study-at-its/faculties-and-departments/faculty-electrical-technology/biomedical-engineering/">Biomedical Engineering</a> <br> <a href="https://www.its.ac.id/study-at-its/faculties-and-departments/faculty-of-intelligent-electrical-and-informatics-technology/">Faculty of Electrical Intelligent and Information Technology</a></em></p>
<p>I am a Biomedical Engineering student at Institut Teknologi Sepuluh Nopember. Enroll in 2015 until present, major in Biomedical Imaging and Image Processing.
Motivated to constantly develop my skills and grow professionally. Seeking a working experience to gain knowledge and opportunities regarding the world of work.</p>
<p class="Contact">Contact me through : <img class="ii" src="https://image.flaticon.com/icons/png/512/49/49656.png" alt="linkedin-img"> <a class="link" href="https://www.linkedin.com/in/dityatamas/">linkedin</a></p>
<hr>
<h3>Organizational Experience</h3>
<table cellspacing="15">
<thead>
<tr>
<th>Job Description</th>
<th>Curriculum</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Laboratory Assistant</td>
<td>Biomedical Signal Processing</td>
<td><ul>
<li>Assist the head of laboratory and lecturers in the practicum process</li>
<li>Participate in the practicum material development</li>
<li>Keeping and caring for equipment and laboratory hygiene</li>
</ul></td>
</tr>
<tr>
<td>Laboratory Assistant</td>
<td>Biomedical Instrumentation</td>
<td><ul>
<li>Assist the head of laboratory and lecturers in the practicum process</li>
<li>Participate in the practicum material development</li>
<li>Keeping and caring for equipment and laboratory hygiene</li>
</ul></td>
</tr>
</tbody>
</table>
<hr>
<h3>Work Experience</h3>
<table cellspacing="15">
<thead>
<tr>
<th>Job</th>
<th>Company</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>Internship <br> Since Jun 2018 - Aug 2018</td>
<td>Badan Pengkajian dan Penerapan Teknologi</td>
<td><ul>
<li>Assist in the project about Hemodialysis</li>
<li>Participate in the development of heat exchange for Hemodialysis</li>
</ul></td>
</tr>
</tbody>
</table>
<hr>
</body>
</html>