-
Notifications
You must be signed in to change notification settings - Fork 1
/
sobre.html
67 lines (65 loc) · 4.03 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.15.3/css/all.css" integrity="sha384-SZXxX4whJ79/gErwcOYf+zWLeJdY/qpuqC4cAa9rOGUstPomtqpuNWT9wdPEn2fk" crossorigin="anonymous">
<link rel="stylesheet" href="css/estiloSobre.css">
<title>Sobre</title>
</head>
<body>
<div class="container">
<header class="header">
<a href="https://cristovom.github.io/Portfolio" class="logo">PORTFÓLIO</a>
<nav>
<ul>
<li><a href="index.html">Início</a></li>
<li><a href="sobre.html">Sobre Mim</a></li>
<li><a href="contato.html">Contato</a></li>
</ul>
</nav>
</header>
<aside class="redes">
<nav>
<ul>
<li><a href="https://api.whatsapp.com/send?phone=5511933776179&text=Ol%C3%A1%2C%20Cristovom!!%20Vim%20do%20seu%20portf%C3%B3lio%20com%20o%20objetivo%20de%20" target="_blank"><i class="fab fa-whatsapp"></i></a></li>
<li><a href="https://msng.link/o/?Cristovom=tg" target="_blank"><i class="fab fa-telegram-plane"></i></a></li>
<li><a href="https://github.com/Cristovom" target=_blank><i class="fab fa-github"></i></a></li>
<li><a href="https://www.linkedin.com/in/cristovom/" target=_blank><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://www.instagram.com/cristovom_nunes/" target=_blank><i class="fab fa-instagram"></i></a></li>
</ul>
</nav>
</aside>
<main class="main">
<section class="title">
<h1>Sobre Mim</h1>
<p>Tenho 19 anos e o desenvolvimento web entrou realmente na minha vida no final de 2019, enquanto fazia um curso de TI pelo Senac, Guarulhos. Desde então me encontrei com o que realmente me faz sentir bem, que é desenvolver.<br><br>
<b>Udemy</b> - Pacote Office, Windows Server, Linguagens relacionadas a programação e Inglês Técnico <br>
<b>Cisco</b> - Get Connected, IT Essentials e Cybersecurity Essentials<br>
<b>Senac</b> - Manutenção de Computadores, Redes de Computadores e Desenvolvimento Desktop, Mobile e Web
</p>
<!-- <h2 style="text-align: center">Conhecimentos</h2>
<h6><b>Udemy</b> - Pacote Office, Windows Server, Linguagens relacionadas a programação e Inglês Técnico</h6>
<h6><b>Cisco</b> - Get Connected, IT Essentials e Cybersecurity Essentials</h6>
<h6><b>Senac</b> - Manutenção de Computadores, Redes de Computadores e Desenvolvimento Desktop, Mobile e Web</h6> -->
<!-- Instagram -->
<div class="content-unico-aba3 fique-ligado wow fadeIn" data-wow-delay="0.02s">
<div class="title-content-aba3">
<h3>Siga-me!</h3>
</div>
<div id="instagramfeed"></div>
</div>
</section>
<section class="imagemDestaque">
<img src="img/website.webp" alt="Projeto">
</section>
</main>
<svg class="wave" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320">
<path fill="rgba(255,255,255,.2)" fill-opacity="1" d="M0,192L40,181.3C80,171,160,149,240,165.3C320,181,400,235,480,256C560,277,640,267,720,234.7C800,203,880,149,960,117.3C1040,85,1120,75,1200,101.3C1280,128,1360,192,1400,224L1440,256L1440,320L1400,320C1360,320,1280,320,1200,320C1120,320,1040,320,960,320C880,320,800,320,720,320C640,320,560,320,480,320C400,320,320,320,240,320C160,320,80,320,40,320L0,320Z"></path>
</svg>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>