-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
111 lines (100 loc) · 2.88 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
111
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Personal Site</title>
</head>
<body>
<table cellspacing="20">
<tr>
<td><img src="cleyrol.png" alt="cleyrol's-profile-picture"></td>
<td>
<h1>Cleyrol Santana</h1>
<p><em>I am a VOC Analyst</em></p>
<p>I am on the way to become a professional programmer. I ❤ coffee and anything that is sweet. I also like working out, and martial arts</p>
</td>
</tr>
</table>
<hr sise="3">
<h3>Education</h3>
<ul>
<li>Network and data communications technician <strong>(Certification)</strong></li>
<li>Prepare for data exploration <strong>Certification)</strong></li>
<li>Ask questions to make data-driven decisions <strong>(Certification)</strong></li>
<li>Foundations: Data, Data, everywhere <strong>(Certification)</strong></li>
</ul>
<hr>
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<th>Dates</th>
<th>Work</th>
<th>Company</th>
</thead>
<tbody>
<tr>
<td>Jan 2020 - Aug 2020</td>
<td>Team Manager (SME/CQA)</td>
<td>X</td>
</tr>
<tr>
<td>Dec 2016 - Dec 2019</td>
<td>Team Manager (Production)</td>
<td>X</td>
</tr>
<tr>
<td>Nov 2013 - Apr 2016</td>
<td>Team Manager (Production)</td>
<td>X</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>
<table>
<td>HTML</td>
<td>⭐⭐⭐⭐</td>
</tr>
<tr>
<td>CSS</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>JS</td>
<td>⭐</td>
</tr>
<tr>
<td>Python</td>
<td>⭐⭐</td>
</table>
</td>
<td>
<table>
<td>Excel</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Git</td>
<td>⭐⭐</td>
</tr>
<tr>
<td>SQL</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>Github</td>
<td>⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a target="_blank" href="myhobbies.html">My hobbies</a>
<a target="_blank" href="contact-me.html">Contact <Meta:utf></Meta:utf></a>
</body>
</html>