-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (70 loc) · 2.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title> Amalia Cid's Personal Site </title>
</head>
<body>
<!--<img src="https://media-exp1.licdn.com/dms/image/C4D03AQEH9Ps4B7NdQw/profile-displayphoto-shrink_200_200/0/1658222477411?e=2147483647&v=beta&t=cjtLD2pAwrV6H9D9QkS1wsGfBgpEzLpPn_J63Fsk6iw" alt="Amalias's profile picture"> -->
<table cellspacing = "20">
<tr>
<td><img src = "foto cuadrada jardin vertical.jpg" width="200" height="200"></td>
<td><h1>Amalia Cid Blasco</h1>
<p><em>Co-Founder and CEO of <strong><a href="http://greenupcities.com/">GreenUp</a></strong>.</em></p>
<p> I am a curious person who enjoys learning. I like to give the most of myself and work in mustidiscisciplinary porjects.
Especially those that ombine technology with entrepeneurship, humanities and social studies. I give a lot of importance to design and oratory.</p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<ul>
<li>Computer Science and Engineering Degree</li>
<ul>
<li>Trying nesting</li>
</ul>
<li>Erasmus+ Program</li>
<li>School Education</li>
<li>English Education</li>
</ul>
<br>
<hr>
<h3>Work Experience</h3>
<table cellspacing="20">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>Dec 2021 - Current</td>
<td>Co-Founder and Programmer</td>
</tr>
<tr>
<td>May 2022 - Nov 2022</td>
<td>Computer and phone teacher for the elderly</td>
</tr>
</tbody>
<tfoot>
</tfoot>
</table>
<br>
<hr>
<h3> Skills </h3>
<table cellspacing="10">
<tr>
<td>Public Speaking </td> <td>⭐⭐⭐⭐</td>
<td>Leadership </td><td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Python</td><td>⭐⭐⭐</td>
<td>HTML </td><td>⭐⭐⭐</td>
</tr>
</table>
<br>
<a href="hobbies.html">My Hobbies</a>
<br>
<a href = "contactDetails.html">Contact me</a>
</body>
</html>