-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (68 loc) · 2.22 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
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>💖Olga Cover's Personal Site💖</title>
</head>
<table cellspacing="20">
<tr>
<td>
<img src="images/omc pic2-modified.png" alt="">
</td>
<td>
<h1> Olga Cover </h1>
<p><em>Computer Programmer/<strong> <a href="https://www.linkedin.com/in/olga-cover-66724325/"> Quality Assurance</em></strong></a></p>
<p>I am a Proactive, Task Oriented, Organized, Accountable, Committed,
Integrity, Excellence, Team Player</p>
</td>
</tr>
</table>
<body>
<hr>
<h3>Education</h3>
<p> <!-- asi se hace un parrafo-->
<ul>
<li><strong>Universidad de Panamá</strong></li>
Diplomado en Gestion de los Recursos Humanos por Competencia, Human
Resources Management/Personnel Administration, General · (2015 - 2015)<br><br>
<li><strong>Universidad Tecnológica de Panamá</strong></li>
Tecnico en Ingenieria con Especializacion en Diseño y Analisis de
Sistema, Computer Programming · (1993 - 2000)<br><br>
<li><strong>Universidad Tecnologica de Panama</strong></li>
Tecnico en Ingenieria con Especializacion en Analisis y Diseño de
Sistemas · (1993 - 1999)<br>
</ul>
</p>
<hr>
<p>
<h3>Experience</h3>
<ul>
<li>Touch Telecoms Global</li>
<li>Dell Panama</li>
<li>Caterpillar</li>
<li>DSS</li>
<li>Cable & Wireless Panama</li>
</ul>
</p>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<ul>
<td><li>Data cleaning and preparation</li></td> <td>⭐⭐⭐⭐⭐</td>
<td><li>Statistical knowledge</li></td> <td>⭐⭐⭐</td>
</tr>
<tr>
<td><li>Creating data visualizations</li></td> <td>⭐⭐⭐⭐⭐</td>
<td><li>Creating dashboards and reports</li></td> <td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td><li>Writing and communication</li></td> <td>⭐⭐⭐⭐⭐</td>
<td><li>Problem solving</li></td> <td>⭐⭐⭐⭐⭐</td>
</tr>
</ul>
</table>
<hr>
<a href="Hobbies.html">My hobbies</a><br>
<a href="ContactInformation.html">Contact Information</a>
</body>
</html>