Skip to content

Commit

Permalink
tried to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jjf2009 committed Dec 28, 2024
1 parent f364d0b commit 12a5d4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions script.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@ const projects = [
{
title: "Steve Jobs Tribute",
description: "A tribute page dedicated to Steve Jobs, showcasing responsive design and modern web principles.",
image: "/images/01-Tribute.png",
image: "./images/01-Tribute.png",
web: "https://steve-jobs-tribute.vercel.app/",
git: "https://github.com/jjf2009/Steve_Jobs_Tribute"
},
{
title: "Pokedex",
description: "An interactive Pokedex application built to showcase Pokemon data with responsive design.",
image: "/images/02.png",
image: "./images/02.png",
web: "https://pokedex-rho-lake.vercel.app/",
git: "https://github.com/jjf2009/PokemonSearchApp"
},
{
title: "Connect 4",
description: "A fun Connect 4 game implemented with engaging UI and responsive design.",
image: "/images/03.png",
image: "./images/03.png",
web: "https://connet-4.vercel.app/",
git: "https://github.com/jjf2009/Connet-4"
},
Expand Down

0 comments on commit 12a5d4d

Please sign in to comment.