-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
155 lines (153 loc) · 6.09 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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<!doctype html>
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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=Boogaloo&family=Comfortaa&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/styles.css">
<link rel="shortcut icon" href="assets/OnfireRayuela.png" type="image/x-icon">
<script src="https://kit.fontawesome.com/858fa8ccfd.js" crossorigin="anonymous"></script>
<title>Fernando Q</title>
</head>
<body>
<div class="main">
<!-- SideInfo -->
<section class="leftSide">
<img class="profilePicture" src="assets/profilePicture.png" alt="Profile Picture" width="150px">
<div class="label">
<h1>FERNANDO QUIROGA</h1>
<h2>Software Developer</h2>
</div>
<div class="contactInfo">
<ul>
<li><i class="fa-solid fa-location-dot"></i>Santa Cruz, Bolivia</li>
<li><i class="fa-solid fa-phone"></i>(+591) 76673578</li>
<li><i class="fa-solid fa-envelope"></i>vfqs94@gmail.com</li>
</ul>
</div>
<div class="languages">
<h3><i class="fa-regular fa-comments"></i>LANGUAGES</h3>
<hr class="horizontalBar"/>
<ul>
<li>English - Advanced</li>
<li>Spanish - Native</li>
</ul>
</div>
<div class="knowledge">
<h3><i class="fa fa-cubes-stacked"></i>KNOWLEDGE</h3>
<hr class="horizontalBar"/>
<ul>
<li>Html</li>
<li>Css</li>
<li>C#</li>
<li>Python</li>
<li>JavaScript</li>
<li>Sql</li>
<li>Bootstrap</li>
<li>Git</li>
<li>Scrum</li>
<li>Poo</li>
<li>Design Patterns</li>
<li>Microservices</li>
</ul>
</div>
</section>
<section class="rightSide">
<!-- Resume -->
<div class="resume">
<h2>RESUME</h2>
<p>
Hey! let me introduce myself, My name is Fernando, I'm a passionate software developer who is continuously trying
to improve and innovate, I consider myself a non-conformist person with a hunger for success.
<br>Throughout my journey as a software developer I have followed the path of good practices and self-improvement, both when developing software and in any other aspect of my life.
<br>This has helped me to develop a set of skills such as leadership, proactivity, teamwork, people skills and responsibility.
<br>My goal as a professional is to apply all this set of knowledge and skills in a way that will lead to progress for everyone involved.
</p>
</div>
<!-- Work Experience -->
<div class="workExperience">
<h3><i class="fa fa-briefcase"></i>WORK EXPERIENCE</h3>
<ul>
<li class="row focused">
<div class="col-1">10/2021 - Present</div>
<div class="verticalBar"></div>
<div class="col-6">
<b>Software Developer</b><i>Info-Arch</i>
<p>
As today, I am part of InfoArch Devs Team and work with the stream-lining team to make updates
and enhancements that keep our leading reporting tool 'dReveal' at the forefront of technology.
</p>
</div>
</li>
<li class="row focused">
<div class="col-1">06/2019 - 01/2020</div>
<div class="verticalBar"></div>
<div class="col-6">
<b>Lab Manager</b><i>UAGRM</i>
<p>
Manager of a computer lab at faculty of engineering in computer science and telecommunications.
</p>
</div>
</li>
<li class="row focused">
<div class="col-1">2018 - 2018</div>
<div class="verticalBar"></div>
<div class="col-6">
<b>TI Department Assistant</b><i>Kieffer & associates</i>
<p>
Assistant to the TI manager, performing functions of
interviews and coordination/registration of face-to-face meetings.
</p>
</div>
</li>
</ul>
</div>
<!-- Studies -->
<div class="studies">
<h3><i class="fa fa-graduation-cap"></i>REGULATED STUDIES</h3>
<ul>
<li class="row focused">
<div class="col-1">Present</div>
<div class="verticalBar"></div>
<div class="col-6">
<b>Systems Engineering</b><i>Universidad Autónoma Gabriel René Moreno</i>
</div>
</li>
<li class="row focused">
<div class="col-1">2018</div>
<div class="verticalBar"></div>
<div class="col-6">
<b>Computer Systems</b><i>Infocal</i>
</div>
</li>
<li class="row focused">
<div class="col-1">2017</div>
<div class="verticalBar"></div>
<div class="col-6">
<b>Logic Programming</b><i>Infocal</i>
</div>
</li>
<li class="row focused">
<div class="col-1">2015</div>
<div class="verticalBar"></div>
<div class="col-6">
<b>English Degree (TOEFL)</b><i>CBA</i>
</div>
</li>
<li class="row focused">
<div class="col-1">2012</div>
<div class="verticalBar"></div>
<div class="col-6">
<b>High School Degree</b><i>Josefina Bálsamo 'Cordecruz'</i>
</div>
</li>
</ul>
</div>
</section>
</div>
<script src="js/bootstrap.bundle.min.js"></script>
</body>
</html>