Add team page (#1473)

* Add team page

* Add biographies

Co-Authored-By: nitrohorse <1514352+nitrohorse@users.noreply.github.com>

* Add links to navbar

* Add trai_dep's bio

* Add info about us and our mission

* Update bios

Co-Authored-By: Mikaela Suomalainen <mikaela@users.noreply.github.com>
Co-Authored-By: Dan Arel <danarel@users.noreply.github.com>

* Replace contact page with about us page

* Fix footer link

* Make up bios for the lazy team members

Plus, they are all more aesthetically pleasing for @danarel.

* Update bio

Co-Authored-By: Dawid Potocki <dpot@disroot.org>

* Update bio

Co-Authored-By: Dawid Potocki <dpot@disroot.org>

* Apply suggestions from code review

Co-Authored-By: Dawid Potocki <dpot@disroot.org>
Co-Authored-By: Mikaela Suomalainen <mikaela+git@mikaela.info>
This commit is contained in:
Jonah Aragon 2019-11-09 12:42:13 -06:00 committed by GitHub
parent f255fe19a4
commit 4b60a4d211
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 224 additions and 71 deletions

View file

@ -4,6 +4,9 @@ location = /old/ {
location = /privacy-policy/ {
return 301 /privacy/;
}
location = /contact/ {
return 301 /about/;
}
location = /webrtc.html {
return 301 /browsers/;
}