mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-05-07 16:55:27 -04:00
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:
parent
f255fe19a4
commit
4b60a4d211
17 changed files with 224 additions and 71 deletions
|
@ -4,6 +4,9 @@ location = /old/ {
|
|||
location = /privacy-policy/ {
|
||||
return 301 /privacy/;
|
||||
}
|
||||
location = /contact/ {
|
||||
return 301 /about/;
|
||||
}
|
||||
location = /webrtc.html {
|
||||
return 301 /browsers/;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue