Compare commits

...

3 Commits

Author SHA1 Message Date
Helen Chong 5ee16fef4f Add Jehad Abuhamda's GoFundMe campaign 2024-07-21 10:13:01 +08:00
Helen Chong 2d8eb5e429 Turn popover navigation menu into flexbox 2024-07-21 09:56:10 +08:00
Helen Chong e567491575 Add Can I Use and SVGOMG to webmastery resource 2024-07-21 02:07:25 +08:00
3 changed files with 12 additions and 6 deletions

View File

@ -37,8 +37,9 @@
list-style-type: "";
margin: 0;
padding: 0;
display: grid;
gap: 1.5em;
display: flex;
gap: 1em;
flex-wrap: wrap;
text-align: center;
}
@ -75,7 +76,8 @@
.navbar__popover {
background-color: var(--clr-navbar-bg);
border: 0.15em solid var(--clr-navbar-link);
padding: 2em 3em;
padding: 1.5em;
max-width: 85%;
}
.navbar__popover::backdrop {
@ -90,6 +92,7 @@
.navbar__links {
display: flex;
flex-wrap: wrap;
justify-content: space-evenly;
gap: 0.5em;
}

View File

@ -1,7 +1,7 @@
---
articleTitle: Palestine Masterlist
date: 2024-06-19
updated: 2024-07-18
updated: 2024-07-21
desc: My masterlist of resources related to Palestine.
categories: ["palestine"]
---
@ -69,4 +69,5 @@ There have been Palestinians who reached out to me on Tumblr to ask for help wit
* [Help Zaen and Yehya to get out of Gaza](https://www.gofundme.com/f/help-sara-and-her-family-to-evacuate-gaza) (verified by [90-ghost](https://www.tumblr.com/90-ghost/754093176508268544))
* [A Father's Plea: Help Save My Family](https://www.gofundme.com/f/btuqqt-save-my-familys-life) (verified by [el-shab-hussein](https://www.tumblr.com/el-shab-hussein/754087744556449792/vetted-family-fundraiser-masterpost-3))
* [Help Moamen Majed rebuild his life after the war](https://www.gofundme.com/f/help-moamen-majed-rebuild-his-life-after-the-war) (verified by [90-ghost](https://www.tumblr.com/90-ghost/755355718664830976/moamenmajed-gaza-are-they-a-vetted-fundraiser))
* [Save Gaza: A Brighter Future for Aya and Her Family](https://www.gofundme.com/f/save-gaza-a-brighter-future-for-aya-and-her-family) (verified by [90-ghost](https://www.tumblr.com/90-ghost/754992024939347968))
* [Save Gaza: A Brighter Future for Aya and Her Family](https://www.gofundme.com/f/save-gaza-a-brighter-future-for-aya-and-her-family) (verified by [90-ghost](https://www.tumblr.com/90-ghost/754992024939347968))
* [EMERGENCY: help my relatives evacuate to safety](https://www.gofundme.com/f/emergency-help-my-relatives-evacuate-to-safety) (verified by [90-ghost](https://www.tumblr.com/90-ghost/756556584649424896))

View File

@ -1,7 +1,7 @@
---
title: Webmastery
date: 2024-07-01
updated: 2024-07-16
updated: 2024-07-21
---
### Webmastery Tutorials
@ -28,4 +28,6 @@ updated: 2024-07-16
### Webmastery Resources
* [Resources List for the Personal Web](https://discourse.32bit.cafe/t/resources-list-for-the-personal-web/49) by 32-Bit Cafe — I have also contributed to this list
* [Can I use...](https://caniuse.com/) — Check browser compatibility for web features
* [SVGOMG](https://jakearchibald.github.io/svgomg/) — SVG optimiser
* [URL-encoder for SVG](https://yoksel.github.io/url-encoder/)