Site Cleanup (#1840)

This commit is contained in:
2020-04-20 18:38:19 -05:00
committed by GitHub
parent 4c601a07f7
commit a1ab2d2daa
9 changed files with 60 additions and 36 deletions

View File

@ -89,7 +89,8 @@
<small>
<a href="/privacy/">Privacy Statement</a> |
<a href="/notices/">Notices &amp; Disclaimers</a> |
<a href="https://github.com/privacytoolsIO/brand">Brand Assets &amp; Guidelines</a>
<a href="https://github.com/privacytoolsIO/brand">Brand Assets &amp; Guidelines</a> |
<a href="https://status.privacytools.io">Status Page</a>
</small>
</div>

View File

@ -22,7 +22,7 @@
<meta property="og:locale" content="en_GB" />
<meta property="og:site_name" content="{{ site.name }}" />
{% if page.url == "/" or page.url == "/about/" %}
{% if page.url == "/" %}
<script type="application/ld+json">
{
"@context": "https://schema.org",

View File

@ -1,6 +1,6 @@
<div class="col-12 col-sm-6 col-lg-4 col-xl-3">
<div class="card mb-3 mx-4 mx-sm-0" itemscope itemtype="http://schema.org/Person">
<img src="{{ site.baseurl }}/assets/img/png/team/{{ include.avatar }}" class="card-img-top" itemprop="image" alt="{% if include.nick %}{{ include.nick }}{% else %}{{ include.name }}{% endif %}">
<div class="col-12 col-sm-6 col-lg-4 {% unless include.emeritus %}col-xl-3{% endunless %}">
<div class="card mb-3 mx-4 mx-sm-0" itemprop="member" itemscope itemtype="http://schema.org/Person">
{% if include.avatar %}<img src="{{ site.baseurl }}/assets/img/{{ include.avatar | split: "." | last }}/team/{{ include.avatar }}" class="card-img-top" itemprop="image" alt="{% if include.nick %}{{ include.nick }}{% else %}{{ include.name }}{% endif %}">{% endif %}
<div class="card-body">
<h5 class="card-title mt-0" itemprop="name">
@ -11,9 +11,8 @@
{{ include.name }}</h5>
{% endif %}
<meta itemprop="affiliation" content="PrivacyTools" />
<h6 class="card-subtitle mb-2 text-muted" itemprop="jobTitle">{{ include.role | default: "Contributor" }}</h6>
<p class="card-text" {% if include.bio %}itemprop="description"{% endif %}>{{ include.bio | default: "<i>Hmm, this user hasn't written a bio quite yet :(</i>" }}</p>
<h6 class="card-subtitle mb-2 text-muted" itemprop="jobTitle">{% if include.role %}{{ include.role }}{% elsif include.emeritus %}Former Contributor{% else %}Contributor{% endif %}</h6>
{% if include.bio %}<p class="card-text" itemprop="description">{{ include.bio | default: "<i>Hmm, this user hasn't written a bio quite yet :(</i>" }}</p>{% endif %}
<div class="mx-n2">
{% if include.email %}
<a href="{{ include.email }}" aria-label="Email" class="mx-2 text-decoration-none" itemprop="email">