-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
296 lines (285 loc) · 13.4 KB
/
index.html
File metadata and controls
296 lines (285 loc) · 13.4 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
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
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
<!DOCTYPE html>
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-123321114-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-123321114-1');
</script>
<meta charset="utf-8">
<meta name="description" content="Professional portfolio by LeoSL - an amazing brazilian developer!">
<meta name="keywords" content="Portolio,Software,Developer,HTML,HTML5,CSS,CSS3,JS,JavaScript">
<meta name="author" content="Leonardo Lima">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>LeoSL - Software Developer</title>
<link rel="shortcut icon" href="./assets/imgs/favicon.ico" type="image/x-icon">
<link rel="icon" href="./assets/imgs/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/css/bootstrap.min.css"
integrity="sha384-/Y6pD6FV/Vv2HJnA6t+vslU6fwYXjCFtcEpHbNJ0lyAFsXTsjBbfaDjzALeQsN6M"
crossorigin="anonymous">
<link rel="stylesheet" href="./assets/css/style.css">
<script src="https://use.fontawesome.com/331ca807fa.js"></script>
</head>
<body>
<main role="main">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<a id="logo-menu-js" class="navbar-brand" href="javascript:void(0)">
<img src="./assets/imgs/logo.png" alt="LeoSL logo" width="100">
</a>
<!-- Responsiviness -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- end -->
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav mr-auto">
<li class="nav-item active">
<section id="home-menu-js" class="nav-link cursor-pointer" href="javascript:void(0)">Home <span class="sr-only">(current)</span></section>
</li>
<li class="nav-item">
<section id="about-menu-js" class="nav-link cursor-pointer" href="#about">About</section>
</li>
<li class="nav-item">
<section id="work-menu-js" class="nav-link cursor-pointer" href="#work">Work</section>
</li>
</ul>
<span class="navbar-text">
<strong>LeoSL</strong> | Software Developer
<span class="home-social-media-links">
<a href="https://www.linkedin.com/in/leosilvalima/" alt="link to LinkedIn profile" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a> ♦
<a href="https://github.com/LeoSL" alt="link to Github profile" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a> ♦
<a href="https://twitter.com/leocavia" alt="link to Twitter profile" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</span>
</span>
</div>
</nav>
<div id="home" class="backgroung-img visible">
<div class="headings-cover">
<div class="container">
<div class="row">
<div class="col-lg-5">
<section id="main-title-js" class="cursor-pointer">
<h1>Leonardo Lima</h1>
<p style="text-align: right; margin-bottom: 2em;">
Software Developer <strong>&&</strong><br>
JavaScript afficionate <strong>&&</strong><br>
UI/UX advocate
</p>
</section>
</div>
</div>
<div class="container central-content">
<div class="row">
<div class="col-lg-2"></div>
<div class="col-lg-8 white-box">
<p>
I'm a JavaScript guy - what's better than present my resume in a
<img src="./assets/imgs/npm_logo.png"
alt="npm logo"
style="width: 10%;">
package format?
</p>
<p>
To install and use the package, type in your Terminal:
</p>
<br />
<div class="row">
<div class="col-md-1"></div>
<div class="col-md-4 black-box align-middle" style="padding: 1.65em 1em 1em;">
$ npx leosl-resume
</div>
<div class="col-md-2" style="padding: 1.2em;">
or...
</div>
<div class="col-md-4 black-box" style="padding: 1em;">
$ npm install --global leosl-resume
<br />
$ leosl-resume
</div>
<div class="col-md-1"></div>
</div>
<br />
<p>
and <i>voilá!</i>
</p>
<div class="row">
<div class="col-md-12">
<img src="./assets/imgs/npm_package_animation.gif"
alt="Terminal with NPM package running on it">
</div>
</div>
<br />
<p><small>alternatively, you can check to the classic <a id="description-link-js" href="#about">About</a> page (:</small></p>
</div>
<div class="col-lg-2"></div>
</div>
</div>
</div>
</div>
</div>
<div id="about" class="container-fluid hidden">
<div class="row">
<div class="col-1"></div>
<div class="col-xs-8 col-sm-8 col-md-4">
<figure>
<img src="./assets/imgs/conference_with_hands.png" alt="speaking at TDC Conference" width="100%">
<figcaption><small>Speaking @ The Developers Conference in Florianópolis - Brazil</small></figcaption>
</figure>
</div>
<div class="col-xs-8 col-sm-8 col-md-4 text-right">
<article>
<header>
<h2><strong>Leonardo</strong></h2>
<h4>but you can call me Leo (:</h4>
</header>
<hr>
<p>
Once graduated in Journalism at UFSC (Brazil), I started to dig deeper in the Software Development area, and there I found a passion! ♥
My first steps were with Java lang but, since 2014, I’m working full-time with web apps, especially Ruby on Rails and all the environment: from Postgres and Docker in the back-end to HTML, (S)CSS and JavaScript (ES5 - jQuery and ES6) in the client layer.
</p>
<p>
Talking about front-end, if I found a passion for software development it was with front-end that I developed a true love.
When I went to my first <a href="https://braziljs.org/" target="_blank">BrazilJS conference</a>, I was surprised with all the power of SPAs, PWAs, and web components.
Since then I’m focusing my career and my side projects to this area, using mainly React and Node JS as power tools.
Besides coding, I also appreciate (summer) outdoors moments with my wife and pets in Toronto - ON - Canada!
</p>
<p>
<span class="social-media-icons-big">
<a href="https://www.linkedin.com/in/leosilvalima/" target="_blank"><i class="fa fa-linkedin" aria-hidden="true"></i></a> ♦
<a href="https://github.com/LeoSL" target="_blank"><i class="fa fa-github" aria-hidden="true"></i></a> ♦
<a href="https://twitter.com/leocavia" target="_blank"><i class="fa fa-twitter" aria-hidden="true"></i></a>
</span>
</p>
</article>
</div>
</div>
</div>
<div id="work" class="container hidden">
<div class="row justify-content-center">
<h1><strong>work, work, work, work</strong></h1>
</div>
<div class="row justify-content-center">
<!-- Memory Game -->
<div class="card work-card">
<div class="card-header">
Memory Game in VanillaJS
</div>
<div class="card-body">
<h4 class="card-title">Fancy improve your memory skills</h4>
<hr/>
<figure>
<img class="img-fluid" src="./assets/imgs/memory-game.png" alt="Memory Game screenshot">
</figure>
<p class="card-text">
<ul>
<li>99% VanillaJS (ES6)</li>
<li>1% jQuery</li>
</ul>
</p>
<a href="https://leosl.github.io/js-memory-game/" class="btn btn-primary grey-btn" target="_blank">Visit the website</a>
<a href="https://github.com/LeoSL/js-memory-game" class="btn btn-primary grey-btn" target="_blank">Go to Github page</a>
</div>
</div>
<!-- Trakinas Books -->
<div class="card work-card">
<div class="card-header">
Trakinas Library Project
</div>
<div class="card-body">
<h4 class="card-title">React app with Firebase and Jest flavors</h4>
<hr/>
<figure>
<img class="img-fluid" src="./assets/imgs/trakinas-small.png" alt="Trakinas App screenshot">
</figure>
<p class="card-text">
<ul>
<li>React</li>
<li>Webpack</li>
<li>Firebase</li>
<li>Jest</li>
</ul>
</p>
<a href="https://github.com/Bizcoito/trakinas" class="btn btn-primary grey-btn" target="_blank">Go to Github page</a>
</div>
</div>
<!-- Pixel Art Maker -->
<div class="card work-card">
<div class="card-header">
Pixel Art Maker
</div>
<div class="card-body">
<h4 class="card-title">Become the most hipster pixel artist!</h4>
<hr/>
<figure>
<img class="img-fluid" src="./assets/imgs/pixel_art_maker.png" alt="Pixel Art Maker screenshot">
</figure>
<p class="card-text">
<ul>
<li>HTML/CSS</li>
<li>jQuery</li>
</ul>
</p>
<a href="https://leosl.github.io/pixel-art-maker/" class="btn btn-primary grey-btn" target="_blank">Visit the website</a>
<a href="https://github.com/LeoSL/pixel-art-maker" class="btn btn-primary grey-btn" target="_blank">Go to Github page</a>
</div>
</div>
<!-- RD Station -->
<div class="card work-card">
<div class="card-header">
User Retention Experiments
</div>
<div class="card-body">
<h4 class="card-title">User Retention & Hook experiments</h4>
<hr/>
<figure>
<img class="img-fluid" src="./assets/imgs/pixel-hooked-small.png" alt="Pixel Team wallpaper illustration">
</figure>
<p class="card-text">
<ul>
<li>Ruby on Rails</li>
<li>ES6 - Vanilla JavaScript</li>
<li>SASS</li>
</ul>
</p>
<a href="http://www.rdstation.com/en/" class="btn btn-primary grey-btn" target="_blank">Visit the website</a>
</div>
</div>
<!-- RD Station APP STORE-->
<div class="card work-card">
<div class="card-header">
RD Station App Store
</div>
<div class="card-body">
<h4 class="card-title">Brazilian Digital Marketing Apps repo</h4>
<hr/>
<figure>
<img class="img-fluid" src="./assets/imgs/rd-mkt-place.png" alt="RD Station App Store screenshot">
</figure>
<p class="card-text">
<ul>
<li>Ruby On Rails</li>
<li>Node JSON Server</li>
<li>jQuery</li>
</ul>
</p>
<a href="https://appstore.rdstation.com/en" class="btn btn-primary grey-btn" target="_blank">Visit the website</a>
</div>
</div>
</div>
</div>
</main>
<!-- Bootstrap JS rendering -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4"
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta/js/bootstrap.min.js" integrity="sha384-h0AbiXch4ZDo7tp9hKZ4TsHbi047NrKGLO3SEJAg45jXxnGIfYzk4Si90RDIqNm1"
crossorigin="anonymous"></script>
<!-- Site JS files -->
<script src="./assets/javascript/main.js" type="text/javascript"></script>
</body>
</html>