-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (74 loc) · 3.32 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, user-scalable=1, initial-scale=1, maximum-scale=2">
<title>Lariel - Dev Full Stack</title>
<meta name="description" content="Lariel Negreiros dos Santos | Desenvolvedor de Sistemas Full Stack, Bacharel em Sistemas de Informação pela PUCRS, entusiasta de tecnologia, inovador e empreendedor, sempre disposto a alcançar novos objetivos.">
<link rel="icon" type="image/png" href="./img/favicon.png">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="css/application.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/spacing.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/card.css" type="text/css" media="screen">
<link rel="stylesheet" href="css/tag.css" type="text/css" media="screen">
<script src="js/jquery-3.6.4.min.js" type="text/javascript" charset="UTF-8" defer></script>
<script src="js/application.js" type="text/javascript" charset="UTF-8" defer></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-175060022-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-175060022-1');
</script>
</head>
<body>
<section class="content">
<section class="welcome mt-10" id="intro">
<h1 class="title-wide">Lariel Negreiros dos Santos</h1>
<h1 class="title-medium">Lariel Negreiros</h1>
<h2 class="title-wide">Desenvolvedor de Sistemas Full Stack</h2>
<h2 class="title-medium">Dev Full Stack</h2>
</section>
<section class="about" id="sobre">
<h2>Quem sou eu</h2>
<div>
<span title="MTB amador">🚴</span>
<span title="Nerd">🖖</span>
<span title="Entusiasta de tecnologia">👨🏻💻</span>
<span title="Rock">🤘</span>
<span title="Atronomia observacional">🔭</span>
<span title="Atividades ao ar livre">🔥</span>
</div>
</section>
<section class="contact" id="contato">
<h2>Fale comigo</h2>
<ul>
<li>
<a href="https://www.linkedin.com/in/lariel/" target="_blank" title="Perfil no LinkedIn"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://github.com/Lariel" target="_blank" title="Perfil no Github"><i class="fa fa-github" aria-hidden="true"></i></a>
</li>
<li>
<a href="mailto:lariel.negreiros@gmail.com" onclick="setGmailVisited(this);" title="Mande um e-mail"><i class="fa fa-envelope-o" aria-hidden="true"></i></a>
</li>
</ul>
</section>
<section class="projects" id="projetos">
<h2>Projetos</h2>
<div id="loader">
<i class="fa fa-cog fa-spin fa-fw"></i>
</div>
<div class="project-list" id="project-list"></div>
</section>
</section>
<footer>
<div class="info-made-by" id="typing">
Feito com ☕ e 🤘 por Lariel
</div>
<div class="version" id="version"></div>
</footer>
</body>
</html>