-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (87 loc) · 3.31 KB
/
Copy pathindex.html
File metadata and controls
87 lines (87 loc) · 3.31 KB
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>
<!--
Strata by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-176902027-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-176902027-1');
</script>
<meta charset="UTF-8">
<meta name="author" content="Gabriel Malimpensa">
<meta name="description" content="My personal website">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<title>ggmalimpensa.dev.br</title>
<link href="images/favicon.png" rel="icon" type="image/png">
<link href="assets/css/main.css" rel="stylesheet" type="text/css">
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<div class="inner">
<a class="image avatar" href=""><img src="images/avatar.jpg"/></a>
<h1>
<strong>
Hello World!<br />
Eu sou o Gabriel.<br />
Gosto de tecnologia, café e cerveja!
</strong>
</h1>
</div>
</header>
<!-- Main -->
<div id="main">
<!-- Resume -->
<section id="resume">
<header class="major">
<h2>Gabriel Gioannini Malimpensa</h2>
</header>
<p>
Sou desenvolvedor de software há mais de 10 anos.
Sou apaixonado por tecnologia e inovação.
Minhas principais experiências foram com as linguagens Java e Python, mas sempre busco me atualizar e aprender algo novo.
</p>
<p>Atualmente sou Squad Lead no <a href="https://medium.com/luizalabs">Luizalabs</a>.</p>
</section>
<!-- Education -->
<section id="education">
<h2>Formação</h2>
<div class="row">
<div class="col-12 col-12-xsmall">
<ul>
<li>Tecnologia em Análise e Desenvolvimento de Sistemas - IFSP São Carlos</li>
<li>Especialização em Desenvolvimento de Sistemas para Dispositivos Móveis - IFSP São Carlos</li>
<li>Mestrado em Ciência da Computação (Engenharia de Software) - UFSCar São Carlos</li>
</ul>
</div>
</div>
</section>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="https://github.com/ggmalimpensa" class="icon brands fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.linkedin.com/in/ggmalimpensa" class="icon brands fa-linkedin"><span class="label">Linkedin</span></a></li>
</ul>
<ul class="copyright">
<li>© ggmalimpensa.dev.br - 2020</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js" type="text/javascript"></script>
<script src="assets/js/jquery.poptrox.min.js" type="text/javascript"></script>
<script src="assets/js/browser.min.js" type="text/javascript"></script>
<script src="assets/js/breakpoints.min.js" type="text/javascript"></script>
<script src="assets/js/util.js" type="text/javascript"></script>
<script src="assets/js/main.js" type="text/javascript"></script>
</body>
</html>