forked from edysegura/html-resume
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (59 loc) · 1.83 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Resume - Crislaine da Silva Tripoli</title>
<link rel="stylesheet" title="Female Theme" href="http://files.edysegura.com/css/female/style.css">
<link rel="alternate stylesheet" title="Male Theme" href="http://files.edysegura.com/css/male/style.css">
</head>
<body>
<header>
<h1>Crislaine da Silva Tripoli</h1>
<img src="images/DSC05601.JPG" alt="Crislaine Tripoli Picture" />
<p>
cristripoli@gmail.com<br />
<a href="http://github.com/edysegura">http://github.com/cristripoli</a>
</p>
</header>
<section>
<h2>Resumo</h2>
<p>
Especialista em Sistemas Pleno no Inatel Competence Center, trabalhando com desenvolvimento e testes de sistemas de telecomunicações desde 2011.
</p>
</section>
<section>
<h2>Objetivo</h2>
<p>Atuar na área de análise, modelagem, desenvolvimento e arquitetura de software.</p>
</section>
<section>
<h2>Formação</h2>
<dl>
<dt>Graduação</dt>
<dd>
Bacharel em Sistemas de informação, UNIVÁS - Universidade do Vale do Sapucaí (dezembro/2010) - concluída.
</dd>
<dt>Pós-Graduação</dt>
<dd>
Especialista em Desenvolvimento de Aplicações para Dispositivos Móveis e Cloud Computing (dezembro/2015) - em andamento
</dd>
<dt>Cursos Complementares</dt>
<dd>
Eletroeletrônica, SENAI (julho/2006) - concluída.
</dd>
</dl>
</section>
<section>
<h2>Certificações</h2>
<p>
Oracle Certified Professional, Java SE 6 Programmer.
</p>
</section>
<section>
<h2>Links</h2>
<ul>
<li><a href="http://br.linkedin.com/pub/crislaine-da-silva-tripoli/14/442/880">Linkedin</a></li>
<li><a href="http://cristripoli.wordpress.com/">Blog</a></</li>
</ul>
</section>
</body>
</html>