{"id":6,"date":"2026-05-13T09:58:44","date_gmt":"2026-05-13T09:58:44","guid":{"rendered":"https:\/\/gazafamily.eu\/?page_id=6"},"modified":"2026-07-03T09:26:07","modified_gmt":"2026-07-03T09:26:07","slug":"collecte-de-fonds-pour-asmaa-hamada-yamin-line-et-reem","status":"publish","type":"page","link":"https:\/\/gazafamily.eu\/en\/","title":{"rendered":"Fundraising for Asmaa, Hamada, Yamin, Line, and Reem."},"content":{"rendered":"\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"867\" height=\"586\" src=\"https:\/\/gazafamily.eu\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-07-at-10.51.38-1.jpeg\" alt=\"\" class=\"wp-image-8 size-full\" srcset=\"https:\/\/gazafamily.eu\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-07-at-10.51.38-1.jpeg 867w, https:\/\/gazafamily.eu\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-07-at-10.51.38-1-300x203.jpeg 300w, https:\/\/gazafamily.eu\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-07-at-10.51.38-1-768x519.jpeg 768w\" sizes=\"auto, (max-width: 867px) 100vw, 867px\" \/><\/figure><div class=\"wp-block-media-text__content\">\n<p class=\"wp-block-paragraph\"><strong>Two years ago, during the war, it was possible to get <strong>Asmaa, Hamada <strong>and their three children<\/strong> <strong>Yamin, Line et Reem<\/strong> <strong>de Gaza<\/strong><\/strong> out of Gaza to Egypt thanks to Fabienne, who funded their evacuation. <\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong><strong>Since then, Hamada has been in Brussels, but Asmaa and <strong><strong><strong>Yamin, Line and Reem<\/strong><\/strong><\/strong> \u2013 aged 16, 14, and 10 \u2013 have been stuck in Cairo ever since. <\/strong><\/strong><\/p>\n\n\n<\/div><\/div>\n\n\n\n<pre class=\"wp-block-verse\"><br><\/pre>\n\n\n\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Bouton blanc sur rouge \u2013 Palestine (Clignotant &#8211; Centr\u00e9)<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            background: #e9edf2;\n            \/* Centrage PARFAIT - m\u00e9thode 1 : Flexbox *\/\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            width: 100%;\n            margin: 0;\n            padding: 20px;\n        }\n\n        \/* Conteneur suppl\u00e9mentaire pour garantir le centrage *\/\n        .container {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            width: 100%;\n        }\n\n        \/* Bouton : fond ROUGE, texte BLANC, c\u0153ur BLANC *\/\n        .btn-palestine {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            background-color: #ce1126;  \/* rouge palestine *\/\n            color: #ffffff !important;   \/* blanc PUR *\/\n            font-size: 1.2rem;\n            font-weight: 600;\n            padding: 14px 28px;\n            border: none;\n            border-radius: 6px;\n            text-decoration: none;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n            font-family: inherit;\n            white-space: nowrap;\n        }\n\n        \/* Version arabe *\/\n        .btn-palestine[lang=\"ar\"] {\n            font-family: 'Noto Sans Arabic', 'Segoe UI', Tahoma, sans-serif;\n            font-size: 1.15rem;\n        }\n\n        \/* C\u0153ur SVG : blanc et bien visible *\/\n        .btn-palestine svg {\n            width: 20px;\n            height: 20px;\n            fill: #ffffff;\n            stroke: none;\n            transition: all 0.3s ease;\n        }\n\n        \/* Survol : drapeau complet *\/\n        .btn-palestine:hover {\n            background: linear-gradient(135deg, \n                #ce1126 0%, #ce1126 20%,\n                #000000 20%, #000000 40%,\n                #ffffff 40%, #ffffff 60%,\n                #007a3d 60%, #007a3d 100%\n            );\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);\n        }\n\n        \/* Au survol, le texte reste blanc avec une ombre pour lisibilit\u00e9 *\/\n        .btn-palestine:hover span {\n            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);\n        }\n\n        \/* Animation clignotante : alterne entre style normal et style survol *\/\n        .btn-palestine.blink {\n            animation: blinkEffect 2s ease-in-out infinite;\n        }\n\n        @keyframes blinkEffect {\n            0%, 100% {\n                \/* Style normal : fond rouge *\/\n                background: #ce1126;\n                transform: translateY(0);\n                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n            }\n            50% {\n                \/* Style survol : drapeau complet *\/\n                background: linear-gradient(135deg, \n                    #ce1126 0%, #ce1126 20%,\n                    #000000 20%, #000000 40%,\n                    #ffffff 40%, #ffffff 60%,\n                    #007a3d 60%, #007a3d 100%\n                );\n                transform: translateY(-2px);\n                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);\n            }\n        }\n\n        \/* Pendant l'animation, le texte garde son ombre \u00e0 50% comme au survol *\/\n        .btn-palestine.blink span {\n            transition: text-shadow 0.3s ease;\n        }\n\n        \/* D\u00e9sactive l'animation au survol r\u00e9el pour \u00e9viter les conflits *\/\n        .btn-palestine.blink:hover {\n            animation: none;\n        }\n\n        .btn-palestine:active {\n            transform: translateY(2px);\n        }\n\n        @media (max-width: 700px) {\n            .btn-palestine {\n                font-size: 1rem;\n                padding: 10px 20px;\n            }\n            .btn-palestine svg {\n                width: 18px;\n                height: 18px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <!-- ANGLAIS - Centr\u00e9 et clignotant -->\n        <a href=\"https:\/\/www.gofundme.com\/f\/aidez-la-famille-de-asmaa-hamada-urgence-gaza\" class=\"btn-palestine blink\" target=\"_self\">\n            <svg viewBox=\"0 0 24 24\">\n                <path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\/>\n            <\/svg>\n            <span>Support on GoFundMe<\/span>\n        <\/a>\n    <\/div>\n<\/body>\n<\/html>\n\n\n\n<pre class=\"wp-block-verse\"><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>My name is Aur\u00e9lien, I a french living in Brussels. I support Hamada and <strong>with other friends<\/strong><\/strong>, <strong>I&#8217;m organising a fundraising for Asmaa, Yamin, Line, and Reem who are from Gaza in Palestine.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Hamada has Greek refugee papers, but unable to support them from Greece, he returned to Brussels, where we had met him, and where he has been working illegally to pay for their rent and food, school, and medicine\u2026<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Asmaa has lost almost all her family. Hamada has lost 80 members of his extended family. His parents are still in Gaza, living in tents without humanitarian aid.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<div class=\"wp-block-media-text has-media-on-the-right is-stacked-on-mobile\"><div class=\"wp-block-media-text__content\">\n<p class=\"wp-block-paragraph\"><strong>Hamada is now in Spain with me because this country is opening registration for peopel without papers. We want to prevent his physical and psychological condition from deteriorating further, as he can no longer support his family in Egypt on his own, being himself in a difficult situation. His parents and many other relatives are still in Gaza.<\/strong><\/p>\n<\/div><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"651\" src=\"https:\/\/gazafamily.eu\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-14-at-18.16.47-1024x651.jpeg\" alt=\"\" class=\"wp-image-80 size-full\" srcset=\"https:\/\/gazafamily.eu\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-14-at-18.16.47-1024x651.jpeg 1024w, https:\/\/gazafamily.eu\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-14-at-18.16.47-300x191.jpeg 300w, https:\/\/gazafamily.eu\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-14-at-18.16.47-768x488.jpeg 768w, https:\/\/gazafamily.eu\/wp-content\/uploads\/2026\/05\/WhatsApp-Image-2026-05-14-at-18.16.47.jpeg 1196w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure><\/div>\n\n\n\n<p class=\"wp-block-paragraph\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Asmaa and the children in Cairo need around \u20ac1,000 per month to live. We are setting the fundraiser goal at \u20ac12,000 to be able to support their needs for at least one year.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Spain has just opened a first regularization process for 500,000 undocumented people. The goal of this campaign: to set up regular monthly support to cover their rent, food, healthcare, and schooling over the coming months, while a more stable solution takes shape.<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>A one-time donation is already precious, but it is the regular monthly donation that will truly change their lives. Even \u20ac5, \u20ac10, or \u20ac25 per month, when pooled together, will help them regain stability to live, study, and rebuild themselves. Hamada and his family are close acquaintances we know personally. Therefore, we are counting on solidarity \u2013 from all those who can participate by sponsoring the family and sharing this campaign around them.<\/strong><\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p class=\"wp-block-paragraph\"><strong>If you wish to help in person by joining the support group or by providing <strong>psychological or legal support<\/strong>, you can contact me directly at the following number: 0032488362904 (Aur\u00e9lien) or by email:\u00a0admin@gazafamily.eu<\/strong><\/p>\n<\/blockquote>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>In advance, THANK YOU!<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Aur\u00e9lien &#038; Fabienne, in support of Asmaa, Hamada, Yamin, Line and Reem<\/strong><\/p>\n\n\n\n<!DOCTYPE html>\n<html lang=\"fr\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Bouton blanc sur rouge \u2013 Palestine (Clignotant &#8211; Centr\u00e9)<\/title>\n    <style>\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: system-ui, -apple-system, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;\n            background: #e9edf2;\n            \/* Centrage PARFAIT - m\u00e9thode 1 : Flexbox *\/\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            min-height: 100vh;\n            width: 100%;\n            margin: 0;\n            padding: 20px;\n        }\n\n        \/* Conteneur suppl\u00e9mentaire pour garantir le centrage *\/\n        .container {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            width: 100%;\n        }\n\n        \/* Bouton : fond ROUGE, texte BLANC, c\u0153ur BLANC *\/\n        .btn-palestine {\n            display: inline-flex;\n            align-items: center;\n            justify-content: center;\n            gap: 10px;\n            background-color: #ce1126;  \/* rouge palestine *\/\n            color: #ffffff !important;   \/* blanc PUR *\/\n            font-size: 1.2rem;\n            font-weight: 600;\n            padding: 14px 28px;\n            border: none;\n            border-radius: 6px;\n            text-decoration: none;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n            font-family: inherit;\n            white-space: nowrap;\n        }\n\n        \/* Version arabe *\/\n        .btn-palestine[lang=\"ar\"] {\n            font-family: 'Noto Sans Arabic', 'Segoe UI', Tahoma, sans-serif;\n            font-size: 1.15rem;\n        }\n\n        \/* C\u0153ur SVG : blanc et bien visible *\/\n        .btn-palestine svg {\n            width: 20px;\n            height: 20px;\n            fill: #ffffff;\n            stroke: none;\n            transition: all 0.3s ease;\n        }\n\n        \/* Survol : drapeau complet *\/\n        .btn-palestine:hover {\n            background: linear-gradient(135deg, \n                #ce1126 0%, #ce1126 20%,\n                #000000 20%, #000000 40%,\n                #ffffff 40%, #ffffff 60%,\n                #007a3d 60%, #007a3d 100%\n            );\n            transform: translateY(-2px);\n            box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);\n        }\n\n        \/* Au survol, le texte reste blanc avec une ombre pour lisibilit\u00e9 *\/\n        .btn-palestine:hover span {\n            text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);\n        }\n\n        \/* Animation clignotante : alterne entre style normal et style survol *\/\n        .btn-palestine.blink {\n            animation: blinkEffect 2s ease-in-out infinite;\n        }\n\n        @keyframes blinkEffect {\n            0%, 100% {\n                \/* Style normal : fond rouge *\/\n                background: #ce1126;\n                transform: translateY(0);\n                box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);\n            }\n            50% {\n                \/* Style survol : drapeau complet *\/\n                background: linear-gradient(135deg, \n                    #ce1126 0%, #ce1126 20%,\n                    #000000 20%, #000000 40%,\n                    #ffffff 40%, #ffffff 60%,\n                    #007a3d 60%, #007a3d 100%\n                );\n                transform: translateY(-2px);\n                box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);\n            }\n        }\n\n        \/* Pendant l'animation, le texte garde son ombre \u00e0 50% comme au survol *\/\n        .btn-palestine.blink span {\n            transition: text-shadow 0.3s ease;\n        }\n\n        \/* D\u00e9sactive l'animation au survol r\u00e9el pour \u00e9viter les conflits *\/\n        .btn-palestine.blink:hover {\n            animation: none;\n        }\n\n        .btn-palestine:active {\n            transform: translateY(2px);\n        }\n\n        @media (max-width: 700px) {\n            .btn-palestine {\n                font-size: 1rem;\n                padding: 10px 20px;\n            }\n            .btn-palestine svg {\n                width: 18px;\n                height: 18px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <div class=\"container\">\n        <!-- ANGLAIS - Centr\u00e9 et clignotant -->\n        <a href=\"https:\/\/www.gofundme.com\/f\/aidez-la-famille-de-asmaa-hamada-urgence-gaza\" class=\"btn-palestine blink\" target=\"_self\">\n            <svg viewBox=\"0 0 24 24\">\n                <path d=\"M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.09C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z\"\/>\n            <\/svg>\n            <span>Support on GoFundMe<\/span>\n        <\/a>\n    <\/div>\n<\/body>\n<\/html>\n","protected":false},"excerpt":{"rendered":"<p>Two years ago, during the war, it was possible to get Asmaa, Hamada and their three children Yamin, Line et Reem de Gaza out of Gaza to Egypt thanks to Fabienne, who funded their evacuation. Since then, Hamada has been in Brussels, but Asmaa and Yamin, Line and Reem \u2013 aged 16, 14, and 10 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/gazafamily.eu\/en\/wp-json\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/gazafamily.eu\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/gazafamily.eu\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/gazafamily.eu\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/gazafamily.eu\/en\/wp-json\/wp\/v2\/comments?post=6"}],"version-history":[{"count":92,"href":"https:\/\/gazafamily.eu\/en\/wp-json\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":347,"href":"https:\/\/gazafamily.eu\/en\/wp-json\/wp\/v2\/pages\/6\/revisions\/347"}],"wp:attachment":[{"href":"https:\/\/gazafamily.eu\/en\/wp-json\/wp\/v2\/media?parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}