Skip to content

Commit

Permalink
Optimize images and fix mobile navigation links
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslegoff92 committed Feb 9, 2025
1 parent 16cacf3 commit a5b9490
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 2 deletions.
2 changes: 2 additions & 0 deletions client/dist/about.bundle.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions client/dist/app.bundle.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions client/dist/contact.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions client/dist/css/main.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions client/dist/css/main.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions client/dist/homepage.bundle.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions client/dist/projects.bundle.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions client/dist/setup.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions client/dist/testing.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion client/src/projects.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ document.addEventListener("DOMContentLoaded", () => {

expandImageRevealAnimationScroll(".projects-grid__img2");
revealAnimationScroll(".projects-grid__wrapper2");
expandImageRevealAnimationScroll(".projects-grid__img3");
expandImageRevealAnimationScroll(".projects-grid__img3");
revealAnimationScroll(".projects-grid__wrapper3");
expandImageRevealAnimationScroll(".projects-grid__img1");
revealAnimationScroll(".projects-grid__wrapper1");
Expand Down
2 changes: 1 addition & 1 deletion server/views/pages/homepage.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<span class="char hidden">D</span>
</div>

<div class="section-2">
<div class="section-2">
<span class="char hidden">D</span>
<span class="char hidden">E</span>
<span class="char hidden">V</span>
Expand Down

0 comments on commit a5b9490

Please sign in to comment.