-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
828 lines (828 loc) · 34.6 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
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
<!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="">
I'm Mexican and Computational Systems Engineer. Usually learning new
things everyday. I am a hyperactive person, I like to breakdown a
big problem in many small tasks. Actually 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 mx-1 sm:w-8/12 sm:mx-auto">
<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">June 2023 - Present</h2>
<h1 class="pb-4 font-semibold text-2xl">Infrastructure</h1>
<p class="mb-4">
My first professional job was in Exos Technology, I began as
<span class="italic">scholar</span> for six months, when I graduated
from university then became an
<span class="italic">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 created one
<span class="font-bold">high available shared filesystem</span>
by using different Linux tools like Samba, OCFS, 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">
I created one directory structure with credentials and reusable
infrastructure templates using <span class="italic">HCL</span>,
<span class="italic">Terraform</span> and
<span class="italic">Markdown</span> to document it
</li>
<li class="py-4">
I helped the company to be Partners of Amazon and Datadog by
completing a variety of courses and exams
</li>
<li class="py-4">
The company given me one
<span class="italic">expert badge</span> by complete successfully
one internal competence
</li>
</ul>
<ul class="flex justify-center flex-wrap pb-20">
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">Linux</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">Terraform</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">AWS</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">NodeJS</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">Git</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">
Shellscripts
</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">CI / CD</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">
Cloud computing
</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">Datadog</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-computer 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">August 2022 - February 2023</h2>
<h1 class="pb-4 font-semibold text-2xl">Apprenticeship</h1>
<p class="mb-2">
I was the
<span class="italic">Computer Centers Manager Assistant.</span>
Here I was still studying the university last year, and to do this
work was a requirement
</p>
<ul class="px-4 divide-y divide-gray">
<li class="py-4">
Improvement to almost two hundred computers by doing electrical
connections, hardware assembling, Windows OS installation,
software installations and software configurations
</li>
<li class="py-4">
Network administration to four computer classrooms doing
structured cabling, connections to switches/repeaters and OS
configurations
</li>
</ul>
<ul class="flex justify-center flex-wrap">
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">
Windows installation
</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">BIOS</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">
Bare metal network devices
</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">
Structured cabling
</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">
Software installations
</li>
</ul>
</aside>
</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 mx-1 sm:w-8/12 sm:mx-auto">
<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 text-sm m-1 rounded-lg bg-gray">Laravel</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">PHP</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">Backend</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">Linux</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">NodeJS</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">
Frameworks
</li>
<li class="px-2 py-1 text-sm m-1 rounded-lg bg-gray">SQL</li>
<li class="px-2 py-1 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 text-sm rounded-lg bg-gray">Java</li>
<li class="px-2 py-1 m-1 text-sm rounded-lg bg-gray">HTML</li>
<li class="px-2 py-1 m-1 text-sm rounded-lg bg-gray">SQL</li>
<li class="px-2 py-1 m-1 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-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 md:w-10/12 mx-auto">
<section class="pb-16 w-full md:w-1/2">
<div class="flex pb-1 items-center">
<div class="">
<h1 class="text-lg font-semibold">
In progress...
</h1>
<p class="font-thin pb-2">
English A2 by Go4More
</p>
<p class="font-thin pb-2">
English A1 by FreeCodeCamp
</p>
<p class="font-thin pb-2">
Security with AWS Config by AWS training
</p>
</div>
</div>
</section>
<section class="pb-16 w-full md:w-1/2">
<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="pb-16 w-full md:w-1/2">
<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="pb-16 w-full md:w-1/2">
<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="pb-16 w-full md:w-1/2">
<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="pb-16 w-full md:w-1/2">
<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 text-sm rounded-lg bg-gray">SIEM tools</li>
<li class="px-2 py-1 m-1 text-sm rounded-lg bg-gray">Python</li>
<li class="px-2 py-1 m-1 text-sm rounded-lg bg-gray">Linux</li>
<li class="px-2 py-1 m-1 text-sm rounded-lg bg-gray">
Observability
</li>
<li class="px-2 py-1 m-1 text-sm rounded-lg bg-gray">Frameworks</li>
<li class="px-2 py-1 m-1 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="pb-16 w-full md:w-1/2">
<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="pb-16 w-full md:w-1/2">
<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="pb-16 w-full md:w-1/2">
<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="pb-16 w-full md:w-1/2">
<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="pb-16 w-full md:w-1/2">
<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 text-sm rounded-lg bg-gray">Networking</li>
<li class="px-2 py-1 m-1 text-sm rounded-lg bg-gray">
Cybersecurity
</li>
<li class="px-2 py-1 m-1 text-sm rounded-lg bg-gray">Linux</li>
<li class="px-2 py-1 m-1 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="pb-16 w-full md:w-1/2">
<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 text-sm rounded-lg bg-gray">Kaggle</li>
<li class="px-2 py-1 m-1 text-sm rounded-lg bg-gray">Excel</li>
<li class="px-2 py-1 m-1 text-sm rounded-lg bg-gray">R</li>
<li class="px-2 py-1 m-1 text-sm rounded-lg bg-gray">Tableau</li>
<li class="px-2 py-1 m-1 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="pb-16 w-full md:w-1/2">
<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 text-sm rounded-lg bg-gray">Figma</li>
<li class="px-2 py-1 m-1 text-sm rounded-lg bg-gray">Adobe XD</li>
<li class="px-2 py-1 m-1 text-sm rounded-lg bg-gray">Wireframes</li>
<li class="px-2 py-1 m-1 text-sm rounded-lg bg-gray">Prototypes</li>
<li class="px-2 py-1 m-1 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-3xl font-bold font-mono text-term sm:w-10/12 sm:mx-auto"
>
Other Certifications
</h1>
<main class="mx-2 pb-20 md:w-10/12 md: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:zelmo0018@gmail.com"
id="mail_1"
>
<i class="fa-solid fa-paper-plane"></i>
Send me an email
</a>
<p class="text-center">or</p>
<button
id="zelmo0018@gmail.com"
class="w-fit mx-auto text-term relative hover:text-green-100 mb-20"
onclick="copyToClipboard('zelmo0018@gmail.com')"
>
<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>