writeup eqin
This commit is contained in:
parent
cba8ffc779
commit
1873505977
3 changed files with 17 additions and 9 deletions
|
@ -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;
|
||||
}
|
||||
}
|
|
@ -104,8 +104,6 @@
|
|||
border-radius: 4px;
|
||||
margin-left: 1em;
|
||||
margin-bottom: 0;
|
||||
a {color: inherit;}
|
||||
a:hover {color: white}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
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.
|
Loading…
Reference in a new issue