-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
474 lines (459 loc) · 20 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0" />
<title>Marcelo Arias — Software Engineer</title>
<meta
name="description"
content="I'm Marcelo Arias. Software engineer, open-source contributor and creator of tech products. Working on Machine Learning, Web Development and Aerial Robotics."
/>
<meta name="author" content="Marcelo Arias" />
<link rel="icon" type="image/png" href="./images/favicon/icon-light.ico" />
<link rel="apple-touch-icon" href="./apple-touch-icon.png" />
<meta name="application-name" content="Marcelo Arias">
<meta property="og:type" content="profile" />
<meta property="og:title" content="🚀 Marcelo Arias — Software Engineer" />
<meta property="og:url" content="https://marceloarias.com/" />
<meta property="og:site_name" content="https://marceloarias.com/" />
<meta
property="og:description"
content="I'm Marcelo Arias. Software engineer, open-source contributor and creator of tech products. Working on Machine Learning, Web Development and Aerial Robotics."
/>
<meta property="og:image" content="https://marceloarias.com/images/thumbnail/thumbnail.png" />
<meta property="profile:first_name" content="Marcelo" />
<meta property="profile:last_name" content="Arias" />
<meta property="profile:username" content="360macky" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@360macky" />
<meta name="twitter:title" content="🚀 Marcelo Arias — Software Engineer" />
<meta
name="twitter:description"
content="I'm Marcelo Arias. Software engineer, open-source contributor and creator of tech products. Working on Machine Learning, Web Development and Aerial Robotics."
/>
<link rel="canonical" href="https://marceloarias.com" />
<link
rel="stylesheet"
href="https://use.fontawesome.com/releases/v5.8.2/css/all.css"
integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay"
crossorigin="anonymous"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@300&family=Inter:wght@300;500;800&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="css/style.css" />
<!-- <link rel="stylesheet" href="css/debug.css" /> -->
<meta name="theme-color" content="#000000" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-174901412-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-174901412-1');
</script>
</head>
<body>
<div id="white-cover">
<p id="typewriter-text"></p>
</div>
<nav id="navbar" class="nav">
<ul class="nav-list">
<li>
<a href="#welcome">
<i class="far fa-hand-peace nav__icons" aria-hidden="true"></i>
<p id="nav__hello">Hello</p></a
>
</li>
<li>
<a href="#work">
<i class="fas fa-rocket nav__icons" aria-hidden="true"></i>
<p id="nav__projects">Projects</p></a
>
</li>
<li>
<a href="#experience">
<i class="fas fa-user-astronaut nav__icons" aria-hidden="true"></i>
<p id="nav__about">About</p></a
>
</li>
<li>
<a href="#contact">
<i class="far fa-comment-alt nav__icons" aria-hidden="true"></i>
<p id="nav__contact">Contact</p></a
>
</li>
</ul>
</nav>
<section id="welcome" class="welcome-section">
<div class="welcome-section__card">
<h1 id="title" class="website-title">Marcelo Arias</h1>
<div class="welcome-section__profession">
<p id="handle" class="welcome-section__handle">Software Engineer — @360macky</p>
</div>
<div class="welcome-section__buttons">
<a href="#work" class="btn btn__call-action btn__call-action--primary">
<i class="fas fa-magic" role="img" aria-hidden="true"></i>
<label id="buttonCallToAction">Showcase</label>
</a>
<a
href="https://articles.marceloarias.com/"
target="_blank"
class="btn btn__call-action btn__call-action--secondary"
>
<label id="caseStudiesAction">Case studies</label>
<i class="fas fa-microscope" role="img" aria-hidden="true"></i>
</a>
</div>
<div class="welcome-section__work">
<p id="contributionsDescription">Creator of the following apps & projects</p>
<div class="welcome-section__work__logos">
<img src="./images/graphem-logo.png" loading="lazy" alt="Graphem" />
<img src="./images/monowave-logo.png" loading="lazy" alt="Monowave" />
<img src="./images/scannercam-logo.png" loading="lazy" alt="Scannercam" />
<img src="./images/hackbank-logo.png" loading="lazy" alt="Hackbank" />
<img src="./images/platkey-logo.png" loading="lazy" alt="Platkey" />
</div>
</div>
<div class="welcome-section__social-networks">
<a
href="https://mastodon.social/@360macky"
alt="Mastodon"
title="Mastodon"
target="_blank"
rel="noreferrer"
><i alt="Mastodon" title="Mastodon" class="fab fa-mastodon" role="img" aria-hidden="true"></i
></a>
<a
href="https://twitter.com/360macky"
alt="Twitter"
title="Twitter"
target="_blank"
rel="noreferrer"
><i alt="Twitter" title="Twitter" class="fab fa-twitter" role="img" aria-hidden="true"></i
></a>
<a
href="https://github.com/360macky"
alt="GitHub"
title="GitHub"
target="_blank"
rel="noreferrer"
><i alt="GitHub" title="GitHub" class="fab fa-github" role="img"></i
></a>
<a
href="https://youtube.com/@360macky"
alt="YouTube"
title="YouTube"
target="_blank"
rel="noreferrer"
><i alt="YouTube" title="YouTube" class="fab fa-youtube" role="img" aria-hidden="true"></i
></a>
<a
href="https://www.reddit.com/user/360macky"
alt="Reddit"
title="Reddit"
target="_blank"
rel="noreferrer"
><i alt="Reddit" title="Reddit" class="fab fa-reddit-alien" role="img" aria-hidden="true"></i
></a>
<a
href="https://www.linkedin.com/in/marcelo-arias/"
alt="LinkedIn"
title="LinkedIn"
target="_blank"
rel="noreferrer"
><i
alt="LinkedIn"
title="LinkedIn"
class="fab fa-linkedin-in"
role="img"
aria-hidden="true"
></i
></a>
</div>
<div class="welcome-section__switch_language">
<button
id="switchLanguage"
onclick="reloadLanguage()"
class="welcome-section__switch_language__btn"
>
Leer en español
</button>
</div>
</div>
<div class="welcome-section__photograph-container">
<img src="/images/portraits/MarceloArias.webp" alt="Marcelo Arias photograph" />
</div>
</section>
<section id="work" class="projects-section">
<h2 class="projects-section-header to-be-scrolled" id="projectsTitle">
These are some of my projects
</h2>
<div class="projects__description to-be-scrolled" id="projectsDescription"></div>
<div class="projects-grid to-be-scrolled" id="projects-grid" role="list"></div>
<div class="circle-of-development--container to-be-scrolled">
<div class="circle-of-development--text">
<h3 id="show-all-text">
I like to learn and experiment with more technologies in Open Source projects.
</h3>
<a
href="https://github.com/360macky?tab=repositories"
class="btn btn__show-all"
target="_blank"
rel="noreferrer"
alt="Show all repositories"
>
<i class="fab fa-github" role="img"></i>
<label id="show-all">Show all</label>
</a>
</div>
<img
src="./images/circle.png"
alt="Technologies and organizations"
class="circle-of-development"
aria-hidden="true"
/>
</div>
</section>
<section id="experience" class="about-me-section">
<h2 class="project-section-header to-be-scrolled" id="aboutTitle">Experience</h2>
<div class="about-me-container to-be-scrollled">
<div class="about-me-container__box to-be-scrolled about-me--brief-story">
<div class="box__description-container to-be-scrolled">
<img src="./images/separator.svg" alt="" class="about-me-separator" aria-hidden="true" />
<h3>
<i class="fas fa-child" role="img" aria-hidden="true"></i>
<span id="briefStory">Brief Story</span>
</h3>
<p id="briefStory__content">
At 13 years old I was fascinated by the Internet and how it worked. I develop my first
website and published on Christmas 2015. Over the years, I've learned to code and how to
build websites and web applications considering performance and accessibility.
</p>
</div>
</div>
<div class="about-me-container__box to-be-scrolled about-me--blog">
<div class="box__description-container to-be-scrolled">
<img src="./images/separator.svg" alt="" class="about-me-separator" aria-hidden="true" />
<h3>
<i class="fas fa-pen" role="img" aria-hidden="true"></i>
<span id="techWriting">Tech Writing</span>
</h3>
<p id="techWriting__content">
Then, I started writing about technology, programming, and other topics that I find
interesting in DEV. Last year I published Codebase. A newsletter for web development and
machine learning.
</p>
<div class="about-me-container-links">
<a href="https://codebase.substack.com" target="_blank" rel="noreferrer">
<i class="fas fa-rss" role="img" aria-hidden="true"></i>
<span>Codebase</span>
</a>
<a href="https://dev.to/360macky" target="_blank" rel="noreferrer">
<i class="fas fa-pencil-ruler" role="img" aria-hidden="true"></i>
<span id="devArticles">DEV Articles</span>
</a>
</div>
</div>
</div>
<div class="about-me-container__box to-be-scrolled about-me--blog">
<div class="box__description-container to-be-scrolled">
<img src="./images/separator.svg" alt="" class="about-me-separator" aria-hidden="true" />
<h3>
<i class="fas fa-building" role="img" aria-hidden="true"></i>
<span id="workStory">Work at Start-ups</span>
</h3>
<p id="workStory__content">
I've worked at two start-ups as a Software Developer: Blaze and Tutoom. Please check out my
LinkedIn profile for more information about how I've contributed to the product development
of these companies.
</p>
<div class="about-me-container-links">
<a href="https://www.linkedin.com/in/marcelo-arias/" target="_blank" rel="noreferrer">
<i class="fab fa-linkedin-in" role="img" aria-hidden="true"></i>
<span>LinkedIn</span>
</a>
</div>
</div>
</div>
<div class="about-me-container__box to-be-scrolled about-me--blog">
<div class="box__description-container to-be-scrolled">
<img src="./images/separator.svg" alt="" class="about-me-separator" aria-hidden="true" />
<h3>
<i class="fas fa-space-shuttle" role="img" aria-hidden="true"></i>
<span id="openSource">Open-Source Contributor</span>
</h3>
<p id="openSource__content">
I love to create and contribute to Open Source projects (Websites, apps, browser
extensions, plugins). Currently, I'm working on NASA Open Mission Control Technologies. A
mission control framework for visualizing telemetry.
</p>
<div class="about-me-container-links">
<a
href="https://github.com/360macky?org=nasa&year_list=1"
target="_blank"
rel="noreferrer"
>
<i class="fas fa-asterisk" role="img" aria-hidden="true"></i>
<span id="contributions">Contributions</span>
</a>
<a
href="https://www.linkedin.com/in/marcelo-arias/details/volunteering-experiences/"
target="_blank"
rel="noreferrer"
>
<i class="fa fa-heart" role="img" aria-hidden="true"></i>
<span id="volunteering">Volunteering</span>
</a>
</div>
</div>
</div>
<div class="about-me-container__box to-be-scrolled about-me--blog">
<div class="box__description-container to-be-scrolled">
<img src="./images/separator.svg" alt="" class="about-me-separator" aria-hidden="true" />
<h3>
<i class="fas fa-laptop" role="img" aria-hidden="true"></i>
<span id="creator">Educative Content Creator</span>
</h3>
<p id="creator__content">
I've two YouTube channels (for English/Spanish-speaking communities). "Tech and Marcelo" is
a channel where I share my knowledge about programming. "Arte de programar" is a channel
where I teach Computer Science concepts with animations and drawings.
</p>
<div class="about-me-container-links">
<a
href="https://github.com/360macky?org=nasa&year_list=1"
target="_blank"
rel="noreferrer"
>
<i class="fab fa-youtube" role="img" aria-hidden="true"></i>
<span>Arte de programar</span>
</a>
<a
href="https://github.com/360macky?org=nasa&year_list=1"
target="_blank"
rel="noreferrer"
>
<i class="fab fa-youtube" role="img" aria-hidden="true"></i>
<span>Tech with Marcelo</span>
</a>
</div>
</div>
</div>
<div class="about-me-container__box to-be-scrolled about-me--blog">
<div class="box__description-container to-be-scrolled">
<img src="./images/separator.svg" alt="" class="about-me-separator" aria-hidden="true" />
<h3>
<i class="fas fa-book" role="img" aria-hidden="true"></i>
<span id="lifelongLearner">Lifelong learner</span>
</h3>
<p id="lifelongLearner__content">
Graduated in Software Development career. I always try to learn new things and experiment
with new technologies. It's the best way to keep up with the fast-paced world. Not
everything I learn is related to programming. Space exploration and Aerial Robotics are
topics that I love to learn about.
</p>
<div class="about-me-container-links">
<a
href="https://www.linkedin.com/in/marcelo-arias/details/certifications/"
target="_blank"
rel="noreferrer"
>
<i class="fas fa-award" role="img" aria-hidden="true"></i>
<span id="onlineCertifications">Online certifications</span>
</a>
</div>
</div>
</div>
<div class="about-me-container__box to-be-scrolled about-me--today">
<div class="box__description-container to-be-scrolled">
<img src="./images/separator.svg" alt="" class="about-me-separator" aria-hidden="true" />
<h3>
<i class="fas fa-rocket" role="img" aria-hidden="true"></i>
<span id="today">Today</span>
</h3>
<p id="today__content">I love to create!</p>
</div>
</div>
</div>
</section>
<section id="contact" class="contact-section">
<div class="contact-section-header to-be-scrolled">
<h2 id="contactTitle">Let's create together...</h2>
</div>
<div class="contact__call-to-action-container to-be-scrolled">
<p id="contactDescription">Whether you have an offer, a question or just want to say hi</p>
<div class="contact__email-label" role="status">
<p id="copy-call-to-action">Copy the email address above</p>
<p id="copied-call-to-action" class="copied-call-to-action">Email address copied!</p>
</div>
<div class="contact__email-container">
<div class="address">
<label id="contactCallToAction">hello@marceloarias.com</label>
</div>
<button class="copy" onclick="copyEmailAddress()" aria-label="Copy email to clipboard">
<i class="fas fa-copy" role="img" id="copy"></i>
<i class="fas fa-check" role="img"></i>
</button>
</div>
</div>
<div class="contact__social-networks-links to-be-scrolled" id="contactContent">
<a
id="profile-link"
href="https://github.com/360macky/"
target="_blank"
class="btn contact__social-network-link"
><i class="fab fa-github" role="img"></i> <label>GitHub Projects</label></a
>
<a href="https://twitter.com/360macky/" target="_blank" class="btn contact__social-network-link"
><i class="fab fa-twitter" role="img"></i> <label>Twitter</label></a
>
<a href="https://youtube.com/@arteprogramar" target="_blank" class="btn contact__social-network-link">
<i class="fab fa-youtube" role="img"></i>
<label>Watch my videos</label>
</a>
<a
href="https://www.linkedin.com/in/marcelo-arias/"
target="_blank"
class="btn contact__social-network-link"
>
<i class="fab fa-linkedin-in" role="img"></i>
<label>My certifications</label>
</a>
<a href="https://codebase.substack.com" target="_blank" class="btn contact__social-network-link">
<i class="fas fa-rss" role="img"></i>
<label>My published articles</label>
</a>
<a href="https://g.dev/360macky" target="_blank" class="btn contact__social-network-link">
<i class="fab fa-google" role="img"></i>
<label>Google Developer profile</label>
</a>
</div>
</section>
<footer class="footer">
<div class="footer__row">
<p class="footer__title">Marcelo's Portfolio</p>
</div>
<div class="footer__row">
<p class="footer__description" id="phrase">
Wonderful things happen when you combine creativity and technology. Here you can find some of
my projects.
</p>
<p class="footer__description" id="madeWith">
Marcelo Arias is a Software Engineer.
</p>
</div>
<div class="footer__row">
<p class="footer__email">hello@marceloarias.com</p>
<p>2015 - 2023</p>
</div>
</footer>
<script src="./script.js"></script>
<script src="./lang/core/language.js"></script>
</body>
</html>