Skip to content
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.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions public/brightgaza-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions src/components/ResourceList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export default function ResourceList({ sections }: { sections: Section[] }) {
{/*/>*/}
<Box
sx={{
height: 60,
height: 80,
display: "flex",
justifyContent: "center",
alignItems: "center",
Expand All @@ -60,7 +60,7 @@ export default function ResourceList({ sections }: { sections: Section[] }) {
<img
src={res.logo}
alt={res.name}
style={{ maxHeight: "100%", maxWidth: "80%" }}
style={{ maxHeight: "100%", maxWidth: "100%" }}
/>
</Box>
<CardContent sx={{ paddingBottom: 0 }}>
Expand Down
6 changes: 6 additions & 0 deletions src/pages/help/hire.astro
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,12 @@ const resourceSections = [
logo: "/youmna.png",
description: `Remote Executive Assistants from Palestine — your "right hand".`,
},
{
name: "BrightGaza",
url: "https://brightgaza.com/",
logo: "/brightgaza-logo.svg",
description: `BrightGaza connects talented freelancers in Gaza with real remote work opportunities around the world, helping them grow professionally, earn income, and build sustainable careers.`,
},
],
},
{
Expand Down