From 20ee9d6eb3c8cb97f119e258e393d22e5a15b7ca Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Thu, 1 Jun 2023 14:20:58 -0400 Subject: [PATCH] add pokeapi logo --- public/images/pokeApiThumb.svg | 45 ++++++++++++++++++++++++++++++++++ src/projects.json | 2 +- 2 files changed, 46 insertions(+), 1 deletion(-) create mode 100644 public/images/pokeApiThumb.svg diff --git a/public/images/pokeApiThumb.svg b/public/images/pokeApiThumb.svg new file mode 100644 index 0000000..d47c9a1 --- /dev/null +++ b/public/images/pokeApiThumb.svg @@ -0,0 +1,45 @@ + + + + diff --git a/src/projects.json b/src/projects.json index 559061a..fefc8c9 100644 --- a/src/projects.json +++ b/src/projects.json @@ -21,7 +21,7 @@ "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. This project uses no bloated frontend technologies, making for quick loading times and fewer requests.", "mainImage": "pokeAPIComputer.png", - "thumbImage": "mentalMathThumb.svg" + "thumbImage": "pokeApiThumb.svg" }, { "name": "Messaging",