-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
430 lines (363 loc) · 17.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
<!DOCTYPE html>
<html lang="en">
<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>niaev</title>
<link rel="stylesheet" href="public/css/base.css">
<link rel="stylesheet" href="public/css/header.css">
<link rel="stylesheet" href="public/css/main-content.css">
<link rel="stylesheet" href="public/css/welcoming.css">
<link rel="stylesheet" href="public/css/projects.css">
<link rel="stylesheet" href="public/css/skills.css">
<link rel="stylesheet" href="public/css/experiences.css">
<link rel="stylesheet" href="public/css/contact.css">
</head>
<body>
<header>
<div class="my-container">
<div class="my-row">
<span id="my-name">niaev</span><div class="flashing-thing"></div>
<span id="github-link"><a href="https//:github.com/Niaev" target="_blank">Github</a></span>
</div>
</div>
</header>
<main>
<div class="my-container">
<section class="welcoming">
<div class="background">
<video autoplay="true" loop="true" muted="true">
<source src="public/img/laptop-dark.mp4" type="video/mp4">
</video>
</div>
<div class="text">
<h2>welcome to my personal page</h2>
<h5>I'm Tiago, a web developer from São Paulo, Brazil</h5>
</div>
</section>
<section>
<h2>My projects</h2>
<div class="my-row project-list">
<div class="my-cell project-card" style="margin: 0 auto;">
<div class="inner-div">
<div class="my-row">
<h3>niaev.github.io</h3>
<span class="language first" id="type">WEB</span>
<span class="language" id="html">HTML</span>
<span class="language" id="css">CSS</span>
<span class="language" id="js">JS</span>
</div>
<div class="my-row">
<p>
This is the web site you are seeing right now! A simple and static web page made only with HTML, Vanilla JavaScript and original CSS code!
</p>
</div>
<div class="my-row">
<a
href="https://github.com/Niaev/niaev.github.io" target="_blank">
GitHub repo
</a>
</div>
<div class="my-row">
<span class="tag first" id="type">PORTIFOLIO</span>
<span class="tag" id="dev">IN DEVELOPMENT</span>
</div>
</div>
</div>
</div>
<div class="my-row project-list">
<div class="my-cell project-card">
<div class="inner-div">
<div class="my-row">
<h3>py-target-shooter</h3>
<span class="language first" id="type">GAME</span>
<span class="language" id="py">PYTHON</span>
</div>
<div class="my-row">
<p>
My first personal, unique and functioning game with a proper objective and (soon) with a Game Design Document, as it should be!
</p>
</div>
<div class="my-row">
<a
href="https://github.com/Niaev/py-target-shooter" target="_blank">
GitHub repo
</a>
</div>
<div class="my-row">
<span class="tag first" id="type">FIRST GAME!</span>
<span class="tag" id="dev">IN DEVELOPMENT</span>
</div>
</div>
</div>
<div class="my-cell project-card">
<div class="inner-div">
<div class="my-row">
<h3>t-code</h3>
<span class="language first" id="type">SCRIPT</span>
<span class="language" id="py">PYTHON</span>
</div>
<div class="my-row">
<p>
A text to image cryptography with original symbols and method, all using simple Python code!
</p>
</div>
<div class="my-row">
<a
href="https://github.com/Niaev/t-code" target="_blank">
GitHub repo
</a>
</div>
<div class="my-row">
<span class="tag first" id="type">CRYPTOGRAPHY</span>
<span class="tag" id="finished">CONCLUDED</span>
</div>
</div>
</div>
</div>
<div class="my-row project-list">
<div class="my-cell project-card">
<div class="inner-div">
<div class="my-row">
<h3>cry2-web</h3>
<span class="language first" id="type">WEB</span>
<span class="language" id="html">HTML</span>
<span class="language" id="css">CSS</span>
<span class="language" id="js">JS</span>
</div>
<div class="my-row">
<p>
My second cipher method using XOR operator working on a website as an encoder and decoder. A long time ago, it was named niaev.github.io also!
</p>
</div>
<div class="my-row">
<a
href="https://github.com/Niaev/cry2-web" target="_blank">
GitHub repo
</a>
</div>
<div class="my-row">
<span class="tag first" id="type">CRYPTOGRAPHY</span>
<span class="tag" id="finished">CONCLUDED</span>
</div>
</div>
</div>
<div class="my-cell project-card">
<div class="inner-div">
<div class="my-row">
<h3>cpu-display</h3>
<span class="language first" id="type">SCRIPT</span>
<span class="language" id="py">PYTHON</span>
</div>
<div class="my-row">
<p>
A simple script to run on any Raspberry Pi's startup to display CPU usage and temperature on a LCD screen, if it exists!
</p>
</div>
<div class="my-row">
<a
href="https://github.com/Niaev/cpu_display" target="_blank">
GitHub repo
</a>
</div>
<div class="my-row">
<span class="tag first" id="type">ELECTRONICS</span>
<span class="tag" id="finished">CONCLUDED</span>
</div>
</div>
</div>
</div>
</section>
<section>
<h2>My skills</h2>
<div class="my-row skill-list">
<div class="my-cell skill-card">
<div class="inner-div">
<div class="my-row">
<h3>Python</h3>
</div>
<div class="my-row">
<p>
Scripting; Back-end Development; Web Scraping; Automation; Data Science; Image manipulation; Game Development;
</p>
</div>
</div>
</div>
<div class="my-cell skill-card">
<div class="inner-div">
<div class="my-row">
<h3>JavaScript</h3>
</div>
<div class="my-row">
<p>
Vanilla; JQuery; Node.js; Scripting; Back-end development; React; React Native;
</p>
</div>
</div>
</div>
</div>
<div class="my-row skill-list">
<div class="my-cell skill-card">
<div class="inner-div">
<div class="my-row">
<h3>Other Languages</h3>
</div>
<div class="my-row">
<p>
PHP;
</p>
</div>
</div>
</div>
<div class="my-cell skill-card">
<div class="inner-div">
<div class="my-row">
<h3>Databases</h3>
</div>
<div class="my-row">
<p>
MySQL; Postgres; Oracle;
</p>
</div>
</div>
</div>
</div>
<div class="my-row skill-list">
<div class="my-cell skill-card">
<div class="inner-div">
<div class="my-row">
<h3>Data Science</h3>
</div>
<div class="my-row">
<p>
Data manipulation and visualization; Training and validation for classification and regression.
</p>
</div>
</div>
</div>
<div class="my-cell skill-card">
<div class="inner-div">
<div class="my-row">
<h3>Operating Systems</h3>
</div>
<div class="my-row">
<p>
Windows 10; Ubuntu 20.04; Ubuntu 22.04; Ubuntu Server 16.04; Ubuntu Server 20.04; Pop_os!; Windows 11;
</p>
</div>
</div>
</div>
</div>
<div class="my-row skill-list">
<div class="my-cell skill-card" style="margin: 0 auto;">
<div class="inner-div">
<div class="my-row">
<h3>Cloud</h3>
</div>
<div class="my-row">
<p>
Shared hosting services; AWS (EC2, S3)
</p>
</div>
</div>
</div>
</div>
</section>
<section>
<h2>My experience</h2>
<p class="exp-text">
For now I have no experience in open source projects, but check out below my whole job experience as a developer until now
</p>
<div class="my-row exp-list">
<div class="my-cell exp-card">
<div class="inner-div">
<div class="my-row">
<h3>Freelance Software Engineer</h3>
<span class="time-period">2024 - now</span>
</div>
<div class="my-row">
<p>
Contact me!
</p>
</div>
</div>
</div>
<div class="my-cell exp-card">
<div class="inner-div">
<div class="my-row">
<h3>Python Engineer at Bold Metrics Inc.</h3>
<span class="time-period">2024 - now</span>
</div>
<div class="my-row">
<p>
Python scripting.
</p>
</div>
</div>
</div>
</div>
<div class="my-row exp-list">
<div class="my-cell exp-card">
<div class="inner-div">
<div class="my-row">
<h3>Software Engineer at Altox</h3>
<span class="time-period">2021 - 2024</span>
</div>
<div class="my-row">
<p>
Python, PHP, MySQL, AWS, Data Science and more.
</p>
<p>
Creation of several new APIs and maintenance of previous software.
</p>
</div>
</div>
</div>
<div class="my-cell exp-card">
<div class="inner-div">
<div class="my-row">
<h3>Web Development Intern at Altox</h3>
<span class="time-period">2019 - 2021</span>
</div>
<div class="my-row">
<p>
Python, PHP, MySQL and more.
</p>
<p>
Maintenance of an API, creation of a new website from scratch.
</p>
</div>
</div>
</div>
</div>
<div class="my-row exp-list">
<div class="my-cell exp-card" style="margin: 0 auto;">
<div class="inner-div">
<div class="my-row">
<h3>Web Development Intern at FECAP</h3>
<span class="time-period">2018</span>
</div>
<div class="my-row">
<p>
HTML, Bootstrap, JQuery, PHP and Oracle.
</p>
<p>
Creation and updates of static and dynamic pages for the school.
</p>
</div>
</div>
</div>
</div>
</section>
<section>
<h2>Contact me!</h2>
<p class="ctc-text">
<a href="mailto:[email protected]" target="_blank">[email protected]</a>
</p>
</section>
</div>
</main>
<script src="public/js/flashing-thing.js"></script>
</body>
</html>