Skip to content

Commit

Permalink
Added section coverletter
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoJArg committed Mar 31, 2024
1 parent 81a2d3a commit 4afd59c
Showing 1 changed file with 42 additions and 5 deletions.
47 changes: 42 additions & 5 deletions landing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,13 @@
section.landing h1 { font-size: 1.8rem; }
section.landing p { font-size: 1.3rem; padding-top: 20px; }

section.coverletter { background-color: var(--color-land-bg); color: var(--color-land-text); }
section.coverletter article { padding: 30px 0 30px 10% ; }
section.coverletter article > div { width: 90%; height: auto; padding: 30px; border: 3px solid var(--color-land-border); border-radius: 20px; background: rgba(0,0,0,0.5); }
section.coverletter h1 { font-size: 1.8rem; }
section.coverletter p { font-size: 1.3rem; padding-top: 20px; }


section:nth-child(2n+2) { background-color: var(--color-even-bg); color: var(--color-even-text); }
section:nth-child(2n+3) { background-color: var(--color-odd-bg); color: var(--color-odd-text); border-color: var(--color-odd-border); }

Expand Down Expand Up @@ -159,10 +166,10 @@
<header>
<nav>
<ul>
<li> <a href="/Index.html">Home Landing Page</a> </li>
<li> <a href="/Cover.html">Cover Letter</a> </li>
<li> <a href="/Resume.html">Resume</a> </li>
<li> <a href="/linkedin.html">LinkedIn</a> <i class="fa-brands fa-linkedin-in"></i> </li>
<li> <a href="/landing/Index.html">Home Landing Page</a> </li>
<li> <a href="/landing/Cover.html">Cover Letter</a> </li>
<li> <a href="/landing/Resume.html">Resume</a> </li>
<li> <a href="/landing/linkedin.html">LinkedIn</a> <i class="fa-brands fa-linkedin-in"></i> </li>
<li> <a href="/Proyecto1.html">Proyecto1</a> </li>
<li> <a href="/Proyecto2.html">Proyecto2</a> </li>
<li> <a href="/Proyecto3.html">Proyecto3</a> </li>
Expand All @@ -186,7 +193,37 @@ <h1>JACOBI, Diego Matias</h1>
<img class="img-cover" src="/img/hero/hero-home.jpg" alt="hero image" />
-->
</section>


<!---------------------------------------------------------
-----------------------------------------------------------
---------------------------------------------------------->
<main>
<section class="coverletter">
<article>
<div>
<h1>COVER LETTER</h1>
<p>
The economic-political environment of Argentina offers competitive engineers with a challenging and always changing labour market to showcase their skills in their career paths. This context has shaped my diverse range of experiences and achievements, from which I have enjoyed learning across the multiple disciplines involved.
</p><p>
Currently, I am residing in Sicily since December 2023, I am embracing this new environment, immersing myself in a new language, and actively seeking fresh opportunities in Europe.
</p><p>
Recently, I supported operations at an Engineering Services start-up in the oil&gas division. In this role, I acted as Field Engineer responsible for leading a team of 12 electricians and instrumentalists at the “El Cerrito” gas plant, located at 215 km near Rio Gallegos, Argentina.
</p><p>
Prior to Rio Gallegos, I resided in Rio Grande, Tierra del Fuego, an industrial city in the southernmost of Argentina, where I oversaw the maintenance of PCBA manufacturing machinery, SMT and THT, in EMS companies (Electronics Manufacturing Services) and Contract Electronics Manufacturers (CEM) for consumer electronics. Additionally, I held a seasonal position as Production and Engineering Supervisor. In previous years, I performed as Project Manager for NPI across various brands of smartphone manufacturing lines and investments.
</p><p>
I also resided in Germany, as part of the UTN-DAAD scholarship program, collaborating with the Technological University of Argentina (UTN) in Paraná, where I participated in a lithography project and obtained my degree over a 6.5-year study program).
</p><p>
From a very young age, I have been curious and skilled in informatics and science, developing self-taught skills in areas such as networking, programming and linux.
</p><p>
Living and working in different places has instilled in me a deep appreciation for diverse cultures and a strong adaptability, while my continuous development of skills has enabled me to extend beyond my immediate responsibilities, enhancing my responsiveness to business needs. This has allowed me to leverage my organizational abilities and deepen my understanding of industrialization processes.
</p>
</div>
</article>
<!--
<img class="img-cover" src="/img/hero/hero-home.jpg" alt="hero image" />
-->
</section>

<!---------------------------------------------------------
-----------------------------------------------------------
---------------------------------------------------------->
Expand Down

0 comments on commit 4afd59c

Please sign in to comment.