Skip to content

Commit

Permalink
Added givecamp to my other work section
Browse files Browse the repository at this point in the history
  • Loading branch information
IDrumsey committed Nov 13, 2024
1 parent 5c8ecbe commit 909e5f9
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions app/homepage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -756,6 +756,46 @@ export default function HomePage() {
</Typography>
</Box>
</Grid>

{/* blossom hill cleveland givecamp 2023 */}
<Grid
item
xs={12}
md={6}
lg={4}
>
<Box
sx={{ backgroundColor: "#363636" }}
paddingX={4}
paddingY={2}
borderRadius={1}
>
<Typography
variant="h6"
sx={{ textAlign: isMobile ? "center" : "auto" }}
>
Cleveland GiveCamp 2023 Blossom Hill website upgrades
</Typography>
<hr />
<Box sx={{ paddingY: 2 }}>
<Image
src="/cleveland_givecamp_logo.jpg"
width={1148}
height={886}
/>
</Box>
<Typography
variant="body2"
fontWeight="bold"
sx={{
color: new Color("#fff").darken(0.4).toString(),
}}
>
Working with a team of volunteers, I helped work through some
website updates for the Blossom Hill website.
</Typography>
</Box>
</Grid>
</Grid>

<div
Expand Down
Binary file added public/cleveland_givecamp_logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 909e5f9

Please sign in to comment.