-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
62 lines (52 loc) · 2 KB
/
resume.html
File metadata and controls
62 lines (52 loc) · 2 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
<!DOCTYPE html5>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<title> RESUME </title>
<link href="./resume.css" rel="stylesheet">
</head>
<body>
<header>
<header class="cabecalho">
<main>
<div class="título">
<h1> GABRIELA SILVA DE ABREU </h1>
</div>
<figure>
<img src="Gab.jpg" alt="Gabriela" style="width:150px;height:140px;">
</figure>
</header>
<p> Estudante de psicologia | Criando alguns HTML, CSS & JS <br>
Gosta de músicas <span style="color:#ff1493;font-weight:bold"> clássicas </span>,animes e viajar.
<span style="color:#ff1493;font-weight:bold"> Pesquisadora </span> na ULBRA Canoas/RS.
</p>
</p>
<section>
<h2> Hard Skills </h2>
<ul>
<li> <em> SCRUM - Métodos Ágeis; </em></li>
<li> <strong> Inglês intermediário </strong></li>
<li> <em> HTML5 / CSS3 básico </em></li>
<li> <em> Configuração de IPs, comandos CMD, cabeamento de rede (RJ45) </em></li>
<li> <em> Limpeza / formatação / <font color="#ff1493"> instalação de microcomputadores
hardware e software) </font> </em></li>
</ul>
</section>
<h2> Soft Skills </h2>
<ol>
<li> Comunicação; </li>
<li> Criatividade; </li>
<li> <strong> Criação de conteúdo </strong> </li>
<li> Planejamento (insights); </li>
<li> Trabalho em equipe; </li>
</ol>
<div> <a href="https://www.linkedin.com/in/abreugabriela/"> Linkedin Profile </a> </div>
</main>
<footer>
<em> Acesse: </em> <a href="https://github.com/gsabreudev"> Git </a>
<hr>
<em> Acesse: </em> <a href="https://codepen.io/gsabreudevio"> CodePen </a>
<hr>
</footer>
</body>
</html>