-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
83 lines (71 loc) · 2.25 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
74
75
76
77
78
79
80
81
82
83
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>👽 Davo's WebSite</title>
</head>
<body>
<h1>Estudiante de Ingeniería Electrónica y Redes</h1>
<img src="https://i.ytimg.com/vi/9jfOP9yY8E0/maxresdefault.jpg" alt="Davo Photo">
<p><em>Chico apasionado por la <strong>inovación y la solucion de problemas</strong></em></p>
<hr>
<h2>Intereses</h2>
<ul>
<li>Voley</li>
<li>Videogames</li>
<li>Musica</li>
<li>Nadar</li>
</ul>
<hr>
<h2>Skills</h2>
<table border="2">
<tr>
<td>
<table>
<tr>
<td>Programming</td>
<td>💚💚💚💚💚</td>
</tr>
<tr>
<td>Dance</td>
<td>💚💚💚</td>
</tr>
<tr>
<td>Game</td>
<td>💚💚💚💚💚</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>Sex</td>
<td>💚💚💚💚💚</td>
</tr>
<tr>
<td>Hate</td>
<td>💚</td>
</tr>
<tr>
<td>Nest</td>
<td>💚💚💚</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<h2>Contact me</h2>
<form class="" action="mailto:[email protected]" method="post">
<label >Your name: </label>
<input type="text" name="yourName" value=""> <br>
<label >Email:</label>
<input type="email" name="yourEmail" value=""><br>
<label for="">Message:</label>
<textarea name="yourMessage" cols="30" rows="10"></textarea><br>
<input type="submit" value="Submit">
</form>
</body>
</html>