-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (75 loc) · 5.77 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
<!DOCTYPE html>
<html lang="pt-br">
<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>Favoritos - Fziliotti</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="icon" type="image/x-icon" href="favicon-32x32.png">
</head>
<body class="bg-gray-900 text-white">
<main class="container mx-auto mt-8 pb-2 w-9/12 margin-auto">
<h1 class="text-2xl font-bold ">
Personal Favorites - Fabrício Ziliotti
</h1>
<article class="mt-5 grid grid-flow-col grid-rows-2 gap-4 items-center md:grid-rows-1">
<div>
<h2 class="text-1xl mt-4 ">Technical Courses:</h2>
<ul class="mt-2 text-1xl text-blue-500 flex flex-col">
<li class="mt-2"><a target="_blank" href="https://app.branas.io/users/e12480f9-7c12-4513-bb82-f887851475a0/products"> - Branas (Clean Code) </a></li>
<li class="mt-2"><a target="_blank" href="https://www.udemy.com/"> - Udemy (React, GraphQl, Testes) </a></li>
<li class="mt-2"><a target="_blank" href="https://www.youtube.com/watch?v=_Why5uCCrXc&list=PLlAbYrWSYTiNqugqFFWWsgONJsmc3eMpg"> - Will Justein - (Github na vida real) </a></li>
<li class="mt-2"><a target="_blank" href="https://www.youtube.com/watch?v=mRixno_uE2o&list=PLlAbYrWSYTiPanrzauGa7vMuve7_vnXG_"> - Will Justein - MiniCurso Typescript </a></li>
<li class="mt-2"><a target="_blank" href="https://app.rocketseat.com.br/dashboard"> - Rocketseat (atualização Fullstack Js) </a></li>
<li class="mt-2"><a target="_blank" href="https://pato.academy/"> - Pato academy (Hacker e segurança da informação) </a></li>
<li class="mt-2"><a target="_blank" href="https://www.udemy.com/course/react-com-mango/learn/lecture/28528415?start=0#overview"> - Rodrigo Manguinho - Clean Archutecture e TDD React </a></li>
<li class="mt-2"><a target="_blank" href="https://www.udemy.com/course/microfrontend-course/learn/lecture/23206798?start=0#overview"> - Stephen Grider - Microfrontend </a></li>
<li class="mt-2"><a target="_blank" href="https://www.udemy.com/course/react-redux/learn/lecture/12531212?start=15#overview"> - Stephen Grider - Modern React (redux toolkit, rtk query, custom hooks) </a></li>
<li class="mt-2"><a target="_blank" href="https://egghead.io/"> - Egg.head (Advanced React, JS, CSS) - Depois TCC </a></li>
<li class="mt-2"><a target="_blank" href="https://testingjavascript.com/"> - Kentc Dodds RTL (Testes com JS/react) - Depois TCC </a></li>
</ul>
<br>
<h2 class="text-1xl ">Softkills Courses:</h2>
<ul class="mt-2 text-1xl text-blue-500 flex flex-col">
<li class="mt-2"><a target="_blank" href="https://treinamentos.eslendelanogare.com.br/"> - Eslen Delanogare Treinamentos</a></li>
<li class="mt-2"><a target="_blank" href="https://www.conqueronline.com.br/home"> - Conquer Online (Liderança) </a></li>
<li class="mt-2"><a target="_blank" href="https://app.finclass.com/"> - Finclass (Investimendo, Ed. Financeira) </a></li>
<li class="mt-2"><a target="_blank" href="https://academy.abaenglish.com/"> - ABA English (Sintaxe, Listening, Speaking) </a></li>
</ul>
</div>
<div>
<h2 class="text-1xl mt-4 ">Content to read:</h2>
<ul class="mt-2 text-1xl text-blue-500 flex flex-col">
<li class="mt-2"><a target="_blank" href="https://www.patterns.dev/"> - Patterns Web </a></li>
<li class="mt-2"><a target="_blank" href="https://www.30secondsofcode.org/"> - 30Seconds of code </a></li>
<li class="mt-2"><a target="_blank" href="https://web.dev/learn-core-web-vitals/"> - Core Web Vitals </a></li>
<li class="mt-2"><a target="_blank" href="https://beta.reactjs.org/"> - React Beta Docs </a></li>
<li class="mt-2"><a target="_blank" href="https://beta.nextjs.org/docs"> - Next Beta Docs </a></li>
<li class="mt-2"><a target="_blank" href="https://blog.chromium.org/"> - Blog Chromium </a></li>
</ul>
<br>
<h2 class="text-1xl mt-4 ">Tools:</h2>
<ul class="mt-2 text-1xl text-blue-500 flex flex-col">
<li class="mt-2"><a target="_blank" href="https://whimsical.com/"> - Whimsical </a></li>
<li class="mt-2"><a target="_blank" href="https://excalidraw.com/"> - Excalidraw </a></li>
<li class="mt-2"><a target="_blank" href="https://www.canva.com/"> - Canva </a></li>
<li class="mt-2"><a target="_blank" href="https://www.figma.com/"> - Figma </a></li>
</ul>
</div>
</article>
<section class="mt-12">
<h2 class="text-1xl mb-2 ">Frontend Specialist:</h2>
<img src="sr-frontend.png" alt="Frontend mindmap" width="100%">
</section>
<section class="mt-12">
<h2 class="text-1xl mb-2 ">Web Performance:</h2>
<img src="web-perf.png" alt="Web Performance mindmap" width="100%">
</section>
<section class="mt-12">
<h2 class="text-1xl mb-2 ">SEO Performance:</h2>
<img src="seo.png" alt="SEO mindmap" width="100%">
</section>
</main>
</body>
</html>