-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcv.html
More file actions
55 lines (52 loc) · 1.63 KB
/
cv.html
File metadata and controls
55 lines (52 loc) · 1.63 KB
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
<!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>Document</title>
</head>
<body>
<h1 align="center">Curriculum Vitae</h1>
<hr />
<br /><br />
<div class="cv" style="display: flex; margin-left: 20px">
<div class="biodata-bungkus">
<h2>Biodata</h2>
<div class="biodata" style="display: flex">
<div class="biodata-tanya">
<p>Nama</p>
<p>Tempat, Tanggal Lahir</p>
<p>Jenis Kelamin</p>
<p>Agama</p>
<p>Alamat</p>
<p>Status</p>
<p>E-mail</p>
</div>
<div class="biodata-isi" style="margin-left: 20px">
<p>: Muhammad Zain Rizqulloh</p>
<p>: Biak, 14 Februari 2003</p>
<p>: Laki-laki</p>
<p>: Islam</p>
<p>: Dirgantara Residence, Ranca Bungur, Kab. Bogor</p>
<p>: Mahasiswa</p>
<p>: zainrizqulloh@gmail.com</p>
</div>
</div>
</div>
<div class="pendidikan" style="margin-left: 30px">
<h2>Pendidikan</h2>
<p>SD IT Al-kautsar</p>
<p>SMP Puspanegara</p>
<p>SMK Telkom Bandung</p>
</div>
<div class="kemampuan" style="margin-left: 60px">
<h2>Kemampuan</h2>
<p>Html</p>
<p>PHP</p>
<p>Javascript</p>
<p>mikrotik</p>
</div>
</div>
</body>
</html>