-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (47 loc) · 2.47 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="styles.css">
<script src="script.js"></script>
<link href="https://fonts.googleapis.com/css2?family=Baloo+Tammudu+2:wght@400;700&display=swap" rel="stylesheet">
<link href="//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css" rel="stylesheet">
<title>Apresentação ~ Nataly M.</title>
</head>
<body>
<div id="content">
<section class="about-me">
<div class="titles">
<h2>OLÁ, EU SOU A</h2>
<h1> NATALY MARTINS </h1>
<h3>E SOU DEV FRONTEND</h3>
</div>
<div class="text-about-me">
Tenho 28 anos. Moro no interior de SP.<br>
Tenho muita afinidade por tecnologia.
Estudo com afinco para me tornar uma desenvolvedora frontend. <br>
Estou atualmente aprofundando meus conhecimentos em HTML, CSS,
JAVASCRIPT e meu principal objetivo é conquistar meu espaço no
mercado de trabalho, e conseguir meu primeiro emprego como
desenvolvedora.
</div>
</section>
<div class="vertical-line"></div>
<section class="profile">
<div id="imagem-perfil">
<img src="https://media-exp1.licdn.com/dms/image/C4E03AQG3QU6ifIhOkg/profile-displayphoto-shrink_200_200/0?e=1606348800&v=beta&t=kYZnFxSqKeKJYeSIFbK2FNGrm0FJFvKrv_ZRjN4-s74" alt="minha imagem perfil">
</div>
<div class="redes-sociais">
<ul>
<li><a href="https://github.com/tetsab/"> <i class="icon-github-alt"> </i>  Github</a></li>
<li><a href="https://www.linkedin.com/in/nataly-barros-6154a815a/"><i class="icon-linkedin"> </i>  Linkedin</a></li>
<li><a href="#"> <i class="icon-phone"> </i>  Celular</a></li>
<li><a href="#"> <i class="icon-envelope-alt"></i>  E-mail</a></li>
<li><a href="#"> <i class="icon-map-marker"> </i>  Sorocaba</a></li>
</ul>
</div>
</section>
</div>
</body>
</html>