-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
552 lines (502 loc) · 26.5 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Kimmy</title>
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="/arizona-bootstrap/docs/2.0/assets/css/docs.css" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@latest/font/bootstrap-icons.css">
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.12"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
<script src="https://code.iconify.design/iconify-icon/2.1.0/iconify-icon.min.js"></script>
</head>
<style>
#about {
overflow: hidden;
min-height: 120vh;
}
.about-bg {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-image: url('bg_aboutme.jpg');
background-size: cover;
background-position: center;
z-index: 0;
}
#about .container-fluid {
z-index: 1;
height: 100%;
}
#about .col-lg-6:first-child {
padding-top: 20vh;
padding-bottom: 10vh;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
#about h1 {
font-size: 3rem;
margin-bottom: 2rem;
}
#about h3 {
font-size: 1.8rem;
margin-bottom: 2rem;
}
#about p {
font-size: 1.2rem;
line-height: 1.8;
}
.about-image {
width: 300px;
height: 300px;
border-radius: 50%;
object-fit: cover;
}
@media (max-width: 991px) {
#about .col-lg-6:first-child {
min-height: 120vh;
}
.about-image {
width: 150px;
height: 150px;
}
}
@media (max-height: 700px) {
#about .col-lg-6:first-child {
padding-top: 15vh;
}
}
.accordion-button:not(.collapsed) {
background-color: #F8F9FA;
color: #000000;
}
.accordion-button:focus {
box-shadow: none;
border-color: rgba(0, 0, 0, .125);
}
.accordion-button:not(.collapsed)::after {
background-image: #F8F9FA;
}
.skill-card {
background-color: var(--color-light);
padding: 20px;
border-radius: 10px;
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
text-align: center;
margin-bottom: 20px;
}
.skill-card i {
font-size: 2rem;
color: var(--color-primary);
margin-bottom: 10px;
}
.skill-card h4 {
font-size: 1.5rem;
color: var(--color-primary);
margin-bottom: 10px;
}
.skill-card p {
font-size: 1rem;
color: var(--color-primary);
margin-bottom: 15px;
}
.progress {
height: 20px;
background-color: var(--color-background);
border-radius: 10px;
overflow: hidden;
}
.progress-bar {
background-color: var(--color-primary);
}
</style>
<body>
<nav class=" navbar-expand-lg navbar-light bg-light fixed-top">
<div class="px-3 py-2 text-bg-dark border-bottom">
<div class="container">
<div class="d-flex flex-wrap align-items-center justify-content-center justify-content-lg-start">
<a href="/"
class="d-flex align-items-center my-2 my-lg-0 me-lg-auto text-white text-decoration-none">
</a>
<ul
class=" align-items-center nav col-12 col-lg-auto my-2 justify-content-center my-md-0 text-small">
<li>
<a href="#" class="nav-link text-white">
Home <i class="bi bi-house-heart"></i>
</a>
</li>
<li>
<a href="#about" class="nav-link text-white">
About me <i class="bi bi-file-earmark-person"></i>
</a>
</li>
<li>
<a href="#experience" class="nav-link text-white">
Experience <i class="bi bi-person-workspace"></i>
</a>
</li>
<li>
<a href="#skills" class="nav-link text-white">
Skills <i class="bi bi-patch-check"></i>
</a>
</li>
<li>
<a href="#feedback" class="nav-link text-white">
Comments <i class="bi bi-chat-left-quote"></i>
</a>
</li>
</ul>
</div>
</div>
</div>
</nav>
<section id="about" class="mb-5 position-relative">
<div class="about-bg"></div>
<div class="container-fluid position-relative h-100">
<div class="row h-100">
<div class="col-lg-6 d-flex flex-column justify-content-center py-7 px-4 px-md-5">
<h1>
<span id="typed"></span>
</h1>
<p>
I'm an experienced Software Developer working at IBM Mexico, specializing in designing
robust, scalable microservices for efficient cloud deployment. With a three-year track
record in back-end development, I excel in automating and creating high-performance
processes. My Telematics Engineering background ensures optimized systems for performance,
security, and reliability. I consistently deliver exceptional outcomes and am committed to
staying current with software development trends.
</p>
</div>
<div class="col-lg-6 d-flex align-items-center justify-content-center">
<img src="me.jpg" alt="Me" class="about-image">
</div>
</div>
</div>
</section>
<section id="experience" class="mb-5">
<h1 class="display-3 fw-bold text-center">Professional Experience</h1>
<div class="accordion" id="experienceAccordion">
<!-- IBM -->
<div class="accordion-item">
<h3 class="accordion-header" id="headingOne">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseOne" aria-expanded="true" aria-controls="collapseOne">
<strong>IBM Mexico</strong>
</button>
</h3>
<div id="collapseOne" class="accordion-collapse collapse" aria-labelledby="headingOne"
data-bs-parent="#experienceAccordion">
<div class="accordion-body">
<p><strong>Duration:</strong> October 2020 - Present</p>
<p><strong>Location:</strong> Jalisco, México</p>
<p><strong>Software Developer</strong> Enterprise Data - AI Capabilities</p>
<p class="text-muted">May 2024 - Present</p>
<ul>
<li>Participated in a project focused on developing and implementing AI to detect specific
parameters in documents.</li>
<li>Enhanced the existing codebase to improve the accuracy, efficiency, and reliability of
the AI detection system.</li>
</ul>
<p>Tools & Experience: IBM Deep Search, spaCy.</p>
<hr>
<p><strong>Software Developer</strong> Enterprise Data - Cognitive Enterprise Data Platform
Security</p>
<p class="text-muted">Aug 2022 - May 2024</p>
<ul>
<li>Explored the functionalities and robust security features of IBM's data-secured
platforms to ensure the integrity and confidentiality of our data assets.</li>
<li>Contributed to requirement gathering, designing, and developing Front-End and Back-End
for a file management tool.</li>
<li>Enhanced vulnerability detection within developed projects to proactively identify and
swiftly address potential issues, thereby fortifying our ability to mitigate future
challenges effectively in compliance with IBM IT Security Standards.</li>
<li>Involved in configuring a reverse proxy for optimal performance.</li>
<li>Implemented automation processes using AI, streamlining operations and maximizing
productivity. </li>
</ul>
<p>Tools & Experience: IBM Cloud, IBM Security Verify, Fybrik, NodeJS, Mend, Python,
NGINX, Kubernetes, ArgoCD, WatsonX, Redis, IBM Guardium.</p>
<hr>
<p><strong>Software Developer</strong> Chief Information Officer - Integration Services</p>
<p class="text-muted">Nov 2021 - Jul 2022</p>
<ul>
<li>Employed hybrid cloud deployment to develop microservices with adherence to test-driven
development, Agile practices, and Application Systems Controls and Auditability reviews,
meeting specified standards.</li>
<li>Assist Technical Owner and Architect in documenting microservices processes.</li>
<li>Implemented an examination tool to boost code quality and security.</li>
<li>Facilitate Agile sprint activities and tasks through collaborative efforts to comprehend
stakeholder needs.</li>
<li>Deliver strategic and innovative solutions within budget by aligning with product owners
and stakeholders.</li>
<li>Successfully migrated applications to IBM Cloud containerized them and incorporated easy
monitoring tools.</li>
</ul>
<p>Tools & Experience: Agile Methodology, SonarQube, Python, Java, JavaScript, Docker,
IBM Cloudant, Red Hat Openshift, IBM Cloud, Rest API, GitHub, Jira, LogDNA, TDD.</p>
<hr>
<p><strong>Application Developer</strong> Chief Information Officer - Integration Services</p>
<p class="text-muted">Oct 2020 - Nov 2021</p>
<ul>
<li>Employed hybrid cloud deployment to develop microservices with adherence to test-driven
development, Agile practices, and Application Systems Controls and Auditability reviews,
meeting specified standards.</li>
<li>Provided critical support for Java Middleware, specifically assisting with data
re-processing and network-related issues.</li>
<li>Implemented an examination tool to boost code quality and security.</li>
<li>Facilitate Agile sprint activities and tasks through collaborative efforts to comprehend
stakeholder needs.</li>
</ul>
<p>Tools & Experience: Agile Methodology, Spring Boot, Java, TypeScript, Python, Docker,
IBM Cloudant, Red Hat Openshift, IBM Cloud, Rest API, GitHub, Jira, Linux.</p>
</div>
</div>
</div>
<!-- COBAED -->
<div class="accordion-item">
<h3 class="accordion-header" id="headingTwo">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseTwo" aria-expanded="false" aria-controls="collapseTwo">
<strong>Colegio de Bachilleres del Estado de Durango</strong>
</button>
</h3>
<div id="collapseTwo" class="accordion-collapse collapse" aria-labelledby="headingTwo"
data-bs-parent="#experienceAccordion">
<div class="accordion-body">
<p><strong>Duration:</strong> Aug 2023 - Mar 2024</p>
<p><strong>Location:</strong> Durango, México</p>
<p><strong>English Language Teacher</strong></p>
<ul>
<li>Implemented effective instructional strategies to impart proficiency in a foreign
language.</li>
<li>Executed a meticulously crafted learning plan to ensure students acquired targeted
knowledge and skills.</li>
<li>Devised and implemented innovative strategies to enhance learning, writing, and speaking
proficiency.</li>
</ul>
</div>
</div>
</div>
<!-- PSL -->
<div class="accordion-item">
<h3 class="accordion-header" id="headingThree">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseThree" aria-expanded="false" aria-controls="collapseThree">
<strong>PSL Group</strong>
</button>
</h3>
<div id="collapseThree" class="accordion-collapse collapse" aria-labelledby="headingThree"
data-bs-parent="#experienceAccordion">
<div class="accordion-body">
<p><strong>Duration:</strong> Jun 2019 - Oct 2020</p>
<p><strong>Location:</strong> Querétaro, México</p>
<p><strong>Frontend Developer</strong></p>
<ul>
<li>Developed online surveys, integrating custom programming tasks involving complex logic
and front-end development.</li>
<li>Conducted thorough reviews of survey questionnaires to ensure adherence to quality,
compliance, and industry best practices.</li>
<li>Implemented rigorous QA practices before and after programming each survey to validate
programmed logic.</li>
<li>Collaborated with sampling vendors and project managers to ensure timely project
completion and successful fielding.</li>
<li>Provided comprehensive training to new team members on overall processes and best
practices.</li>
</ul>
<p>Tools & Experience: ConfirmIT, JavaScript, JQuery, HTML5, CSS3, Data Analysis.</p>
</div>
</div>
</div>
<!-- IEE -->
<div class="accordion-item">
<h3 class="accordion-header" id="headingFour">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse"
data-bs-target="#collapseFour" aria-expanded="false" aria-controls="collapseFour">
<strong>Universidad de la Frontera - Instituto de Informática Educativa</strong>
</button>
</h3>
<div id="collapseFour" class="accordion-collapse collapse" aria-labelledby="headingFour"
data-bs-parent="#experienceAccordion">
<div class="accordion-body">
<p><strong>Duration:</strong> Sep 2018 - Dec 2028</p>
<p><strong>Location:</strong> Temuco, Chile</p>
<p><strong>Web Developer</strong></p>
<ul>
<li>Designed and developed a web application with secure login integration, utilizing
advanced face recognition technology.</li>
<li>Implemented standard HTML/CSS practices, ensuring seamless content access across all
browsers and devices.</li>
<li>Integrated data from back-end databases and services to enhance the application's
functionality..</li>
<li>Contributed to setting up servers for website hosting.</li>
</ul>
<p>Tools & Experience: HTML5, CSS3, JavaScript, PHP, Rest APIs, GitHub, SQL.</p>
</div>
</div>
</div>
</div>
</section>
<section id="skills" class="mb-5">
<h1 class="display-3 fw-bold text-center">Skills</h1>
<div id="skillsCarousel" class="carousel slide" data-bs-ride="carousel">
<div class="carousel-inner">
<div class="carousel-item active">
<div class="container">
<div class="row text-center">
<div class="col-md-4">
<i class="bi bi-gear-fill" style="font-size: 3rem;"></i>
<h3>Software Development</h3>
<p>Python, JavaScript, NodeJS, VueJS</p>
</div>
<div class="col-md-4">
<i class="bi bi-server" style="font-size: 3rem;"></i>
<h3>Backend Development</h3>
<p>Microservices, API Development, Cloud Deployment</p>
</div>
<div class="col-md-4">
<i class="bi bi-cloud-fill" style="font-size: 3rem;"></i>
<h3>Cloud Technologies</h3>
<p>IBM Cloud, Kubernetes, Docker</p>
</div>
</div>
</div>
</div>
<div class="carousel-item">
<div class="container">
<div class="row text-center">
<div class="col-md-4">
<i class="bi bi-shield-lock-fill" style="font-size: 3rem;"></i>
<h3>Security</h3>
<p>IBM Security Verify, IBM Guardium</p>
</div>
<div class="col-md-4">
<i class="bi bi-code-slash" style="font-size: 3rem;"></i>
<h3>DevOps</h3>
<p>Jenkins, CI/CD, ArgoCD</p>
</div>
<div class="col-md-4">
<i class="bi bi-robot" style="font-size: 3rem;"></i>
<h3>AI & Automation</h3>
<p>WatsonX, IBM Deep Search, spaCy</p>
</div>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev" type="button" data-bs-target="#skillsCarousel" data-bs-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-bs-target="#skillsCarousel" data-bs-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
</section>
<section id="feedback" class="mb-5">
<h1 class="display-3 fw-bold text-center mb-4">Comments</h1>
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">Cynthia Lomas</h5>
<p class="card-text">"Kimmy's expertise and professionalism are outstanding. Her skills in software development and automation are top-notch!"</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">Abril Rodriguez</h5>
<p class="card-text">"I had a great experience working with Kimmy. Her insights into AI and cloud technologies were invaluable to our project."</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4">
<div class="card-body">
<h5 class="card-title">Rosalba Villanueva</h5>
<p class="card-text">"Kimmy's dedication and problem-solving skills are impressive. She consistently delivers high-quality results."</p>
</div>
</div>
</div>
</div>
</div>
</section>
<div class="container">
<footer class="d-flex flex-wrap justify-content-between align-items-center py-3 my-4 border-top">
<div class="col-md-4 d-flex align-items-center">
© 2024 Kim Lizette Salinas, TECHNOLOCHICAS PRO
</div>
<ul class="nav col-md-4 justify-content-end list-unstyled d-flex">
<li class="ms-3">
<a class="text-body-secondary" href="https://www.linkedin.com/in/kim-lizette/" target="_blank" rel="noopener noreferrer">
<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-linkedin" viewBox="0 0 16 16">
<path d="M0 1.146C0 .513.526 0 1.175 0h13.65C15.474 0 16 .513 16 1.146v13.708c0 .633-.526 1.146-1.175 1.146H1.175C.526 16 0 15.487 0 14.854zm4.943 12.248V6.169H2.542v7.225zm-1.2-8.212c.837 0 1.358-.554 1.358-1.248-.015-.709-.52-1.248-1.342-1.248S2.4 3.226 2.4 3.934c0 .694.521 1.248 1.327 1.248zm4.908 8.212V9.359c0-.216.016-.432.08-.586.173-.431.568-.878 1.232-.878.869 0 1.216.662 1.216 1.634v3.865h2.401V9.25c0-2.22-1.184-3.252-2.764-3.252-1.274 0-1.845.7-2.165 1.193v.025h-.016l.016-.025V6.169h-2.4c.03.678 0 7.225 0 7.225z"/>
</svg>
</a>
</li>
<li class="ms-3">
<a class="text-body-secondary" href="https://www.credly.com/users/kim-salinas" target="_blank" rel="noopener noreferrer">
<i class="bi bi-patch-check"></i>
</a>
</li>
<li class="ms-3">
<a class="text-body-secondary" href="https://github.com/kimlizette" target="_blank" rel="noopener noreferrer">
<i class="bi bi-github"></i>
</a>
</li>
<li class="ms-3">
<a class="text-body-secondary" href="https://www.goodreads.com/user/show/29714875-kim-l" target="_blank" rel="noopener noreferrer">
<i class="bi bi-book"></i>
</a>
</li>
</ul>
</footer>
</div>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
</body>
<script>
document.addEventListener('DOMContentLoaded', function () {
var accordionButtons = document.querySelectorAll('.accordion-button');
accordionButtons.forEach(function (button) {
button.addEventListener('click', function () {
// Toggle a custom class for styling if needed
this.classList.toggle('custom-active');
// Optionally change button text
if (this.classList.contains('collapsed')) {
this.innerHTML = this.innerHTML.replace('Hide', 'Show');
} else {
this.innerHTML = this.innerHTML.replace('Show', 'Hide');
}
});
});
});
document.addEventListener("DOMContentLoaded", function () {
var typed = new Typed("#typed", {
strings: [
"Kim Lizette Salinas Villanueva", "Backend Software Developer"
],
typeSpeed: 50,
backSpeed: 25,
backDelay: 3000,
startDelay: 500,
loop: true,
showCursor: true,
cursorChar: '|',
autoInsertCss: true,
});
});
document.addEventListener('DOMContentLoaded', function () {
var myCarousel = document.querySelector('#skillsCarousel');
var carousel = new bootstrap.Carousel(myCarousel);
});
</script>
</html>