-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsergio.html
97 lines (96 loc) · 2.06 KB
/
sergio.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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<title>pizzaCat</title>
<link rel="stylesheet" type="text/css" href="./css/style.css" media="screen" />
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/angularjs/1.5.6/angular.min.js"></script>
</head>
<body ng-app>
<div ng-include = "'header.html'"></div>
<div id = "content">
<h1>
CURRÍCULUM VÍTAE
</h1>
<img src="img/sergio.jpg" height="200">
<h2>
INFORMACIÓN PERSONAL
</h2>
<P>
<ul>
<li>
Sergio Walls
</li>
<li>
C/Gatopardo 37, 1º 2ª, 08757 Corbera de Llobregat(España)
</li>
<li>
(Fijo) +34 934016941 -- (Mobil) +34 677938675
</li>
<li>
lovely_cats@correocaliente.com
</li>
<li>
www.friendly.cat
</li>
</ul>
</P>
<h2>
EXPERIENCIA PROFESIONAL
</h2>
<p>
<h3>
Investigador (Diciembre 2014 - Actualidad)
</h3>
<p>
Investigador de genética gatuna-pizerra. <br>
<dfn>Univeritat Pompeu Farra.</dfn> <br>
Modificación del genoma gatuno para la predilección por las pizzas.
</p>
<h3>
Criador (Enero 2013 - Noviembre 2014)
</h3>
<p>
Criador de gatos bonitos. <br>
Avenida Gatillo, Georgia. <br>
Supervisor de gatos, revisión de cumplimiento de estandars gatunos.
</p>
<h3>
MasterChef (Mayo 2011 - Diciembre 2012)
</h3>
<p>
Supervisor de cocina en teleHot. <br>
Calle Falsa 123, Springfield. <br>
Dirección de proyectos de innovación en queso rolling y pato padding.
</p>
</p>
<h2>
EDUCACIÓN Y FORMACIÓN
</h2>
<p>
<h3>
Master in Innovation and Research For Cats (MIRC) (Octubre 2011 - Octubre 2015)
</h3>
<p>
Graduado con honores.
</p>
<h3>
Manipulador de alimentos de alto riesgo (Octubre 2009 - Octubre 2010)
</h3>
<p>
Como cortar una pizza en forma hexagonal con una motosierra.
</p>
</p>
<h2>
INFORMACIÓN ADICIONAL
</h2>
<p>
Carnet de conducir Z
</p>
<p>
Ganas de cobrar
</p>
</div>
<div ng-include = "'footer.html'"></div>
</body>
</html>