-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
117 lines (109 loc) · 2.37 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
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Martin's Personal Site☭</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="Images/400x400.jpg" alt="MAL" style="width:150px;height:150px;"></td>
<td>
<h1>Martin Alejandro Lasso</h1>
<p><em><strong>Software</strong> developer</p></em>
<p>Nacido en Argentina el miercoles 27/12/1989.</p>
</td>
</tr>
</table>
<hr size="3" noshade>
<h3>Educación</h3>
<ul>
<li>Educación primaria</li>
<li>Educación secundaria tecnica</li>
<li>Universidad </li>
<li><strong><a href="http://www.google.com">Google</a></strong></li>
</ul>
<hr size="3" noshade>
<h3>Work experience</h3>
<table>
<tr>
<td>2008</td>
<td>Termino secundaria</td>
</tr>
<tr>
<td>2014</td>
<td>UNLAM</td>
</tr>
<tr>
<td>2017</td>
<td>Europa</td>
</tr>
<tr>
<td>2019</td>
<td>UK</td>
</tr>
</table>
<hr size="3" noshade>
<br>
<table cellspacing="20">
<thead>
<th colspan="2"><strong>SKILLS</strong></th>
</thead>
<tbody>
<tr>
<td>
<table>
<tr>
<td>Python</td>
<td>🌟 🌟 </td>
</tr>
<tr>
<td>QBasic</td>
<td>🌟 </td>
</tr>
<tr>
<td>Pascal</td>
<td>🌟 🌟 </td>
</tr>
<tr>
<td>Asembler</td>
<td>🌟 </td>
</tr>
<tr>
<td>Visual Basic</td>
<td>🌟 🌟 🌟 🌟 </td>
</tr>
</td>
</table>
<td>
<table>
<tr>
<td>Cocina</td>
<td>🌟 🌟</td>
</tr>
<tr>
<td>Limpieza</td>
<td>🌟 🌟 🌟 🌟 </td>
</tr>
<tr>
<td>C++</td>
<td>🌟 🌟 🌟 🌟 </td>
</tr>
<tr>
<td>C#</td>
<td>🌟 🌟 </td>
</tr>
<tr>
<td>.NET</td>
<td>🌟 </td>
</tr>
</table>
</td>
</tr>
</tbody>
</table>
<br>
<a href="Hobbies.html">Hobbies</a>
<a href="Contacto.html"><strong>Contacto</strong></a>
</body>
</html>