Organise /public

As this directory grows it is nice to have all the images sorted into folders
This commit is contained in:
Sam Poder 2022-02-01 17:46:42 +08:00
parent ee66aa8321
commit e87face481
6 changed files with 4 additions and 4 deletions

View file

@ -144,7 +144,7 @@ const Page = () => (
<Grid mb={5} gap={3} columns={[null, 2, 3]}>
<Photo
src="/charlotte-vt.jpg"
src="/jobs/charlotte-vt.jpg"
alt={<>
<Link
href="https://thecharlottebridge.org/"
@ -176,7 +176,7 @@ const Page = () => (
showAlt
/>
<Photo
src="/hack-penn.jpg"
src="/jobs/hack-penn.jpg"
alt={
<>
<Link
@ -224,7 +224,7 @@ const Page = () => (
>
<Box sx={{ flex: 1, maxWidth: [null, null, 400] }}>
<Photo
src="/hq.jpg"
src="/jobs/hq.jpg"
alt="Our headquarters in beautiful Shelburne, Vermont"
width={500}
height={326.5}

View file

@ -45,7 +45,7 @@ const StickersPage = ({ stickers = [] }) => [
width={2732}
height={1821}
alt="Students exchanging stickers"
src="/stickers-hero.jpg"
src="/stickers/hero.jpg"
gradient
/>
<Card

View file

Before

Width:  |  Height:  |  Size: 363 KiB

After

Width:  |  Height:  |  Size: 363 KiB

View file

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

View file

Before

Width:  |  Height:  |  Size: 1.4 MiB

After

Width:  |  Height:  |  Size: 1.4 MiB

View file

Before

Width:  |  Height:  |  Size: 546 KiB

After

Width:  |  Height:  |  Size: 546 KiB