diff --git a/public/images/QWeatherThumb.svg b/public/images/QWeatherThumb.svg index 1a50698..8815ff3 100644 --- a/public/images/QWeatherThumb.svg +++ b/public/images/QWeatherThumb.svg @@ -1,19 +1,71 @@ + - - - - - + viewBox="0 0 264 264" + id="vector" + version="1.1" + sodipodi:docname="QWeatherThumb.svg" + xml:space="preserve" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"> + + + + + diff --git a/public/images/movieReactThumb.svg b/public/images/movieReactThumb.svg new file mode 100644 index 0000000..e42ecb8 --- /dev/null +++ b/public/images/movieReactThumb.svg @@ -0,0 +1,86 @@ + + + + + diff --git a/public/images/quadraticBotThumb.svg b/public/images/quadraticBotThumb.svg new file mode 100644 index 0000000..f01a291 --- /dev/null +++ b/public/images/quadraticBotThumb.svg @@ -0,0 +1,82 @@ + + + + diff --git a/public/images/videoChatThumb.svg b/public/images/videoChatThumb.svg new file mode 100644 index 0000000..305dbf4 --- /dev/null +++ b/public/images/videoChatThumb.svg @@ -0,0 +1,80 @@ + + + + diff --git a/src/components/Jumbo.astro b/src/components/Jumbo.astro index 608098e..a017e15 100644 --- a/src/components/Jumbo.astro +++ b/src/components/Jumbo.astro @@ -5,7 +5,6 @@ import Divider from "./Divider.astro"
- - Full Stack .NET Developer & Discord Bot Developer + Full Stack Web Developer and Discord Bot Developer -
diff --git a/src/projects.json b/src/projects.json index fefc8c9..e250a52 100644 --- a/src/projects.json +++ b/src/projects.json @@ -11,7 +11,7 @@ }, "technologies": "This project was built using Node.js and Discord.js.", "mainImage": "quadraticBotComputer.png", - "thumbImage": "mentalMathThumb.svg" + "thumbImage": "quadraticBotThumb.svg" }, { "name": "PokeAPI Searcher", @@ -42,7 +42,7 @@ "description": "A simple Web-RTC powered video chat, great for chatting with friends or family.", "technologies": "This project was built using EJS, PeerJS, Express, and Socket.IO.", "mainImage": "videoChatComputer.png", - "thumbImage": "mentalMathThumb.svg", + "thumbImage": "videoChatThumb.svg", "demoLink": "https://video.henryhiles.com" }, { @@ -63,7 +63,7 @@ "description": "An open-source website to find movies, written in React. Includes a client-side only rating system. Uses the TMDB API for data.", "technologies": "This project was built using React and CSS Modules.", "mainImage": "movieComputer.png", - "thumbImage": "mentalMathThumb.svg", + "thumbImage": "movieReactThumb.svg", "demoLink": "https://movies.henryhiles.com" }, {