remove useless images and 1 from urls

This commit is contained in:
Henry Hiles 2023-05-18 14:38:30 -04:00
parent 08e57beabb
commit 3c303aa0c5
5 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 53 KiB

After

Width:  |  Height:  |  Size: 53 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 51 KiB

View file

Before

Width:  |  Height:  |  Size: 108 KiB

After

Width:  |  Height:  |  Size: 108 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 78 KiB

View file

@ -21,7 +21,7 @@
"overview": "A simple flappy bird game, made with html elements, CSS, and JavaScript. Made without using canvas.", "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.", "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.", "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", "mobileImage": "flappyMobile.png",
"thumbImage": "flappyThumb.jpg" "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.", "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.", "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.", "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", "mobileImage": "pokeAPIMobile.png",
"thumbImage": "pokeAPIThumb.png" "thumbImage": "pokeAPIThumb.png"
}, },