Skip to content

Commit

Permalink
Reduce thumbnail image sizes
Browse files Browse the repository at this point in the history
Some of the movie thumbnail images were relatively large in size
(dimensions and file size) and had inconsistent dimensions. This
commit will replace them with smaller and consistently sized images.
  • Loading branch information
br3ndonland committed Jul 2, 2024
1 parent 256892b commit cc44af3
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
3 changes: 3 additions & 0 deletions src/images/blade-runner-1982-eye.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions src/images/blade-runner-1982-eye.png

This file was deleted.

3 changes: 3 additions & 0 deletions src/images/jurassic-park-1993-04352-nedry-thanks-dad.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions src/images/jurassic-park-1993-04352-nedry-thanks-dad.png

This file was deleted.

3 changes: 3 additions & 0 deletions src/images/jurassic-park-1993-05414-nedryland.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions src/images/jurassic-park-1993-05414-nedryland.png

This file was deleted.

6 changes: 3 additions & 3 deletions src/pages/about.astro
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import Contact from "@components/Contact.astro"
import Hero from "@components/Hero.astro"
import Icon from "@components/Icon.astro"
import atWork from "@images/brendon-smith-at-work.jpg"
import bladeRunnerEye from "@images/blade-runner-1982-eye.png"
import bladeRunnerEye from "@images/blade-runner-1982-eye.jpg"
import coffeeGeorgeHowellMap from "@images/coffee-george-howell-map.jpg"
import coffeeGeorgeHowellModbar from "@images/coffee-george-howell-modbar.jpg"
import coffeeNYCCounterCulture from "@images/brendon-smith-coffee-2017-10-14-nyc-counter-culture.jpg"
Expand All @@ -14,8 +14,8 @@ import collegeLibrary from "@images/brendon-smith-college-library.jpg"
import fitnessBicepsCurls from "@images/brendon-smith-fitness-biceps-curls-2019-03-09.jpg"
import fitnessPullUps from "@images/brendon-smith-fitness-pull-ups-2019-03-09.jpg"
import fitnessTrackMeet from "@images/brendon-smith-fitness-track-2002.jpg"
import jurassicParkNedry from "@images/jurassic-park-1993-04352-nedry-thanks-dad.png"
import jurassicParkNEDRYLAND from "@images/jurassic-park-1993-05414-nedryland.png"
import jurassicParkNedry from "@images/jurassic-park-1993-04352-nedry-thanks-dad.jpg"
import jurassicParkNEDRYLAND from "@images/jurassic-park-1993-05414-nedryland.jpg"
import gradSchoolLab from "@images/brendon-smith-grad-school-lab.jpg"
import gradSchoolRegalia from "@images/brendon-smith-grad-school-doctoral-regalia.jpg"
import massiveAttack20101015 from "@images/massive-attack-2010-10-15-chicago-riviera.jpg"
Expand Down

0 comments on commit cc44af3

Please sign in to comment.