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:
@ -26,7 +26,7 @@
|
||||
<meta property="og:locale" content="en_GB" />
|
||||
<meta property="og:site_name" content="{{ site.name }}" />
|
||||
|
||||
{% if page.url == "/" %}
|
||||
{% if page.url == "/" or page.url == "/about/" %}
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
@ -39,7 +39,7 @@
|
||||
"privacytoolsIO"
|
||||
],
|
||||
"url": "{{ site.production_url }}",
|
||||
"logo": "{{ site.production_url }}/assets/img/layout/logo.png",
|
||||
"logo": "{{ site.production_url }}/assets/img/layout/shield.png",
|
||||
"sameAs": [
|
||||
"https://blog.privacytools.io",
|
||||
"https://twitter.com/privacytoolsIO",
|
||||
|
Reference in New Issue
Block a user