-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcurriculo.html
73 lines (54 loc) · 1.75 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
67
68
69
70
71
72
73
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Curriculo de werisson</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<h1>CURRÍCULO <i class="fa-regular fa-face-smile"></i></h1>
</header>
<section>
<aside>
<div class="conteiner">
<img id="img_redonda"src="https://encurtador.com.br/djsty">
<p id="nome">werisson Felix</p>
</div>
<div class="conteiner2">
<h2> COMPETÊNCIAS</h2>
<ul id="lista_sem_bola">
<li>java</li>
<li>python</li>
<li>html e css</li>
<li>java script</li>
</ul>
</div>
</aside>
<article>
<h3 class="hb">PERFIL</h3>
<p>
Estudando no ifpe campos jaboatão dos guararaes, tenho passagens em concursos nacionais. Estou adquirindo experiência com o ramo.
<p>
<h4 class="hb">FORMAÇÃO</h4>
<p>
<strong>cursando ads</strong>
IFPE-campos jaboatão dos guararapes
</p>
<ul>
<li>curso em vídeo</li>
<li>alura(mentira, sou pobre)</li>
</ul>
<h4 class="hb">EXPERIÊNCIAS</h4>
<p>Programador</p>
<ul>
<li>provas</li>
<li>trabalhos</li>
<li>monitorias</li>
</ul>
</article>
</section>
</body>
</html>