leilukin-site/articles/palestine-masterlist/index.html

699 lines
47 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html lang="en" dir="ltr" id="top">
<head>
<meta property="og:title" content="Palestine Masterlist | Articles">
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Leilukin">
<meta name="description" content="My masterlist of resources related to Palestine.">
<meta name="generator" content="Eleventy v3.0.0">
<meta property="og:type" content="website">
<meta property="og:url" content="https://leilukin.com/articles/palestine-masterlist/">
<meta property="og:site_name" content="Leilukin's Hub">
<meta property="og:locale" content="en_MY">
<meta property="og:description" content="My masterlist of resources related to Palestine.">
<meta name="twitter:card" content="summary">
<meta name="twitter:url" content="https://leilukin.com/articles/palestine-masterlist/">
<meta name="twitter:description" content="My masterlist of resources related to Palestine.">
<link rel="canonical" href="https://leilukin.com/articles/palestine-masterlist/">
<link rel="alternate" type="application/rss+xml" title="Leilukin&#39;s Hub" href="/feed.xml">
<link rel="preload" href="/assets/fonts/lexend/lexend-v19-latin-regular.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/assets/fonts/lexend/lexend-v19-latin-700.woff2" as="font" type="font/woff2" crossorigin>
<style>
@font-face {
font-display: swap;
font-family: 'Lexend';
font-style: normal;
font-weight: 400;
src: url('/assets/fonts/lexend/lexend-v19-latin-regular.woff2') format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Lexend';
font-style: normal;
font-weight: 600;
src: url('/assets/fonts/lexend/lexend-v19-latin-600.woff2') format('woff2');
}
@font-face {
font-display: swap;
font-family: 'Lexend';
font-style: normal;
font-weight: 700;
src: url('/assets/fonts/lexend/lexend-v19-latin-700.woff2') format('woff2');
}
</style>
<link rel="stylesheet" href="/assets/fonts/intel-one-mono/intel-one-mono.css">
<link rel="stylesheet" href="/assets/css/global.css"><link rel="stylesheet" href="/assets/css/general.css"><link rel="stylesheet" href="/assets/css/content.css"><link rel="stylesheet" href="/assets/css/plugins.css"><link rel="stylesheet" href="/assets/css/components.css"><link rel="stylesheet" href="/assets/css/a11y-syntax-highlighting-dark.css"><link rel="stylesheet" href="/assets/css/pridesymbols.css"><link rel="stylesheet" href="/assets/css/utility.css">
<style>.toc__wrapper {
max-height: 89vh;
overflow-x: auto;
background-color: var(--clr-content-bg);
padding: 1rem 1.3rem;
}
.toc__heading {
font-size: 1.3rem;
font-weight: 700;
color: var(--clr-sub-heading);
}
.toc ol,
.toc ol ol {
display: grid;
gap: 0.3em;
}
.toc ol {
border-top: 0.1em solid var(--clr-title-border);
padding-left: 1.3em;
padding-top: 1em;
}
.toc ol ol {
border-top: none;
list-style-type: disc;
padding-left: 1em;
padding-top: 0.3em;
}
.toc ol a {
font-size: 1.1rem;
padding-left: 0.3em;
}
.toc ol ol a {
padding: 0;
font-size: 1rem;
}
.content__nav {
padding: 1.2em clamp(1em, 5%, 1.5em);
background-color: var(--clr-content-bg);
}
.content__nav--title {
font-size: 1.7rem;
}
.breadcrumbs {
list-style-type: "";
padding: 0;
margin: 0 0 0.7em 0;
display: flex;
gap: 0.5em;
flex-wrap: wrap;
justify-content: center;
}
.breadcrumbs li::after {
content: '➔';
padding-left: 0.3em;
}
.article__info--desc { margin-bottom: 1em; }
.blog__post--pagination {
padding-top: 1em;
margin-top: 2.5em;
border-top: 0.1em solid var(--clr-title-border);
}
.blog__post--nextprev {
list-style-type: "";
padding: 0;
margin: 0;
display: grid;
gap: 0.7em;
grid-template-columns: repeat(2, 1fr);
grid-template-areas: 'prev next';
}
.blog__post--prev { grid-area: prev; }
.blog__post--next { grid-area: next; }
.hero img { filter:
drop-shadow(0.1rem 0.1rem 0.2rem black)
drop-shadow(0.1rem 0.1rem 0.2rem rgba(30, 30, 30, 0.8))
; }
.hero {
width: 100%;
background-color: var(--clr-hero-bg);
display: flex;
flex-direction: column;
justify-content: center;
text-align: center;
}
.hero__top-bar {
background-color: var(--clr-navbar-bg);
width: 100%;
padding: 0.5em 0.7em;
}
.hero__img {
display: grid;
place-content: center;
}
.hero img {
object-fit: contain;
overflow: hidden;
max-height: 16rem;
}
.navbar {
background: var(--clr-navbar-bg);
width: 100%;
z-index: 998;
position: sticky;
top: 0;
padding: 0.6em;
}
.navbar__menu {
list-style-type: "";
margin: 0;
padding: 0;
display: flex;
gap: 1em;
flex-wrap: wrap;
text-align: center;
}
.navbar__menu a {
color: var(--clr-navbar-link);
text-decoration: none;
cursor: pointer;
display: inline-block;
}
.navbar__menu a:hover { color: var(--clr-link-hover); }
.navbar__menu a:focus { outline-offset: 0.2em; }
.navbar__links {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
gap: 0.5em;
}
.navbar__toggle {
background-color: inherit;
color: var(--clr-navbar-link);
border: none;
padding: 0;
font-size: 1.25rem;
font-weight: 700;
display: none;
align-items: center;
gap: 0.3em;
}
.navbar__toggle svg { fill: currentColor; }
.navbar__toggle:focus,
.navbar__menu a:focus { outline-offset: 0.1em; }
.navbar__toggle:focus,
.navbar__menu a:focus { outline: 0.15em solid var(--clr-navbar-link); }
.navbar__popover {
background-color: var(--clr-navbar-bg);
border: 0.15em solid var(--clr-navbar-link);
padding: 1.5em;
max-width: 85%;
}
.navbar__popover::backdrop {
background-color: black;
opacity: 0.5;
}
@supports selector([popover]) {
.navbar__toggle { display: flex; }
.navbar__links { display: none; }
}
/* Tablet screen size */
@media only screen and (min-width: 43.75rem) {
.navbar { padding: 1em 0.6em; }
.navbar__toggle, .navbar__popover { display: none; }
.navbar__links { display: flex; }
}
.top-btn,
.top-btn:hover {
color: var(--clr-top-btn-txt);
text-decoration: none;
}
.top-btn {
position: fixed;
bottom: 0.5rem;
right: 0.5rem;
z-index: 999;
background-color: var(--clr-top-btn-bg);
display: flex;
align-items: center;
border-radius: 50em;
padding: 0.3em 0.5em;
gap: 0.2em;
}
.top-btn:focus {
outline: 0.25em solid var(--clr-top-btn-bg);
outline-offset: 0.15em;
}
.top-btn__arrow {
display: inline-block;
width: 1em;
aspect-ratio: 1 / 1;
stroke-width: 0;
stroke: currentColor;
fill: currentColor;
}
:root { --footer-gap: 0.5em; }
.footer {
margin-top: auto;
width: 100%;
background: var(--clr-main-footer-bg);
padding: 1.5rem 1rem clamp(1.5rem, calc(100% - 1.5rem), 3.5rem);
text-align: center;
display: grid;
gap: var(--footer-gap);
}
.footer__links,
.footer__shrines {
display: flex;
flex-wrap: wrap;
justify-content: center;
column-gap: var(--footer-gap);
}
.footer__links { justify-self: center; }
.footer__shrines { align-self: center; }</style>
<link rel="icon" sizes="32x32" href="/assets/favicon/favicon.ico">
<link rel="icon" type="image/svg+xml" href="/assets/favicon/leilukin-bee-favicon.svg">
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicon/apple-touch-icon.png">
<link rel="manifest" href="/assets/favicon/site.webmanifest">
<link rel="me" href="mailto:contact@leilukin.com">
<link rel="me" href="https://dragonscave.space/@Leilukin">
<link rel="me" href="https://github.com/Leilukin">
<link rel="authorization_endpoint" href="https://indieauth.com/auth">
<script src="/assets/js/MnPoD-suxd.js" defer></script>
<script src="/assets/js/details-utils.js" defer></script>
<title>
Palestine Masterlist | Articles | Leilukin's Hub
</title>
</head>
<body>
<div class="skip-btn"><a href="#content">Skip to content</a></div>
<header class="hero">
<div class="hero__top-bar hidden"></div>
<div class="hero__img">
<img fetchpriority="high" src="/assets/leilukin/Leilukins-Hub-website-banner.avif" alt="Banner of Leilukin's Hub" width="900" height="300">
</div>
</header>
<nav class="navbar" aria-labelledby="top-level-nav-title">
<h2 class="visually-hidden" id="top-level-nav-title">Top Level</h2>
<ul class="navbar__menu navbar__links">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/about/">About</a>
</li>
<li>
<a href="/now/">Now</a>
</li>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/articles/">Articles</a>
</li>
<li>
<a href="/projects/">Projects</a>
</li>
<li>
<a href="/shrines/">Shrines</a>
</li>
<li>
<a href="/adoptables/">Adoptables</a>
</li>
<li>
<a href="/links/">Links</a>
</li>
<li>
<a href="/guestbook/">Guestbook</a>
</li>
</ul>
<button class="navbar__toggle" popovertarget="nav-menu" aria-label="Toggle navigation menu">
<svg aria-hidden="true" focusable="false" width="1em" height="1em" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><!--!Font Awesome Free 6.6.0 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M0 96C0 78.3 14.3 64 32 64l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 128C14.3 128 0 113.7 0 96zM0 256c0-17.7 14.3-32 32-32l384 0c17.7 0 32 14.3 32 32s-14.3 32-32 32L32 288c-17.7 0-32-14.3-32-32zM448 416c0 17.7-14.3 32-32 32L32 448c-17.7 0-32-14.3-32-32s14.3-32 32-32l384 0c17.7 0 32 14.3 32 32z"/></svg>
Navigation
</button>
</nav>
<div popover id="nav-menu" class="navbar__popover">
<ul class="navbar__menu">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/about/">About</a>
</li>
<li>
<a href="/now/">Now</a>
</li>
<li>
<a href="/blog/">Blog</a>
</li>
<li>
<a href="/articles/">Articles</a>
</li>
<li>
<a href="/projects/">Projects</a>
</li>
<li>
<a href="/shrines/">Shrines</a>
</li>
<li>
<a href="/adoptables/">Adoptables</a>
</li>
<li>
<a href="/links/">Links</a>
</li>
<li>
<a href="/guestbook/">Guestbook</a>
</li>
</ul>
</div>
<main id="content">
<header class="main__header">
<nav aria-labelledby="breadcrumbs-title">
<h2 class="visually-hidden" id="breadcrumbs-title">Breadcrumbs</h2>
<ol class="breadcrumbs">
<li>
<a href="/articles/">Articles</a>
</li>
</ol>
</nav>
<h1>Palestine Masterlist</h1>
<div class="article__info">
<p class="article__info--desc">My masterlist of resources related to Palestine.</p>
<p>Posted on 19 June 2024 by Leilukin
• Last updated on 5 September 2024</p>
<p>Categories:
<a href="/categories/palestine">palestine</a>
</p>
<p>🍿 7 min. read</p>
</div>
</header>
<content-wrapper>
<aside class="left-sidebar" aria-label="Left sidebar">
<details-utils force-open="(min-width: 60rem)" force-restore>
<details class="toc__wrapper sidebar--sticky">
<summary class="toc__heading" id="toc-heading">
Table of Contents
</summary>
<nav class="toc" aria-labelledby="toc-heading"><ol><li><a href="#educate-yourself">Educate Yourself</a></li>
<li><a href="#articles">Articles</a></li>
<li><a href="#petitions">Petitions</a></li>
<li><a href="#donations-and-charities">Donations and Charities</a></li>
<li><a href="#boycotts">Boycotts</a></li>
<li><a href="#spotlight-crowdfunding-campaigns">Spotlight Crowdfunding Campaigns</a></li></ol></nav>
</details>
</details-utils>
</aside>
<article class="content">
<p><img src="/assets/buttons/misc/standwithpalestine.png" alt="Stand with Palestine"></p>
<p>(Credit to <a href="https://hillhouse.neocities.org/journal/notes/palestine">rosemary</a> for the Stand with Palestine button)</p>
<p>From the river to the sea, Palestine will be free.</p>
<p>Here, I am compiling a list of resources related to Palestine. This list is not comprehensive by any means, but I still want to do my part in using my platform to support an important cause.</p>
<div class="heading-wrapper h2">
<h2 id="educate-yourself">Educate Yourself</h2>
<a class="heading-anchor" href="#educate-yourself" aria-labelledby="educate-yourself"><span hidden>#</span></a></div>
<ul>
<li><a href="https://decolonizepalestine.com/">Decolonize Palestine</a></li>
<li><a href="https://www.thepalestineacademy.com/">The Palestine Academy</a></li>
<li>Haymarket's <a href="https://www.haymarketbooks.org/blogs/495-free-ebooks-for-a-free-palestine">Free Ebooks for a Free Palestine</a></li>
<li><a href="https://today.visualizingpalestine.org/">Palestine, Today: Explore how Palestine has been transformed since the Nakba</a></li>
<li><a href="https://palopenmaps.org/">Palestine Open Maps</a></li>
<li><a href="https://www.palestineremembered.com/">Palestine Remembered</a></li>
</ul>
<div class="heading-wrapper h2">
<h2 id="articles">Articles</h2>
<a class="heading-anchor" href="#articles" aria-labelledby="articles"><span hidden>#</span></a></div>
<ul>
<li><a href="https://medium.com/@thegriefwitch/what-is-the-ethical-way-to-climb-out-of-hell-8ed51bdc327b">What is the Ethical Way to Climb Out of Hell?</a> by The Grief Witch (17 October 2023)</li>
<li><a href="https://www.thenation.com/article/world/what-does-it-mean-to-be-palestinian-now/">What Does It Mean to Be Palestinian Now?</a> by The Nation (25 January 2024)</li>
</ul>
<div class="heading-wrapper h2">
<h2 id="petitions">Petitions</h2>
<a class="heading-anchor" href="#petitions" aria-labelledby="petitions"><span hidden>#</span></a></div>
<ul>
<li><a href="https://www.change.org/p/an-open-letter-from-palestinian-christians-to-western-church-leaders-and-theologians">An Open Letter from Palestinian Christians to Western Church Leaders and Theologians</a></li>
</ul>
<div class="heading-wrapper h2">
<h2 id="donations-and-charities">Donations and Charities</h2>
<a class="heading-anchor" href="#donations-and-charities" aria-labelledby="donations-and-charities"><span hidden>#</span></a></div>
<ul>
<li><a href="https://arab.org/click-to-help/palestine/">Daily click to help Palestine on arab.org</a></li>
<li><a href="https://www.pcrf.net/">Palestine Children's Relief Fund</a></li>
<li><a href="https://gazaesims.com/">eSims for Gaza</a></li>
<li><a href="https://chuffed.org/project/crips-for-esims-for-gaza">Crips for eSims for Gaza</a></li>
<li><a href="https://gazafunds.com">Gaza Funds</a></li>
<li><a href="https://docs.google.com/spreadsheets/d/1vtMLLOzuc6GpkFySyVtKQOY2j-Vvg0UsChMCFst_WLA/htmlview">Operation Olive Branch</a></li>
<li><a href="https://www.operationpoppyflower.com/">Operation Poppy Flower</a></li>
<li><a href="https://linktr.ee/strawberryseedcollective">Strawberry Seed Collective</a></li>
<li><a href="https://linktr.ee/projectwatermelon">Project Watermelon</a></li>
<li><a href="https://linktr.ee/beesandwatermelons">Bees And Watermelons</a></li>
<li><a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0">el-shab-hussein and nabulsi's Vetted Gaza Evacuation Fundraiser List</a></li>
<li><a href="https://linktr.ee/ottawa4palestine">Ottawa4Palestine</a>'s <a href="https://docs.google.com/spreadsheets/d/1FC1fK-3r-w3wPi2AdYho5_0j148QC6wkFIMdJA5kX4c/edit?gid=0#gid=0">Gaza Evacuation Relief Fund</a></li>
<li><a href="https://docs.google.com/spreadsheets/d/1o_kH9RnGmKOXmEcMUBTWcMhgdTKIequ__xiPym7RGtE/edit?gid=0#gid=0">GoFund(water)Me(lons)</a></li>
<li><a href="https://www.gofundme.com/f/helping-the-people-of-gaza-mutual-aid-fund">Helping the People of Gaza - Mutual Aid Fund</a></li>
<li><a href="https://x.com/careforgaza">Care for Gaza</a></li>
<li><a href="https://x.com/GazaDirectAid">Direct Aid for Gaza</a></li>
<li><a href="https://gaza-city.ensany.com/campaign/6737?lang=en">Life For Gaza</a></li>
<li><a href="https://www.taawon.org/en/content/gaza-needs-us-now">Taawon</a></li>
<li><a href="https://www.wfp.org/emergencies/palestine-emergency">World Food Programme (WFP)</a></li>
<li><a href="https://www.map.org.uk/">Medical Aid for Palestinians</a></li>
<li><a href="https://www.gofundme.com/f/urgent-help-dribrahem-to-treat-the-pateints-homeless-people">Help Dr. Ibrahem to treat the pateints homeless people</a></li>
<li><a href="https://www.gofundme.com/f/support-for-marginalized-refugees-in-jordan">Support for Tents in Gaza</a></li>
<li><a href="https://gaza-city.ensany.com/campaign/6737?lang=EN">Gaza Municipality's water project</a></li>
</ul>
<div class="heading-wrapper h2">
<h2 id="boycotts">Boycotts</h2>
<a class="heading-anchor" href="#boycotts" aria-labelledby="boycotts"><span hidden>#</span></a></div>
<ul>
<li><a href="https://bdsmovement.net/">BDS Movement</a></li>
<li><a href="https://www.notechforapartheid.com/">No Tech For Apartheid</a></li>
<li>Attention to website owners: <a href="https://boycottwix.org/">Boycott Wix</a> — The BDS movement has <a href="https://bdsmovement.net/Act-Now-Against-These-Companies-Profiting-From-Genocide">listed Wix as an organic boycott target</a>, meaning the BDS movement did not initiate this grassroots boycott campaign, but supports it due to the boycotted brand's complicity in Israel's genocide and apartheid against Palestinians.</li>
</ul>
<div class="heading-wrapper h2">
<h2 id="spotlight-crowdfunding-campaigns">Spotlight Crowdfunding Campaigns</h2>
<a class="heading-anchor" href="#spotlight-crowdfunding-campaigns" aria-labelledby="spotlight-crowdfunding-campaigns"><span hidden>#</span></a></div>
<p>There are Palestinians who have reached out to me on Tumblr to ask for help with sharing their fundraising campaigns, so I am using my platform to share them. These campaigns have been verified by other Palestinians and trusted sources (including ones who are on Tumblr), so I encourage you to help to donate and share at the best of your abilities.</p>
<ul>
<li><a href="https://www.gofundme.com/f/ne9gzx-help-them-to-survive">Help...Save a Pregnant Mother's Life and Support Her Family</a> (verified by <a href="https://www.tumblr.com/nabulsi/751944563232587777">nabulsi</a> and shared by <a href="https://www.tumblr.com/90-ghost/752304563682476032">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-sahar-and-her-family-to-evacuate-gaza">Help Sahar and Her Family to Evacuate Gaza</a> (verified by <a href="https://www.tumblr.com/el-shab-hussein/749777880017502208/another-fundraiser-i-trust">el-shab-hussein</a>)</li>
<li><a href="https://www.gofundme.com/f/help-us-escape-gaza-a-mothers-plea-for-safety">Help Us Escape Gaza: A Mother's Plea for Safety</a> (#182 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A186">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>)</li>
<li><a href="https://www.gofundme.com/f/from-war-to-education-abdelrahmans-resilient-journey">From War to Education: Abdelrahman Resilient Journey</a> (verified by <a href="https://www.tumblr.com/nabulsi/753544070688915456">nabulsi</a> and shared by <a href="https://www.tumblr.com/90-ghost/753258782216404992">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/i-have-nothing-left-my-home-and-workplace-have-be">Please Help Tahani save her children and husband</a> (verified by <a href="https://www.tumblr.com/el-shab-hussein/748756401076207616/list-of-fundraisers-for-direct-contacts-from">el-shab-hussein</a>)</li>
<li><a href="https://www.gofundme.com/f/please-help-shamaly-family-start-a-new-life">Please help Shamaly family SURVIVE Gaza &amp; start a new life!</a> (verified by <a href="https://www.tumblr.com/nabulsi/753715707609530368">nabulsi</a>)</li>
<li><a href="https://www.gofundme.com/f/reunite-us-with-our-beloved-4-kids-stuck-in-gaza">Help us reunite with our kids who are stuck in Gaza</a> (shared by <a href="https://www.tumblr.com/90-ghost/754096091530723328/donate-to-help-us-reunite-with-our-kids-who-are">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-alaa-family-to-survive-the-war-in-gaza">Urgent ! Save kids life .</a> (shared by <a href="https://www.tumblr.com/90-ghost/751443466082484224">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/wyuehr-trapped-family-in-gaza-appeals-for-help-to-survive">Trapped Family in Gaza Appeals for Help to Survive</a> (#174 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A178">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>; also shared by <a href="https://www.tumblr.com/fairuzfan/752928036559749120">fairuzfan</a> and <a href="https://www.tumblr.com/90-ghost/752026987709825024">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-ahmed-family-to-travel">Help Ahmed family to travel to a save place</a> (veridied by <a href="https://www.tumblr.com/nabulsi/752576616277868544/hello-how-are-you-my-name-is-ahmed-im-from">nabulsi</a>)</li>
<li><a href="https://www.gofundme.com/f/byt93-help-my-family-escape-gaza">Help my family escape Gaza</a> (#231 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A235">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>)</li>
<li><a href="https://www.gofundme.com/f/hope-for-gaza-support-ashrafs-family-rebuild-their-lives">Hope for Gaza: Support Ashraf's Family Rebuild Their Lives</a> (verified by <a href="https://www.tumblr.com/90-ghost/754535164856664064/legit-fundraiser">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-sara-and-her-family-to-evacuate-gaza">Help Zaen and Yehya to get out of Gaza</a> (shared by <a href="https://www.tumblr.com/90-ghost/754093176508268544">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/btuqqt-save-my-familys-life">A Father's Plea: Help Save My Family</a> (verified by <a href="https://www.tumblr.com/el-shab-hussein/754087744556449792/vetted-family-fundraiser-masterpost-3">el-shab-hussein</a>)</li>
<li><a href="https://www.gofundme.com/f/help-moamen-majed-rebuild-his-life-after-the-war">Help Moamen Majed rebuild his life after the war</a> (verified by <a href="https://www.tumblr.com/90-ghost/755355718664830976/moamenmajed-gaza-are-they-a-vetted-fundraiser">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/save-gaza-a-brighter-future-for-aya-and-her-family">Save Gaza: A Brighter Future for Aya and Her Family</a> (shared by <a href="https://www.tumblr.com/90-ghost/754992024939347968">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/emergency-help-my-relatives-evacuate-to-safety">EMERGENCY: help my relatives evacuate to safety</a> (#137 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A141">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>; also shared by <a href="https://www.tumblr.com/90-ghost/756556584649424896">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-palestine-and-family-survive-the-gaza-crisis">Help Palestine and Family Survive the Gaza Crisis</a> (shared by <a href="https://www.tumblr.com/90-ghost/756556732829974528">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/support-safaas-quest-to-get-her-family-to-safety">Support Safaa's Quest To Get Her Family To Safety</a> (shared by <a href="https://www.tumblr.com/90-ghost/756556669674274816">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-doaa-rebuild-her-sewing-business">Help Doaa Rebuild Her Sewing Business</a> (shared by <a href="https://www.tumblr.com/90-ghost/756556522290626560">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-the-munna-tashmali-family-rebuild-their-home-and-future">Help the Munna Tashmali Family Rebuild Their Home and Future</a> (verified by <a href="https://www.tumblr.com/nabulsi/754393532315353089/donate-to-help-the-munna-tashmali-family-rebuild">nabulsi</a>)</li>
<li><a href="https://www.gofundme.com/f/helping-gaza-family-to-get-out">Help Gaza Family Evacuate to Safety</a> (shared by <a href="https://www.tumblr.com/90-ghost/756899215473606656">90-ghost</a>)
<ul>
<li><a href="https://www.gofundme.com/f/help-me-save-my-children-from-death-in-the-gaza-war">Help me save my children from death in the Gaza war</a> (<a href="https://www.tumblr.com/ana-bananya/759290042834386944/dina-is-mahmoud-1995s-sister-confirmed-here">verified by association</a>; this fundraising campaign belongs to the sister of Mahmoud Alkhaldi, whose campaign is linked just above)</li>
</ul>
</li>
<li><a href="https://www.gofundme.com/f/help-us-for-the-sake-of-god">Help us for the sake of God</a> (verified by <a href="https://www.tumblr.com/90-ghost/755446251161632768/faites-un-don-%C3%A0-help-us-for-the-sake-of-god">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/bfth82-we-need-help">we need help</a> (shared by <a href="https://www.tumblr.com/90-ghost/756901702912868352">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-our-families-evacuate-gaza-before-too-late">Help little children of Gaza stay safe and alive!</a> (verified by <a href="https://www.tumblr.com/nabulsi/751214090403430400/donate-to-help-little-children-stay-safe-and">nabulsi</a>)</li>
<li><a href="https://www.gofundme.com/f/support-fatimas-family-in-gaza-after-heartbreaking-tragedy">Support Fatima's Family in Gaza After Heartbreaking Tragedy</a> (shared by <a href="https://www.tumblr.com/90-ghost/756556061504307200">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/3b6yr-get-my-relatives-out-of-gaza">Get my relatives out of Gaza</a> (verified by <a href="https://www.tumblr.com/90-ghost/757079385198215168/legit-fundraiser">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-shymaas-family-reunite-in-egypt">Help Shaima's family reunite in Egypt</a> (#141 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A145">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>)</li>
<li><a href="https://www.gofundme.com/f/save-the-life-of-an-innocent-child">Save the life of an innocent child</a> (shared by <a href="https://www.tumblr.com/90-ghost/755122452856700928">90-ghost</a> and listed as #406 in <a href="https://docs.google.com/spreadsheets/d/e/2PACX-1vTKQYInYewFiGUX4afdHK-rANJDT4dgOC4IV6elKYNvYI2HvOTf_6IsTqt5m2KXcr_pGxcqR8AvsAJi/pubhtml?urp=gmail_link&amp;gxid=-8203366#">The ButterflyEffect Project's Verified Campaigns</a>)</li>
<li><a href="https://www.gofundme.com/f/save-ibrahim-and-his-children">Save Ibrahim and his children</a> (verified by <a href="https://www.tumblr.com/90-ghost/757288769795850240/legit-fundraiser">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-shahd-in-gaza">Help Shahd in Gaza!</a> (#224 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A228">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>)</li>
<li><a href="https://www.gofundme.com/f/saving-dr-farhats-family-towards-hope">Save Dr. Farhat's family from genocide in Gaza</a> (#248 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A252">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>)</li>
<li><a href="https://www.gofundme.com/f/Help-Mohammed-alhabil-Family">Assist in evacuating my family from the war in Gaza.</a> (#166 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A170">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>)</li>
<li><a href="https://www.gofundme.com/f/help-save-the-lives-of-my-family-in-gaza">Emergency: Help Evacuate My Family From GAZA WAR</a> (#26 in <a href="https://docs.google.com/spreadsheets/d/1vtMLLOzuc6GpkFySyVtKQOY2j-Vvg0UsChMCFst_WLA/edit?gid=1061843896#gid=1061843896&amp;fvid=647479800">Operation Olive Branch spreadsheet's masterlist tab</a>; also listed in <a href="https://docs.google.com/spreadsheets/d/16XhzsCbsRV-cMAzRA8gTNxaYt_FAbf6nq3ZNGP4Q9U8/edit?gid=1452518893#gid=1452518893">Project Watermelon Donation Links spreadsheet's Donate to Families in Gaza tab</a>, under the family name Haya Nahed Alshawish)</li>
<li><a href="https://www.gofundme.com/f/e6vc7g-urgent-help-needed-to-evacuate-my-family-from-gaza">Urgent Help Needed to Evacuate My Family from Gaza</a> (shared by <a href="https://www.tumblr.com/90-ghost/756556255005491200">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/donate-to-help-nour-and-his-family-escape-the-war-in-gaza">Help Nour and his family escape from the war in Gaza</a> (verified by <a href="https://www.tumblr.com/roadimusprime/757885015014227968/and-at-the-time-that-i-am-writing-this-our">roadimusprime</a> who helped setting up this fundraiser)</li>
<li><a href="https://www.gofundme.com/f/help-musab-and-his-family-survive-this-war-in-gaza-they-nee">Help Musab and his family,my pets survive this war in Gaza.</a> (Musab's story was shared by <a href="https://www.tumblr.com/90-ghost/755436620006686720">90-ghost</a>, but this new fundraiser <a href="https://www.tumblr.com/musababed/757808283298004993">needed to be created for Musab due to a scam</a>)</li>
<li><a href="https://www.gofundme.com/f/hope-and-safety-for-amal-and-her-children-in-gaza">Hope and Safety for Amal and Her Children in Gaza</a> (shared by <a href="https://www.tumblr.com/90-ghost/755297146774978560">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/donate-to-restore-the-lives-of-the-balousha-family">Please Save What's Left of My Family</a> (verified by <a href="https://www.tumblr.com/90-ghost/757288369570152448/legit-fundraiser">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/save-mohamed-and-his-elderly-parents-from-genocide?attribution_id=sl:7b8ea3b1-7192-4e6d-ac64-285c74c9c372">Save Mohamed and his elderly parents from genocide</a> (verified by <a href="https://www.tumblr.com/90-ghost/755378263140024320/legit-fundraiser">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/fzgga8-support-gaza-familys-journey-to-recovery">Support Gaza Family's Journey to Recovery</a> (shared by <a href="https://www.tumblr.com/90-ghost/757170837598126080">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-us-build-new-hope-for-me-and-my-family">Help us build new hope for me and my family</a> (shared by <a href="https://www.tumblr.com/90-ghost/754544734691786752">90-ghost</a> and <a href="https://www.tumblr.com/northgazaupdates/754969078935044096">northgazaupdates</a>)</li>
<li><a href="https://www.gofundme.com/f/helping-the-helles-family-achieve-a-better-future">Helping the Helles family achieve a better future</a> (verified by <a href="https://www.tumblr.com/90-ghost/757170722766454784/legit-fundraiser">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/Stand-With-AlBalawi-Family">Help save my family to survive the genocide in Gaza</a> (verified by <a href="https://www.tumblr.com/90-ghost/754486025365209088/legit-fundraiser">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/dr66mz-helping-my-family-rebuild-our-home">Helping my family rebuild our home</a> (#198 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A202">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>)</li>
<li><a href="https://www.gofundme.com/f/please-help-this-family-get-out-of-the-gaza-war">Help Mohamed's children escape from the Gaza war to Safety</a> (shared by <a href="https://www.tumblr.com/90-ghost/755749578786127872">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/death-chases-my-family-in-gaza-help-me-save-them">Death chases my family in Gaza; help me save them</a> (#151 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A155">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>)</li>
<li><a href="https://www.gofundme.com/f/gtuw5-help-my-family-evacuate-to-safety">Help My Family Evacuate to Safety</a> (verified by association; this fundraiser was <a href="https://www.tumblr.com/dlxxv-vetted-donations/758442260915421184">shared by their friend Mohi</a>, whose <a href="https://www.gofundme.com/f/support-mohis-fight-for-survival-in-gaza">fundraiser</a> was shared by <a href="https://www.tumblr.com/90-ghost/757063664601858048">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-youssef-provide-medicine-and-shelter">Help Youssef Provide Medicine and Shelter</a> (#255 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A259">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>; row 132 in <a href="https://linktr.ee/beesandwatermelons">Bees and Watermelons</a>' <a href="https://docs.google.com/spreadsheets/d/1J-1KNHXmvY098fuCDWiOIm1fcphAgkXA8nnWqOSXouw/edit?gid=283092143#gid=283092143&amp;range=B132">priority campaigns spreadsheet</a>)</li>
<li><a href="https://www.gofundme.com/f/save-malaks-dreams-and-family-from-gaza">Save Malak's Dreams and Family from Gaza</a> (verified by <a href="https://www.tumblr.com/90-ghost/756023439469477889/legit-fundraiser">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/sp46z-help-my-family-to-travel-to-a-safe-place">Help Alaa family from this hard war</a> (#99 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?pli=1&amp;gid=0#gid=0&amp;range=A103">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>)</li>
<li><a href="https://www.gofundme.com/f/ahmed-jehad-and-his-newborn-need-to-survive">Help Ahmed Jehad and his newborn survive!</a> (Row 171 in <a href="https://linktr.ee/beesandwatermelons">Bees and Watermelons</a>' <a href="https://docs.google.com/spreadsheets/d/1J-1KNHXmvY098fuCDWiOIm1fcphAgkXA8nnWqOSXouw/edit?gid=283092143#gid=283092143&amp;range=B171">priority campaigns spreadsheet</a>)</li>
<li><a href="https://www.gofundme.com/f/reconstruction-of-a-destroyed-house">Help Evacuate My Family from Gaza to Safety</a> (#125 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A129">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>)</li>
<li><a href="https://www.gofundme.com/f/help-baby-omar-and-his-family-survive">Help my family survive and start a new life</a> (shared by <a href="https://www.tumblr.com/90-ghost/758166499964878848">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/evacuate-yousef-and-his-family-from-gaza">Evacuate Yousef and his family from Gaza</a> (#246 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A250">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>)</li>
<li><a href="https://www.gofundme.com/f/save-nour-and-her-family-from-war-help-them-escape">Help Nour and her Family Achieve a Better Future</a> (shared by <a href="https://www.tumblr.com/90-ghost/756899183536078848">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/support-aseels-fight-for-life-and-family-in-gaza">Support Aseeel Fight for Life and Family in Gaza</a> (verified by <a href="https://www.tumblr.com/90-ghost/757064652185337856/legit">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-the-family-of-misk-sohaib-get-out-to-safety">Support &amp; Help My Family From Gaza Strip</a> (shared by <a href="https://www.tumblr.com/90-ghost/757065363567640576">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-oday-and-family-evacuate-gaza-rebuild-lives">Help Oday And Family Evacuate Gaza , Rebuild Lives</a> (#261 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A265">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>)</li>
<li><a href="https://www.gofundme.com/f/help-heba-and-his-family-to-survive-their-life">Help heba and his family to survive their life</a> (shared by <a href="https://www.tumblr.com/90-ghost/757185259555127296">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-poor-injyred-in-gaza">Defend my brother's family from genocide in gaza</a> (shared by <a href="https://www.tumblr.com/90-ghost/758172410029719552">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/support-aseels-fight-for-life-and-family-in-gaza">Support Asil Fight for Life and Family in Gaza</a> (verified by <a href="https://www.tumblr.com/90-ghost/757743956823048192/dont-forget-to-help-asel">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-ayahs-family-escape-gaza-crisis">Support Family escape from rafah to save place</a> (verified by association; this fundraiser was <a href="https://www.tumblr.com/ana-bananya/758258451537395712/this-campaign-belongs-to-a-friend-of-mohiy-gaza">shared by their friend Mohi</a>, whose <a href="https://www.gofundme.com/f/support-mohis-fight-for-survival-in-gaza">fundraiser</a> was shared by <a href="https://www.tumblr.com/90-ghost/757063664601858048">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/el-shaer-family-survival-fund">Bara El Shaer Family Survival Fund</a> (Baraa has an <a href="https://www.instagram.com/bara_belal038/">Instagram account</a> that has been used for years, and this fundraiser has also been shared by another Instagram user, <a href="https://www.instagram.com/river2cgza/">river2cgza</a>, along with other verified fundraisers)</li>
<li><a href="https://www.gofundme.com/f/help-safaa-secure-her-familys-life-after-war">Help Safaa secure her childrens lives after war</a> (#135 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A139">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>)</li>
<li><a href="https://www.gofundme.com/f/karamsaid">Desperate plea: Help my family evacuate Gaza war!</a> (#109 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A113">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>)</li>
<li><a href="https://www.gofundme.com/f/a6mv2z-help-us-build-new-hope-for-me-and-my-family">Help us build new hope for me and my family</a> (<a href="https://www.tumblr.com/a-shade-of-blue/759269512056029184/donate-to-help-us-build-new-hope-for-me-and-my">verified by association</a>; Hassan is a nephew of Mohammed Alhabeel, whose fundraiser is lited as #166 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A170">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>. Note that this is not the same fundraiser as the above that shared the same title)</li>
<li><a href="https://www.gofundme.com/f/help-dr-shahad-and-farah">Help Dr. Shahad and Farah complete their education</a> (shared by <a href="https://www.tumblr.com/90-ghost/756898822254395392">90-ghost</a> and vetted by association; Farah is <a href="https://www.tumblr.com/nesmamomen/755734008155996160/only-5-seconds-of-your-time">Nesma's sister</a>, and Nesma's fundraiser has been vetted by <a href="https://www.tumblr.com/el-shab-hussein/749848198102827008/hello-good-sir-ive-been-supporting-a-family-but">el-shab-hussein</a> and shared by <a href="https://www.tumblr.com/nabulsi/752822250810605568">nabulsi</a>)</li>
<li><a href="https://www.gofundme.com/f/amiras-story-between-hope-and-resilience-a-call-for-soli">Amira's Story: Between Hope and Resilience - A Call for Soli</a> (verified by <a href="https://www.tumblr.com/nabulsi/752577548412731392/donate-to-amiras-story-between-hope-and">nabulsi</a>)</li>
<li><a href="https://www.gofundme.com/f/help-save-ahmed-family-from-gaza">Help Save Ahmed Family From Gaza</a> (<a href="https://www.tumblr.com/a-shade-of-blue/759268417249361920">verified by association</a>; Ahmed is the brother of Mohammed Alhabeel, whose fundraiser is lited as #166 in <a href="https://docs.google.com/spreadsheets/d/1yYkNp5U3ANwILl2MknJi9G7ArY4uVTEEQ1CVfzR8Ioo/edit?gid=0#gid=0&amp;range=A170">el-shab-hussein and nabulsis Vetted Gaza Fundraiser List</a>.)</li>
<li><a href="https://www.gofundme.com/f/Helping-Osama-Rebuild-His-Dream">From Rubble to Success: Helping Osama Rebuild His Dream</a> (shared by <a href="https://www.tumblr.com/90-ghost/760346545235329024">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/q37qd5-please-help-my-family-in-gaza">Please help my family in Gaza</a> (shared by <a href="https://www.tumblr.com/90-ghost/760328893428367360">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-eslam-save-her-family">Help Eslam Save Her Family</a> (row 175 in <a href="https://linktr.ee/beesandwatermelons">Bees and Watermelons</a>' <a href="https://docs.google.com/spreadsheets/d/1J-1KNHXmvY098fuCDWiOIm1fcphAgkXA8nnWqOSXouw/edit?gid=283092143#gid=283092143&amp;range=D175">priority campaigns spreadsheet</a>)
<ul>
<li><a href="https://www.gofundme.com/f/kr85g-safe-my-family">Helping my family to evacuate from Gaza</a> (<a href="https://www.tumblr.com/dlxxv-vetted-donations/759148525328220160/this-campaign-is-vetted-by-association-through">verified by association</a>; this fundraiser belongs to the sister-in-law of Eslam, another Palestinian whose fundraiser is linked just above)</li>
</ul>
</li>
<li><a href="https://www.gofundme.com/f/help-abboud-from-the-war">Help Abood From the War</a> (<a href="https://www.tumblr.com/dlxxv-vetted-donations/758342969132728320">verified by association</a>; this fundraiser belongs to the brother of Mohi, whose <a href="https://www.gofundme.com/f/support-mohis-fight-for-survival-in-gaza">fundraiser</a> was shared by <a href="https://www.tumblr.com/90-ghost/757063664601858048">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/abgwv-help-us">Save My Family from the War Nightmare in Gaza</a> (shared by <a href="https://www.tumblr.com/northgazaupdates/756089494338420736">northgazaupdates</a>)</li>
<li><a href="https://www.gofundme.com/f/help-salem-family-from-gaza">Help Salem Family From Gaza</a> (verified by <a href="https://www.tumblr.com/90-ghost/757065439413174272/legit">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/help-me-to-complete-my-education-in-gaza">Please save me, my family and my future from the brutal war</a> (verified by <a href="https://www.tumblr.com/90-ghost/755122761409642496/legit-fundraiser">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/donate-to-help-nour-and-his-family-escape-the-war-in-gaza">Help Nour and his family escape from the war in Gaza</a> (shared by <a href="https://www.tumblr.com/90-ghost/760377411969875968">90-ghost</a>)</li>
<li><a href="https://www.gofundme.com/f/znu6m-help-muhammad-and-his-family-live-a-better-life">Help Muhammad and his family live a better life</a> (verified by <a href="https://www.tumblr.com/90-ghost/760285761067253760/legit-fundraiser">90-ghost</a>)</li>
</ul>
</article>
<aside class="right-sidebar" aria-label="Right sidebar">
<nav class="content__nav sidebar--sticky" aria-labelledby="my-contents-title">
<h2 class="content__nav--title" id="my-contents-title">My Contents</h2>
<ul class="content__nav--links">
<li><a href="/archive/">Content Archive</a></li>
<li><a href="/categories/">Content Categories</a></li>
<li><a href="/articles/">Articles</a></li>
<li><a href="/blog/posts/">Blog Archive</a></li>
<li><a href="/blog/">Blog Home</a></li>
</ul>
</nav>
</aside>
</content-wrapper>
</main>
<footer class="footer">
<p>Made with ♥ by Leilukin since 11 September 2022</p>
<ul class="inline-nav footer__links">
<li><a href="/feed.xml">RSS Feed</a></li>
<li><a
href="/sitemap/
">Site Map</a></li>
<li><a
href="/changelogs/"
>Changelogs</a></li><li><a
href="/accessibility/"
>Accessibility</a></li><li><a
href="/colophon/"
>Colophon</a></li></ul>
<ul class="inline-nav footer__links">
<li><a href="mailto:contact@leilukin.com">Contact me by email</a></li>
<li><a href="https://ko-fi.com/leilukin">Support me on Ko-Fi</a></li>
</ul><div class="h-card hidden">
<span class="p-name p-nickname">Leilukin</span>
<a href="/" class="u-url">Home page</a>
<img src="https://i.postimg.cc/RZJgS6tY/leilukin-bee.avif" alt="Leilukin" class="u-photo" loading="lazy">
<span class="p-country-name">Malaysia</span>
<span class="p-note">They/she. A proudly queer and autistic <span class="p-gender-identity">non-binary</span> lesbian from Malaysia.</span>
</div><a href="#top" class="top-btn">
<svg class="top-btn__arrow" focusable="false" aria-hidden="true" viewBox="0 0 26 28">
<path d="M25.172 15.172c0 0.531-0.219 1.031-0.578 1.406l-1.172 1.172c-0.375 0.375-0.891 0.594-1.422 0.594s-1.047-0.219-1.406-0.594l-4.594-4.578v11c0 1.125-0.938 1.828-2 1.828h-2c-1.062 0-2-0.703-2-1.828v-11l-4.594 4.578c-0.359 0.375-0.875 0.594-1.406 0.594s-1.047-0.219-1.406-0.594l-1.172-1.172c-0.375-0.375-0.594-0.875-0.594-1.406s0.219-1.047 0.594-1.422l10.172-10.172c0.359-0.375 0.875-0.578 1.406-0.578s1.047 0.203 1.422 0.578l10.172 10.172c0.359 0.375 0.578 0.891 0.578 1.422z"></path>
</svg>
Back to Top
</a>
</footer>
</body>
</html>