mirror of
https://github.com/System-End/site.git
synced 2026-04-19 18:35:12 +00:00
Non-profit => nonprofit & add alt text
This commit is contained in:
parent
6eae0c8b03
commit
0a29f0c35e
2 changed files with 13 additions and 12 deletions
|
|
@ -156,7 +156,7 @@ const DonorCard = ({ name, link = false }) => (
|
|||
|
||||
const PhotoRow = ({ photos }) => (
|
||||
<Box sx={{ height: '200px', overflow: 'hidden', width: '100vw' }}>
|
||||
<Box sx={{display: ['block', 'block', 'block', 'block', 'none']}}>
|
||||
<Box sx={{ display: ['block', 'block', 'block', 'block', 'none'] }}>
|
||||
<Marquee velocity={12}>
|
||||
{photos.map((photo, index) => (
|
||||
<Image
|
||||
|
|
@ -166,12 +166,13 @@ const PhotoRow = ({ photos }) => (
|
|||
className="next-image"
|
||||
height="200px"
|
||||
width="300px"
|
||||
key={"image-"+index}
|
||||
alt="Hack Club students"
|
||||
key={'image-' + index}
|
||||
/>
|
||||
))}
|
||||
</Marquee>
|
||||
</Box>
|
||||
<Box sx={{display: ['none', 'none', 'none', 'none', 'block']}}>
|
||||
<Box sx={{ display: ['none', 'none', 'none', 'none', 'block'] }}>
|
||||
<Marquee velocity={12}>
|
||||
{photos.map((photo, index) => (
|
||||
<Image
|
||||
|
|
@ -181,7 +182,8 @@ const PhotoRow = ({ photos }) => (
|
|||
className="next-image"
|
||||
height="200px"
|
||||
width="600px"
|
||||
key={"image-"+index}
|
||||
key={'image-' + index}
|
||||
alt="Hack Club students"
|
||||
/>
|
||||
))}
|
||||
</Marquee>
|
||||
|
|
@ -262,10 +264,14 @@ export default function Donate() {
|
|||
to Hack Club
|
||||
</Text>
|
||||
</Button>
|
||||
<Text sx={{ mt: 1, display: 'block', opacity: 0.8 }} fontSize={2} color="white">
|
||||
<Text
|
||||
sx={{ mt: 1, display: 'block', opacity: 0.8 }}
|
||||
fontSize={2}
|
||||
color="white"
|
||||
>
|
||||
Your contribution is tax-deductible.
|
||||
<br />
|
||||
Hack Club is a 501(c)(3) non-profit with the EIN 81-2908499.
|
||||
Hack Club is a 501(c)(3) nonprofit with the EIN 81-2908499.
|
||||
</Text>
|
||||
</Container>
|
||||
</Box>
|
||||
|
|
|
|||
|
|
@ -2819,16 +2819,11 @@ lodash@4.17.15:
|
|||
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.15.tgz"
|
||||
integrity sha512-8xOcRHvCjnocdS5cpwXQXVzmmh5e5+saE2QGoeQmbKmRS6J3VQppPOIt0MnmE+4xlZoumy0GPG0D0MVIQbNA1A==
|
||||
|
||||
lodash@^4.17.11, lodash@^4.17.19:
|
||||
lodash@^4.17.11, lodash@^4.17.19, lodash@^4.17.21:
|
||||
version "4.17.21"
|
||||
resolved "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz"
|
||||
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
||||
|
||||
lodash@^4.17.21:
|
||||
version "4.17.21"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
||||
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
||||
|
||||
loose-envify@^1.1.0, loose-envify@^1.4.0:
|
||||
version "1.4.0"
|
||||
resolved "https://registry.npmjs.org/loose-envify/-/loose-envify-1.4.0.tgz"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue