Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compressed images for assecibilityu #44

Merged
merged 2 commits into from Aug 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion components/letter.js
Expand Up @@ -47,7 +47,7 @@ export const Letter = () => {
return (
<Box
sx={{
backgroundImage: 'url("/hackers-assemble.png")',
backgroundImage: 'url("/hackers-assemble.jpg")',
backgroundAttachment: 'fixed',
backgroundSize: 'cover',
position: 'relative',
Expand Down
4 changes: 2 additions & 2 deletions components/rundown.js
Expand Up @@ -80,8 +80,8 @@ export const Rundown = () => (
alt="At the corner of Figma HQ"
/>
<ComicImage
src="https://cloud-fweg9uw4i-hack-club-bot.vercel.app/0screenshot_2022-06-25_at_10.30.41_pm.png"
href="https://cloud-fweg9uw4i-hack-club-bot.vercel.app/0screenshot_2022-06-25_at_10.30.41_pm.png"
src="/figmahqbeige.jpg"
href="/figmahqbeige.jpg"
alt="Inside the Figma office"
/>
<ComicImage
Expand Down
Binary file added public/figmahqbeige.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/flagship.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/hackers-assemble.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.