-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
68 lines (62 loc) · 1.71 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
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Andre Maximiano Personal Site</title>
</head>
<body>
<img src="main/Curriculo/images/Foto 3x4.jpg" alt="Andre personal image">
<h1>André Nogueira Maximiano</h1>
<p><em>Tecnólogo Logístico</em></p>
<p>Brasileiro, Full Stack Dev. Apaixonado por desenvolvimento web e sedento de conhecimento!</p>
<hr>
<h3>Escolaridade</h3>
<ul>
<li>Ensino Médio - Colégio Macedo Soares (2000)</li>
<li>Graduação Tecnólogo em Logística - <a href="https://www.uninter.com/">UNINTER</a>(2019)</li>
</ul>
<h3>Hobbies</h3>
<ol>
<li>Leitura</li>
<li>Internet</li>
<li>TV</li>
</ol>
<hr>
<p>
<h3>Experiências Profissionais</h3>
</p>
<table cellspacing="15">
<thead>
<tr>
<th>Data</th>
<th>Local</th>
</tr>
</thead>
<tfoot>
<tr>
<td>Abril 2021 - Dezembro 2021</td>
<td>Graber Sistemas de Segurança</td>
</tr>
</tfoot>
<tbody>
<tr>
<td>Dezembro 2021 - Fevereiro 2022</td>
<td>Maxion</td>
</tr>
</tbody>
</table>
<hr>
<h3>Habilidades</h3>
<table border="1"
cellspacing="10">
<tbody>
<tr>
<td>Informática ⭐⭐⭐⭐⭐<br />
Inglês Avançado ⭐⭐⭐⭐</td>
<td>Montagem e Manutenção de Computadores ⭐⭐⭐⭐⭐</br>
HTML Básico ⭐⭐⭐⭐</td>
</tr>
</tbody>
</table>
<a href="My Contacts.html"<h3>Contact Me</h3>
</body>
</html>