-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
110 lines (107 loc) · 2.95 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Alkatra&display=swap"
rel="stylesheet"
/>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Raleway&display=swap"
rel="stylesheet"
/>
<title>🍓✨Barbara's Personal Site✨🍓</title>
<link rel="stylesheet" href="css/styles.css" />
<link rel="icon" href="images/favicon.ico" />
</head>
<body>
<div class="nombre-bio">
<table cellspacing="20">
<tr>
<td>
<img
class="fit-picture"
src="images/barbara.png"
alt="Barbara's profile picture"
/>
</td>
<td>
<h1>Barbara Pazos Fernandez</h1>
<p>
<em
><strong>Electronics Technician</strong> at
<a href="https://www.diprotec.cl/">Diprotec Ltda.</a>
</em>
</p>
<p>
I am an electronics technician an technical support at Diprotec
Ltda. <br /><strong>I diagnose and repair</strong> thermal
printers and barcode readers.
</p>
</td>
</tr>
</table>
</div>
<hr size="3" noshade />
<h3>Education</h3>
<ul>
<li>
Escuela Industrial de San Antonio
<ul>
<li>Electronics Technician</li>
</ul>
</li>
<li>
University of Valparaiso
<ul>
<li>Public Administration</li>
</ul>
</li>
<li>
UNIACC
<ul>
<li>Bachelor's degree in Social Communication - Journalism</li>
</ul>
</li>
</ul>
<hr />
<h3>Work Experience</h3>
<table cellspacing="10">
<tr>
<td>2020-2021</td>
<td>Electronics Technician at EYE3</td>
</tr>
<tr>
<td>2022</td>
<td>Electronics Technician at MacOnline</td>
</tr>
<tr>
<td>2022</td>
<td>Electronics Technician at BARTECH S.A.</td>
</tr>
<tr>
<td>2022-2023</td>
<td>Electronics Technician at Diprotec Ltda.</td>
</tr>
</table>
<hr />
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Web Development</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>Arduino</td>
<td>⭐⭐⭐</td>
</tr>
</table>
<hr />
<a href="hobbies.html" class="botoncito-pesao"> My Hobbies </a>
<a href="contact.html" class="botoncito-pesao"> Contact me! </a>
</body>
</html>