-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (86 loc) · 1.81 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
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Henry's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="download.jpeg" alt="Perrito"></td>
<td><h1>Henry Caraguay</h1>
<p>
<em>Founder of <strong> Loja School of Coding</strong></em>
<br>
<strong> <a href="https://www.facebook.com/henry.fco3/">Pagina oficial Fb</a></strong>
<br>
<strong> <a href="https://twitter.com/hfco25"> Twitter </a> </strong>
</p></td>
</tr>
</table>
<p> My name is bla bla bla and i am learning again Html.</p>
<hr>
<h3>Books and Teaching </h3>
<ul>
<li>El extranjero</li>
<li>New Life</li>
<li>Canción de Hielo y Fuego</li>
</ul>
<h3><a href="hobbies.html">Hobbies</a> </h3>
<ol>
<li>Music</li>
<li>Chatting</li>
<li>Listening to music</li>
</ol>
<h1> Work Experience </h1>
<table border="1">
<thead>
<tr>
<th>Business</th>
<th>Time</th>
</tr>
</thead>
<tbody>
<tr>
<td>D-Una</td>
<td>2019-2021</td>
</tr>
<tr>
<td>D-Una</td>
<td>2019-2021</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<h3> Skills </h3>
<table border="1px">
<td>
<table>
<tr>
<td>HTML5</td>
<td>⭐⭐⭐⭐⬜</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐⭐⬜⬜</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>HTML5</td>
<td>⭐⭐⭐⭐⬜</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐⭐⬜⬜</td>
</tr>
</table>
</td>
</table>
<br>
<a href="contactpage.html"> <strong>Contact details</strong></a>
</body>
</html>