diff --git a/public/images/flappyComputer1.png b/public/images/flappyComputer.png similarity index 100% rename from public/images/flappyComputer1.png rename to public/images/flappyComputer.png diff --git a/public/images/flappyComputer2.png b/public/images/flappyComputer2.png deleted file mode 100644 index e10662a..0000000 Binary files a/public/images/flappyComputer2.png and /dev/null differ diff --git a/public/images/pokeAPIComputer1.png b/public/images/pokeAPIComputer.png similarity index 100% rename from public/images/pokeAPIComputer1.png rename to public/images/pokeAPIComputer.png diff --git a/public/images/pokeAPIComputer2.png b/public/images/pokeAPIComputer2.png deleted file mode 100644 index c905657..0000000 Binary files a/public/images/pokeAPIComputer2.png and /dev/null differ diff --git a/src/projects.json b/src/projects.json index fb04bad..b137fe3 100644 --- a/src/projects.json +++ b/src/projects.json @@ -21,7 +21,7 @@ "overview": "A simple flappy bird game, made with html elements, CSS, and JavaScript. Made without using canvas.", "description": "A simple flappy bird game, made with the technologies listed below. This project uses a modular design, with many JS files working together. It uses ES6 arrow functions instead of regular functions.", "technologies": "This project was built using handcrafted HTML, CSS, and JavaScript, and canvas wasn't used. This project uses no bloated frontend technologies, making for quick loading times and fewer requests.", - "computerImage": "flappyComputer1.png", + "computerImage": "flappyComputer.png", "mobileImage": "flappyMobile.png", "thumbImage": "flappyThumb.jpg" }, @@ -32,7 +32,7 @@ "overview": "A simple website where you can search for Pokemon by type or Pokedex. Uses the PokeAPI for data.", "description": "A simple website where you can search for Pokemon by type or Pokedex. Uses the PokeAPI for data. Made purely of HTML, CSS, and Vanilla Javascript. Uses the Fetch API for querying the PokeAPI.", "technologies": "This project was built using handcrafted HTML, CSS, and JavaScript, and canvas wasn't used. This project uses no bloated frontend technologies, making for quick loading times and fewer requests.", - "computerImage": "pokeAPIComputer1.png", + "computerImage": "pokeAPIComputer.png", "mobileImage": "pokeAPIMobile.png", "thumbImage": "pokeAPIThumb.png" },