forked from dedimashuri/FE-JC16JKT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcv.html
45 lines (43 loc) · 1.27 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CURICULLUM Vitae</title>
<link rel="stylesheet" href="cv.css">
</head>
<body>
<center>
<h1 class="colored-font">CURICULLUM VITAE</h1>
<div>
<div class="foto-round">
<img src="./images/MichaelScott.png" alt="foto" height="150px" >
</div>
<h3>
Michael Gary Scott
</h3>
<h3>
Regional Manager at dundler mifflin
</h3>
</div>
<div>
<h2 class="colored-font">
About
</h2>
<p>The world Best boss</p>
</div>
<h4>Skills</h4>
<div>
<button class="skills">management</button>
<button class="skills">Friendky</button>
<button class="skills">Sales</button>
<button class="skills">basketball</button>
</div>
<!-- <div style="width: 500px; background-color: yellow;"> -->
<button class="hire">
Hire me
</button>
<!-- </div> -->
</center>
</body>
</html>