Add instagram and cherry blossoms

This commit is contained in:
Chuck Dries 2022-03-22 12:41:43 -07:00
parent 21a541005e
commit c0c8d66b2c
No known key found for this signature in database
GPG Key ID: A00B7AEAE1DC5BE6
4 changed files with 16 additions and 0 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -37,6 +37,14 @@ const Nav = ({ ar, isClient }) => (
Twitter Twitter
</a> </a>
</li> </li>
<li>
<a
className={getNavClasses(isClient)}
href="https://www.instagram.com/asubtlebutdeliciouscoffeecake/"
>
Instagram
</a>
</li>
<li> <li>
<a <a
className={getNavClasses(isClient)} className={getNavClasses(isClient)}

View File

@ -244,6 +244,8 @@ export const query = graphql`
"DSC01169.jpg" # ferris wheel reflection "DSC01169.jpg" # ferris wheel reflection
"DSC01142.jpg" # cali adventure cherry blossoms "DSC01142.jpg" # cali adventure cherry blossoms
"DSC01753.jpg" # rainy window cherry blossoms "DSC01753.jpg" # rainy window cherry blossoms
"DSC01800.jpg" # cherry blossom landscape sunny sky
"DSC01772.jpg" # cherry blossom portrait sunny sky
] ]
} }
} }