-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
530 lines (427 loc) · 22.9 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Karen Salazar</title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Favicons -->
<link href="assets/img/letra-k.png" rel="icon">
<link href="assets/img/apple-touch-ic.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Lonely
* Template URL: https://bootstrapmade.com/free-html-bootstrap-template-lonely/
* Updated: Aug 07 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="index-page">
<header id="header" class="header d-flex align-items-center sticky-top">
<div class="container-fluid container-xl position-relative d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<h1 class="sitename">Karen Salazar</h1>
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero" class="active">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#github-repositories">GitHub Repositories</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
</div>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section dark-background">
<div class="container text-center" data-aos="fade-up" data-aos-delay="100">
<h2 style="font-size: 4rem; font-weight: bold; color: white;">Hi, I'm Karen!</h2>
<p style="font-size: 2rem; color: white;">I'm an economist and live in Lima, Peru.<br></p>
<a href="#about" class="btn-scroll" title="Scroll Down"><i class="bi bi-chevron-down"></i></a>
</div>
</section><!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>About</h2>
<p>.-</p>
</div>
<!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4 justify-content-center">
<div class="col-lg-4">
<img src="assets/img/profile-img4.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 content">
<h2>Economist | Data Analyst</h2>
<p class="fst-italic py-3">
Economist with more than 3 years of experience in public management and socioeconomic analysis, with a solid background in the use of data processing tools such as R Studio, Python, Stata and Excel. Specialized in data analysis for decision making and public policy improvement.
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Degree:</strong> <span>Degree in Economics</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <span>+51 994 349 084</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Lima, Peru</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Github:</strong> <span>https://github.com/KarenSalazarSand</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Age:</strong> <span>28</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong> <span>[email protected]</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Freelance:</strong> <span>Available</span></li>
</ul>
</div>
</div>
<p class="py-3">
</p>
</div>
</div>
</div>
</section><!-- /About Section -->
<!-- Skills Section -->
<section id="skills" class="skills section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Skills</h2>
<p>I have knowledge in computer programs such as:</p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row skills-content skills-animation">
<div class="col-lg-6">
<div class="progress">
<span class="skill"><span>Python</span> <i class="val">66%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="80"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>R</span> <i class="val">40%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="40"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>SQL</span> <i class="val">60%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="60"></div>
</div>
</div><!-- End Skills Item -->
</div>
<div class="col-lg-6">
<div class="progress">
<span class="skill"><span>Power BI</span> <i class="val">40%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="40" aria-valuemin="0" aria-valuemax="40"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>Excel</span> <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>Microsoft Office y Google Workspace</span> <i class="val">80%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="80" aria-valuemin="0" aria-valuemax="80"></div>
</div>
</div><!-- End Skills Item -->
</div>
</div>
</div>
</section><!-- /Skills Section -->
<!-- Resume Section -->
<section id="resume" class="resume section light-background">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Resume</h2>
<p>Professional with more than 3 years of experience in public management and socioeconomic analysis, focused on the development of effective and sustainable policies. Skills in data collection and analysis, as well as cross-sectoral project coordination.</p>
</div><!-- End Section Title -->
<div class="container">
<div class="row">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="resume-title">Sumary</h3>
<div class="resume-item pb-0">
<h4>Jr. Consultant </h4>
<p><em>Economist with experience in reviewing sectoral reports and following up on international recommendations. Proficient in data processing tools such as Python and Stata, with interest in deepening my knowledge in Python and R to advance my career as a data analyst. Committed to strengthening public policies and sustainable development.</em></p>
<ul>
<li>Lima, Perú, PE</li>
<li>(51) 994-349-084</li>
<li>[email protected]</li>
</ul>
</div><!-- Edn Resume Item -->
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>DEGREE IN ECONOMICSs</h4>
<h5>2024</h5>
<p><em>National University of Callao, PE</em></p>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>Bachelor in Economics</h4>
<h5>2020</h5>
<p><em>National University of Callao, PE</em></p>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>Diploma of Specialization in Data Science for Social Sciences and Public Management</h4>
<h5>2020</h5>
<p><em>Q-LAB - PUCP, PE</em></p>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>Python for Data Science</h4>
<h5>2023</h5>
<p><em>SDC Learning, PE</em></p>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>Diploma on Government Contracting</h4>
<h5>2021</h5>
<p><em>CEPEG, PE</em></p>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>Diploma in Public Management</h4>
<h5>2020</h5>
<p><em>CEPEG, PE</em></p>
</div><!-- Edn Resume Item -->
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<h3 class="resume-title">Professional Experience</h3>
<div class="resume-item">
<h4>Analyst</h4>
<h5>2022 - Present</h5>
<p><em>United Nations Development Programme, PE </em></p>
<ul>
<li>I coordinated actions in the process of Peru's accession to the OECD's Regional Development Policy Committee.</li>
<li>I participated in the preparation of follow-up reports on the articulation spaces implemented by the PCM's Decentralization Secretariat.</li>
<li>I prepared reports on territorial development in Peru, providing detailed analysis.</li>
<li>I supported the organization of events and webinars focused on decentralization and territorial development.</li>
</ul>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>JR. CONSULTANT</h4>
<h5>10/2021 - 02/2022</h5>
<p><em>Daniel Salas Roca Consultant, PE</em></p>
<ul>
<li>Collaborated on the formulation of programs aimed at promoting the socio-economic integration of migrants, focusing on access to employment, training, and social services.</li>
<li>Collected and analyzed data relevant to migrants and host communities.</li>
<li>Recommended and consulted with clients on the most appropriate graphic design</li>
<li>Developed questionnaires and surveys to gather direct information from migrant workers and host communities.</li>
</ul>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>ACADEMIC COORDINATOR</h4>
<h5>03/2021 - 05/2021</h5>
<p><em>Friedrich Ebert Foundation in Peru - FES, PE</em></p>
<ul>
<li>Developed and managed academic programs while overseeing the Moodle platform.</li>
<li>Supported faculty evaluation and certification processes to ensure academic excellence.</li>
<li>Coordinated digital resources and tools to enhance the online learning experience.</li>
</ul>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>JR. CONSULTANT</h4>
<h5>06/2021 - 11/2021</h5>
<p><em>Chessman Olaechea: Consultants and Associates, PE</em></p>
<ul>
<li>Developed and managed academic programs while overseeing the Moodle platform.</li>
<li>Supported faculty evaluation and certification processes to ensure academic excellence.</li>
<li>Coordinated digital resources and tools to enhance the online learning experience.</li>
</ul>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>JR. CONSULTANT</h4>
<h5>10/2020 - 02/2021</h5>
<p><em>Yuri Nuñez del Prado Consultants, PE</em></p>
<ul>
<li>Prepared reports and analyzed socioeconomic indicators.</li>
<li>Managed databases and created dynamic tables using Excel and Stata.</li>
<li>Coordinated interviews and gathered secondary data for analysis.</li>
</ul>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>PRE-PROFESSIONAL INTERN</h4>
<h5>09/2019 - 01/2020</h5>
<p><em>National Institute of Statistics and Informatics - INEI, PE</em></p>
<ul>
<li>Supported the creation and editing of articles for the Economic Bulletin and National Research Contest winners for the Economic Journal.</li>
<li>Analyzed and interpreted socioeconomic indicators, preparing reports and presentations in PowerPoint.</li>
<li>Managed databases and used Excel and Stata for dynamic tables and data analysis.</li>
</ul>
</div><!-- Edn Resume Item -->
</div>
</div>
</div>
</section><!-- /Resume Section -->
<!-- GitHub Repositories Section -->
<section id="github-repositories" class="portfolio section light-background">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>GitHub Repositories</h2>
<p>A collection of my work and projects</p>
</div><!-- End Section Title -->
<div class="container">
<div class="isotope-layout" data-default-filter="*" data-layout="masonry" data-sort="original-order">
<ul class="portfolio-filters isotope-filters" data-aos="fade-up" data-aos-delay="100">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-r">R Classes</li>
<li data-filter=".filter-machine-learning">Machine Learning</li>
<li data-filter=".filter-python">Python Classes</li>
</ul><!-- End Portfolio Filters -->
<div class="row gy-4 isotope-container" data-aos="fade-up" data-aos-delay="200">
<!-- All Repositories Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-r filter-machine-learning filter-python">
<img src="assets/img/Total.jpg" class="img-fluid" alt="All Repositories">
<div class="portfolio-info">
<h4>All Repositories</h4>
<p>Overview of all repositories</p>
<a href="https://github.com/KarenSalazarSand" title="All Repositories" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End All Repositories Item -->
<!-- R Classes Repository -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-r">
<img src="assets/img/ImagenClaseR.jpg" class="img-fluid" alt="R Classes">
<div class="portfolio-info">
<h4>R Classes</h4>
<p>Repository for R programming classes</p>
<a href="https://github.com/KarenSalazarSand/R-classes.git" title="R Classes" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End R Classes Repository -->
<!-- Machine Learning Repository -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-machine-learning">
<img src="assets/img/ImagenMachineLearning.jpg" class="img-fluid" alt="Machine Learning Classes">
<div class="portfolio-info">
<h4>Machine Learning Classes</h4>
<p>Repository for Machine Learning classes</p>
<a href="https://github.com/KarenSalazarSand/Machine_Learning_Classes.git" title="Machine Learning Classes" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Machine Learning Repository -->
<!-- Python Classes Repository -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-python">
<img src="assets/img/ImagenClasePython.jpg" class="img-fluid" alt="Python Classes">
<div class="portfolio-info">
<h4>Python Classes</h4>
<p>Repository for Python programming classes</p>
<a href="https://github.com/KarenSalazarSand/Python_Classes.git" title="Python Classes" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Python Classes Repository -->
</div><!-- End Portfolio Container -->
</div>
</div>
</section><!-- End GitHub Repositories Section -->
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Contact</h2>
<p>For further information, please contact me</p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-4">
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="200">
<i class="bi bi-geo-alt flex-shrink-0"></i>
<div>
<h3>Address</h3>
<p>Callao, Lima, PE</p>
</div>
</div><!-- End Info Item -->
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="300">
<i class="bi bi-telephone flex-shrink-0"></i>
<div>
<h3>Call Us</h3>
<p>+51 9943 490 84</p>
</div>
</div><!-- End Info Item -->
<div class="info-item d-flex" data-aos="fade-up" data-aos-delay="400">
<i class="bi bi-envelope flex-shrink-0"></i>
<div>
<h3>Email Us</h3>
<p>[email protected]</p>
</div>
</div><!-- End Info Item -->
</div>
<div class="col-lg-8">
<form action="forms/contact.php" method="post" class="php-email-form" data-aos="fade-up" data-aos-delay="200">
<div class="row gy-4">
<div class="col-md-6">
<input type="text" name="name" class="form-control" placeholder="Your Name" required="">
</div>
<div class="col-md-6 ">
<input type="email" class="form-control" name="email" placeholder="Your Email" required="">
</div>
<div class="col-md-12">
<input type="text" class="form-control" name="subject" placeholder="Subject" required="">
</div>
<div class="col-md-12">
<textarea class="form-control" name="message" rows="6" placeholder="Message" required=""></textarea>
</div>
<div class="col-md-12 text-center">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
<button type="submit">Send Message</button>
</div>
</div>
</form>
</div><!-- End Contact Form -->
</div>
</div>
</section><!-- /Contact Section -->
</main>
<footer id="footer" class="footer light-background">
<div class="container">
<h3 class="sitename">Karen SS</h3>
<p>I'm always doing what I can't do so I can learn how to do it. Pablo Picasso.</p>
<div class="social-links d-flex justify-content-center">
<a href="https://x.com/Karen__SS"><i class="bi bi-twitter-x"></i></a>
<a href="https://www.facebook.com/profile.php?id=100005066057307"><i class="bi bi-facebook"></i></a>
<a href="https://www.instagram.com/karen_ss95/"><i class="bi bi-instagram"></i></a>
<a href="https://www.linkedin.com/in/karen-salazar-sandoval/"><i class="bi bi-linkedin"></i></a>
</div>
<div class="container">
<div class="copyright">
<span>Copyright</span> <strong class="px-1 sitename">Lonely</strong> <span>All Rights Reserved</span>
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you've purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: [buy-url] -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>