-
Notifications
You must be signed in to change notification settings - Fork 0
/
ENTREGA N°1 CV- ETCHEVERRY PABLO.html
238 lines (153 loc) · 4.79 KB
/
ENTREGA N°1 CV- ETCHEVERRY PABLO.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
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
<!DOCTYPE html>
<html lang="es" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Valentina Alcocer</title>
<style>
.contenedor {
margin-top: 100px;
display: flex;
background-color: pink;
padding: 25px;
color: black;
}
.text {
padding-left: 25px;
}
#fotito {
border-left-color: black;
padding-right: 20px;
font-weight: bold;
border-radius: 20px;
background: pink;
}
#principal {
padding-right: 25px;
font-style: italic;
font-size: 25px;
}
#alejar {
border: 2px black;
margin-left: 10px;
font-style: italic;
}
#datos {
background-color: darksalmon;
border: 2px solid black;
font-style: italic;
font-size: 20px;
}
#contacto {
background-color: lightpink;
font-style: italic;
border: 2px solid black;
font-size: 20px;
}
#habilidades {
background-color: thistle;
border: 2px solid black;
font-style: italic;
font-size: 20px;
}
#actuaciones {
background: pink;
border: 2px solid black;
font-style: italic;
font-size: 20px;
}
#deseos {
background-color: khaki;
border: 2px solid black;
font-style: italic;
font-size: 20px;
}
</style>
</head>
<body>
<div id="principal">
<h2>Valentina Alcocer</h2>
<img src="http://t3.gstatic.com/licensed-image?q=tbn:ANd9GcRFQfibhp778YA3dtM3-G7SdpfxHw3zJs6T5TjRwqaxHsx2hYUwQuvHjQU6Dfr6h6bO" id="fotito"
width="200"
align="left" />
</div>
<div id="datos">
<fieldset>
<legend>DATOS</legend>
<ul>
27 AÑOS
</ul>
<ul>
Nacionalidad argentina
</ul>
<ul>
19 de septiembre del 1995
</ul>
</fieldset>
</div>
<div id="contacto">
<fieldset>
<legend>CONTACTO</legend>
<ul>
Teléfono:+54 2281-520602
</ul>
<ul>
Gmail: [email protected]
</ul>
<ul>
Necochea 410
</ul>
</fieldset>
</div>
<div id="habilidades">
<fieldset>
<legend>HABILIDADES</legend>
<ul>
Actriz
</ul>
<ul>
Cantante
</ul>
<ul>
Compositora
</ul>
</fieldset>
</div>
<div id="actuaciones">
<fieldset>
<legend>ACTUACIONES</legend>
<ul>
Violetta (protagonista)
</ul>
<div class="contenedor">
<iframe width="400" height="200" align="right" controls autoplay muted
src="https://www.youtube.com/embed/VpYniCNm5cE"
title="YouTube video player"
frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen></iframe>
</div>
<div class="text">
<p>
Soy actriz y cantante, debuté de niña en la serie Patito feo
y también fui protagonista de Violetta una serie juvenil, aca enseño parte de mi actuación.
</p>
</div>
</fieldset>
</div>
<div id="deseos">
<fieldset>
<legend>ME GUSTARÍA...</legend>
<ul> actuar en proyectos relacionados con el cine para ampliar mi experiencia en actuación, sobre todo en géneros románticos y de comedia.</ul>
</fieldset>
</div>
<p>Presioname!</p>
<button onclick="Mymensaje()"> presioname! </button>
<script>
// mensajee
/*mensajito
*/function Mymensaje() {
alert("Gracias Daniel por tus explicativas clases y tu llevaderas clases!!Ahora se mucho mas sobre el lenguaje del futuro!! a seguir aprendiendo")
}
</script>
</body>
</html>