-
Notifications
You must be signed in to change notification settings - Fork 0
/
cv.html
81 lines (81 loc) · 3.19 KB
/
cv.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="bootstrap-4.3.1-dist/bootstrap-4.3.1-dist/css/bootstrap.css">
<link rel="stylesheet" href="cv.css">
</head>
<body>
<img class="img-fluid" src="TOP CV.png">
<img class="foto mx-auto d-block" src="FOTO.png">
<div class="part1">
<h1 class="nama text-center"> <strong>Dipta Laksmana Baswara<br>Dwiyantoro</strong></h1>
<h3 class="ttl text-center"><strong>Surabaya, 09 March 2000</strong></h3>
</div>
<div class="container-fluid">
<div class="row justify-content-center row1">
<div class="col-md-">
<img class="foto1" src="undraw_creative_thinking_b3bc.svg" alt="">
</div>
<div class="text col-md-">
<p>My Skills :</p>
<ol class="skills">
<li>Designing Poster</li>
<li>Create a Software</li>
<li>Create a Website</li>
<li>Gaming</li>
</ol>
</div>
<div class="row justify-content-center row2">
<div class="text1 col-md-">
<p>My Design Software :</p>
<ol class="skills">
<li>Adobe Illustrator</li>
<li>Corel Draw</li>
</ol>
</div>
<div class="col-md-">
<img class="foto2" src="undraw_designer_kcp7.svg">
</div>
</div>
<div class="row justify-content-center row3">
<div class="col-md-">
<img class="foto3" src="undraw_programmer_imem.svg" alt="">
</div>
<div class="text2 col-md-">
<p>I can make program using :</p>
<ul>
<li>Python</li>
<li>Java</li>
<li>C++</li>
</ul>
</div>
</div>
<div class="row justify-content-center row4">
<div class="text3 col-md-">
<p class="text-center">My Activity :</p>
<ul>
<li>MEDIA division in BEM 2019</li>
<li>Visual Design division <br> in CGT in Action</li>
</ul>
</div>
<div class="col-md-">
<img class="foto4" src="undraw_timeline_9u4u.svg">
</div>
</div>
</div>
<div class="container">
<div class="row justify-content-center">
<div class="col-sm-">
<a class="btn btn-primary btn-lg" href="#">Back</a>
</div>
<div class="col-sm-">
<a class="btn btn-primary btn-lg" href="#">Contact Me</a>
</div>
</div>
</div>
</body>
</html>