-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
105 lines (92 loc) · 2.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>👾 Diego's Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="https://scontent.ftlv5-1.fna.fbcdn.net/v/t1.0-9/61315527_10157208341120970_4403463534311112704_o.jpg?_nc_cat=102&_nc_sid=cdbe9c&_nc_ohc=ZU3fjy22ZQ0AX9xOB3d&_nc_ht=scontent.ftlv5-1.fna&oh=f0b87eaab099cca20b69eb6cc3a51d52&oe=5F48D7B9" alt="YO" height="150px"></td>
<td>
<h1>Diego Elgart</h1>
<p><em>Fullstack Developer</em></p>
<p>Just another crazy guy trying to learn a new skill as programming is</p>
</td>
</tr>
</table>
<hr size="2">
<h2>Education</h2>
<ul>
<li>ORT Argentina High School</li>
<li>Sapir College</li>
<li>HackerU</li>
<li>The Complete Web Development</li>
</ul>
<hr>
<ul>
<li> <a href="https://www.ea.com/es-es/games/fifa/fifa-20">Fifa</a></li>
<li> <a href="https://www.freecodecamp.org/">The Free Code Camp page</a></li>
<li><a href="./hobbies.html">My Hobbies</a></li>
<li><a href="./contact.html">Contact Me</a></li>
</ul>
<hr>
<table>
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>2010-2013</td>
<td>Lead Developer at Tempo App</td>
</tr>
<tr>
<td>2010</td>
<td>Researcher at The Institue of Cofnitive Neurosciences</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<hr>
<h3>Skills</h3>
<table>
<td>
<table>
<tr>
<td>HTML +CSS</td>
<td>⚝ ⚝ ⚝ ⚝ </td>
</tr>
<tr>
<td>Javascript</td>
<td>⚝ ⚝ ⚝ ⚝ ⚝ </td>
</tr>
<tr>
<td>Film</td>
<td>⚝ ⚝ ⚝ ⚝ ⚝ ⚝ </td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>HTML +CSS</td>
<td>⚝ ⚝ ⚝ ⚝ </td>
</tr>
<tr>
<td>Javascript</td>
<td>⚝ ⚝ ⚝ ⚝ ⚝ </td>
</tr>
<tr>
<td>Film</td>
<td>⚝ ⚝ ⚝ ⚝ ⚝ ⚝ </td>
</tr>
</table>
</td>
</table>
</body>
</html>