-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
37 lines (37 loc) · 2.01 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
<!--[if lt IE 8 ]><html class="no-js ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="no-js ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 8)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Gabriel Parreiras</title>
<meta name="description" content="Gabriel Parreiras - Senior Software Engineer @ Shopify">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="canonical" href="https://gabrielparreiras.com//">
<link rel="stylesheet" href="./assets/css/library.css?3" />
</head>
<body>
<header>
<div class="row banner">
<div class="banner-text">
<h1 class="responsive-headline">Gabriel Parreiras</h1>
<p class="lead">Senior Software Engineer, Infrastructure @ <a class="shopify" href="https://shopify.com/">Shopify</a> - Cambridgeshire, 🇬🇧</p>
<p class="subhead">
Previously {
<a class="disney" href="https://dmedmedia.disney.com/">Disney Streaming Services</a>,
<a class="globo" href="https://www.globo.com/">Globo</a>,
<a class="omnilogic" href="https://www.omnilogic.com.br/">omnilogic</a>
}
</p>
<ul class="social">
<li><a target="_blank" title="Resume" href="./assets/resume/GabrielParreiras.pdf"><i class="fa fa-file-pdf-o"></i></a></li>
<li><a target="_blank" title="LinkedIn" href="https://linkedin.com/in/gparreiras"><i class="fa fa-linkedin"></i></a></li>
<li><a target="_blank" title="GitHub" href="https://github.com/gmpify"><i class="fa fa-github"></i></a></li>
</ul>
</div>
</div>
</header>
</body>
</html>