-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (61 loc) · 1.98 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
<!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>My Resume</title>
</head>
<body>
<iframe src="https://www.facebook.com/plugins/post.php?href=https%3A%2F%2Fwww.facebook.com%2Fphoto%2F%3Ffbid%3D1628505464230965%26set%3Da.112513349163525&show_text=true&width=500" width="500" height="534" style="border:none;overflow:hidden" scrolling="no" frameborder="0" allowfullscreen="true" allow="autoplay; clipboard-write; encrypted-media; picture-in-picture; "></iframe>
<h2>Summary</h2>
<summary>Nice to meet you. I'm Fullstack Website Developer and UI/UX Designer</summary>
<hr>
<h2>Education</h2>
<ul>
<li>SMK N1 Air Joman 2017 - 2020</li>
<li>University Amikom Yogyakarta 2020 - Now</li>
</ul>
<hr>
<h2>Work Experience</h2>
<ul>
<li><h3>Internship Yescom</h3>
June 2019 - August 2019</li>
<ul>
<br><li>Membangun Sistem Jaringan</li>
<li>Membangun Website</li>
<li>Design UI/UX</li>
</ul>
<li><h3>Studi Independen Skulvul</h3>
June 2023 - August 2023</li>
<ul>
<br><li>Pembuatan Game 2D Pixel Art</li>
<li>Pembuatan Game 3D FPS</li>
</ul>
</ul>
<hr>
<h2>Skills</h2>
<ul>
<li>C++</li>
<li>C#</li>
<li>CSS</li>
<li>PHP</li>
<li>SQL</li>
<li>JavaScripts</li>
</ul>
<hr>
<h2>Certifications</h2>
<ul>
<li>CCNA: Introduction to Networks</li>
<li>IT Essentials</li>
</ul>
<hr>
<h2>Other</h2>
<ul>
<li><a href="https://www.linkedin.com/in/pramts/">Linkedin</a></li>
</ul>
<footer>
<p>© 2023 Sigit Pramono</p>
</footer>
</body>
</html>