-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (52 loc) · 1.16 KB
/
Copy pathindex.html
File metadata and controls
58 lines (52 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="css/style.css" rel="stylesheet">
<title>Presentacion</title>
</head>
<body>
<main>
<img src="img/codoACodo.png" alt="logo">
<h1>
Presentación personal
</h1>
<div>
<h2>
¿Quien soy?
</h2>
<p>
Me llamo Luis Arrieta tengo 25 años y trabajo de repartidor
</p>
</div>
<div>
<h2>
¿De donde soy?
</h2>
<p>
Vivo en Buenos Aires por el centro
</p>
</div>
<div>
<h2>
Hobbies
</h2>
<ul>
<li>Jugar video juegos</li>
<li>Salir a pasear</li>
<li>Ver peliculas y series</li>
</ul>
</div>
<div>
<h2>
¿Por qué se anotaron en codo a codo?
</h2>
<p>
Para poder aprender y buscar un trabajo como desarrollador full stack
</p>
</div>
</main>
</body>
</html>