-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
99 lines (99 loc) · 3.44 KB
/
index.html
File metadata and controls
99 lines (99 loc) · 3.44 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="description"
content="Braulio es un estudiante que busca superarse"
/>
<title>CV Braulio Soifer</title>
</head>
<body style="font-family:Arial, Helvetica, sans-serif; margin:0">
<header
style="background-color:darkslategray; color:white; text-align:center; padding:16px;"
>
<h1 style="display:inline-block; width:400px; font-weight:bold;">
Braulio Soifer
</h1>
<p style="display:inline-block; width:400px; font-weight:200;">
Prácticas Pre-profesionales
</p>
</header>
<div
style="background-color:cadetblue;color:black;text-align:center; padding:10px;"
>
Estudiante universitario con ganas de aprender y emprender
</div>
<section>
<div style="width:900px; margin:auto;">
<div style="display:inline-block; width:68%; vertical-align:top;">
<h3 style="font-size:36px; font-weight:700;">Educación</h3>
<div>
<dl>
<dt
style="font-size: 22px;text-transform:uppercase;margin-bottom:12px;margin-top:36px"
>
Ingeniero de Sistemas
</dt>
<dd style="margin:20px;">
2016-2021. Universidad Nacional del Callao
</dd>
<dt
style="font-size: 22px;text-transform:uppercase;margin-bottom:12px;margin-top:36px"
>
Excel Avanzado
</dt>
<dd style="margin:20px;">2018. Sistemas Uni</dd>
<dt
style="font-size: 22px;text-transform:uppercase;margin-bottom:12px;margin-top:36px"
>
Aleman nivel A2
</dt>
<dd style="margin:20px;">2016-2021. Goethe Institut</dd>
</dl>
</div>
</div>
<div style="display:inline-block; width:30%; margin-top:20px">
<img src="./imgs/FOTO_DNI.jpg" alt="DNI" width="200" />
</div>
<div style="margin-top:70px;">
<h3 style="font-size:36px; font-weight:700;">
Experiencia Profesional
</h3>
<div>
<dl>
<dt
style="font-size: 22px;text-transform:uppercase;margin-bottom:12px;margin-top:36px"
>
Ingeniero de Sistemas
</dt>
<dd style="margin:20px;">
2016-2021. Universidad Nacional del Callao
</dd>
<dt
style="font-size: 22px;text-transform:uppercase;margin-bottom:12px;margin-top:36px"
>
Excel Avanzado
</dt>
<dd style="margin:20px;">2018. Sistemas Uni</dd>
<dt
style="font-size: 22px;text-transform:uppercase;margin-bottom:12px;margin-top:36px"
>
Aleman nivel A2
</dt>
<dd style="margin:20px;">2016-2021. Goethe Institut</dd>
</dl>
</div>
</div>
<div style="margin-top:70px;">
<h3 style="font-size:36px; font-weight:700;">Otros</h3>
<ul style="margin-top:12px; padding:0px;">
<li style="margin-top:16px">proximamente</li>
<li style="margin-top:16px">habran más</li>
<li style="margin-top:16px">sorpresas</li>
</ul>
</div>
</div>
</section>
</body>
</html>