Compare commits

..

No commits in common. "5ee16fef4fd4e4963756f6b2b8e17f39946c0b5e" and "4179ec7ac81753916b1f3574ff6799c84db66883" have entirely different histories.

3 changed files with 6 additions and 12 deletions

View File

@ -37,9 +37,8 @@
list-style-type: "";
margin: 0;
padding: 0;
display: flex;
gap: 1em;
flex-wrap: wrap;
display: grid;
gap: 1.5em;
text-align: center;
}
@ -76,8 +75,7 @@
.navbar__popover {
background-color: var(--clr-navbar-bg);
border: 0.15em solid var(--clr-navbar-link);
padding: 1.5em;
max-width: 85%;
padding: 2em 3em;
}
.navbar__popover::backdrop {
@ -92,7 +90,6 @@
.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-21
updated: 2024-07-18
desc: My masterlist of resources related to Palestine.
categories: ["palestine"]
---
@ -70,4 +70,3 @@ There have been Palestinians who reached out to me on Tumblr to ask for help wit
* [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))
* [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-21
updated: 2024-07-16
---
### Webmastery Tutorials
@ -28,6 +28,4 @@ updated: 2024-07-21
### 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/)