diff --git a/assets/scss/base/links.scss b/assets/scss/base/links.scss index 9d113b2..a59bc31 100644 --- a/assets/scss/base/links.scss +++ b/assets/scss/base/links.scss @@ -27,6 +27,6 @@ a:hover {text-underline-offset: -0.375em;} a:hover { color: white; text-decoration-thickness: 1.125em; - text-underline-offset: -0.875em; + text-underline-offset: -0.875em; } } \ No newline at end of file diff --git a/assets/scss/base/page.scss b/assets/scss/base/page.scss index 25904b0..002c123 100644 --- a/assets/scss/base/page.scss +++ b/assets/scss/base/page.scss @@ -104,8 +104,6 @@ border-radius: 4px; margin-left: 1em; margin-bottom: 0; - a {color: inherit;} - a:hover {color: white} } } diff --git a/content/work/eqin/index.md b/content/work/eqin/index.md index 9b75a14..5b576e2 100644 --- a/content/work/eqin/index.md +++ b/content/work/eqin/index.md @@ -9,11 +9,21 @@ cover: "/images/eqin.jpg" --- ## Building and maintaining a website -### Information architecture and design -### Implementing with Wordpress and Divi -### Adding donations via Give -### Archived version -https://sites.trwnh.com/equalityinitiative.org + +The information architecture was straightforward -- Equality Initiative was split into two activities: funding teachers to go directly to rural students, and incubating social initiatives. + +The decided structure was to have an about page describing Equality Initiative, its activities, and its pitch. This would be followed by a page detailing our education activities, and a category of pages for initiatives. + +The website was implemented with Wordpress and Divi, to allow ease of editing by anyone in the future if necessary. + +When it came time to add a donation flow to the website, I compared several different Wordpress plugins. I eventually decided on Give. + +An archived version is available at https://sites.trwnh.com/equalityinitiative.org for perusal. ## Administrating a managed-hosting email server -Bluehost \ No newline at end of file + +Since we were using Bluehost, managing email accounts and quotas was simple. + +Inboxes were created for each team member, as well as some utility inboxes for contact and press. + +As new team members joined, I would create an inbox for them and set an appropriate quota. \ No newline at end of file