-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
257 lines (248 loc) · 14.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
<!DOCTYPE HTML>
<html lang="pt-br">
<head>
<title>Militão</title>
<link rel="icon" href="favicon.ico" type="image/icon type">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="Thiago Militão" />
<meta property="og:image" content="https://i.imgur.com/QVsnrSN.jpg" />
<meta property="og:title" content="Pagina Perfil de Thiago Militão" />
<meta property="og:type" content="profile">
<meta property="og:site_name" content="Militão">
<meta property="og:url" content="https://residenthiago2011.github.io/militao/">
<script src="js/jquery.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<script src="https://kit.fontawesome.com/535a77c358.js" crossorigin="anonymous"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-desktop.css" />
</noscript>
</head>
<body>
<!-- Menu Superior de Navegação -->
<nav id="nav">
<ul class="container">
<li><a href="#top">Subir</a></li>
<li><a href="#work">Habilidades</a></li>
<li><a href="#portfolio">Portfólio</a></li>
<li><a href="#contact">Contatos</a></li>
</ul>
</nav>
<!-- Home -->
<div class="wrapper style1 first">
<article class="container" id="top">
<div class="row">
<div class="4u">
<span class="image fit"><img src="https://i.imgur.com/QVsnrSN.jpg" alt="" /></span>
</div>
<div class="8u">
<header>
<h1>Olá. Eu Sou <strong>Thiago Militão</strong>.</h1>
</header>
<p>Estudante de <strong>Ciências da Computação</strong>, <b>Entusiasta Web3</b>, <b>Pythonista</b>,
A Procura de Carreira nas Áreas de <b>Analise de Dados</b> e <b>Data Science</b>, Buscando
Sempre Conhecimentos e Melhorar a Cada Dia Minhas
Habilidades Técnicas e Profissionais.</p>
<a href="#work" class="button big scrolly">Minhas Habilidades</a>
</div>
</div>
</article>
</div>
<!-- Work -->
<div class="wrapper style2">
<article id="work">
<header>
<h2>Algumas Habilidades.</h2>
<p>Veja Mais Detalhes Sobre Algumas Coisas Que eu já Aprendi ou que Estou Atualmente Aprendendo.</p>
</header>
<div class="container">
<div class="row">
<div class="4u">
<section class="box style1">
<span class="icon featured far fa-python"></span>
<h3>Programador Python</h3>
<p>Estudo Profundo da Linguagem Python, Principalmente na Criação de Modelos de AI, ML e
Também Analise de Dados.</p>
</section>
</div>
<div class="4u">
<section class="box style1">
<span class="icon featured fa-chart-bar"></span>
<h3>Data Scientist</h3>
<p>Muito Conhecimento na Poderosa Stack de Pacotes OpenSouce Para
<a href="https://pt.wikipedia.org/wiki/Extract,_transform,_load"
target="_blank">ETL</a>,
<a href="https://medium.com/@gustavocrod.unipampa/data-science-com-python-introdu%C3%A7%C3%A3o-ao-pydata-stack-fc0fc9a7e9b3#:~:text=A%20sigla%20%C3%A9%20um%20acr%C3%B4nimo,para%20computa%C3%A7%C3%A3o%20num%C3%A9rica%20em%20Python."
target="_blank"><b>PyData Stack</b></a>.
</p>
</section>
</div>
<div class="4u">
<section class="box style1">
<span class="icon featured fa-grin-tongue-wink"></span>
<h3>Atualizado</h3>
<p>Sempre a Procura de Mais Conhecimento de Interesses e se Atualizando Rapidamente.</p>
</section>
</div>
</div>
</div>
<footer>
<p>Gostaria de Conhecer Melhor a Minha Forma de Codar ?</p>
<a href="#portfolio" class="button big scrolly">Veja Meus Projetos</a>
</footer>
</article>
</div>
<!-- Portfolio -->
<div class="wrapper style3">
<article id="portfolio">
<header>
<h2>Alguns dos Meus Projetos e Conquistas.</h2>
<p>Projetos que Participei Recentemente, Cetificados de Cursos, Conquistas e Outras Informações.</p>
</header>
<div class="container">
<div class="row">
<div class="4u">
<article class="box style2">
<a target="_blank"
href="https://www.linkedin.com/posts/residenthiago2011_pronto-para-come%C3%A7ar-o-proximo-ciclo-de-estudos-activity-6769243681946943488-XmBB"
class="image featured"><img src="images/certificates/Python_DataAnalytics_DSA.webp"
alt="" /></a>
<h3><a target="_blank"
href="https://www.linkedin.com/posts/residenthiago2011_pronto-para-come%C3%A7ar-o-proximo-ciclo-de-estudos-activity-6769243681946943488-XmBB">Python
Analise de Dados</a></h3>
<p>Conhecimentos Adquiridos em Analise de Dados Com Python.</p>
</article>
</div>
<div class="4u">
<article class="box style2">
<a target="_blank" href="https://github.com/residenthiago2011/militao"
class="image featured"><img src="images/pic01.webp" alt="" /></a>
<h3><a target="_blank" href="https://github.com/residenthiago2011/militao">Esta Pagina</a>
</h3>
<p>Com Um Pouco de Conhecimento em HTML, Voilà.</p>
</article>
</div>
<div class="4u">
<article class="box style 2">
<a href="https://ciee-cv.taqe.com.br/5e05cc152ad78c001b62b895" target="_blank"
class="image featured"><img src="images/pic02.svg" alt="" /></a>
<h3><a href="https://ciee-cv.taqe.com.br/5e05cc152ad78c001b62b895" target="_blank">Mais
Informações</a></h3>
<p>Algumas Informações Extra, Coletadas do App CIEE One.</p>
</article>
</div>
</div>
<div class="row">
<div class="4u">
<article class="box style2">
<a href="https://residenthiago2011.github.io/CPY-Z-ProjectPage/" class="image featured"><img
src="images/pic03.webp" alt="" /></a>
<h3><a href="https://residenthiago2011.github.io/CPY-Z-ProjectPage/">CPY-Z</a></h3>
<p>CPU-Z Refeito em Python Com Interface Gráfica.</p>
</article>
</div>
<div class="4u">
<article class="box style2">
<a href="https://www.linkedin.com/posts/residenthiago2011_weeee-activity-6795426702404173825-tPJq"
target="_blank" class="image featured"><img
src="images/certificates/IBM_PY0101EN_edX.webp" alt="" /></a>
<h3><a href="https://www.linkedin.com/posts/residenthiago2011_weeee-activity-6795426702404173825-tPJq"
target="_blank">Certificado edX Python</a></h3>
<p>Conhecimentos Adquiridos em Python Data Science, Modelagem de Dados, Transformação de
Dados, Estruturação de Dados.</p>
</article>
</div>
<div class="4u">
<article class="box style2">
<a href="https://onedrive.live.com/embed?cid=75E9873CF86F8D12&resid=75E9873CF86F8D12%2167823&authkey=AIg-jlyHT76FiV8&em=2"
target="_blank" class="image featured"><img
src="images/certificates/Projct_End_to_End_With_R.webp" alt="" /></a>
<h3><a href="https://onedrive.live.com/embed?cid=75E9873CF86F8D12&resid=75E9873CF86F8D12%2167823&authkey=AIg-jlyHT76FiV8&em=2"
target="_blank">Webnar R</a></h3>
<p>Participação de Um Webnar Oferecido Pela Qoda, Projeto End-to-End Com R.</p>
</article>
</div>
</div>
<div class="row">
<div class="4u">
<article class="box style2">
<a href="https://www.linkedin.com/posts/residenthiago2011_provando-a-ponta-do-iceberg-que-%C3%A9-a-area-activity-6799094078052061184-g4-E"
class="image featured"><img src="images/certificates/Intro_DataScience_DSA.webp"
alt="" /></a>
<h3><a
href="https://www.linkedin.com/posts/residenthiago2011_provando-a-ponta-do-iceberg-que-%C3%A9-a-area-activity-6799094078052061184-g4-E">Introdução
a Data Science</a></h3>
<p>Conhecimentos Basicos Adquiridos em Data Science.</p>
</article>
</div>
</div>
</div>
<footer>
<a href="#contact" class="button big scrolly">Entrar em Contato</a>
</footer>
</article>
</div>
<!-- Contact -->
<div class="wrapper style4">
<article id="contact" class="container 75%">
<header>
<h2>Precisando me Contatar ?</h2>
<p>Entre em Contato Comigo nas Minhas Redes Sociais ou Dê Um Alô no Meu Whatsapp.</p>
</header>
<div>
<div class="row">
<div class="12u">
<hr />
<h3>Encontre me aqui ...</h3>
<ul class="social">
<li><a href="https://www.fb.com/residenthiago2011" target="_blank"
class="icon fa-facebook-f"><span class="label">Facebook</span></a></li>
<li><a href="https://m.me/residenthiago2011" target="_blank"
class="icon fa-facebook-messenger"><span class="label">Messenger</span></a></li>
<li><a href="https://www.linkedin.com/in/residenthiago2011/" target="_blank"
class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="https://twitter.com/residenthiago" target="_blank"
class="icon fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/residenthiago2011" target="_blank"
class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://wa.me/5583987271475" target="_blank" class="icon fa-whatsapp"><span
class="label">Whatsapp</span></a></li>
<li><a href="https://t.me/residenthiago2011" target="_blank" class="icon fa-telegram"><span
class="label">Telegram</span></a></li>
<li><a href="https://hey.xyz/u/imturner" target="_blank" class="icon lens"><span
class="label">Lens</span></a></li>
<li><a href="https://join.status.im/u/imturner.eth" target="_blank"
class="icon status"><span class="label">Status</span></a></li>
<!--
<li><a href="#" class="icon fa-rss"><span>RSS</span></a></li>
<li><a href="#" class="icon fa-instagram"><span>Instagram</span></a></li>
<li><a href="#" class="icon fa-foursquare"><span>Foursquare</span></a></li>
<li><a href="#" class="icon fa-skype"><span>Skype</span></a></li>
<li><a href="#" class="icon fa-soundcloud"><span>Soundcloud</span></a></li>
<li><a href="#" class="icon fa-youtube"><span>YouTube</span></a></li>
<li><a href="#" class="icon fa-blogger"><span>Blogger</span></a></li>
<li><a href="#" class="icon fa-flickr"><span>Flickr</span></a></li>
<li><a href="#" class="icon fa-vimeo"><span>Vimeo</span></a></li>
<li><a href="#" class="icon fa-tumblr"><span class="label">Tumblr</span></a></li>
<li><a href="#" class="icon fa-google-plus"><span class="label">Google+</span></a></li>
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
-->
</ul>
<hr />
</div>
</div>
</div>
<footer>
<ul id="copyright">
<li>© <a href="#">Militão</a>. All rights reserved.</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</footer>
</article>
</div>
</body>
</html>