Skip to content

Commit 2ec2fb7

Browse files
Merge pull request #55 from ThomasJButler/v3.6.1
V3.6.1
2 parents 090bd11 + 58e6483 commit 2ec2fb7

4 files changed

Lines changed: 25 additions & 21 deletions

File tree

package-lock.json

Lines changed: 21 additions & 17 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"react": "^19.1.0",
1414
"react-dom": "^19.1.0",
1515
"react-markdown": "^10.1.0",
16-
"react-router-dom": "^7.6.3",
16+
"react-router-dom": "^7.12.0",
1717
"react-vertical-timeline-component": "^3.5.3",
1818
"remark-gfm": "^4.0.1",
1919
"scrollmagic": "^2.0.8",

src/constants/placeholderImages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const PLACEHOLDER_IMAGES = {
5555
matrixArcadeStatic: 'https://res.cloudinary.com/depqttzlt/image/upload/v1767710994/matrixarcade2_kbbnaf.png',
5656

5757
// HomePage introduction images - GIFs and Video
58-
matrixArcadeGif: 'https://res.cloudinary.com/depqttzlt/image/upload/v1767712404/matrixarcadegif2_ubesub.gif',
58+
matrixArcadeGif: 'https://res.cloudinary.com/depqttzlt/image/upload/w_320,q_auto,f_auto/v1767712404/matrixarcadegif2_ubesub.gif',
5959
modelVizGif: 'https://res.cloudinary.com/depqttzlt/image/upload/v1767712413/modelvizgif2_wkl1lh.gif',
6060
morpheusVideo: 'https://res.cloudinary.com/depqttzlt/video/upload/v1767706547/2_1080_N_s5t1ww.mp4',
6161
morpheusGif: 'https://res.cloudinary.com/depqttzlt/image/upload/v1767712416/morpheusgif2_zdkku9.gif',

src/pages/HomePage.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,11 +399,11 @@ export const HomePage: React.FC = () => {
399399
<div className="introduction-img">
400400
<img src={PLACEHOLDER_IMAGES.matrixArcadeGif} alt="The Matrix Arcade - Interactive Gaming Portal" />
401401
<img
402-
src="https://res.cloudinary.com/depqttzlt/image/upload/v1768064855/Tom_Minimalist_3D_logo_of_Personal_with_a_glowing_neon-green__fd6f82e1-e17a-459f-825b-aee88269f44a_1_ecz9sh.gif"
402+
src="https://res.cloudinary.com/depqttzlt/image/upload/w_320,q_auto,f_auto/v1768064855/Tom_Minimalist_3D_logo_of_Personal_with_a_glowing_neon-green__fd6f82e1-e17a-459f-825b-aee88269f44a_1_ecz9sh.gif"
403403
alt="Personal Logo Animation"
404404
className="intro-featured"
405405
/>
406-
<img src="https://res.cloudinary.com/depqttzlt/image/upload/v1768067110/modelviz2short_ukdyda.gif" alt="ModelViz - AI Model Comparison Platform" />
406+
<img src="https://res.cloudinary.com/depqttzlt/image/upload/w_320,q_auto,f_auto/v1768067110/modelviz2short_ukdyda.gif" alt="ModelViz - AI Model Comparison Platform" />
407407
</div>
408408

409409
{/* Featured Projects Section */}

0 commit comments

Comments
 (0)