Skip to content

Commit

Permalink
[website]: Add new section about interests
Browse files Browse the repository at this point in the history
  • Loading branch information
dfsmania committed Nov 17, 2023
1 parent 148b4ae commit 5acaf5f
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#interests">Interests</a>
</li>
<li class="nav-item">
<a class="nav-link js-scroll-trigger" href="#pdf-version">PDF Version</a>
</li>
Expand Down Expand Up @@ -317,6 +320,23 @@ <h6 class="text-success">Linux</h6>
</section>
<hr class="m-0" />

<!-- Interests-->
<section class="resume-section" id="interests">
<div class="resume-section-content">

<h2 class="mb-5">
<i class="fas fa-mug-saucer fa-bounce opacity-50" style="--fa-animation-duration:3s"></i>
Interests
</h2>

<p>Apart from being a software developer, I enjoy most of my time being outdoors with my family. During the weekends, except in the summer, I play soccer in a team of an amateur league here in Argentina.</p>

<p class="mb-0">When forced indoors, at nights, I follow a number of movies and television shows, and during the day I spend a large amount of my free time exploring the latest technology advancements in the web development world.</p>

</div>
</section>
<hr class="m-0" />

<!-- PDF Resume-->
<!-- TODO: Review, and embed a PDF viewer? -->
<section class="resume-section" id="pdf-version">
Expand Down

0 comments on commit 5acaf5f

Please sign in to comment.