-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (58 loc) · 2.07 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
49
50
51
52
53
54
55
56
57
58
59
60
<!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="assets/css/style.css">
<script src="assets/js/script.js"></script>
<title>Gabriel Motta</title>
</head>
<body>
<div class="dev-warning">Site em desenvolvimento...</div>
<header class="fit-center" style="margin-top: auto;">
<img class="logo-anim" src="https://avatars.githubusercontent.com/u/29769845" width="150px" height="150px"/>
<h2>Olá, me chamo <b>Gabriel Motta</b></h2>
</header>
<div class="question fit-center">
<div class="question-header">
<h2>Quem eu sou?</h2><s>Gabriel ué..</s>
</div>
<div class="question-content">
<p>
Desenvolvedor =) tenho <span class="js-age">19</span> anos e sou de Rio de Janeiro/Brasil
</p>
</div>
</div>
<div class="question fit-center">
<div class="question-header">
<h2>Desenvolve o quê?</h2>
</div>
<div class="question-content">
<p>
Sites, apps, lojas, sistemas.. de tudo um pouco O_O
</p>
</div>
</div>
<div class="question fit-center" style="margin-bottom: auto;">
<div class="question-header">
<h2>Ok.. mas tem experiência em quê?</h2>
</div>
<div class="question-content">
<p>Bem.. essa vou <u>tentar</u> separar em grupos:</p>
<p>
<b>Sistemas: </b>Linux Server, MySQL, Redis
</p>
<p>
<b>Linguagens: </b>NodeJS (express), Angular, React, C#, HTML/CSS/JS, Java
</p>
<p>
<b>Outros: </b>Gestão de máquinas (vps/dedicados),<br/> domínios (dns) e sites
</p>
</div>
</div>
<footer>
<p class="copyright">© <span class="js-year">2021</span> Gabriel Motta. Todos os direitos reservados.</p>
</footer>
</body>
</html>