-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
440 lines (390 loc) · 18.4 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<title>My Web Portfolio</title>
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
<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="/site.webmanifest">
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet">
<link rel="stylesheet" href="libs/font-awesome/css/font-awesome.min.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/styles.css" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
</head>
<body>
<div id="mobile-menu-open" class="shadow-large">
<i class="fa fa-bars" aria-hidden="true"></i>
</div>
<!-- End #mobile-menu-toggle -->
<header>
<div id="mobile-menu-close">
<span>Close</span> <i class="fa fa-times" aria-hidden="true"></i>
</div>
<ul id="menu" class="shadow">
<li>
<a href="#about">About</a>
</li>
<li>
<a href="#experience">Experience</a>
</li>
<li>
<a href="#education">Education</a>
</li>
<li>
<a href="#projects">Projects</a>
</li>
<li>
<a href="#skills">Skills</a>
</li>
<li>
<a href="#hobbies">Hobbies</a>
</li>
<li>
<a href="#certs">Certs</a>
</li>
<li>
<a href="#contact ">Contact</a>
</li>
</ul>
</header>
<!-- End header -->
<div id="lead">
<div id="lead-content">
<h1 class="fade-in">Armando Jiménez</h1>
<h2 class="fade-in">Mobile & Full-Stack Developer</h2>
<div class="arrow bounce" data-aos="zoom-in" data-aos-delay="1000" data-aos-duration="2000">
<a class="fa fa-arrow-down fa-2x" href="#"></a>
</div>
<a href="resume/Armando_Jimenez_Resume.pdf" download="Armando_Jimenez_Resume.pdf" data-aos="fade-up"
data-aos-duration="3000" class="btn-rounded-white pulse">Download Resume!</a>
</div>
<!-- End #lead-content -->
<div id="lead-overlay"></div>
<div id="lead-down" data-aos="zoom-in" data-aos-duration="800" data-aos-delay="3000">
<span class="pulse">
<i class="fa fa-chevron-down" aria-hidden="true"></i>
</span>
</div>
<!-- End #lead-down -->
</div>
<!-- End #lead -->
<div id="about">
<div class="container" data-aos="fade-up" data-aos-easing="ease-in-sine" data-aos-delay="300">
<h2 class="heading">About Me</h2>
<div class="row align-items-center">
<div class="col-md-4">
<img src="images/me.png" alt="simply me" class="img-thumbnail" id="me" data-aos="fade-right"
data-aos-offset="300" data-aos-delay="300" data-aos-easing="ease-in-sine">
</div>
<div class="col-md-8 d-flex">
<p>
<p>Ever since I took my first class in Programming Logic, I fell in love with it. What I love
programming is that it calls all my passions; It incorporate problem solving and creativity.
I
Always strive to deliver perfect results, including a design that is responsive (looks great
on
all devices), optimized, and with a superior code quality. Coding is not just a work for me,
is
also a hobby. I can get home after work and start coding on a project of my own.</p>
<br>
<p>I also love learning. I consider myself a quick learner, where I will always try to gain new
skills. Some of my skills include responsive design principles, website optimization, MVC
&
MVVC, and mobile development including Android (Java), iOS (Swift, Objective-C) and Flutter
Framework. So far, I have worked & played with JavaScript, HTML, CSS, SASS, jQuery,
Bootstrap, Git/GitLab, Node.JS, Oracle SQL, AWS Services, Microsoft Azure, Firebase, React
Native, Spring, Spring Boot, Kubernetes, Microservices, CI/CD, Flutter, Dart, React, and
learning new stuff every day.</p>
<br>
<p>I do not have a favorite. I can do Web Development, Mobile Development, Back-end Development,
or
Full-Stack Development, and still enjoy it while giving a 200%.</p>
</p>
</div>
</div>
</div>
</div>
<!-- End #about -->
<div id="experience">
<h2 class="heading" data-aos="fade-up">Experience</h2>
<div id="experience-timeline" data-aos="fade-up">
<div data-date="Dec 2019 – Present" data-aos="zoom-in-down" data-aos-delay="300">
<h3>Evertec, Inc.</h3>
<h4>Sr. Software Developer</h4>
<ul>
<li>Mobile Development for MiBanco 4.0 Redesign in Flutter</li>
<li>Establish project coding standards, including Unit-testing, UI testing, Networking,
Architecture, State Management and structure.</li>
<li>Implement Delivery Pipeline, including Static Code Analysis, Code Coverage & Code branching
strategy.</li>
<li>DevOps Unit-Testing Champion, in charge of implementing and documenting best coding practices
for Mobile Development.</li>
<li>Mentor new team members and help them integrate fast with the team.</li>
<li>Administer Kobiton Service for Device farm</li>
<li>Continuously give workplaces members tech-talk with new technologies. </li>
<li>Participate in estimates, and act as backup team leader when needed.</li>
</ul>
</div>
<div data-date="Feb 2018 – Dec 2019" data-aos="zoom-in-down" data-aos-delay="300">
<h3>Evertec, Inc.</h3>
<h4>Software Developer</h4>
<ul>
<li>Mobile Development for Mi Banco Apps (Android & iOS).</li>
<li>Web Development for Popular Bank Website.</li>
<li>Android development</li>
<li>iOS development</li>
<li>Develop Push Notifications for Banco Popular Mi Banco Apps</li>
<li>Web development with Java, Spring Boot, Maven, Hibernate</li>
<li>Unit-testing & Junit</li>
<li>Agile experience</li>
<li>Flutter & Dart (Develop beautiful & fast apps for Android, IOS and Web with a single codebase)
</li>
<li>HTML, CSS, JS & jQuery</li>
</ul>
</div>
<div data-date="Sept 2017 – Jan 2018" data-aos="zoom-in-up" data-aos-delay="300">
<h3>Evertec, Inc.</h3>
<h4>Software Development Internship</h4>
<ul>
<li>Worked in a project (ATH Móvil Donation) where I had
to design and implement an innovative solution with the
ATH API, for the benefit of the company.</li>
<li>Learnt and applied different technologies to various
projects, including but not limited to: Java, Spring MVC.
Hibernate, Ajax, Web Services, SQL, HTML, CSS,
JavaScript, jQuery, Sass, Velocity, etc.</li>
<li>Android development</li>
<li>Participated in daily meetings with team members to
discuss my progress, and experienced the Agile
methodology.</li>
<li>Presentation to Product Owner, where I would inform the
progress of the requested changes.</li>
</ul>
</div>
</div>
</div>
<!-- End #experience -->
<div id="education">
<h2 class="heading" data-aos="fade-up">Education</h2>
<div class="education-block" data-aos="zoom-in-down" data-aos-delay="300" data-aos-easing="ease-out-cubic"
data-aos-delay="300" data-aos-duration="1000">
<h3>Udemy, Coursera, Everywhere!</h3>
<span class="education-date">Jan 2010 - Present</span>
<h4>Learning by myself</h4>
<p>
I consider myself self-taught, meaning I'm always looking to learn new stuff. On my free time,
I will code a new app, or learn a new language.
</p>
</div>
<div class="education-block" data-aos="zoom-in-up" data-aos-delay="300" data-aos-easing="ease-out-cubic"
data-aos-delay="300" data-aos-duration="1000">
<h3>National University College</h3>
<span class="education-date">Sept 2015 - Nov 2017</span>
<h4>Bachelor in Network Administration & App Development</h4>
<p>
Completed the 4 years bachelor in 2 years with a 4.00 GPA, with perfect attendance. Also served as
mentor and tutor for fellow students in the technology classes.
</p>
</div>
<!-- End .education-block -->
</div>
<!-- End #education -->
<div id="projects" class="background-alt">
<h2 class="heading" data-aos="fade-up">Projects</h2>
<div class="container">
<div class="row">
<div class="project shadow-large no-image" data-aos="zoom-in-down" data-aos-easing="ease-out-cubic"
data-aos-delay="300" data-aos-duration="1000">
<!-- End .project-image -->
<div class="project-info">
<h3>Covid Tracker in SwiftUI</h3>
<p>
A Covid tracking app, created using SwiftUI. Also, includes network calls, multiple screens,
and dark mode.
</p>
<a href="https://github.com/armandojimenez/covid-tracker-swift-ui" target="_blank">View
Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<div class="project shadow-large no-image" data-aos="zoom-in" data-aos-easing="ease-out-cubic"
data-aos-delay="300" data-aos-duration="1000">
<!-- End .project-image -->
<div class="project-info">
<h3>Banking App in Flutter</h3>
<p>
Banking app made with Flutter Framework. This app is completely responsive, with beautiful
animations and responsive design.
</p>
<a href="https://github.com/armandojimenez/banking_app_flutter" target="_blank">View
Project</a>
</div>
<!-- End .project-info -->
</div>
<div class="project shadow-large no-image" data-aos="zoom-in-up" data-aos-easing="ease-out-cubic"
data-aos-delay="300" data-aos-duration="1000">
<div class="project-info">
<h3>My Web Portfolio</h3>
<p>
My web portfolio made in HTML, CSS, JS & Sass, with beautiful animations and responsive.
</p>
<a href="https://github.com/armandojimenez/my-web-portfolio" target="_blank">View Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<a id="view-more-projects" href="#">View More Projects</a>
<div id="more-projects" class="row">
<div class="project shadow-large no-image" data-aos="fade-zoom-in" data-aos-easing="ease-out-cubic"
data-aos-delay="300" data-aos-duration="1000">
<div class="project-info">
<h3>chat787</h3>
<p>
Upcoming multiplatform app made in Flutter. This will be a PR chat where people can
speak randomly. Responsive design and support for dark mode.
</p>
<a href="https://github.com/armandojimenez/my-web-portfolio" target="_blank">View
Project</a>
</div>
<!-- End .project-info -->
</div>
<!-- End .project -->
<a href="https://github.com/armandojimenez" target="_blank">See more content at my GitHub <i
class="fa fa-github" aria-hidden="true"></i></a>
</div>
<!-- End .project -->
</div>
</div>
</div>
<!-- End #projects -->
<div id="skills">
<h2 class="heading" data-aos="fade-up">Skills</h2>
<ul data-aos="fade-zoom-in" data-aos-easing="ease-in-back" data-aos-delay="300" data-aos-offset="0">
<li>Android</li>
<li>iOS</li>
<li>Swift</li>
<li>Kotlin</li>
<li>Java</li>
<li>Sass</li>
<li>Spring</li>
<li>Hibernate</li>
<li>Objective-C</li>
<li>Javascript</li>
<li>HTML</li>
<li>CSS</li>
<li>AWS</li>
<li>Azure</li>
<li>SwiftUI</li>
<li>Unit Testing</li>
<li>Flutter</li>
<li>Node.js</li>
<li>AngularJs</li>
<li>React</li>
<li>Dart</li>
<li>jQuery</li>
<li>Onsen</li>
</ul>
</div>
<!-- End #skills -->
<div id="certs" class="optional-section">
<h2 class="heading" data-aos="fade-up">Certifications</h2>
<div class="optional-section-block" data-aos="fade-up-right" data-aos-delay="300">
<p>
As I like to learn, I also like to study to take certifications and earn them, this are the
certifications I currently hold:
</p>
<ul>
<li>
AWS Certified Cloud Practitioner
</li>
<li>
Microsoft Certified: Azure Fundamentals
</li>
<li>
CompTIA Secure Infrastructure Specialist
</li>
<li>
CompTIA Network+ CE
</li>
<li>
CompTIA Security+ CE
</li>
<li>
CompTIA A+ CE
</li>
</ul>
</div>
<!-- End .optional-section-block -->
</div>
<!-- End .optional-section -->
<div id="hobbies">
<h2 class="heading" data-aos="fade-up">Hobbies</h2>
<ul data-aos="fade-zoom-in" data-aos-easing="ease-in-back" data-aos-delay="300" data-aos-offset="0">
<li>Gym</li>
<li>Wellness</li>
<li>Gaming</li>
<li>Watching Series</li>
<li>Programming tutorials</li>
<li>Being with my family</li>
<li>Programming</li>
<li>Running</li>
<li>Walking</li>
</ul>
</div>
<!-- End #skills -->
<div id="contact">
<h2 data-aos="fade-up">Get in Touch</h2>
<div data-aos="fade-up" data-aos-delay="300" id="contact-form">
<form method="POST" action="https://formspree.io/xvowgrgd">
<input type="hidden" name="_subject" value="Contact request from personal website" />
<input type="email" name="_replyto" placeholder="Your email" required>
<textarea name="message" placeholder="Your message" required></textarea>
<button type="submit">Send</button>
</form>
</div>
<!-- End #contact-form -->
</div>
<!-- End #contact -->
<footer>
<div class="container">
<div class="row">
<div class="col-sm-5 copyright">
<p>
Copyright © 2020 Armando Jiménez
</p>
</div>
<div class="col-sm-2 top">
<span id="to-top">
<i class="fa fa-chevron-up" aria-hidden="true"></i>
</span>
</div>
<div class="col-sm-5 social">
<ul>
<li>
<a href="https://github.com/armandojimenez" target="_blank"><i class="fa fa-github"
aria-hidden="true"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/armando-jimenez-dev/" target="_blank"><i
class="fa fa-linkedin" aria-hidden="true"></i></a>
</li>
</ul>
</div>
</div>
</div>
</footer>
<!-- End footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="js/scripts.min.js"></script>
<script>
AOS.init();
</script>
</body>
</html>