-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
109 lines (106 loc) · 4.38 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Paulo Gabriel | Resumé</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='//fonts.googleapis.com/css?family=Raleway:400,300,600' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header>
<div class="container">
<div class="row">
<div class="nine columns">
<h1>Paulo Gabriel</h1>
<p>A simple man. Adaptive. So hungry and thirsty for knowledge, also to pass along what I know. Dedicated. Humorous. Dynamic. Perfectionist with work. With good interpersonal relationships and a believer of good people. Finally, I am Paulo Gabriel Oliveira, brazilian, 25 years old and a Full Stack Developer.</p>
</div>
<div class="three columns pic">
<img class="profile" src="images/avatar.png" alt="">
<a href="#">Skype: paulo_not</a>
<a href="#">[email protected]</a>
<a href="#">github.com/paulonotz0r</a>
</div>
</div>
</div>
</header>
<div class="container">
<div class="maincontent">
<div class="row">
<div class="four columns timeline">
<h1>Experience</h1>
<h4>Aug 2014 - Current</h4>
</div>
<div class="seven columns offset-by-one">
<h2>Deway, LTDA</h2>
<h3>Front-End Web/Mobile Developer</h3>
<p>
The list of projects I worked is ahead, separed by the technology used:
<br><br>
Android:<br>
- WhatsFake;<br>
- Iguatemi Mall;<br>
- Dom Bosco FM;
<br><br>
WordPress:<br>
- VouAlugarUmCarro;
<br><br>
Python/Django:<br>
- Meu Cavalo App
<br><br>
Ionic/AngularJS:<br>
- Ubooks;<br>
- Meu Cavalo App;<br>
- EncontreMed;<br>
- iDelivery.
<br><br><br>
I've been working since october of 2015 as an Ionic/AngularJS developer, being iDelivery the base app for more than 30 different apps that I produced since then.
</p>
</div>
</div>
<div class="row skills">
<div class="four columns">
<h1>Skills</h1>
</div>
<div class="seven columns offset-by-one">
<span>HTML</span>
<span>CSS</span>
<span>Javascript</span>
<span>Java</span>
<span>Python</span>
<span>Django</span>
<span>Git</span>
<span>Android</span>
<span>Ionic</span>
<span>React</span>
<span>AngularJS</span>
<span>Unit/E2E Tests</span>
<span>Gulp</span>
<span>SASS</span>
<span>Docker</span>
<span>Webpack</span>
</div>
</div>
<div class="row education">
<div class="four columns">
<h1>Education</h1>
</div>
<div class="seven columns offset-by-one">
<h2>University</h2>
<h3>Qualification</h3>
<p>Graduated in System Analysis and Development at Estácio FIC (Feb 2014 ~ Jul 2016).</p>
<br>
<h2>Courses</h2>
<h3>Qualification</h3>
<p>Java Course Formation at CEPEP (Oct 2013 ~ Jun 2014).</p>
</div>
</div>
</div>
<footer>
Paulo Gabriel | [email protected] | github.com/paulonotz0r
</footer>
</div>
</body>
</html>