-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
96 lines (79 loc) · 4.38 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>My Resume</title>
</head>
<body>
<h1>Taynara C. Nery Silva</h1>
<ul>
<li><h2>Summary</h2></li>
<p>Detail-oriented learning web developer
equipping myself with skills that range from coding to I hope, someday,
creating interfaces that users will love.
</p>
<a href="./about.html">More informations about me</a>
<li><h2>Education</h2></li>
<h3>08/2021 - Present</h3>
<p>Information Systems, Bachelor's Degree
UNA, Uberlândia - MG</p>
<h3>04/2014 - 08/2017 </h3>
<p>Translation - Interpretation, Bachelor's Degree
Universidade Federal de Uberlândia, Uberlândia - MG</p>
<li><h2>Languages</h2></li>
<p><b>Portuguese</b> - Native</p>
<p><b>French</b> - Native</p>
<p><b>English</b> - Fluent</p>
<p><b>German</b> - Basic</p>
<li><h2>Work Experience</h2></li>
<table>
<tr>
<th><p>08/2021 - Present</p></th>
<td><b>IT Intern (Junior Support Analyst) - Grupo Urca</b></td>
<td><p>Implementation, configuration, maintenance, and diagnosis of hardware and
support software, Windows operating systems, and TCP/IP network infrastructure Access control to resources
Help Desk support
Active Directory
NBS (+ PLSQL)
CRM
Monitoring the performance of installed technical resources</p></td>
</tr>
<tr>
<th><p>01/2019 - 08/2022 </p></th>
<td><b>English And French Teacher (Freelance)</b></td>
<td><p>Conducting classes (entirely in English or French) for students of all levels
and ages; administering written and oral tests and exams; correcting assignments and
tests; providing student support via phone or in-person; lesson planning;
organizing schedules and class timetables.</p></td>
</tr>
<tr>
<th><p>08/2017- 11/2019 </p></th>
<td><b>Translator (Freelance)</b></td>
<td><p>Translation and versioning (English, French, Portuguese), audio transcription,
and text proofreading. Experience with technical texts, particularly bilateral
agreements between Brazilian and foreign universities, academic records,
motivational letters, resumes, philosophy, etc. Assistance with interpretation.</p></td>
</tr>
<tr>
<th><p>08/2015 - 08/2017</p></th>
<td><b>Translation/Interpretation Intern (French - English)</b></td>
<td><p>Directorate Of International And Interinstitutional Relations (Universidade Federal De Uberlândia)
Welcoming foreign students
Assisting foreign students with obtaining RNE (foreigner's ID) and official documents authentication
Translation of agreements and conventions between foreign universities in Portuguese, English, and French
International emails and phone calls</p></td>
</tr>
</table>
<li><h2>Skills and informations</h2></li>
<p><b>HTML, CSS </b> (basic level)</p>
<p><b>JavaScript</b> (basic level)</p>
<p><b>Microsoft office </b> (advanced level) </p>
<p><b>Student Leader</b> at UNA institution (leading project)</p>
</ul>
<hr/>
<p><a href="./hobbies.html">My hobbies</a></p>
<p><a href="./contactInfo.html">Contact Details</a></p>
<footer>
<p>© 2023 Taynara Nery</p>
</footer>
</body>
</html>