-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurriculo.html
66 lines (60 loc) · 2.5 KB
/
curriculo.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
<!DOCTYPE html>
<html lang="pt">
</html>
<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>Curriculo Html e Css</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.css">
<link rel="stylesheet" href="css/style.css">
<body>
<div class="container"><br><br>
<hr class="hr_dados1"><br><br>
<img src="e:\sabe mrm.jpeg" alt="victor" width="250" height="200">
<h3>19 anos, Masculino</h3>
<h3>Estrada RJ-127, 26600-000, Paracambi - Rj</h3>
<h3>(21)99688 - 7876</h3>
<h3>Email: [email protected]</h3>
<h3>Linkedin: @victorchevalier</h3><br>
<hr class="hr_01"><br>
<h3>Colaborar com ambiente de trabalho onde possa colocar em prática meus conhecimento e aprender com meus companheiros.</h3><br><br>
<hr class="hr_02"><br>
<h3>
<h3>Cursando Engenharia de Software</h3>
<ul>
<li>
Microsoft Visual Studio Code, GitHub e Git
</li>
<li>
Pacote Office
</li>
<li>
PhotoShop
</li>
</ul><br>
<hr class="hr_04"><br>
<h3>Inglês Intermediário</h3><br><br>
<hr class="hr_03"><br>
<ul>
<li>
Html e CSS
</li>
</li>
<li>
Phyton
</li>
</ul><br>
<hr class="hr_05"><br>
<div class="font">
<h5>Compartilhar:</h5><br>
<a href="https://www.linkedin.com/in/victor-chevalier-48156030b/">
<i class="fab fa-linkedin" style="font-size:35px;"></i></a>
<a href="https://www.instagram.com/victor_pbi/">
<i class="fab fa-instagram" style="font-size:35px;"></i></a>
<a href="https://github.com/Chevalier13">
<i class="fab fa-github" style="font-size:35px;"></i> </a>
</div> <br>
</div>
</body>
</html>