-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
225 lines (208 loc) · 9.01 KB
/
resume.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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!DOCTYPE html>
<!--
Author: Krishna Adhikari
github: github.com/krishna-adk
-->
<html>
<head>
<title>Arknfznn</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" href="images/Iconslogo/icon.png" />
<link href="css/resume.css" type="text/css" rel="stylesheet">
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Audiowide|Baloo+Tamma|Kelly+Slab|Neucha|Righteous&display=swap" rel="stylesheet">
<style>
.toggle{
height: 0px;
}
@media only screen and (max-width: 800px){
.toggle{
height: 50px;
}
}
</style>
</head>
<body>
<div class="toggle">
<span style="font-size:40px;cursor:pointer;margin-left: 10px;" onclick="openNav()" id="open">☰ </span>
</div>
<div id="myNav" class="navbar" style="background-color: rgba(0,0,0,0.9);">
<a href="javascript:void(0)" class="closebtn" onclick="closeNav()" id="close">×</a>
<div class="navbar-content">
<a href="home.html">Home</a>
<a href="resume.html" id="active">About</a>
<a href="blog.html">Blog</a>
<a href="contact.html">Contact</a>
</div>
</div>
<div class="top-part">
<div class="back-part">
<div class="sign">
<img src="images/Iconslogo/sign1.png">
</div>
<div class="social-icons" >
<a href="https://www.facebook.com/arknfznn_" target="_blank"><img src="images/Iconslogo/facebook-32.png" ></a>
<a href="https://twitter.com/arknfznn_" target="_blank"><img src="images/Iconslogo/twitter-32.png"></a>
<a href="https://www.instagram.com/arknfznn_" target="_blank"><img src="images/Iconslogo/instagram-32.png"></a>
<a href="https://github.com/arkanss" target="_blank"><img src="images/Iconslogo/github-32.png"></a>
</div>
</div>
<div class="per-img"></div>
</div>
<div class="main-part">
<h2>Muhammad Arkan Fauzan</h2>
<div class="cv-area">
<div class="fieldset-cover">
<fieldset>
<legend>Personal Detail</legend>
<div class="per-detail">
<table class="tb-left">
<tr>
<th>Name </th>
<td> : </td>
<td>Muhammad Arkan Fauzan</td>
</tr>
<tr>
<th>Gender </th>
<td> : </td>
<td>Male</td>
</tr>
<tr>
<th>Nationality</th>
<td> : </td>
<td>Indonesia</td>
</tr>
</table>
<table class="tb-right">
<tr>
<th> Age </th>
<th> : </th>
<td>17 years</td>
</tr>
<tr>
<th> DOB </th>
<td> : </td>
<td>08-01-2007</td>
</tr>
<tr>
<th> Email </th>
<td> : </td>
<td>[email protected]</td>
</tr>
</table>
</div>
</fieldset>
</div>
<div class="fieldset-cover">
<fieldset>
<legend>Education</legend>
<div class="edu-detail">
<table>
<caption>Education</caption>
<tr>
<th>Primary Level</th>
<td>:</td>
<td>SDN CIPAYUNG 01</td>
</tr>
<tr>
<th>Secondary Level</th>
<td>:</td>
<td>SMP PGRI KALIMULYA</td>
</tr>
<tr>
<th>High School Level</th>
<td>:</td>
<td>SMKN 1 CIBINONG</td>
</tr>
</table>
</div>
</fieldset>
</div>
<div class="skill-section" id="skill-section">
<h2>My Skills & Abilities</h2>
<div class="skill-part">
<div class="prgm-skill">
<h2>Programming</h2>
<p>Java</p>
<div class="container-skill">
<div class="skills java">60%</div>
</div>
<p>Dart</p>
<div class="container-skill">
<div class="skills dart">35%</div>
</div>
<p>Javascript</p>
<div class="container-skill">
<div class="skills js">60%</div>
</div>
<p>PHP</p>
<div class="container-skill">
<div class="skills php">50%</div>
</div>
<p>MySQL</p>
<div class="container-skill">
<div class="skills sql">70%</div>
</div>
</div>
<div class="design-skill">
<h2>Designing</h2>
<p>HTML</p>
<div class="container-skill">
<div class="skills html">90%</div>
</div>
<p>CSS</p>
<div class="container-skill">
<div class="skills css">80%</div>
</div>
<p>Bootstrap</p>
<div class="container-skill">
<div class="skills bootstrap">70%</div>
</div>
<p>Figma</p>
<div class="container-skill">
<div class="skills figma">75%</div>
</div>
<p>Photoshop</p>
<div class="container-skill">
<div class="skills photoshop">50%</div>
</div>
</div>
<div class="network-skill">
<h2>Networking</h2>
<p>switching</p>
<div class="container-skill">
<div class="skills switching">70%</div>
</div>
<p>Routing</p>
<div class="container-skill">
<div class="skills routing">65%</div>
</div>
<p>Network Security</p>
<div class="container-skill">
<div class="skills network">60%</div>
</div>
<p>Virtualisasi dan Cloud Computing</p>
<div class="container-skill">
<div class="skills virtualisasi">65%</div>
</div>
<p>Configuration And Troubleshooting</p>
<div class="container-skill">
<div class="skills config">65%</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!--Copyright Information-->
<div class="copyright">
<p>© 2024 <a>Arknfznn</a></p>
</div>
<script>
function confirmDownload(){
alert("Download is preparing & will begin shortly...");
}
</script>
<script src="js/main.js" type="text/javascript"></script>
</body>
</html>