Skip to content

Commit

Permalink
Minor formatting & content changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ZachMc21 committed Nov 15, 2024
1 parent 1bcde87 commit 9bab59a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 24 deletions.
17 changes: 0 additions & 17 deletions webpage/footer.js

This file was deleted.

10 changes: 5 additions & 5 deletions webpage/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1>Zach Magloughlin</h1>

<div id="whoami">
<p> Detail-oriented college senior with experience across subfields of computer science. </p>
<p> Passionate about continuous learning and solving everyday problems. </p>
<p> Passionate about continuous learning and solving problems that affect everyday. </p>
</div>
</div>

Expand All @@ -51,9 +51,9 @@ <h1>Zach Magloughlin</h1>
<ul>
<li> Java </li>
<p> JUnit </p>
<p> Jupyter notebooks </p>
<li> C++ </li>
<li> Python </li>
<p> Jupyter notebooks </p>
<p> matplotlib </p>
<p> pandas </p>
</ul>
Expand All @@ -63,8 +63,7 @@ <h1>Zach Magloughlin</h1>
<ul>
<li> HTML5 </li>
<li> CSS3 </li>
<li> JavaScript, React </li>
<li> TypeScript </li>
<li> JavaScript, TypeScript </li>
<li> Relational databases </li>
<p> SQL </p>
<p> PostgreSQL </p>
Expand Down Expand Up @@ -314,10 +313,11 @@ <h1> Hobbies! </h1>
</div> <!-- End main -->

<script src="skills.js"></script>

<!-- TODO animate each section to fade in as the user scrolls down -->
<!-- https://vincoding.com/fade-in-elements-scroll-jquery/ -->
<!-- https://coolcssanimation.com/how-to-trigger-a-css-animation-on-scroll/ -->
<!-- https://dev.to/selbekk/how-to-fade-in-content-as-it-scrolls-into-view-10j4 -->

<script src="projects.js"></script>
</body>

Expand Down
4 changes: 2 additions & 2 deletions webpage/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ h1.project_title {
#personal_life p {
font-size: 1.25vw;
text-align: center;
line-height: 1.25vw;
line-height: 1.5vw;
color: var(--navy-blue);
}

Expand Down Expand Up @@ -342,4 +342,4 @@ footer p {
100% {
opacity: 1;
}
}
}

0 comments on commit 9bab59a

Please sign in to comment.