Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
EMSMoreno authored Jun 20, 2024
1 parent f23819f commit dfc295f
Showing 1 changed file with 41 additions and 2 deletions.
43 changes: 41 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ <h1 class="logo">Eduardo M Resume</h1>
<li class="nav-link"><a href="#about-section" class="links">About</a></li>
<li class="nav-link"><a href="#skills-section" class="links">Skills</a></li>
<li class="nav-link"><a href="#edu-section" class="links">Education & Exp.</a></li>
<li class="nav-link"><a href="#project-section" class="links">Projects.</a></li>
<li class="nav-link"><a href="#contact-section" class="links">Contacts</a></li>
</ul>

Expand Down Expand Up @@ -70,7 +71,7 @@ <h1 class="heading">about me</h1>
</div>
</div>

<!-- Info regarding myself -->
<!-- Info regarding Myself -->
<div class="info">
<div style="text-align: center;">
<p>Hello there! 👋 </p>
Expand Down Expand Up @@ -100,7 +101,7 @@ <h2 class="sub-heading" id="skills-section">skills</h2>
<p class="skill-name">Web Development</p>
</div>

<!-- Timeline -->
<!-- Timeline Education & Experiences -->

<h2 class="sub-heading" id="edu-section">Education & Experiences</h2>

Expand Down Expand Up @@ -150,6 +151,44 @@ <h1 class="card-title">2024 - 2025</h1>
</div>
</section>

<!-- Timeline Projects -->

<h2 class="sub-heading" id="project-section">Projects</h2>

<div class="timeline-container">
<div class="card-container">
<div class="card">
<h1 class="card-title">2020-2021</h1>
<p class="card-body">Some Academic Projects since my return to Front-End and Web Development. Did a Disney+ Clone which grants me 19 out of 20 values.</p>
</div>
</div>
<div class="card-container">
<div class="card">
<h1 class="card-title">Jan 2022 - Jun 2022</h1>
<p class="card-body">Work on the City of Oakland & OAK Apps, using Outsystems Reactive Web, which was an international project. Been to Fidelidade Seguros, Portugal's biggest insurance company.</p>
</div>
</div>
<div class="card-container">
<div class="card">
<h1 class="card-title">Jul 2022 - Jul 2023</h1>
<p class="card-body">Develop software solutions for the biggest players in Portugal like Ageas Seguros, Delta Cafés, NOS (SGPS), PEPSICO and Sumol+Compal.</p>
</div>
</div>
<div class="card-container">
<div class="card">
<h1 class="card-title">Aug 2023 - Dec 2023</h1>
<p class="card-body">Did an internal project called GAP which allows to manage and survey projects, internal and external activities and actions of the company.</p>
</div>
</div>
<div class="card-container">
<div class="card">
<h1 class="card-title">Mar 2024 - On Going</h1>
<p class="card-body">Been selected to World Skills Portugal, a renowned global event, where I got 1º Place on the Pre-Selection Exam.</p>
</div>
</div>
</div>
</section>

<!-- Contact Section -->

<section id="contact-section">
Expand Down

0 comments on commit dfc295f

Please sign in to comment.