-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathother_field.html
164 lines (164 loc) · 7.04 KB
/
other_field.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
156
157
158
159
160
161
162
163
164
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>gguerra</title>
<link rel="stylesheet" href="styles.css" />
<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=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
rel="stylesheet"
/>
</head>
<body>
<div class="dashboard">
<nav class="dashboard__navbar">
<div class="dashboard__navbar-tittle">
<h2 class="tittle">Portfolio</h2>
</div>
<ul class="dashboard__navbar-pages">
<li class="navbar-links">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="navbar-links">
<a class="nav-link" href="about.html">About</a>
</li>
</ul>
<div class="navbar-social">
<a href="https://github.com/gaborgr" target="_blank">
<img
class="navbar-social__icon"
src="icons/icons8-github-50.png"
alt="github_logo"
/>
</a>
<a href="https://www.instagram.com/gabox_g/" target="_blank">
<img
class="navbar-social__icon"
src="icons/icons8-instagram-50.png"
alt="instagram_logo"
/>
</a>
<a
href="https://www.linkedin.com/in/gabriel-guerra-62835917/"
target="_blank"
>
<img
class="navbar-social__icon"
src="icons/icons8-linkedin-50.png"
alt="linkedin_logo"
/>
</a>
</div>
</nav>
<div class="other-experience_content">
<div class="other-experience_tittle">
<h1>Accounting Experience</h1>
</div>
<div class="container-other">
<img src="#" alt="" />
<p class="text-description">
Before deciding to pivot my career towards technology, I studied
Public Accounting in Venezuela, completing a rigorous five-year
program. This education gave me a deep understanding of the
financial world, including management control, company production
processes, cost optimization, and the analysis of expenses and
revenues. Over the years, I’ve worked in various roles across
different companies, accumulating extensive experience in
administration and finance.
</p>
<p class="text-description">
While this background may not directly relate to software
development, I firmly believe that every skill and knowledge I’ve
gained can be applied to any field. My financial experience has
taught me to approach challenges with a holistic perspective,
considering processes not just in isolation but as interconnected
parts of a greater system working toward a common goal.
</p>
<p class="text-description">
I graduated in 2006 with a degree in Public Accounting and have
since applied my education in real-world scenarios while gaining
valuable lessons beyond the classroom. I’ve held roles ranging from
Assistant and Analyst to leadership positions such as Supervisor and
Department Head. These roles allowed me to grow professionally, and
while I could continue in this field, my true passion lies in
technology.
</p>
<p class="text-description">
During my financial journey, I had the privilege of working with
renowned companies such as:
</p>
<p class="text-description">
<li>
<strong>KPMG</strong>, a global leader in consulting and financial
process auditing.
</li>
<li>
<strong>UNILEVER</strong>, a major producer of consumer goods.
</li>
<li><strong>BUPA</strong>, a medical services company.</li>
<li><strong>GL Events</strong>, a service-oriented company.</li>
</p>
<p class="text-description">
Each of these experiences had a common thread: improving processes,
optimizing costs, and maximizing outcomes. These goals not only
shaped my approach to work but also taught me transferable skills,
such as:
</p>
<p class="text-description">
<li>
<strong>Data analysis and decision-making.</strong>
</li>
<li>
<strong>Team collaboration and leadership.</strong>
</li>
<li>
<strong>Information flow management.</strong>
</li>
<li>
<strong>Procedure creation and standardization.</strong>
</li>
<li>
<strong
>Ensuring compliance with quality standards and process
efficiency.</strong
>
</li>
</p>
<p class="text-description">
One of the accomplishments I’m most proud of is establishing an
entire accounting department from scratch. I was entrusted to build
a team, design procedures, and align them with corporate standards.
Another highlight was overseeing the migration from one accounting
system to a newer platform—a complex task that required meticulous
planning to maintain the accuracy and integrity of financial data.
Additionally, I played a key role in launching a production plant,
handling complex cost analysis for raw materials and finished goods
to ensure the project’s success.
</p>
<p class="text-description">
These experiences have not only strengthened my professional
expertise but also given me confidence in my ability to adapt, lead,
and contribute in any environment.
</p>
<p class="text-description">
If you review my LinkedIn profile, you’ll find detailed insights
into the companies I’ve worked with and the roles I’ve held. I’d be
happy to share more about how I’ve contributed to these
organizations and the lessons I’ve learned during a conversation.
</p>
<p class="text-description">
Thank you for taking the time to learn about my background. I look
forward to exploring how my diverse experience can add value to your
team and help achieve shared goals.
</p>
</div>
</div>
</div>
<div class="footer-container">
<strong>Gabriel Guerra</strong> © Jr. Software Engineer
</div>
</body>
</html>