Browse Source

Avatar updates

pull/24/head
Anxhelo Lushka 7 months ago
parent
commit
a7a7416094
No known key found for this signature in database GPG Key ID: C86D6CF1F7FAAA35
  1. 36
      layouts/partials/team.html
  2. BIN
      static/img/authors/Breror.webp
  3. BIN
      static/img/authors/Elio.webp

36
layouts/partials/team.html

@ -1,6 +1,6 @@
<div class="container-fluid py-5">
<div class="container">
<h2>{{ i18n "whoareWe" }}</h2>
<h2 class="mb-2">{{ i18n "whoareWe" }}</h2>
<div class="row pt-lg-4 pt-0">
{{ range where (where .Site.RegularPages "Type" "authors") "Params.team" "=" true }}
<div class="col-xl-4 col-lg-6 col-12">
@ -9,7 +9,7 @@
<img class="img-fluid pb-3" src="/img/authors/{{ .Page.Params.image }}" alt="">
</div>
<div class="col-xxl-7 col-xl-12 col-7 circle-icons">
<h4>{{ .Page.Params.name }}</h4>
<h4 class="mb-1">{{ .Page.Params.name }}</h4>
<p>{{ .Page.Params.position }}</p>
{{ if .Page.Params.linkedin }}
<a href="https://www.linkedin.com/in/{{ .Page.Params.linkedin }}" target="_blank" rel="noopener noreferrer" aria-label="{{ .Page.Params.name }}'s LinkedIn">{{ partial "fontawesome.html" "brands/linkedin" }}</a>
@ -28,7 +28,7 @@
</div>
{{ end }}
</div>
<h2>{{ i18n "partners" }}</h2>
<h2 class="mb-2">{{ i18n "partners" }}</h2>
<div class="row pt-lg-4 pt-0">
{{ range where (where .Site.RegularPages "Type" "authors") "Params.partner" "=" true }}
<div class="col-xl-4 col-lg-6 col-12">
@ -56,19 +56,23 @@
</div>
{{ end }}
</div>
<h2 class="mb-4">{{ i18n "alumni" }}</h2>
{{ range where (where .Site.RegularPages "Type" "authors") "Params.alumni" "=" true }}
<h4>{{ .Page.Params.name }}</h4>
<p>{{ .Page.Params.position }}</p>
{{ if .Page.Params.github }}
<a href="https://github.com/{{ .Page.Params.github }}" target="_blank" rel="noopener noreferrer" aria-label="{{ .Page.Params.name }}'s GitHub">{{ partial "fontawesome.html" "brands/github" }}</a>
{{ end }}
{{ if .Page.Params.email }}
<a href="mailto:{{ .Page.Params.email }}" aria-label="{{ .Page.Params.name }}'s email">{{ partial "fontawesome.html" "solid/envelope" }}</a>
{{ end }}
{{ if .Page.Params.gpg }}
<a href="{{ .Site.BaseURL }}/pgp/publickey.{{ .Page.Params.gpg }}@ura.design.asc" aria-label="{{ .Page.Params.name }}'s GPG key">{{ partial "fontawesome.html" "solid/key" }}</a>
<h2 class="mb-2">{{ i18n "alumni" }}</h2>
<div class="row pt-lg-4 pt-0">
{{ range where (where .Site.RegularPages "Type" "authors") "Params.alumni" "=" true }}
<div class="col-xl-3 col-lg-4 col-sm-6 col-12">
<h4>{{ .Page.Params.name }}</h4>
<p>{{ .Page.Params.position }}</p>
{{ if .Page.Params.github }}
<a href="https://github.com/{{ .Page.Params.github }}" target="_blank" rel="noopener noreferrer" aria-label="{{ .Page.Params.name }}'s GitHub">{{ partial "fontawesome.html" "brands/github" }}</a>
{{ end }}
{{ if .Page.Params.email }}
<a href="mailto:{{ .Page.Params.email }}" aria-label="{{ .Page.Params.name }}'s email">{{ partial "fontawesome.html" "solid/envelope" }}</a>
{{ end }}
{{ if .Page.Params.gpg }}
<a href="{{ .Site.BaseURL }}/pgp/publickey.{{ .Page.Params.gpg }}@ura.design.asc" aria-label="{{ .Page.Params.name }}'s GPG key">{{ partial "fontawesome.html" "solid/key" }}</a>
{{ end }}
</div>
{{ end }}
{{ end }}
</div>
</div>
</div>

BIN
static/img/authors/Breror.webp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 64 KiB

After

Width:  |  Height:  |  Size: 57 KiB

BIN
static/img/authors/Elio.webp

Binary file not shown.

Before

Width:  |  Height:  |  Size: 70 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Loading…
Cancel
Save