-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofissional.html
75 lines (72 loc) · 1.58 KB
/
profissional.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
<!DOCTYPE html>
<html>
<meta charset="utf-8"/>
<head>
<title style="color: White;">Barbara Schlottfeldt Maia</title>
</head>
<style>
body {background-color: rgb(255,212,230);}
h1 {color:rgb(145,0,63);}
h2 {color:rgb(145,64,99);}
p {color: black;}
table, th, td {
border: 1px solid black;
border-collapse: collapse;
}
}
</style>
<body>
<h1>Profissional</h1>
<h2>
Habilidades
</h2>
<table style="width:100%">
<tr>
<th>Idiomas</th>
<th>Nível</th>
</tr>
<tr>
<td>Alemão</td>
<td>A1.2 (Básico)</td>
</tr>
<tr>
<td>Inglês</td>
<td>Fluente</td>
</tr>
</table>
<br>
<br>
<table style="width:100%">
<tr>
<th>Linguagens de programação</th>
<th>Nível</th>
</tr>
<tr>
<td>C/C++</td>
<td>Experiente</td>
</tr>
<tr>
<td>Arduino</td>
<td>Experiente</td>
</tr>
<tr>
<td>G (LABVIEW)</td>
<td>Básico</td>
</tr>
<tr>
<td>HTML5, CSS</td>
<td>Básico</td>
</tr>
</table>
<h2> Experiências </h2>
<ul style="list-style-type:square">
<li>Bolsa de iniciação científica com Prof. Roberto Calos Moro - criação de projeto Arduino e LABVIEW de maio/2017 a janeiro/2018 </li>
<li>Engenharia Aeroespacial pelo Ciências sem Fronteiras na Swansea Univesity de setembro/2015 a setembro/2016 </li>
<li>Integrante da equipe de Aerodesign na Swansea University Racing Engineering(SURE) - Time de Formula Student</li>
</ul>
<br>
<img src="images/sure.png" alt="Swansea University Racing Engineerig" style="width:470px;height:394px;">
<br>
<a href="index.html" >Voltar</a>
</body>
</html>