-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
113 lines (106 loc) · 3.5 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CV Sederhana 2</title>
<link rel="icon" href="./assets/icons8-cv-32.png" type="image/x-icon">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.1/css/all.min.css">
</head>
<body>
<header>
<img src="./assets/profile-picture.jpg" alt="Profile Picture">
<div class="header-container">
<h1>Akmal Sulthon Fathulloh</h1>
<p>
<i class="fa fa-envelope"></i><a href=" mailto:akmal@afsulthon.com">akmal@afsulthon.com</a> | <i
class="fa fa-phone"></i><a href="tel:+6281234567890">+62
812-3456-7890</a>
<br>
<i class="fab fa-linkedin"></i><a href="https://www.linkedin.com/in/afsulthon">linkedin.com/in/afsulthon</a>
</p>
</div>
</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. 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 class="header">Education</h2>
<div class="container">
<h3>Sepuluh Nopember Institute of Technology (ITS)</h3>
<p><strong>Informatics</strong><br>2021 - Present
</p>
<h3>SMA Negeri 1 Ponorogo</h3>
<p>2018 - 2021</p>
</div>
<hr>
</section>
<h2>Experience</h2>
<section id="experience">
<div class="container">
<h3>Expert Staff of Data Management Division</h3>
<p><strong>Schematics ITS 2023</strong>. Jan 2023 - Present</p>
<ul>
<li>Oversee the management and recapitulation of data in Schematics ITS 2023.</li>
<li>Coordinating and managing all administrative requirements.</li>
</ul>
<h3>Head of Secretarial Division</h3>
<p><strong>INI LHO ITS! 2023 Forda Ponorogo</strong>. Dec 2022 - Jan 2023</p>
<ul>
<li>Executed administrative tasks for INI LHO ITS! 2023 Forda Ponorogo.</li>
<li>Supervised the entirety of the Secretarial Division.</li>
</ul>
</div>
<hr>
</section>
<section id="skillset">
<h2>Skillset</h2>
<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>
<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>
</main>
<footer>
<p>Created by Akmal Sulthon Fathulloh</p>
</footer>
</body>
</html>