-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·497 lines (452 loc) · 23 KB
/
index.html
File metadata and controls
executable file
·497 lines (452 loc) · 23 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
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link href="https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900" rel="stylesheet">
<!--<link rel="stylesheet" href="css/icon-font.css">-->
<link rel="stylesheet" href="css/style.css">
<link rel="shortcut icon" type="image/png" href="img/favicon.png">
<title>Daniel Auler | FullStack Software Engineering</title>
</head>
<body>
<div class="navigation">
<input type="checkbox" class="navigation__checkbox" id="navi-toggle">
<label for="navi-toggle" class="navigation__button">
<span class="navigation__icon"> </span>
</label>
<div class="navigation__background"> </div>
<nav class="navigation__nav">
<ul class="navigation__list">
<li class="navigation__item"><a href="#" class="navigation__link"><span>01</span>Initial</a></li>
<li class="navigation__item"><a href="#section-about-me" class="navigation__link"><span>02</span>About me</a></li>
<li class="navigation__item"><a href="#section-stories" class="navigation__link"><span>03</span>Personal Projects</a></li>
<li class="navigation__item"><a href="#section-about" class="navigation__link"><span>04</span>More about me</a></li>
<li class="navigation__item"><a href="#section-book" class="navigation__link"><span>05</span>Contact me</a></li>
</ul>
</nav>
</div>
<header class="header">
<div class="header__text-box">
<h1 class="heading-primary">
<span class="heading-primary--main">Daniel Auler</span>
<span class="heading-primary--sub">Frontend Software Engineering</span>
</h1>
<a
href="/DanielAulerResume.pdf"
target="_blank"
rel="noopener noreferrer"
class="btn btn--white btn--animated"
>
Resume
</a>
</div>
</header>
<main>
<section class="section-about-me" id="section-about-me">
<div class="u-center-text u-margin-bottom-big">
<h2 class="heading-secondary">
About me
</h2>
</div>
<div class="row">
<div class="col-1-of-3">
<div class="card">
<div class="card__side card__side--front">
<div class="card__picture card__picture--1">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--1">Education</span>
</h4>
</div>
<div class="card__side card__side--back card__side--back-1">
<div class="card__cta">
<div class="card__details">
<ul>
<li>Electronic Engineering - Universidade de Brasília 2019</li>
<li>Mechanical Engineering with Emphasis on Automobiles - Universidade de Brasília 2016</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="col-1-of-3">
<div class="card">
<div class="card__side card__side--front">
<div class="card__picture card__picture--2">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--2">Stacks</span>
</h4>
</div>
<div class="card__side card__side--back card__side--back-2">
<div class="card__cta">
<div class="card__price-box">
<p class="card__price-only">ReactJS</p>
<p class="card__price-only">React Native</p>
<p class="card__price-only">VueJS</p>
<p class="card__price-only">Python</p>
<p class="card__price-only">NodeJS</p>
</div>
<a
href="https://github.com/daniel-auler"
class="btn btn--white"
target="_blank"
rel="noopener noreferrer"
style="display: flex; width: 200px;"
>
<img src="img/logo-github.png" alt="Logo" class="header__logo">
Github
</a>
</div>
</div>
</div>
</div>
<div class="col-1-of-3">
<div class="card">
<div class="card__side card__side--front">
<div class="card__picture card__picture--3">
</div>
<h4 class="card__heading">
<span class="card__heading-span card__heading-span--3">Hobbies</span>
</h4>
</div>
<div class="card__side card__side--back card__side--back-3">
<div class="card__cta">
<div class="card__price-box">
<p class="card__price-only">Csgo Player</p>
<p class="card__price-only">Casual Streamer</p>
<p class="card__price-only">Guitar Player</p>
<p class="card__price-only">Dancing Teacher</p>
<p class="card__price-only">DJ</p>
<p class="card__price-only">Professional volleyball player</p>
</div>
<a
href="https://www.twitch.tv/rob1n_csgo"
class="btn btn--white"
target="_blank"
rel="noopener noreferrer"
style="display: flex; width: 200px;"
>
<img src="img/logo-twitch.png" alt="Logo" class="btn__logo">
Twitch
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-stacks">
<div class="row">
<div class="col-1-of-4">
<div class="feature-box">
<i class="feature-box__icon icon-basic-world"></i>
<h3 class="heading-tertiary u-margin-bottom-small">Frameworks</h3>
<p class="feature-box__text">
ReactJS and React Native, functional and OOP programming, Redux, Context API, Hooks. VueJS with VueX
</p>
</div>
</div>
<div class="col-1-of-4">
<div class="feature-box">
<i class="feature-box__icon icon-basic-signs"></i>
<h3 class="heading-tertiary u-margin-bottom-small">Styles</h3>
<p class="feature-box__text">
TailwindCSS, Styled-components, SASS, SCSS and CSS3.
</p>
</div>
</div>
<div class="col-1-of-4">
<div class="feature-box">
<i class="feature-box__icon icon-basic-anticlockwise"></i>
<h3 class="heading-tertiary u-margin-bottom-small">Tests</h3>
<p class="feature-box__text">
Unit tests with Jest, React-testing-library/Vue-testing-library and E2E test with Cypress. TDD and BDD
</p>
</div>
</div>
<div class="col-1-of-4">
<div class="feature-box">
<i class="feature-box__icon icon-basic-server-cloud"></i>
<h3 class="heading-tertiary u-margin-bottom-small">Cloud Technologies</h3>
<p class="feature-box__text">
AWS EC2, S3 (2 years), Azure DevOps (1 year), Docker (2 years)
</p>
</div>
</div>
</div>
</section>
<section class="section-stories" id="section-stories">
<div class="bg-video">
<video class="bg-video__content" autoplay muted loop>
<source src="img/video.mp4" type="video/mp4">
<source src="img/video.webm" type="video/webm">
Your browser is not supported!
</video>
</div>
<div class="u-center-text u-margin-bottom-big">
<h2 class="heading-secondary">
Personal Projects
</h2>
</div>
<div class="row">
<div class="story">
<figure class="story__shape">
<img src="img/inter.jpeg" alt="Person on a tour" class="story__img">
<figcaption class="story__caption">Dolar Inter</figcaption>
</figure>
<div class="story__text">
<h3 class="heading-tertiary u-margin-bottom-small">Calculator to avoid surprises on invoice card</h3>
<p>
Every time that I buy something, I don't know exactly how much will cost for me because in Brazil we have
a lot of taxes. So I made a fork from a project that did this calculation for Nubank and changed it to use with Inter
Credit Card.
</p>
<a
href="https://daniel-auler.github.io/dolar-inter/"
target="_blank"
rel="noopener noreferrer"
class="btn-text"
>
See live here →
</a>
</div>
</div>
</div>
<div class="row">
<div class="story">
<figure class="story__shape">
<img src="img/petfeeder.jpeg" alt="Person on a tour" class="story__img">
<figcaption class="story__caption">PetFeeder</figcaption>
</figure>
<div class="story__text">
<h3 class="heading-tertiary u-margin-bottom-small">The easiest way to feed your pet!</h3>
<p>
Project to feed your pet automactly with a Telegram Chatbot as interface
</p>
<a href="#popup" class="btn-text">See more →</a>
</div>
</div>
</div>
<div class="u-center-text u-margin-top-huge" style="display: flex; justify-content: center;">
<a
href="https://github.com/daniel-auler"
class="btn btn--green"
target="_blank"
rel="noopener noreferrer"
style="display: flex; width: 200px;"
>
<img src="img/logo-github.png" alt="Logo" class="header__logo">
Github
</a>
</div>
</section>
<section class="section-about" id="section-about">
<div class="u-center-text u-margin-bottom-big">
<h2 class="heading-secondary">
More about me
</h2>
</div>
<div class="row">
<div class="col-1-of-2">
<h3 class="heading-tertiary u-margin-bottom-small">Almost my second life</h3>
<p class="paragraph">
Dancing and teaching dance changed my life forever. Was the career of dancer that teach me about respect
and how to be myself despite the shyness.
</p>
<h3 class="heading-tertiary u-margin-bottom-small">I made the soundtrack of my life</h3>
<p class="paragraph">
At 13 years old I started to learn clarinet to play on my school band, after clarinet I learned
transverse flute and trumpet. That music-intensive transform me into a music lover and after that I
have been creating playlists for all moments of my life and some years after made me start a DJ
career.
</p>
<a
href="https://soundcloud.com/danielauler/tracks"
target="_blank"
rel="noopener noreferrer"
class="btn-text"
>
Soundcloud →
</a>
</div>
<div class="col-1-of-2">
<div class="composition">
<img srcset="img/djing2.jpeg 300w, img/djing2.jpeg.jpg 1000w"
sizes="(max-width: 56.25em) 20vw, (max-width: 37.5em) 30vw, 300px"
alt="Photo 1"
class="composition__photo composition__photo--p1"
src="img/djing2.jpeg">
<img srcset="img/dancer.jpeg 300w, img/dancer.jpeg 1000w"
sizes="(max-width: 56.25em) 20vw, (max-width: 37.5em) 30vw, 300px"
alt="Photo 3"
class="composition__photo composition__photo--p2"
src="img/dancer.jpeg">
<img srcset="img/Daniel_Baixa-6.jpg 300w, img/Daniel_Baixa-6.jpg 1000w"
sizes="(max-width: 56.25em) 20vw, (max-width: 37.5em) 30vw, 300px"
alt="Photo 2"
class="composition__photo composition__photo--p3"
src="img/Daniel_Baixa-6.jpg">
<!--
<img src="img/nat-1-large.jpg" alt="Photo 1" class="composition__photo composition__photo--p1">
<img src="img/nat-2-large.jpg" alt="Photo 2" class="composition__photo composition__photo--p2">
<img src="img/nat-3-large.jpg" alt="Photo 3" class="composition__photo composition__photo--p3">
-->
</div>
</div>
</div>
</section>
<section class="section-book" id="section-book">
<div class="row">
<div class="book">
<div class="book__form">
<form action="#" class="form">
<div class="u-margin-bottom-medium">
<h2 class="heading-secondary">
Contact me
</h2>
</div>
<div class="form__group">
<a
href="https://www.linkedin.com/in/daniel-auler/"
target="_blank"
rel="noopener noreferrer"
class="btn btn--green"
style="display: flex; width: 200px;"
>
<img src="img/linkedin.png" alt="Logo" class="btn__logo">
Linkedin
</a>
</div>
<div class="form__group">
<a
href="mailto:danielauler7@gmail.com?subject=Job%20Offer"
target="_blank" rel="noopener noreferrer"
class="btn btn--green"
style="display: flex; width: 250px;"
>
<img src="img/mail.png" alt="Logo" class="btn__logo">
Email me
</a>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<footer class="footer">
<div class="row">
<div class="col-1-of-2">
<div class="footer__navigation">
<ul class="footer__list">
<li class="footer__item"><a href="#" class="footer__link">Title</a></li>
<li class="footer__item"><a href="#section-about-me" class="footer__link">About me</a></li>
<li class="footer__item"><a href="#section-stories" class="footer__link">Personal Projects</a></li>
<li class="footer__item"><a href="#section-about" class="footer__link">More about me</a></li>
</ul>
</div>
</div>
<div class="col-1-of-2">
<p class="footer__copyright">
Built with HTML5 and CSS3 without any javascript.
</p>
</div>
</div>
</footer>
<div class="popup" id="popup">
<div class="popup__content">
<div class="popup__left">
<img src="img/estrutura.jpg" alt="Tour photo" class="popup__img">
<img src="img/bot2.png" alt="Tour photo" class="popup__img">
</div>
<div class="popup__right">
<a href="#section-about-me" class="popup__close">×</a>
<h2 class="heading-secondary u-margin-bottom-small">PetFeeder</h2>
<h3 class="heading-tertiary u-margin-bottom-small">The easiest way to feed your pet</h3>
<p class="popup__text">
It starts as the final project of the Embedded System discipline at Universidade de Brasília
but ended as a useful machine to feed my pets wherever I am.
</p>
<a
href="https://github.com/Danielauler/PetFeeder"
target="_blank" rel="noopener noreferrer"
class="btn btn--green"
>
Go to code
</a>
</div>
</div>
</div>
<!--
<section class="grid-test">
<div class="row">
<div class="col-1-of-2">
Col 1 of 2
</div>
<div class="col-1-of-2">
Col 1 of 2
</div>
</div>
<div class="row">
<div class="col-1-of-3">
Col 1 of 3
</div>
<div class="col-1-of-3">
Col 1 of 3
</div>
<div class="col-1-of-3">
Col 1 of 3
</div>
</div>
<div class="row">
<div class="col-1-of-3">
Col 1 of 3
</div>
<div class="col-2-of-3">
Col 2 of 3
</div>
</div>
<div class="row">
<div class="col-1-of-4">
Col 1 of 4
</div>
<div class="col-1-of-4">
Col 1 of 4
</div>
<div class="col-1-of-4">
Col 1 of 4
</div>
<div class="col-1-of-4">
Col 1 of 4
</div>
</div>
<div class="row">
<div class="col-1-of-4">
Col 1 of 4
</div>
<div class="col-1-of-4">
Col 1 of 4
</div>
<div class="col-2-of-4">
Col 2 of 4
</div>
</div>
<div class="row">
<div class="col-1-of-4">
Col 1 of 4
</div>
<div class="col-3-of-4">
Col 3 of 4
</div>
</div>
</section>
-->
</body>
</html>