-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
54 lines (53 loc) · 1.57 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>My Resume</title>
</head>
<body>
<h1>Resume</h1>
<h2>Nika Valerija Vevere</h2>
<img src="images\1685450763073.jpg" height="150" alt="Profile photo">
<hr>
<h2>Summary</h2>
<p>
I'm a beginner web developer trying to take my first career steps.
I am excited to learn new skills. I have always been fascinated by the technology
and ways it can improve our lives.
</p>
<hr>
<h2>Education:</h2>
<ul>
<li>High school: Olaines 1. vidusskola (2007-2019)</li>
<li>Riga Technical University: Currently studying 2nd year bachelor's degree Intellectual Robotized Systems</li>
</ul>
<hr>
<h2>Experience:</h2>
<ul>
<li>Transcom Latvia-Customer Support Specialist (02.2021-05.2021)</li>
<li>Accenture Baltics – RPA developer bootcamp and internship (06.2022-10.2022)</li>
</ul>
<hr>
<h2>Skills:</h2>
<h3>Languages:</h3>
<ul>
<li>Latvian - native</li>
<li>English - intermediate</li>
<li>Russian - intermediate</li>
</ul>
<h3>Basics in programming languages:</h3>
<ul>
<li>JavaScript(jQuery)</li>
<li>PHP</li>
<li>HTML</li>
<li>CSS</li>
<li>OOP C++</li>
<li>Python</li>
</ul>
<hr>
<footer>
<h3><a href="./public/contact.html">Contact info</a></h3>
</footer>
</body>
</html>