-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
667 lines (655 loc) · 33.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
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
<!doctype html>
<html lang="en" class="scroll-smooth">
<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" />
<title>Sergio Jared</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css" />
<link href="src/output.css" rel="stylesheet" />
<script src="src/index.js"></script>
</head>
<body class="bg-black-800 text-green-200 selection:bg-term selection:text-black-950">
<a id="up"></a>
<main class="w-full mx-auto px-3 bg-radial">
<header class="w-full sm:w-11/12 md:w-10/12 mx-auto">
<h2 class="pb-2 pt-20 sm:pt-28 text-2xl sm:text-3xl font-mono font-semibold">
Systems Engineer
</h2>
<div class="flex pb-6">
<h1 class="whitespace-nowrap text-nowrap text-5xl sm:text-6xl md:text-7xl text-term font-mono font-[1000]">
Sergio Jared
</h1>
<span class="blink"></span>
</div>
<aside class="flex items-center pb-8 w-full sm:w-10/12 md:w-8/12 lg:w-6/12 mx-auto">
<img src="public/img/selfie.jpg" class="mr-4 h-fit w-[5rem] rounded-xl" alt="photography of my face" />
<p class="">
Mexican and computational Systems Engineer, usually learning new
things everyday. I am a hyperactive person and I like to breakdown a
big problem in many small tasks. Currently I'm working in my
<span class="font-bold">first job!</span>
</p>
</aside>
</header>
</main>
<h1 class="px-2 pt-12 pb-4 text-4xl font-bold font-mono text-term sm:w-10/12 sm:mx-auto">
Experience
</h1>
<main class="flex flex-col px-1 sm:w-8/12 mx-auto md:w-6/12">
<section class="flex">
<div class="flex bg-green-500 w-0.5 justify-center ml-5 mr-8 animate-pulse">
<i class="fa-solid fa-terminal bg-black-800 border-2 rounded-full border-green-500 h-fit p-2 mt-6"></i>
</div>
<aside class="pr-1">
<h2 class="py-2 text-sm font-mono">February 2024 - Present</h2>
<h1 class="pb-4 font-semibold text-xl">Cloud Engineer | Exos Technology</h1>
<p class="mb-4">
When I get my college degree then became a
<span class="italic">Cloud Engineer</span> in the Infrastructure team.
</p>
<p class="mb-2">
During my time in this company I got the next achievements:
</p>
<ul class="px-4 divide-y divide-gray">
<li class="py-4">
I helped clients by indicating them how to implement Datadog in
their own cloud environments, often through different cloud
providers and services
</li>
<li class="py-4">
I created one
<span class="font-bold">high available shared filesystem</span>
by using dike Samba, Offerent linux tools liCFS, ISCSI inside of
cloud servers
</li>
<li class="py-4">
I automated the inventories creation by developing one using
<span class="font-bold"> cli app </span>
javascript and the
<span class="italic">AWS SDK to NodeJS</span> library
</li>
<li class="py-4">
The company given me one
<span class="italic">expert badge</span> by complete successfully
one internal competence
</li>
<li class="py-4">
I created one directory structure with credentials and reusable
infrastructure templates using <span class="italic">HCL</span>
and document it using
<span class="italic">Markdown</span>
</li>
</ul>
<ul class="flex justify-center flex-wrap pb-20">
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">Linux</li>
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">Datadog</li>
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">Technical support</li>
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">AWS</li>
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">CI / CD</li>
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">
Cloud computing
</li>
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">Terraform</li>
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">Containers</li>
</ul>
</aside>
</section>
<section class="flex pb-20">
<div class="flex bg-green-500 w-0.5 justify-center ml-5 mr-8 animate-pulse">
<i class="fa-solid fa-cloud bg-black-800 border-2 rounded-full border-green-500 h-fit p-2 mt-6"></i>
</div>
<aside class="pr-1">
<h2 class="py-2 text-sm font-mono">June 2023 - February 2024</h2>
<h1 class="pb-4 font-semibold text-xl">Internship | Exos Technology</h1>
<p class="mb-2">
I started at Exos Technology as an <span class="italic">intern</span>
whie I still studying the university's last year
</p>
</section>
</main>
<h1 class="px-2 pt-10 pb-4 text-4xl font-bold font-mono text-term sm:w-10/12 sm:mx-auto">
Certifications
</h1>
<main class="flex flex-wrap pb-6 w-11/12 sm:w-10/12 md:w-8/12 mx-auto">
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h1 class="text-lg font-semibold pb-1">
Courses in progress...
</h1>
<ul class="list-disc mx-auto w-11/12">
<li class="font-thin pb-2">
English A2 by go4more
</li>
<li class="font-thin pb-2">
English A1 by freecodecamp
</li>
</ul>
</section>
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h2 class="text-sm font-mono pb-2">January 2025</h2>
<div class="flex pb-1 items-center">
<img class="mr-2 h-fit w-10" src="public/img/aws-logo.png" alt="Amazon Web Services logo" />
<h1 class="text-lg font-semibold">Security Learning Plan: Compliance by AWS training</h1>
</div>
<p class="font-thin pb-2">
Set of courses about auditing cloud environments using different AWS services as AWS Config, AWS Control Tower, AWS Security Hub, AWS Organizations and much more.
Accomplished in the AWS Skill Builder platform
</p>
<a href="https://1drv.ms/b/c/44ab2da76e4f4dba/EbCzJVgxDAFFl6BUS5mewjABXDnSoSnNik3vCpQbyeekqw"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Certified by AWS training" target="_blank">
Certificate
</a>
</section>
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h2 class="text-sm font-mono">December 2024</h2>
<div class="flex pb-1 items-center">
<img class="mr-2 w-10 h-fit" src="public/img/datadog.png" alt="Datadog logo" />
<h1 class="text-lg font-semibold">
Datadog Fundamentals Exam
</h1>
</div>
<p class="font-thin pb-2">
Online Supervised Exam about networking, linux, logs, Datadog and more
</p>
<a href="https://www.credly.com/badges/23f2d3c1-9010-4237-bf95-9fd7722f1f81/public_url"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Badge validated by Datadog" target="_blank">
Badge
</a>
</section>
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h2 class="text-sm font-mono">November 2024</h2>
<div class="flex pb-1 items-center">
<img class="mr-2 w-10 h-fit" src="public/img/datadog.png" alt="Datadog logo" />
<h1 class="text-lg font-semibold">
Introduction to Observability by Datadog Partner Netowrk
</h1>
</div>
<p class="font-thin pb-2">
Online workshop a hands-on tour of Datadog's Console
</p>
<a href="https://learn.datadoghq.com/certificates/a2b8d40lyc"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Badge validated by Datadog" target="_blank">
Certificate
</a>
</section>
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h2 class="text-sm font-mono">October 2024</h2>
<div class="flex pb-1 items-center">
<img class="mr-2 w-10 h-fit" src="public/img/datadog.png" alt="Datadog logo" />
<h1 class="text-lg font-semibold">
Datadog 101: Site Reliability Engineer by Datadog Partner Network
</h1>
</div>
<p class="font-thin pb-2">
Online workshop a hands-on tour of Datadog's Application Performance Monitoring (APM) and Network Performance
Monitoring (NPM)
</p>
<a href="https://learn.datadoghq.com/certificates/ypipeju5si"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Badge validated by Datadog" target="_blank">
Certificate
</a>
</section>
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h2 class="text-sm font-mono">August 2024</h2>
<div class="flex pb-1 items-center">
<img class="mr-2 w-10 h-fit" src="public/img/datadog.png" alt="Datadog logo" />
<h1 class="text-lg font-semibold">
Introduction to Monitoring Kubernetes by Datadog Partner Network
</h1>
</div>
<p class="font-thin pb-2">
Online lab, to practice the Datadog configuration to a given Kubernetes cluster
</p>
<a href="https://learn.datadoghq.com/certificates/wfeglkautf"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Badge validated by Datadog" target="_blank">
Certificate
</a>
</section>
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h2 class="text-sm font-mono">August 2024</h2>
<div class="flex pb-1 items-center">
<img class="mr-2 w-10 h-fit" src="public/img/datadog.png" alt="Datadog logo" />
<h1 class="text-lg font-semibold">
Monitoring a Kubernetes cluster by Datadog Partner Network
</h1>
</div>
<p class="font-thin pb-2">
Online lab, to practice the Datadog integration to a given Kubernetes cluster
</p>
<a href="https://learn.datadoghq.com/certificates/ufes2m8psc"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Badge validated by Datadog" target="_blank">
Certificate
</a>
</section>
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h2 class="text-sm font-mono pb-2">February 2024</h2>
<div class="flex pb-1 items-center">
<img class="mr-2 h-fit w-10" src="public/img/aws-logo.png" alt="Amazon Web Services logo" />
<h1 class="text-lg font-semibold">Containers by AWS training</h1>
</div>
<p class="font-thin pb-2">
Online course about the EC2, EKS, ECS, Fargate and more services.
Accomplished in the AWS Skill Builder platform
</p>
<a href="https://1drv.ms/b/c/44ab2da76e4f4dba/EbpNT26nLasggETvJQAAAAABbbPfwandSuvI9oDoSmtxmA?e=ztzf8k"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Certified by AWS training" target="_blank">
Certificate
</a>
</section>
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h2 class="text-sm font-mono pb-2">February 2024</h2>
<div class="flex pb-1 items-center">
<img class="mr-2 w-10 h-fit" src="public/img/google-logo.png" alt="Google logo" />
<h1 class="text-lg font-semibold">Cybersecurity by Google Career</h1>
</div>
<p class="font-thin">
Online course of 3 months completed in Coursera, I learned about the
cybersecurity fundamentals, frameworks, authorities, tools and more
</p>
<ul class="flex justify-center flex-wrap py-4">
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">SIEM tools</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Python</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Linux</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">
Observability
</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Frameworks</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Networking</li>
</ul>
<a href="https://coursera.org/verify/professional-cert/4D947Y2PDQN2"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Official unique code endorsed by Coursera" target="_blank">
Certificate
</a>
</section>
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h2 class="text-sm font-mono pb-2">December 2023</h2>
<div class="flex pb-1 items-center">
<img class="mr-2 h-fit w-10" src="public/img/aws-logo.png" alt="Amazon Web Services logo" />
<h1 class="text-lg font-semibold">AWS Cloud Practitioner</h1>
</div>
<p class="font-thin pb-2">
Online exam done using PersonVue, I get this certification by having
practical and theoretical knowledge
</p>
<p class="font-thin font-mono pb-2">
Validation number: G3X718FDYBR41XC3
</p>
<a href="https://aws.amazon.com/verification"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Certified by AWS training" target="_blank">
Validate certificate
</a>
</section>
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h2 class="text-sm font-mono">October 2023</h2>
<div class="flex pb-1 items-center">
<img class="mr-2 w-10 h-fit" src="public/img/datadog.png" alt="Datadog logo" />
<h1 class="text-lg font-semibold">
Technical Specialist by Datadog Partner Network
</h1>
</div>
<p class="font-thin pb-2">
Online course and exam, I get this badge by getting knowledge about
the observability fundaments and the most important Datadog features
</p>
<a href="https://datadog.docebosaas.com/share/gamification/badges/external/28096b9b-162e-45d8-96c2-7038bbbf3180?lang=en"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Badge validated by Datadog" target="_blank">
Badge
</a>
</section>
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h2 class="text-sm font-mono pb-1">September 2023</h2>
<div class="flex pb-1 items-center">
<img class="mr-2 w-10 h-fit" src="public/img/aws-logo.png" alt="Amazon Web Services logo" />
<h1 class="text-lg font-semibold">
AWS Cloud Practitioner by CompuEducacion
</h1>
</div>
<p class="font-thin pb-2">
Webinar that offers a big introduction to the cloud and the most
important AWS Services
</p>
<a href="https://1drv.ms/b/s!ArpNT26nLatEyFlHTrprCFRlstgB?e=zTzg2G"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Diploma endorsed by CompuEducation" target="_blank">
Certificate
</a>
</section>
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h2 class="text-sm font-mono pb-1">September 2023</h2>
<div class="flex pb-1 items-center">
<img class="mr-2 w-10 h-fit" src="public/img/datadog.png" alt="Datadog logo" />
<h1 class="text-lg font-semibold">
Developer 101 by Datadog Learning Center
</h1>
</div>
<p class="font-thin pb-2">
Online workshop, I get a glance about the Datadog agent installation,
configuration and more
</p>
<a href="https://learn.datadoghq.com/certificates/hlphykdjjq"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Official unique code by Datadog" target="_blank">
Certificate
</a>
</section>
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h2 class="text-sm font-mono">September 2023</h2>
<div class="flex pb-1 items-center">
<img class="mr-2 w-10 h-fit" src="public/img/google-logo.png" alt="Google logo" />
<h1 class="text-lg font-semibold">
IT Support Specialist by Google Career
</h1>
</div>
<p class="font-thin">
Online course of 3 months completed in Coursera, I get knowledge about
Hardware, Operative systems, Networking, LDAP, Cybersecurity and more
</p>
<ul class="flex justify-center flex-wrap py-4">
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Networking</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">
Cybersecurity
</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Linux</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Windows</li>
</ul>
<a href="https://coursera.org/verify/professional-cert/F6ZYLEHYZEUG"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Official unique code endorsed by Coursera" target="_blank">
Certificate
</a>
</section>
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h2 class="text-sm font-mono pb-2">May 2023</h2>
<div class="flex pb-1 items-center">
<img class="mr-2 w-10 h-fit" src="public/img/google-logo.png" alt="Google logo" />
<h1 class="text-lg font-semibold">Data Analyst by Google Career</h1>
</div>
<p class="font-thin pb-2">
Online course of 3 months completed in Coursera, I get knowledge about
fundamental Data analysis concepts and also the some tools
</p>
<ul class="flex justify-center flex-wrap py-4">
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Kaggle</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Excel</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">R</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Tableau</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">SQL</li>
</ul>
<div class="flex flex-col items-end">
<a href="src/pcs.html" title="View project"
class="w-fit mb-1 text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer">
View data analyst project
</a>
<a href="https://www.coursera.org/account/accomplishments/professional-cert/5JBAH8YJ8K34"
class="w-fit text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Official unique code endorsed by Coursera" target="_blank">
Certificate
</a>
</div>
</section>
<section class="px-1 pb-16 w-full sm:w-1/2 md:w-1/3">
<h2 class="text-sm font-mono pb-2">January 2023</h2>
<div class="flex pb-1 items-center">
<img class="mr-2 w-10 h-fit" src="public/img/google-logo.png" alt="Google logo" />
<h1 class="text-lg font-semibold">UX Designer by Google Career</h1>
</div>
<p class="font-thin">
Online course of 3 months completed in Coursera, I get practice about
paper wireframes, digital wireframes, Mockups, prototypes and more
</p>
<ul class="flex justify-center flex-wrap py-4">
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Figma</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Adobe XD</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Wireframes</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Prototypes</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">
Personal branding
</li>
</ul>
<div class="flex flex-col items-end">
<a href="src/asesories.html" title="Complete project"
class="mb-1 text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer">
View UX project 1
</a>
<a href="src/cars.html" title="Complete project"
class="mb-1 text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer">
View UX project 2
</a>
<a href="src/beer-shop.html" title="Complete project"
class="mb-1 text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer">
View UX project 3
</a>
<a href="https://www.coursera.org/account/accomplishments/professional-cert/TR3SGP6JRVK8"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Official unique code endorsed by Coursera" target="_blank">
Certificate
</a>
</div>
</section>
</main>
<h1 class="px-2 pt-10 pb-4 text-4xl font-bold font-mono text-term sm:w-10/12 sm:mx-auto">
Education
</h1>
<main class="flex flex-col px-1 sm:w-8/12 mx-auto md:w-6/12">
<section class="flex">
<div class="flex bg-green-500 w-0.5 justify-center ml-5 mr-8 animate-pulse">
<i class="fa-solid fa-graduation-cap bg-black-800 border-2 rounded-full border-green-500 h-fit p-2 mt-6"></i>
</div>
<aside class="pr-1 pb-2">
<div class="pb-10">
<h2 class="pb-2 text-sm font-mono">August 2019 - June 2024</h2>
<h1 class="pb-4 font-semibold text-2xl">
Computational Systems Engineering
</h1>
<p class="mb-4 text-pretty">
Professional career that was accomplished in the ITSTB by TECNM.
The principal learnings were: software engineering, databases,
frontend, POO, backend, networking, operative systems, frameworks,
and more
</p>
<p class="pb-4">This were my best projects:</p>
<ul class="px-4 divide-y divide-gray">
<li class="py-4">
An responsive frontend with multimedia, logos and fonts using
pure HTML, CSS and JS
</li>
<li class="py-4">
One
<a href="https://github.com/zelmo-ingeniero/tata.git"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="See the code on a Github repository" target="_blank">
fullstack website with backend and DB
</a>
using PHP, HTML, Bootstrap, Laravel and MySQL
</li>
<li class="py-4">
Several 3D models and animations using ThreeJS and CanonJS
</li>
<li class="py-4">
A desktop application with database by using Java Swing and
MySQL
</li>
<li class="py-4">Final Average of 92% by high responsibility</li>
</ul>
<ul class="flex justify-center flex-wrap py-4">
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">Laravel</li>
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">PHP</li>
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">Backend</li>
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">Linux</li>
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">NodeJS</li>
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">
Frameworks
</li>
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">SQL</li>
<li class="px-2 py-1 font-bold text-sm m-1 rounded-lg bg-gray">Java</li>
</ul>
<a href="https://1drv.ms/b/c/44ab2da76e4f4dba/EaCi-WgVObNDlq7yOgpUQNkBXPm4g2_JucBXDk6dRBX2dA?e=LEqNHD"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Official document certified by TECNM" target="_blank">
Bachellor degree
</a>
</div>
</aside>
</section>
<section class="flex">
<div class="flex bg-green-500 w-0.5 justify-center ml-5 mr-8 animate-pulse">
<i
class="fa-solid fa-earth-americas bg-black-800 border-2 rounded-full border-green-500 h-fit p-2 mt-6 animate-pulse"></i>
</div>
<aside class="pr-1 pb-2">
<div class="pb-10 flex-1">
<h2 class="py-2 text-sm font-mono">2022</h2>
<h1 class="pb-4 font-semibold text-2xl">English basic</h1>
<p class="pb-2">
Completed inside the University by a TECNM requirement
</p>
<a href="https://1drv.ms/b/s!ArpNT26nLatEiFowAgHFI3RVOjnU?e=Hy2DY6"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Certificate endorsed by SEP" target="_blank">
Certificate
</a>
</div>
</aside>
</section>
<section class="flex pb-20">
<div class="flex bg-green-500 w-0.5 justify-center ml-5 mr-8 animate-pulse">
<i class="fa-solid fa-graduation-cap bg-black-800 border-2 rounded-full border-green-500 h-fit p-2 mt-6"></i>
</div>
<aside class="pr-1 pb-1 flex-1">
<h2 class="py-2 text-sm font-mono">August 2016 - September 2019</h2>
<h1 class="pb-4 font-semibold text-2xl">Technical Programming</h1>
<p class="pb-2">
High School completed in the CBTIS N° 66 in Veracruz, Mexico
</p>
<ul class="flex justify-center flex-wrap py-4">
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Java</li>
<li class="px-2 py-1 m-1 font-bold font-bold text-sm rounded-lg bg-gray">HTML</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">SQL</li>
<li class="px-2 py-1 m-1 font-bold text-sm rounded-lg bg-gray">Linux</li>
</ul>
<a href="http://siseems.sems.gob.mx/perfil/perfil_egresod.php?id_alumno=3777376"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Official unique code endorsed by SISEEMS" target="_blank">
High School Certificate
</a>
</aside>
</section>
</main>
<h1 class="px-2 pt-10 pb-4 text-3xl font-bold font-mono text-term sm:w-10/12 sm:mx-auto">
Other Certifications
</h1>
<main class="mx-2 pb-40 w-11/12 sm:w-8/12 md:w-1/2 mx-auto">
<aside class="pb-10 flex">
<h2 class="w-12 text-sm font-mono">2020</h2>
<span class="flex-1">
<h1 class="font-semibold">
Introduction to Spatial Geointeligence
<p class="font-thin">MOOC in MexicoX</p>
</h1>
</span>
<div class="flex flex-col items-end">
<a href="https://mexicox.gob.mx/certificates/9473c8c38d4b496f818e9d445325d9e2"
class="pb-1 text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Official unique code endorsed by MexicoX" target="_blank">
1st certificate
</a>
<a href="https://mexicox.gob.mx/certificates/a309bb71fa0c40599d05792679f89e2e"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Official unique code endorsed by MexicoX" target="_blank">
2nd certificate
</a>
</div>
</aside>
<aside class="pb-10 flex rounded-lg">
<h2 class="w-12 text-sm font-mono">2019</h2>
<span class="flex-1">
<h1 class="font-semibold">
Web research to college students
<p class="font-thin">MOOC in MexicoX</p>
</h1>
</span>
<span class="pl-1">
<a href="https://mexicox.gob.mx/certificates/53428c094e904206b049f6c7f050d7e4"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Official unique code endorsed by MexicoX" target="_blank">
Certificate
</a>
</span>
</aside>
<aside class="flex rounded-lg">
<h2 class="w-12 text-sm font-mono">2017</h2>
<span class="flex-1">
<h1 class="font-semibold">
Technologies to productivity and specialty in computer equipment
maintenance by Microsoft
<p class="font-thin">Presencial workshop in the High School</p>
</h1>
</span>
<span class="pl-1">
<a href="https://1drv.ms/b/s!ArpNT26nLatEiFwG2imMtUvUssy-?e=h8mcTH"
class="text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Voucher of the collaboration between Conocer, Eduilt & Microsoft" target="_blank">
Certificate
</a>
</span>
</aside>
</main>
<footer class="flex flex-col justify-center bg-radial pb-52">
<nav class="pb-20 flex font-semibold text-xl w-fit mx-auto">
<a href="https://www.linkedin.com/in/sergio-jared-valencia-cortaza-806551253/"
class="mx-2 flex items-center hover:text-green-100 sm:hover:underline" title="My LinkedIn profile"
target="_blank">
<i class="fa-brands fa-linkedin m-1"></i>
</a>
<a href="https://github.com/zelmo-ingeniero"
class="mx-2 flex items-center hover:text-green-100 sm:hover:underline" title="My github profile"
target="_blank">
<i class="fa-brands fa-github m-1"></i>
</a>
<a href="https://www.facebook.com/sergiojared.valencia.3"
class="mx-2 flex items-center hover:text-green-100 sm:hover:underline" title="My Facebook profile"
target="_blank">
<i class="fa-brands fa-facebook m-1"></i>
</a>
<a href="https://www.youtube.com/channel/UCZDzVVdgyy7Da0v6GCqQC5w"
class="mx-2 flex items-center hover:text-green-100 sm:hover:underline" title="My YouTube videos"
target="_blank">
<i class="fa-brands fa-youtube m-1"></i>
</a>
<a href="https://www.kaggle.com/sergiojaredvalencia"
class="mx-2 flex items-center hover:text-green-100 sm:hover:underline" title="My Kaggle notebooks"
target="_blank">
<i class="fa-brands fa-kaggle m-1"></i>
</a>
</nav>
<a class="w-fit mx-auto text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
href="mailto:[email protected]" id="mail_1">
<i class="fa-solid fa-paper-plane"></i>
Send me an email
</a>
<p class="text-center">or</p>
<button id="[email protected]" class="w-fit mx-auto text-term relative hover:text-green-100 mb-20"
onclick="copyToClipboard('[email protected]')">
<i class="fa-solid fa-copy"></i>
Copy email
</button>
<a href="#up"
class="text-lg w-fit mx-auto font-bold text-term relative after:bg-term after:absolute after:h-0.5 after:w-0 after:bottom-0 after:left-0 hover:after:w-full after:transition-all after:duration-150 cursor-pointer"
title="Scroll to up">
Back to top
<i class="fa-solid fa-arrow-up pl-1"></i>
</a>
<span id="toast" class="toast"> </span>
</footer>
</body>
</html>