Compare commits
3 Commits
4179ec7ac8
...
5ee16fef4f
Author | SHA1 | Date |
---|---|---|
Helen Chong | 5ee16fef4f | |
Helen Chong | 2d8eb5e429 | |
Helen Chong | e567491575 |
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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"]
|
||||
---
|
||||
|
@ -70,3 +70,4 @@ 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))
|
|
@ -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/)
|
Loading…
Reference in New Issue