-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
84 lines (76 loc) · 4.03 KB
/
Copy pathindex.html
File metadata and controls
84 lines (76 loc) · 4.03 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
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
<!DOCTYPE html>
<html lang="Pt-br">
<head>
<script src="https://kit.fontawesome.com/ecf53fb9dd.js" crossorigin="anonymous"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Hubballi&family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
<link href="CV.css" rel="stylesheet">
<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>Curriculum</title>
</head>
<body>
<div id="header">
<div id="NameAndTitle">
<h1>Fulano </h1>
<h2> analista de sistemas</h2>
</div>
</div>
<div id="container">
<div id="sidebar">
<div Class="card">
<h3>contato</h3>
<ul id="contact">
<li><i class="fa-solid fa-square-envelope"></i>E-mail</li>
<li><i class="fa-solid fa-square-phone"></i>(00)000000000</li>
<li><i class="fa-solid fa-location-dot"></i>SP</li>
</ul>
</div>
<div Class="card">
<h3>Skills</h3>
<ul id="Skills">
<li>html</li>
<li>css</li>
<li>Javascript</li>
</ul>
</div>
<div Class="card">
<h3>Formação acadêmica</h3>
<ul id="F.A">
<li>Estagiário de ti na ambev</li>
<li>atendente de telemarketing</li>
<li>Freelancer</li>
</ul>
</div>
<div Class="card">
<h3>sites</h3>
<ul id="Links">
<li><a target="_blank" Href="https://linkedin.com">Linkedin</a></li>
<li><a target="_blank" href="https://Github.com">Github</a></li>
</ul>
</div>
</div>
<div id="content">
<div Class="card">
<h3>Sobre miim</h3>
<p>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
</ul>
</div>
<div class="card">
<h3>Expêriencias Profissionais</h3>
<p>
<b>Americanas - dez/2020 a fev/2022</b><br>
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
</p>
<ul>
<li>engenheiro senior de software</li>
<li>engenheiro Pleno de software</li>
</ul>
</div>
</div>
</body>
</html>