-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
140 lines (133 loc) · 3.69 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
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CV Sederhana</title>
<link rel="icon" href="./assets/icons8-cv-32.png" type="image/x-icon">
</head>
<body>
<header>
<h1>Akmal Sulthon Fathulloh</h1>
<img src="./assets/profile-picture.jpg" alt="Profile Picture" width="150px">
<p><a href="mailto:akmal@afsulthon.com">akmal@afsulthon.com</a> | <a href="tel:+6281234567890">+62
812-3456-7890</a></p>
<a href="https://www.linkedin.com/in/afsulthon">linkedin.com/in/afsulthon</a>
</header>
<main>
<section id="objective">
<p>
I am a 20-year-old from Indonesia, currently in my junior year pursuing a degree in
Informatics at the Sepuluh Nopember Institute of Technology (ITS) Surabaya. In online
circles, I am often recognized by the username <em>afsulthon</em>. I have had a passion for technology since
childhood, and I began learning programming in college. Currently, my
focus is on web development and data engineering, with a future goal of becoming an aspiring
software developer and data engineer.
</p>
<hr>
</section>
<section id="education">
<h2>Education</h2>
<hr>
<dl>
<dt>
<strong>Sepuluh Nopember Institute of Technology (ITS)</strong>
</dt>
<dd>
Informatics. <em>2021 - Present</em>
</dd>
<dt>
<strong>SMA Negeri 1 Ponorogo</strong>
</dt>
<dd>
<em>2018 - 2021</em>
</dd>
</dl>
<hr>
</section>
<section id="experience">
<h2>Experience</h2>
<hr>
<dl>
<dt>
<strong>Expert Staff of Data Management Division</strong>
</dt>
<dd>
Schematics ITS 2023. <em>Jan 2023 - Present</em>
</dd>
<dd>
<ul>
<li>
Oversee the management and recapitulation of data in Schematics ITS 2023.
</li>
<li>
Coordinating and managing all administrative requirements.
</li>
</ul>
</dd>
<dt>
<strong>Head of Secretarial Division</strong>
</dt>
<dd>
INI LHO ITS! 2023 Forda Ponorogo. <em>Dec 2022 - Jan 2023</em>
</dd>
<dd>
<ul>
<li>
Executed administrative tasks for INI LHO ITS! 2023 Forda Ponorogo.
</li>
<li>
Supervised the entirety of the Secretarial Division.
</li>
</ul>
</dd>
</dl>
<hr>
</section>
<section id="skillset">
<h2>Skillset</h2>
<hr>
<ul>
<li>
<strong>Programming Languages</strong>
<ul>
<li>Python - Intermediate</li>
<li>JavaScript - Intermediate</li>
<li>C++ - Beginner</li>
</ul>
</li>
<li>
<strong>Data Management</strong> - Intermediate
</li>
<li>
<strong>Graphic Design</strong> - Intermediate
</li>
<li>
<strong>Web Development</strong> - Beginner
</li>
</ul>
<hr>
</section>
<section id="toolset">
<h2>Toolset</h2>
<hr>
<ul>
<li>Visual Studio Code</li>
<li>Visual Studio 2022</li>
<li>Git</li>
<li>Figma</li>
<li>Adobe Photoshop</li>
<li>Adobe Premiere Pro</li>
<li>Google Sheets</li>
<li>TablePlus</li>
</ul>
<hr>
</section>
<section id="references">
</section>
</main>
<footer>
© 2023 Akmal Sulthon Fathulloh.
</footer>
</body>
</html>