-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
87 lines (73 loc) · 2.04 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title> Julieta's Personal Site</title>
<link rel="stylesheet" href="css/styles.css">
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="images/fotoCV.JPG" alt="Julieta profile picture" height="250" width="250"></td>
<td><h1>Julieta Barrabino</h1>
<p><em>"<a href="https://fi.ort.edu.uy/licenciatura-en-sistemas/plan-de-estudios">Licenciatura en Sistemas</a>" student at <strong><a href="https://www.ort.edu.uy">Universidad ORT Uruguay</a></strong></em></p>
<p>I am a student at <em>Universidad ORT Uruguay</em>, where I'm studying on my third year to get a Bachelor's degree in Information Systems. I'm intrested in learning about mobile and web development, and also wish to get a little more knowledge about UI/UX too.</p></td>
</tr>
</table>
<hr>
<h3>Education</h3>
<table cellspacing="20">
<thead>
<th>Dates</th>
<th>Insitution</th>
</thead>
<tbody>
<tr>
<td>2007-2017</td>
<td>St. Joseph Mary College</td>
</tr>
<tr>
<td>2018-Present</td>
<td>Universidad ORT Uruguay</td>
</tr>
</tbody>
</table>
<hr>
<br>
<h3>Certifications</h3>
<ul>
<li>First Certificate in English (2014)</li>
<li>Math (Core version) IGCSE (2015)</li>
<li>Spanish Literature IGCSE (2015)</li>
<li>English as a Second Language IGCSE (2015)</li>
<li>Certificate of Advanced English (2016)</li>
<li>Certificate of Proficiency in English (2017)</li>
</ul>
<br>
<hr>
<br>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Java</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>C++</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Swift</td>
<td>⭐⭐</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My hobbies</a>
<br>
<a href="contact-me.html">Contact Me!</a>
</body>
</html>