-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
540 lines (471 loc) · 25.7 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
<!DOCTYPE html>
<html>
<head>
<!-- CSS -->
<link rel="stylesheet" type="text/css" href="mystyle.css" media="screen">
<link rel="stylesheet" type="text/css" href="percentage-bars.css" media="screen">
<link rel="stylesheet" type="text/css" href="responsive.css" media="screen">
<!-- Primary Meta Tags -->
<meta charset="UTF-8">
<title>Jose Fabio - Señor Binario</title>
<meta name="title" content="Jose Fabio - Señor Binario">
<meta name="description" content="My name is Jose Fabio. Welcome to my website!">
<meta name="viewport" content="width=device-with, initial-scale=1">
<!-- Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro&display=swap" rel="stylesheet">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://josefabio.com">
<meta property="og:title" content="Jose Fabio - Señor Binario">
<meta property="og:description" content="My name is Jose Fabio. Welcome to my website!">
<meta property="og:image" content="https://i.postimg.cc/N07LcmsX/Site-preview.png">
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://josefabio.com">
<meta property="twitter:title" content="Jose Fabio - Señor Binario">
<meta property="twitter:description" content="My name is Jose Fabio. Welcome to my website!">
<meta property="twitter:image" content="https://i.postimg.cc/N07LcmsX/Site-preview.png">
<!-- Favicon -->
<link rel="apple-touch-icon" sizes="57x57" href="./figures/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="./figures/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="./figures/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="./figures/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="./figures/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="./figures/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="./figures/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="./figures/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="./figures/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="32x32" href="./figures/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="./figures/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="./figures/favicon/favicon-16x16.png">
<meta name="msapplication-TileImage" content="./figures/favicon/ms-icon-144x144.png">
<link rel="icon" type="image/png" sizes="192x192" href="./figures/favicon/android-icon-192x192.png">
<link rel="manifest" href="./figures/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="theme-color" content="#ffffff">
</head>
<body>
<!-- This div has the languages buttons in desktop view -->
<div id="languages">
<a href="."><li><img src="figures/flags/en.svg" height="30px" alt="English"></li></a>
<a href="es"><li><img src="figures/flags/es.png" height="30px" alt="Spanish"></li></a>
<!-- <a data-attr-t href-t="footer.eo-href" href="eo"
><li><img src="figures/flags/eo.svg" alt="Esperanto" height="30px" /></li
></a> -->
</div>
<h1>Jose Fabio</h1>
<!-- This div has the languages buttons in mobile view -->
<footer id="languages-responsive">
<a href="."><li><img src="figures/flags/en.svg" height="30px" alt="English"></li></a>
<a href="es"><li><img src="figures/flags/es.png" height="30px" alt="Spanish"></li></a>
<!-- <a data-attr-t href-t="footer.eo-href" href="eo"
><li><img src="figures/flags/eo.svg" alt="Esperanto" height="30px" /></li
></a> -->
</footer>
<!-- Main -->
<div id="main">
<!-- Profile pic -->
<div id="profile_pic_div">
<img id="profile_pic" width="250px" src="figures/Avatar.gif">
</div>
<!-- Vision -->
<h2 id="vision" style="margin-bottom: 5px; margin-top: 10px">Vision</h2>
<p style="margin-top: 0px">Always live by my highest vision of myself and pursue my own rational interests.</p>
<hr style="margin-bottom: 0">
<button id="expAll">Expand all</button>
<!-- Experience -->
<h2 style="margin-bottom: 5px; margin-top: 20px">Experience</h2>
<div class="h1-details">
<span class="h2-span"><strong>Professional jobs</strong></span>
<div class="h2-details">
<!-- Intelimotor -->
<details>
<summary>
<span class="h3-span pointer">
<strong>Intelimotor</strong> <i class="date">2022 - <i>Ongoing</i></i>
</span>
</summary>
<div class="h3-details">
<img align="left" width="50px" src="figures/intelimotor.png" loading="lazy" style="margin-right: 10px">
<p>I'm a fullstack developer, using mainly MaterialUI, React, Express and GraphQL.<br><br><a href="https://intelimotor.com" target="blank">Intelimotor's website</a>.</p>
<div class="separator"></div>
</div>
</details>
<!-- Tiendita -->
<details>
<summary>
<span class="h3-span pointer"> <strong>Tiendita</strong> <i class="date">2022</i> </span>
</summary>
<div class="h3-details">
<img align="left" width="50px" src="figures/react.png" loading="lazy" style="margin-right: 10px">
<p>A website to manage retail sales and products' stocks of any business store.<br>I developed the back and the frontend, using mainly Express, React and Bootstrap.<br><br><a href="https://tiendita-demo.josefabio.com" target="blank">Try it out!</a> Username and password are both <code>demouser</code>. Feel free to interact with it.</p>
<div class="separator"></div>
</div>
</details>
<!-- Incognito memos -->
<details>
<summary>
<span class="h3-span pointer">
<strong>Incognito memos</strong>
<i class="date">2022</i>
</span>
</summary>
<div class="h3-details">
<img align="left" width="50px" src="figures/react.png" loading="lazy" style="margin-right: 10px">
<p>A webpage to see all the memos (messages) ever written within every <a href="https://incognito.org" target="blank">Incognito</a> blockchain transaction.<br>I developed the back and the frontend, using mainly Express, React and Bootstrap.<br><br><a href="https://memos.josefabio.com?size=15&page=3" target="blank">See it in action!</a></p>
<div class="separator"></div>
</div>
</details>
<!-- On-Campus Jobs -->
<details>
<summary>
<span class="h3-span pointer">
<strong>On-Campus Jobs</strong> <i class="date">2021</i>
</span>
</summary>
<div class="h3-details">
<img align="left" width="50px" src="figures/TecMonterrey.png" loading="lazy" style="margin-right: 10px">
<p>I worked with my own school, participating in the <a href="https://utmedu.sharepoint.com/sites/miportal/OnCampusJob/index.aspx" target="blank">On-Campus Jobs</a> program, in which they hire students. I developed a platform for online courses using the <a href="https://www.mongodb.com/mern-stack" target="blank">MERN stack</a>.</p>
<div class="separator"></div>
</div>
</details>
</div>
<div style="height: 10px"></div>
<!-- Telegram bots -->
<span class="h2-span"><strong>Telegram bots</strong></span>
<div class="h2-details">
<!-- Ayn Rand Bot -->
<details>
<summary>
<span class="h3-span pointer">
<strong>Ayn Rand's quotes bot and website</strong>
<i class="date">2022 - <i>Ongoing</i></i>
</span>
</summary>
<div class="h3-details">
<img align="left" width="50px" src="figures/ayn_rand.png" loading="lazy" style="margin-right: 10px">
<p>I'm an objectivist and I totally admire Ayn Rand.<br>This bot subscribes people and groups to quotes I personally take from her books. <a href="https://t.me/FrasesDeAynRandBot" target="blank">Subscribe today</a> or <a href="https://t.me/ObjetivismoYFilosofia" target="blank">join my group</a> (we speak Spanish).<br><br><a href="https://aynrand.josefabio.com" target="blank">Here's the website</a>, made with <a href="https://deno.land" target="blank">Deno 🦕</a> and <a href="https://fresh.deno.dev" target="blank">Fresh 🍋</a>: the new JavaScript runtime and it's server-side-rendering framework.<br></p>
<div class="separator"></div>
</div>
</details>
<!-- Lana Bot -->
<details>
<summary>
<span class="h3-span pointer">
<strong>Lana Bot</strong> <i class="date">2020 - 2021</i>
</span>
</summary>
<div class="h3-details">
<img align="left" width="50px" src="figures/LanaBot.png" loading="lazy" style="margin-right: 10px">
<p>Track the price of your favorite pairs of cryptocurrencies from the pDEX <a href="https://incognito.org" target="blank">Incognito</a> blockchain.<br><br></p>
<div class="separator"></div>
</div>
</details>
<!-- Ensi Bot -->
<details>
<summary>
<span class="h3-span pointer">
<strong>Ensi Bot</strong> <i class="date">2020 - 2021</i>
</span>
</summary>
<div class="h3-details">
<img align="left" width="50px" src="figures/EnsiBot.png" loading="lazy" style="margin-right: 10px">
<p>Track the status and earnings of your nodes from the <a href="https://incognito.org" target="blank">Incognito</a> blockchain.<br><br></p>
<div class="separator"></div>
</div>
</details>
</div>
<div style="height: 10px"></div>
<!-- Other projects -->
<span class="h2-span"><strong>Other projects</strong></span>
<div class="h2-details">
<!-- Se aceptan criptomonedas -->
<details>
<summary>
<span class="h3-span pointer">
<strong>We accept cryptocurrencies</strong>
<i class="date">2022</i>
</span>
</summary>
<div class="h3-details">
<img align="left" height="50px" src="figures/bitcoin.svg" loading="lazy" style="margin-right: 10px">
<p>I made this webpage in order to start accepting crypto in the local business of my family.<br><br><a href="https://btc.josefabio.com" target="blank">See it in action!</a></p>
<div class="separator"></div>
</div>
</details>
<!-- Lets reduce our carbon footprint -->
<details>
<summary>
<span class="h3-span pointer">
<strong>Lets reduce our carbon footprint</strong>
<i class="date">2020</i>
</span>
</summary>
<div class="h3-details">
<img align="left" height="50px" src="figures/reduzcamos_carbono.png" loading="lazy" style="margin-right: 10px">
<p>See scientifically proven ways to reduce it and choose the ones you can achieve!<br><br><a href="https://huella-de-carbono.github.io/" target="blank">See it in action!</a></p>
<div class="separator"></div>
</div>
</details>
</div>
<div style="height: 10px"></div>
<!-- Volunteer -->
<span class="h2-span"><strong>Volunteer</strong></span>
<div class="h2-details">
<!-- Telegram -->
<details>
<summary>
<span class="h3-span pointer">
<strong>Telegram Support Force</strong>
<i class="date">2020 - 2021</i>
</span>
</summary>
<div class="h3-details">
<img align="left" height="50" src="figures/tsf.png" loading="lazy" style="margin-right: 10px; margin-top: 5px">
<p style="margin-top: 15px; margin-bottom: 25px">I was volunteering at <a href="https://tsf.telegram.org/" target="blank">Telegram Support Force</a> from June of 2020 to November of 2021, patiently helping hundreds of users and collaborating with many other volunteers.</p>
</div>
</details>
</div>
</div>
<hr style="margin-top: 20px">
<!-- Education -->
<details open>
<summary style="margin-top: 20px; color: var(--color-blue-h2-span)">
<span class="h2-span pointer">
<h2 class="summary-h2">Education</h2>
</span>
</summary>
<!-- W3 React certificate -->
<div class="h1-details">
<details>
<summary style="color: #3fd2ff">
<span class="h3-span pointer">
<strong style="color: #37b9e0">React certification</strong> -
<b style="color: var(--color-tecmilenio)">W3</b>
<i class="date">2022</i>
</span>
</summary>
<div style="margin-left: 32px">
<img align="left" height="40px" loading="lazy" style="padding-right: 10px" src="figures/w3 schools.png">
<p style="margin-top: 10px">By W3Schools.</p>
<img width="50%" loading="lazy" class="screenshot" src="figures/react-w3-certification-results.jpg">
<p>I was outstanding, with 64 correct out of 70 in the final exam.</p>
<p><a style="color: var(--color-tecmilenio)" href="figures/Certified React developer Jose Fabio.pdf" target="blank">Here is my certification</a>.</p>
</div>
</details>
</div>
<!-- W3 Javascript certificate -->
<div class="h1-details">
<details>
<summary style="color: #3fd2ff">
<span class="h3-span pointer">
<strong style="color: #37b9e0">Javascript certification</strong> -
<b style="color: var(--color-tecmilenio)">W3</b>
<i class="date">2022</i>
</span>
</summary>
<div style="margin-left: 32px">
<img align="left" height="40px" loading="lazy" style="padding-right: 10px" src="figures/w3 schools.png">
<p style="margin-top: 10px">By W3Schools.</p>
<img width="50%" loading="lazy" class="screenshot" src="figures/js-w3-certification-results.jpg">
<p>I was outstanding, with 68 correct out of 70 in the final exam.</p>
<p><a style="color: var(--color-tecmilenio)" href="figures/Certified Javascript developer Jose Fabio.pdf" target="blank">Here is my certification</a>.</p>
</div>
</details>
</div>
<!-- Codewars -->
<div class="h1-details">
<details>
<summary style="color: var(--color-light-blue-summary)">
<span class="h3-span pointer">
<strong style="color: #d43e24">Codewars</strong> -
<i class="date">2020 - <i>Ongoing</i></i>
</span>
</summary>
<div style="margin-left: 32px">
<p style="margin-top: 10px">A platform full of coding challenges to do.</p>
<a href="https://www.codewars.com/users/josefabio" target="blank">
<img src="https://www.codewars.com/users/josefabio/badges/large" id="codewars-badge-large" alt="Codewars badge">
<img src="https://www.codewars.com/users/josefabio/badges/small" id="codewars-badge-small" alt="Codewars badge">
<img src="https://www.codewars.com/users/josefabio/badges/micro" id="codewars-badge-micro" alt="Codewars badge">
</a>
</div>
</details>
</div>
<!-- Tecmilenio -->
<div class="h1-details">
<details>
<summary style="color: var(--color-light-blue-summary)">
<span class="h3-span pointer">
<strong style="color: #37b9e0">Software Engineer</strong> -
<b style="color: var(--color-tecmilenio)">Tecmilenio</b>
<i class="date">2020 - <i>Ongoing</i></i>
</span>
</summary>
<div style="margin-left: 32px">
<p style="margin-top: 10px">With a 60% scholarship, which I got by winning a contest in 2nd place in which I demonstrated my programming skills.</p>
</div>
</details>
</div>
<!-- Master en Coding -->
<div class="h1-details">
<details>
<summary style="color: #3fd2ff">
<span class="h3-span pointer">
<strong style="color: #37b9e0">Master en Coding</strong> -
<b style="color: var(--color-devf)">Dev.f</b>
<i class="date">2020 - 2021</i>
</span>
</summary>
<div style="margin-left: 32px">
<img align="left" height="40px" loading="lazy" src="figures/master.png" style="padding-right: 10px">
<p style="margin-top: 10px"><i>The Biggest hackers' school of Latin America.</i></p>
<p>This is the most enriching course I've taken with <a style="color: var(--color-devf)" href="https://devf.la/master/encoding/mx" target="blank">Dev.f</a>. One year degree, from web design to backend.</p>
<p><a style="color: var(--color-devf)" href="figures/master.pdf" target="blank">Here is my certification</a>.</p>
</div>
</details>
</div>
<!-- Cinta negra Android -->
<div class="h1-details">
<details>
<summary style="color: #3fd2ff">
<span class="h3-span pointer">
<strong style="color: #37b9e0">Cinta Negra Android</strong> -
<b style="color: var(--color-devf)">Dev.f</b>
<i class="date">2017</i>
</span>
</summary>
<div style="margin-left: 32px">
<img align="left" height="40px" loading="lazy" style="padding-right: 10px" src="figures/cinta-negra.png">
<p style="margin-top: 10px">Here I learned to develop applications with Java for Android devices.</p>
<br>
</div>
</details>
</div>
<!-- Cinta Roja-->
<div class="h1-details">
<details>
<summary style="color: #3fd2ff">
<span class="h3-span pointer">
<strong style="color: #37b9e0">Cinta Roja</strong> -
<b style="color: var(--color-devf)">Dev.f</b>
<i class="date">2016</i>
</span>
</summary>
<div style="margin-left: 32px">
<img align="left" height="40px" loading="lazy" style="padding-right: 10px" src="figures/cinta-roja.png">
<p style="margin-top: 10px">The intermediate level course they offered. I was the youngest person to get the certification: I was 15.</p>
<br>
</div>
</details>
</div>
</details>
<hr style="margin-top: 20px">
<!-- Languages -->
<details open>
<summary style="margin-top: 20px; color: var(--color-blue-h2-span)">
<span class="h2-span pointer">
<h2 class="summary-h2">Languages</h2>
</span>
</summary>
<div class="h1-details">
<p>I'm actually a polyglot, which by definition is someone who knows 4 or more languages.</p>
<p><i>Click on them to see more information.</i></p>
<table>
<!-- Spanish -->
<tr onclick="showOrHide('spanish-explanation', 'table-row')" class="context-menu odd">
<td>
<div>
<img src="figures/flags/es.png" height="20px" class="flag" alt="Spanish">
<p>Spanish</p>
</div>
</td>
<td>
<div class="bar">
<div class="background-bar"></div>
<div class="fill-bar" style="width: 100%" id="spanish-bar"></div>
<div class="bar-text"><p>Native</p></div>
</div>
</td>
</tr>
<tr class="odd display-none explanation-language" id="spanish-explanation">
<td colspan="2"><p>I'm really good at orthography in Spanish, since I like to write correctly, even when chatting, and I also read quite often.</p></td>
</tr>
<!-- English -->
<tr onclick="showOrHide('english-explanation', 'table-row')" class="context-menu even">
<td>
<div>
<img src="figures/flags/en.svg" height="20px" class="flag" alt="English">
<p>English</p>
</div>
</td>
<td>
<div class="bar">
<div class="background-bar"></div>
<div class="fill-bar" id="english-bar"></div>
<div class="bar-text"><p>C1 - Advanced</p></div>
</div>
</td>
</tr>
<tr class="even display-none explanation-language" id="english-explanation">
<td colspan="2"><p>I scored 130 in the Duolingo Test. My mother was an english teacher and she taught me a lot when I was really young.</p></td>
</tr>
<!-- Esperanto -->
<tr onclick="showOrHide('esperanto-explanation', 'table-row')" class="context-menu odd">
<td>
<div>
<img src="figures/flags/eo.svg" alt="Esperanto" height="20px" class="flag">
<p>Esperanto</p>
</div>
</td>
<td>
<div class="bar">
<div class="background-bar"></div>
<div class="fill-bar" id="esperanto-bar"></div>
<div class="bar-text"><p>B1 - Lower intermediate</p></div>
</div>
</td>
</tr>
<tr class="odd display-none explanation-language" id="esperanto-explanation" style="display: none">
<td colspan="2"><p>I started studying Esperanto when I herd that it was a constructed language that aims to be the bridge between people (instead of English). It is so easy to learn, that just after half year I consider myself a B1.</p></td>
</tr>
<!-- German -->
<tr onclick="showOrHide('german-explanation', 'table-row')" class="context-menu even">
<td>
<div>
<img src="figures/flags/de.svg" height="20px" class="flag" alt="German">
<p>German</p>
</div>
</td>
<td>
<div class="bar">
<div class="background-bar"></div>
<div class="fill-bar" id="german-bar"></div>
<div class="bar-text"><p>A2 - Elementary</p></div>
</div>
</td>
</tr>
<tr class="even display-none explanation-language" id="german-explanation">
<td colspan="2">
<p>I wanted to learn German because one of my long-term goals was to live in Switzerland 🇨🇭, but nowadays is to live in Singapore 🇸🇬, where English is the official language.</p>
</td>
</tr>
</table>
</div>
</details>
<div class="separator" style="margin-bottom: 15px; margin-top: 15px"></div>
<footer>
<a href="mailto:[email protected]" target="_blank"><li><img src="figures/mail.svg" alt="E-mail" height="25px"></li></a>
<a href="https://t.me/senorbinario" target="_blank"><li><img src="figures/Telegram_logo.svg" alt="Telegram" height="25px"></li></a>
<a href="https://github.com/J053Fabi0/Jose-Fabio-CV" target="_blank"><li><img src="figures/Git_icon.svg" alt="GitHub" height="27px"></li></a>
<a href="https://www.linkedin.com/in/senorbinario" target="_blank"><li><img src="figures/linkedin.png" alt="Linkedin" height="25px"></li></a>
<a rel="me" target="_blank" href="https://mastodon.josefabio.com/@josefabio"><li><img src="figures/mastodon.png" alt="Mastodon" height="27px"></li></a>
<a href="http://josefabiogimxvpdgedgrdfxqu4f7q7xaazyps6vtv77nqvgg4xsutid.onion/" target="blank"><li><img src="figures/tor.svg" alt="Tor mirror" height="30px"></li></a>
</footer>
</div>
<div><p> </p></div>
<script src="./script.js"></script>
</body>
</html>