-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·165 lines (136 loc) · 8.08 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
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<title>Luiz Edgar | Software Engineer</title>
<meta name="description" content="Luiz Edgar's personal page!" />
<meta name="keywords" content="LuizEdgar, Software Engineer, Mobile, CV, Resume, Android, Fullstack" />
<meta name="author" content="Luiz Edgar" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png">
<link rel="manifest" href="manifest.json">
<link rel="mask-icon" href="safari-pinned-tab.svg" color="#34495e">
<meta name="theme-color" content="#34495e">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/7.0.0/normalize.min.css">
<link href="https://fonts.googleapis.com/css?family=Gloria+Hallelujah|Work+Sans:300,400,500" rel="stylesheet">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div class="container container-profile">
<img id="profile-image" class="rounded-circle mx-auto d-block" src="profile.png" alt="It's me, Edgar!">
<h1 id="name">Luiz Edgar</h1>
<h2 id="position">Software Engineer</h2>
<p id="profile-info">
<a class="btn" href="mailto:[email protected]?subject=Hello Luiz!"><i class="fa fa-envelope"></i> [email protected]</a><br>
<a class="btn" target="_blank" rel="noopener" href="https://drive.google.com/file/d/0BxHavMiEf0IgLWZFSnZ0ajlzekk"><i class="fa fa-cloud-download"></i> Résumé</a>
</p>
<div id="social">
<!-- <a alt="Email" target="_blank" rel="noopener" href="mailto:[email protected]?subject=Hello Luiz!"><i class="social fa fa-envelope-o"></i></a> -->
<a alt="GitHub" target="_blank" rel="noopener" href="https://github.com/luizedgar"><i class="social fa fa-github"></i></a>
<a alt="LinkedIN" target="_blank" rel="noopener" href="https://www.linkedin.com/in/luizedgar/"><i class="social fa fa-linkedin"></i></a>
<a alt="Instagram" target="_blank" rel="noopener" href="https://www.instagram.com/lepdf/"><i class="social fa fa-instagram"></i></a>
<a alt="Facebook" target="_blank" rel="noopener" href="https://facebook.com/luizedgarfreitas"><i class="social fa fa-facebook-official"></i></a>
<a alt="Steam" target="_blank" rel="noopener" href="http://steamcommunity.com/id/luizedgar/"><i class="social fa fa-steam"></i></a>
</div>
</div>
<div class="container container-main">
<!-- <div class="section">
<h2>I'm <span class="highlight">Luiz Edgar</span></h2>
</div>
-->
<div class="section">
<!-- <h3> <span class="dash"></span> About</h3> -->
<p>Hello, my name is <span class="highlight">Luiz Edgar</span> and I'm a <span class="highlight">Software Engineer</span>. I've been creating apps for over four years, pursuing the best user experience and performance.
I'm always seeking to learn something new, staying up to date with modern and advanced development concepts and tools. I have so much to learn. I love being around people who make me do my best.</p>
<p>I live to follow Jesus, and I love being with my family and friends. I really enjoy listening and playing music, cooking and playing games. I do not resist a good challenge or mystery without solution. I do not like lemon or olives, but call me to have an ice cream.</p>
</div>
<div class="section">
<h3> <span class="dash"></span>Skills</h3>
<div class="item">
<span class="item-title">Core Skills</span><br>
<span class="skill-highlight">Android</span>
<span class="skill-highlight">RESTful</span>
<span class="skill-highlight">Kotlin</span>
<span class="skill-highlight">Java</span>
<span class="skill-highlight">RxJava</span>
<span class="skill-highlight">MVP Architecture</span>
<span class="skill-highlight">Rails</span>
<span class="skill-highlight">PHP</span>
<span class="skill-highlight">MySQL</span>
<span class="skill-highlight">PostgreSQL</span>
<span class="skill-highlight">Git</span>
<span class="skill-highlight">UI/UX</span>
</div>
<div class="item">
<span class="item-title">Extra Skills</span><br>
<span class="skill">iOS</span>
<span class="skill">JavaScript</span>
<span class="skill">C/C++</span>
<span class="skill">HTML/CSS</span>
<span class="skill">Scrum</span>
<span class="skill">Team Management</span>
<span class="skill">Photoshop</span>
<span class="skill">Sketch</span>
</div>
<div class="item">
<span class="item-title">Learning</span><br>
<span class="skill">Express</span>
<span class="skill">Mongo</span>
<span class="skill">GraphQL</span>
<span class="skill">Machine Learning</span>
</div>
</div>
<div class="section">
<h3> <span class="dash"></span>Experience</h3>
<div class="item">
<span class="item-title"><a href="mailto:[email protected]?subject=Hello, Luiz! Let's work together!" style="color: #9E9E9E; font-weight: 400;">*add awesome company here*</a></span><br>
Working with great people, creating amazing things together.
</div>
<div class="item">
<span class="item-title"><a alt="Cacira" target="_blank" rel="noopener" href="http://cacira.com/">Cacira</a></span><br>
<span class="item-subtitle">Software Engineer • 2014 - 2017</span><br>
Creating apps and APIs, as well as handling server deployment and database maintenance. I've build solutions with features like real time chat (text, voice, video), voting (like Tinder), several social networks features, and much more.
</div>
<div class="item">
<span class="item-title"><a alt="Washer" target="_blank" rel="noopener" href="http://www.washer.com.br/">Washer</a></span><br>
<span class="item-subtitle">Co-Founder and Mobile Engineer • 2014</span><br>
Designing and creating a mobile solution for a car wash marketplace, along with participating of the startup's business management.
</div>
<div class="item">
<span class="item-title"><a alt="LARCES" target="_blank" rel="noopener" href="http://www.larces.uece.br">LARCES</a></span><br>
<span class="item-subtitle">Android Developer • 2013</span><br>
Developing mobile apps with Android. Working in project with augmented reality features.
</div>
<div class="item">
<span class="item-title"><a alt="Acens" target="_blank" rel="noopener" href="http://www.acens.com.br/">Acens</a></span><br>
<span class="item-subtitle">Project Director and Web Developer • 2011 - 2012</span><br>
Direct contact with clients, designing and coding web solutions. Managing a team of 6+ others junior entrepreneurs.
</div>
</div>
<div class="section">
<h3> <span class="dash"></span>Personal Projects</h3>
<div class="item">
<span class="item-title"><a alt="Cezar de Preto" target="_blank" rel="noopener" href="https://play.google.com/store/apps/details?id=com.japps.cezardepreto">Cezar de Preto</a></span><br>
<span class="item-subtitle">Freelancer • 2016</span><br>
Created API and Android app for a running candidate app.
</div>
</div>
<div class="section">
<h3> <span class="dash"></span>Education</h3>
<div class="item item-education">
<!-- <div class="item-edication-tag">2017</div> -->
<div class="item-education-content">
<span class="item-title"><a alt="UECE" target="_blank" rel="noopener" href="http://www.uece.br/uecevest/index.php/cursos-e-profissoes/ciencia-da-computacao">Bachelor of Computer Science</a></span><br>
<span class="item-subtitle">Universidade Estadual do Ceará (UECE) • 2017</span><br>
Studied with emphasis in Software Engineering.
</div>
</div>
</div>
</div>
<script src="js/main.js"></script>
</body>
</html>