-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
125 lines (114 loc) · 7.07 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
<!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>rangganast.github.io</title>
<link rel="stylesheet" href="./output.css">
</head>
<body class="bg-gray-200">
<div class="flex flex-col h-screen justify-between">
<!-- <div class="flex justify-center items-center my-auto hidden">
<div class="flex flex-col bg-white w-9/12 px-5 py-5 mt-5 rounded-lg drop-shadow-md">
<div class="py-2 text-center text-3xl">
Still Under Construction :)
</div>
</div>
</div> -->
<div id="menu-section" class="flex justify-center">
<div class="flex flex-col bg-white w-9/12 mt-5 rounded-md drop-shadow-md grid grid-cols-4 content-center">
<button id="btn-about-me" class="text-center bg-gray-700 text-white rounded-l-md hover:bg-gray-700 hover:text-white hover:rounded-l-md py-3 px-3 border-r-2 border-gray-200 btn-tab">About Me</button>
<button id="btn-education" class="text-center hover:bg-gray-700 hover:text-white py-3 px-3 border-r-2 border-gray-200 btn-tab">Education</button>
<button id="btn-work" class="text-center hover:bg-gray-700 hover:text-white py-3 px-3 border-r-2 border-gray-200 btn-tab">Work</button>
<button id="btn-others" class="text-center hover:bg-gray-700 hover:text-white hover:rounded-r-md py-3 px-3 btn-tab">Others</button>
</div>
</div>
<div id="details-section" class="flex flex-grow">
<div id="about-me-tab" class="flex flex-grow justify-center tab-section">
<div class="bg-white w-9/12 px-5 py-5 mt-5 rounded-lg drop-shadow-md">
<div class="text-3xl">Title</div>
</div>
</div>
<div id="education-tab" class="flex flex-grow justify-center hidden tab-section">
<div class="flex flex-col bg-white w-9/12 px-5 py-5 mt-5 rounded-lg drop-shadow-md">
<span class="text-3xl">Al-Binaa Islamic Boarding School <span class="text-xl">(High School)</span></span>
<span class="text-sm font-bold block">2012-2015</span>
<hr class="my-4">
<span class="text-3xl">Amikom University Yogyakarta <span class="text-xl">(Bachelor of Computer)</span></span>
<span class="text-sm font-bold block">2015-2019</span>
<div class="mt-2">
<ul>
<li>• Graduated in April 2019 with cum laude honor (3.64 GPA).</li>
<li>• Published a paper based on bachelor final project in Jurnal Informatika of Bina Sarana Informatika University (<a class="text-blue-500" target="blank" href="https://ejournal.bsi.ac.id/ejurnal/index.php/ji/article/view/5129">paper link</a>).</li>
<li>• Specialized in machine learning, specifically Natural Language Processing (NLP).</li>
</ul>
</div>
</div>
</div>
<div id="work-tab" class="flex flex-grow justify-center hidden tab-section">
<div class="flex flex-col bg-white w-9/12 px-5 py-5 mt-5 rounded-lg drop-shadow-md">
<div class="mb-4">
<span class="text-3xl">Mohan Management Consultant Pte. Ltd. <span class="text-xl">(Remote Working)</span><span class="text-xl">
<span class="text-sm font-bold block">Singapore | Apr 2021 - Now</span>
<div class="mt-2">
<ul>
<li>• Test text</li>
</ul>
</div>
</div>
<hr class="py-4">
<div>
<span class="text-3xl">PT Holahalo Mekar Konsep</span>
<span class="text-sm font-bold block">Bandung, Indonesia | Sep 2021 - Aug 2020</span>
<div class="mt-2">
<ul>
<li>• Test text.</li>
</ul>
</div>
</div>
</div>
</div>
<div id="others-tab" class="flex flex-grow justify-center hidden tab-section">
<div class="flex flex-col bg-white w-9/12 px-5 py-5 mt-5 rounded-lg drop-shadow-md">
<div class="mb-4">
<span class="text-3xl">Certificates</span>
<hr class="mb-4 mt-2">
<ul>
<li><span class="text-xl">• ITP TOEFL (Score: 580)</span></li>
<li><span class="text-sm font-bold">BLCI Bandung | Jan 2022</li>
</ul>
</div>
<div class="my-4">
<span class="text-3xl">Workshops and Seminars</span>
<hr class="mb-4 mt-2">
<ul>
<li><span class="text-xl">• Pekan Informasi dan Teknologi (PING) Seminar</span></li>
<li><span class="text-sm font-bold">Sebelas Maret University | Dec 2018</li>
</ul>
</div>
<div class="my-4">
<span class="text-3xl">Trainings</span>
<hr class="mb-4 mt-2">
<ul>
<li><span class="text-xl">• Moral and Nationality Education</span></li>
<li><span class="text-sm font-bold">Yogyakarta Air Force Academy | Feb 2018</li>
<li class="mt-4"><span class="text-xl">• P2EB TOEFL UGM</span></li>
<li><span class="text-sm font-bold">Gadjah Mada University | Feb 2019</li>
<li class="mt-4"><span class="text-xl">• Menkominfo Digital Talent Scholarships 2019</span></li>
<li><span class="text-sm font-bold">Bandung Institute of Technology | June - Aug 2019</li>
</ul>
</div>
</div>
</div>
</div>
<div id="footer-section" class="flex justify-center">
<div class="flex flex-col bg-white w-9/12 px-5 py-5 mt-5 rounded-t-md drop-shadow-md content-center">
<div class="text-center">Made using <a class="text-blue-500" target="_blank" href="https://github.com/jquery/jquery">@jquery</a> & <a class="text-blue-500" target="_blank" href="https://github.com/tailwindlabs/tailwindcss">@tailwindcss</a> by <a class="text-blue-500" target="_blank" href="https://github.com/rangganast">@rangganast</a></div>
</div>
</div>
</div>
</body>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="./script.js"></script>
</html>