add peter iredale pics

This commit is contained in:
Chuck Dries 2022-04-22 23:18:37 -07:00
parent 8bac350cef
commit 2045256434
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6
4 changed files with 9 additions and 4 deletions

BIN
data/gallery/DSC02610.jpg (Stored with Git LFS) Normal file

Binary file not shown.

BIN
data/gallery/DSC02615.jpg (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -13,7 +13,7 @@ const getButtonClasses = (isClient) =>
const ActionButtons = ({ isClient, image, shuffleImage }) => ( const ActionButtons = ({ isClient, image, shuffleImage }) => (
<div className="flex flex-col"> <div className="flex flex-col">
<div className="text-white p-4 m-4 bg-buzzwordsPrimary blurred-or-opaque-bg-1 rounded-xl flex flex-col text-center z-10"> <div className="text-white p-4 m-4 bg-buzzwordsPrimary blurred-or-opaque-bg-1 rounded-xl flex flex-col text-center z-10">
<h3 className="mb-2 drop-shadow">Try the game I&apos;m making!</h3> <h3 className="mb-2 drop-shadow">Try my word game!</h3>
<a className="rounded-full bg-buzzwordsPrimary hover:bg-yellow-300 text-black p-2" href="https://buzzwords.gg"> <a className="rounded-full bg-buzzwordsPrimary hover:bg-yellow-300 text-black p-2" href="https://buzzwords.gg">
Buzzwords Buzzwords
</a> </a>

View File

@ -242,14 +242,13 @@ export const query = graphql`
"_DSC0286.jpg" # god rays "_DSC0286.jpg" # god rays
"_DSC8998.jpg" # forest road "_DSC8998.jpg" # forest road
"DSC01169.jpg" # ferris wheel reflection "DSC01169.jpg" # ferris wheel reflection
"DSC01142.jpg" # cali adventure cherry blossoms
"DSC01753.jpg" # rainy window cherry blossoms
"DSC01800.jpg" # cherry blossom landscape sunny sky "DSC01800.jpg" # cherry blossom landscape sunny sky
"DSC01772.jpg" # cherry blossom portrait sunny sky "DSC01772.jpg" # cherry blossom portrait sunny sky
"DSC06201.jpg" # Wheatland snowy hills "DSC06201.jpg" # Wheatland snowy hills
"DSC01849.jpg" # cherry blossom among many
"DSC01924.jpg" # cherry blossom sea "DSC01924.jpg" # cherry blossom sea
"DSC03157.jpg" # constellation of flowers "DSC03157.jpg" # constellation of flowers
"DSC02610.jpg" # peter iredale portrait
"DSC02615.jpg" # rori iredale beach field camera
] ]
} }
} }