-
Notifications
You must be signed in to change notification settings - Fork 0
/
sobre.html
51 lines (51 loc) · 2.25 KB
/
sobre.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sobre mim</title>
<link rel="stylesheet" href="style.css" />
<link rel="shortcut icon" href="img/alura.png" type="image/x-icon">
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200"
/>
</head>
<body style="background-color: #222;">
<header>
<a href="index.html">
<span class="material-symbols-outlined"> arrow_back </span>
</a>
<div class="page-title">
<h1 class="page-title">
Quem eu sou?
<img
src="https://www.alura.com.br/assets/img/imersoes/dev-2021/logo-imersao-aluraflix.svg"
class="page-logo"
alt=""
/>
</h1>
</div>
<a href="https://alura.com.br/" target="_blank">
<img
src="https://www.alura.com.br/assets/img/home/alura-logo.svg"
alt=""
class="alura-logo"
/>
</a>
</header>
<main>
<div class="about-me">
<img src="img/eu.png" class="me" alt="">
<div class="about-me-content">
<p class="about-me-text"><strong>João Henrique Lopes Divino </strong><br> Técnico em TI, aprendiz de React, Músico e pouco apaixonado no Front-End. <br> Formado pelo Centro Municipal de Educação Profissional Osmar Passarelli Silveira de Paulínia <br> e recém ingressado na Pontifícia Universidade Católica de Campinas. <br> Site feito para compartilhar minha experiência com a Imersão Alura de 2023!</p>
<div class="socials">
<a href="https://www.linkedin.com/in/jo%C3%A3o-henrique-lopes-984679254?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app" target="_blank"><img src="img/linkedin.svg" alt=""></a>
<a href="mailto:[email protected]" target="_blank"><img src="img/envelope-regular.svg" alt=""></a>
<a href="https://github.com/Jaohld" target="_blank"><img src="img/github.svg" alt=""></a>
</div>
</div>
</main>
<script src="script.js"></script>
</body>
</html>