-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
616 lines (504 loc) · 28.3 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
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Alejandro Michelis</title>
<meta name="keywords" content="HTML5, Bootsrtrap, One Page, Responsive, Template, Portfolio" />
<!-- Mobile Metas -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Google Fonts -->
<link href='http://fonts.googleapis.com/css?family=Roboto:400,700,500' rel='stylesheet' type='text/css'>
<!-- Body font -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400' rel='stylesheet' type='text/css'>
<!-- Navbar font -->
<!-- Libs and Plugins CSS -->
<link rel="stylesheet" href="inc/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="inc/animations/css/animate.min.css">
<link rel="stylesheet" href="inc/font-awesome/css/font-awesome.min.css"> <!-- Font Icons -->
<link rel="stylesheet" href="inc/owl-carousel/css/owl.carousel.css">
<link rel="stylesheet" href="inc/owl-carousel/css/owl.theme.css">
<!-- Theme CSS -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/mobile.css">
<!-- Skin CSS -->
<link rel="stylesheet" href="css/skin/cool-gray.css">
<!-- <link rel="stylesheet" href="css/skin/ice-blue.css"> -->
<!-- <link rel="stylesheet" href="css/skin/summer-orange.css"> -->
<!-- <link rel="stylesheet" href="css/skin/fresh-lime.css"> -->
<!-- <link rel="stylesheet" href="css/skin/night-purple.css"> -->
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-target="#main-navbar">
<div class="page-loader"></div> <!-- Display loading image while page loads -->
<div class="body">
<!--========== BEGIN HEADER ==========-->
<header id="header" class="header-main">
<!-- Begin Navbar -->
<nav id="main-navbar" class="navbar navbar-default navbar-fixed-top" role="navigation">
<!-- Classes: navbar-default, navbar-inverse, navbar-fixed-top, navbar-fixed-bottom, navbar-transparent. Note: If you use non-transparent navbar, set "height: 98px;" to #header -->
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse"
data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Alejandro Michelis</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand page-scroll" href="index.html">Alejandro Michelis</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a class="page-scroll" href="body">Bio</a></li>
<li><a class="page-scroll" href="#about-section">Work</a></li>
<li><a class="page-scroll" href="#studies-section">Studies</a></li>
<li><a class="page-scroll" href="#portfolio-section">Skills</a></li>
<li><a class="page-scroll" href="#references-section">References</a></li>
<li><a class="page-scroll" href="#links-section">Links</a></li>
<li><a class="page-scroll" href="#contact-section">Contact</a></li>
</ul>
</div><!-- /.navbar-collapse -->
</div><!-- /.container -->
</nav>
<!-- End Navbar -->
</header>
<!-- ========= END HEADER =========-->
<!-- Begin text carousel intro section -->
<section id="text-carousel-intro-section" class="parallax" data-stellar-background-ratio="0.5"
style="background-image: url(img/slider-bg.jpg);">
<div class="container">
<div class="caption text-center text-white" data-stellar-ratio="0.7">
<div id="owl-intro-text" class="owl-carousel">
<div class="item">
<h2>Unreal Engine Dev, Designer, Frontend Developer, UX-UI</h2>
<br>
<h5>Born date: 06/12/1984 <br>
Residence: Argentina.<br>
Nationality: Argentine and Greek.<br>
<br></h5>
<br>
<br>
<p>I began studying web development in 2006. In 2011, I landed my first professional role
with one of Argentina's most prominent retail companies.
From 2015 to 2018, I worked for a major multinational company in both wholesale and retail sales,
collaborating with brands like Peavey, Bose, AKG, and others.
In 2018, I delved into working with frameworks such as Angular and React.
In 2022, I was part of a significant Angular project.
I enjoy working on personal projects in Next, utilizing Firebase for the backend.
These are mini-apps or websites for e-commerce, Enterprise Resource Planning, and more.
I also have a passion for working on UI projects in Figma, focusing on creating scalable interfaces. </p>
<div class="extra-space-l"></div>
</div>
</div>
</div> <!-- /.caption -->
</div> <!-- /.container -->
</section>
<!-- End text carousel intro section -->
<!-- Begin about section -->
<section id="about-section" class="page bg-style1">
<!-- Begin page header-->
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center wow fadeInUp" data-wow-delay="0.3s">
<h2>Work Experience</h2>
</div>
</div>
</div>
<!-- End page header-->
<!-- Begin rotate box-1 -->
<div class="rotate-box-1-wrapper">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-3">
<a href="#" class="rotate-box-1 square-icon wow zoomIn" data-wow-delay="0">
<span class="rotate-box-icon"><i class="fa-file-word-o"></i></span>
<div class="rotate-box-info">
<h4>October 2023 - Present</h4><br>
<p> Senior Frontend Developer <br>
in Guardians of the ball.<br>
<br>
Web and Marketplace using<br>
Working with<br>
Astro, Next.js, React.js.
<br>
3d using Unreal Engine, Blender
</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-3">
<a href="#" class="rotate-box-1 square-icon wow zoomIn" data-wow-delay="0">
<span class="rotate-box-icon"><i class="fa-file-word-o"></i></span>
<div class="rotate-box-info">
<h4>September 2023 - Present</h4><br>
<p> UX Teacher <br>
in Da Vinci.<br>
<br>
User Experience essentials<br>
Working with<br>
Figma/Figjam/Adobe.
</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-3">
<a href="#" class="rotate-box-1 square-icon wow zoomIn" data-wow-delay="0">
<span class="rotate-box-icon"><i class="fa fa-plane"></i></span>
<div class="rotate-box-info">
<h4>June 2022 - September 2023</h4><br>
<p>Designer, Frontend, UX-UI <br>
in Seabury Solutions.<br>
<br>
Working with HTML5, CSS3, JavaScript<br>
with Visual Studio Code.<br>
(Node.js and Angular). Working with<br>
Figma/Miro/Adobe.
</p>
</div>
</a>
</div>
<div class="col-md-3 col-sm-3">
<a href="#" class="rotate-box-1 square-icon wow zoomIn" data-wow-delay="0.2s">
<span class="rotate-box-icon"><i class="fa fa-wordpress"></i></span>
<div class="rotate-box-info">
<h4>October 2018 - Present</h4><br>
<p>Designer, UX-UI, Frontend -<br>
Freelance.<br>
<br>
Working with HTML5, CSS3, JavaScript, C++, C#<br>
Working projects in Unity and Unreal Engine.
</p>
</div>
</a>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</div>
<!-- End rotate box-1 -->
<div class="extra-space-l"></div>
</section>
<!-- End about section -->
<!-- Begin Studies -->
<section id="studies-section">
<div id="testimonial-trigger" class="testimonial text-white parallax" data-stellar-background-ratio="0.5"
style="background-image: url(img/testimonial-bg.jpg);">
<div class="cover"></div>
<!-- Begin page header-->
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center wow fadeInDown" data-wow-delay="0.4s">
<h2>Studies</h2>
</div>
</div>
</div>
<!-- End page header-->
<div class="container">
<div class="testimonial-inner center-block text-center">
<div id="owl-testimonial" class="owl-carousel">
<div class="item">
<blockquote>
<p>Apr 2021 - Jul 2021</p>
<p>Coderhouse.</p>
<p>UX-UI.</p>
</blockquote>
</div>
<div class="item">
<blockquote>
<p>Nov 2021 - Dic 2021</p>
<p>Swift, Ecmascript 6, Python</p>
<p>Pirple.</p>
</blockquote>
</div>
<div class="item">
<blockquote>
<p>Apr 2015 - Oct 2015</p>
<p>Web and Mobile Responsive and Photoshop</p>
<p>Da Vinci.</p>
</blockquote>
</div>
<div class="item">
<blockquote>
<p>March 2012 - Apr 2012</p>
<p>Marketing online for facebook</p>
<p>Facultad de Ciencias Económicas de Buenos Aires.</p>
</blockquote>
</div>
<div class="item">
<blockquote>
<p>Sep 2011 - Dic 2011</p>
<p>After Effects</p>
<p>Da Vinci.</p>
</blockquote>
</div>
<div class="item">
<blockquote>
<p>March 2006 - Oct 2006</p>
<p>Web Design</p>
<p>IAC Argentine</p>
</blockquote>
</div>
<div class="item">
<blockquote>
<p>March 1998 - Nov 2002</p>
<p>High School</p>
<p>Instituto Calasancio Divina Pastora</p>
</blockquote>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Studies -->
<!-- Begin Portfolio -->
<section id="portfolio-section" class="page bg-style1">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="portfolio">
<!-- Begin page header-->
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center wow fadeInDown" data-wow-delay="0.4s">
<h2>Skills</h2>
</div>
</div>
</div>
<!-- End page header-->
<div class="portfoloi_content_area">
<div class="portfolio_content">
<div class="row" id="portfolio">
<div class="col-xs-12 col-sm-4 appsDevelopment">
<div class="portfolio_single_content">
<img src="img/portfolio/p1.jpg" alt="title" />
<div>
<a href="#">Frontend</a>
<span>Angular</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 GraphicDesign">
<div class="portfolio_single_content">
<img src="img/portfolio/p2.jpg" alt="title" />
<div>
<a href="#">Frontend</a>
<span>React</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 responsive">
<div class="portfolio_single_content">
<img src="img/portfolio/p3.jpg" alt="title" />
<div>
<a href="#">Frontend</a>
<span>Vue</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 webDesign websites">
<div class="portfolio_single_content">
<img src="img/portfolio/p4.jpg" alt="title" />
<div>
<a href="#">Design</a>
<span>Photoshop</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 appsDevelopment websites">
<div class="portfolio_single_content">
<img src="img//portfolio/p5.jpg" alt="title" />
<div>
<a href="#">Design</a>
<span>Illustrator</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 GraphicDesign">
<div class="portfolio_single_content">
<img src="img/portfolio/p6.jpg" alt="title" />
<div>
<a href="#">Design</a>
<span>Figma</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 responsive">
<div class="portfolio_single_content">
<img src="img/portfolio/p7.jpg" alt="title" />
<div>
<a href="#">Backend</a>
<span>Node.js</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 GraphicDesign">
<div class="portfolio_single_content">
<img src="img/portfolio/p8.jpg" alt="title" />
<div>
<a href="#">Video Games</a>
<span>Unreal Engine</span>
</div>
</div>
</div>
<div class="col-xs-12 col-sm-4 websites">
<div class="portfolio_single_content">
<img src="img/portfolio/p9.jpg" alt="title" />
<div>
<a href="#">Video Games</a>
<span>Unity</span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End portfolio -->
<!-- Begin References -->
<section id="references-section">
<div id="testimonial-trigger" class="testimonial text-white parallax" data-stellar-background-ratio="0.5"
style="background-image: url(img/testimonial-bg.jpg);">
<div class="cover"></div>
<!-- Begin page header-->
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center wow fadeInDown" data-wow-delay="0.4s">
<h2>References</h2>
<br>
<h3>Tio Musa</h3>
<p>Alberto Chaia</p>
<p>Contact: ventas@tiomusa.com.ar / 46323333</p>
<br>
<br>
<h3>Someco</h3>
<p>Facundo Mendez Collado</p>
<p>Contact: fmendez@someco.com.ar / 1168173540</p>
<br>
<br>
<h3>Seabury Solutions</h3>
<p>Frida Nilsson</p>
<p>Contact: fnilsson@seaburysolutions.com / +54 9 351 2289265</p>
<br>
</div>
</div>
</div>
<!-- End page header-->
</div>
</section>
<!-- End References -->
<!-- Begin Links -->
<section id="links-section">
<!-- Begin page header-->
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center wow fadeInDown" data-wow-delay="0.4s">
<h2>Links</h2>
<p class="subtitle"></p>
</div>
</div>
</div>
<!-- End page header-->
<div class="container">
<ul class="social-list">
<li> <a href="https://www.linkedin.com/in/alejandromichelis/" target="_blank" class="rotate-box-1 square-icon text-center wow zoomIn" data-wow-delay="0.3s"><span
class="rotate-box-icon"><i class="fa fa-linkedin"></i></span></a></li>
<li> <a href="https://www.behance.net/alejandromichelis" target="_blank" class="rotate-box-1 square-icon text-center wow zoomIn" data-wow-delay="0.4s"><span
class="rotate-box-icon"><i class="fa fa-behance"></i></span></a></li>
<li> <a href="https://github.com/alemichelis" target="_blank" class="rotate-box-1 square-icon text-center wow zoomIn" data-wow-delay="0.5s"><span
class="rotate-box-icon"><i class="fa fa-github"></i></span></a></li>
</ul>
</div>
</section>
<!-- End Links section -->
<!-- Begin contact section -->
<section id="contact-section" class="page text-white parallax" data-stellar-background-ratio="0.5"
style="background-image: url(img/map-bg.jpg);">
<div class="cover"></div>
<!-- Begin page header-->
<div class="page-header-wrapper">
<div class="container">
<div class="page-header text-center wow fadeInDown" data-wow-delay="0.4s">
<h2>Contact</h2>
<p class="subtitle"></p>
</div>
</div>
</div>
<!-- End page header-->
<div class="contact wow bounceInRight" data-wow-delay="0.4s">
<div class="container">
<div class="row">
<div class="col-sm-6">
<div class="contact-info">
<h4></h4>
<ul class="contact-address">
<li><i class="fa fa-print"></i> (+549)1151426931</li>
<li><i class="fa fa-envelope"></i> alemichelis84@gmail.com</li>
</ul>
</div>
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</div>
</section>
<!-- End contact section -->
<!-- Begin cta -->
<section id="cta-section">
<div class="cta">
<div class="container">
<div class="row">
<div class="col-md-9">
<h1>Download CV</h1>
<p></p>
</div>
<div class="col-md-3">
<!-- <div class="cta-btn wow bounceInRight" data-wow-delay="0.4s"> -->
<a class="btn btn-default btn-lg" href="CV-Alejandro-Michelis.pdf" download target="_blank" role="button">Download</a>
<!-- </div> -->
</div>
</div> <!-- /.row -->
</div> <!-- /.container -->
</div>
</section>
<!-- End cta -->
<!-- Begin footer -->
<footer class="text-off-white">
<div class="footer">
<div class="container text-center wow fadeIn" data-wow-delay="0.4s">
<p class="copyright">Copyright © 2023 - Designed By <a
href="https://www.linkedin.com/in/alejandromichelis" class="theme-author">Alejandro
Michelis</a></p>
</div>
</div>
</footer>
<!-- End footer -->
<a href="#" class="scrolltotop"><i class="fa fa-arrow-up"></i></a> <!-- Scroll to top button -->
</div><!-- body ends -->
<!-- Plugins JS -->
<script src="inc/jquery/jquery-1.11.1.min.js"></script>
<script src="inc/bootstrap/js/bootstrap.min.js"></script>
<script src="inc/owl-carousel/js/owl.carousel.min.js"></script>
<script src="inc/stellar/js/jquery.stellar.min.js"></script>
<script src="inc/animations/js/wow.min.js"></script>
<script src="inc/waypoints.min.js"></script>
<script src="inc/isotope.pkgd.min.js"></script>
<script src="inc/classie.js"></script>
<script src="inc/jquery.easing.min.js"></script>
<script src="inc/jquery.counterup.min.js"></script>
<script src="inc/smoothscroll.js"></script>
<!-- Theme JS -->
<script src="js/theme.js"></script>
</body>
</html>