Skip to content

Commit

Permalink
New photos
Browse files Browse the repository at this point in the history
  • Loading branch information
AnXh3L0 committed Aug 15, 2024
1 parent e91340f commit aef784c
Show file tree
Hide file tree
Showing 12 changed files with 60 additions and 12 deletions.
1 change: 1 addition & 0 deletions assets/scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1116,6 +1116,7 @@ details[open] summary svg {
& blockquote {
color: $gray-700;
font-size: 2.25rem;
line-height: 1.25;
font-weight: 300;
margin-bottom: 1.5rem;

Expand Down
2 changes: 1 addition & 1 deletion content/de/authors/anja.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
team = true
name = "Anja Xhakani"
position = "Associate UX Researcher"
position = "UX Researcher"
bio = "Anja"
linkedin = "anja-xhakani-0a78b718a"
github = "axhakani"
Expand Down
11 changes: 11 additions & 0 deletions content/de/authors/sabine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
+++
partner = true
name = "Sabine Devins"
position = "Content Strategist"
bio = "Sabine"
linkedin = "sabine-devins-9768437"
github = "Sabine"
email = "[email protected]"
image = "Sabine.webp"
weight = 2
+++
11 changes: 11 additions & 0 deletions content/de/authors/tin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
+++
partner = true
name = "Tin Geber"
position = "Technologist"
bio = "Tin"
linkedin = "tingeber"
github = "tingeber"
email = "[email protected]"
image = "Tin.webp"
weight = 3
+++
2 changes: 1 addition & 1 deletion content/en/authors/anja.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
+++
team = true
name = "Anja Xhakani"
position = "Associate UX Researcher"
position = "UX Researcher"
bio = "Anja"
linkedin = "anja-xhakani-0a78b718a"
github = "axhakani"
Expand Down
11 changes: 11 additions & 0 deletions content/en/authors/sabine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
+++
partner = true
name = "Sabine Devins"
position = "Content Strategist"
bio = "Sabine"
linkedin = "sabine-devins-9768437"
github = "Sabine"
email = "[email protected]"
image = "Sabine.webp"
weight = 2
+++
11 changes: 11 additions & 0 deletions content/en/authors/tin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
+++
partner = true
name = "Tin Geber"
position = "Technologist"
bio = "Tin"
linkedin = "tingeber"
github = "tingeber"
email = "[email protected]"
image = "Tin.webp"
weight = 3
+++
4 changes: 2 additions & 2 deletions i18n/de.toml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ other = "Wir unterstützen die Freiheit des Internets und digitale Sicherheitsto
other = "Unterstützung erhalten"
[whoareWe]
other = "Kernteam"
[partners]
other = "Partner-Angebote"
[collaborators]
other = "Collaborators"
[alumni]
other = "Alumni"

Expand Down
4 changes: 2 additions & 2 deletions i18n/en.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ other = "We are supporting internet freedom and digital security tools with in-k
other = "Get Support"
[whoareWe]
other = "Core Team"
[partners]
other = "Partners"
[collaborators]
other = "Collaborators"
[alumni]
other = "Alumni"

Expand Down
15 changes: 9 additions & 6 deletions layouts/partials/team.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<div class="container-fluid py-5">
<div class="container">
<h2 class="mb-2">{{ i18n "whoareWe" }}</h2>
<div class="row pt-lg-4 pt-0">
<hr class="my-0">
<div class="row pt-4 mb-4 mb-lg-3">
{{ range where (where .Site.RegularPages "Type" "authors") "Params.team" "=" true }}
<div class="col-xl-4 col-lg-6 col-12">
<div class="row mb-3 mb-lg-5">
Expand All @@ -28,16 +29,17 @@ <h4 class="mb-1">{{ .Page.Params.name }}</h4>
</div>
{{ end }}
</div>
<h2 class="mb-2">{{ i18n "partners" }}</h2>
<div class="row pt-lg-4 pt-0">
<h2 class="mb-2">{{ i18n "collaborators" }}</h2>
<hr class="my-0">
<div class="row pt-4 mb-4 mb-lg-3">
{{ range where (where .Site.RegularPages "Type" "authors") "Params.partner" "=" true }}
<div class="col-xl-4 col-lg-6 col-12">
<div class="row mb-3 mb-lg-5">
<div class="col-xxl-5 col-xl-12 col-5">
<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>
Expand All @@ -57,10 +59,11 @@ <h4>{{ .Page.Params.name }}</h4>
{{ end }}
</div>
<h2 class="mb-2">{{ i18n "alumni" }}</h2>
<div class="row pt-lg-4 pt-0">
<hr class="my-0">
<div class="row pt-4">
{{ 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>
<h4 class="mb-1">{{ .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>
Expand Down
Binary file added static/img/authors/Sabine.webp
Binary file not shown.
Binary file added static/img/authors/Tin.webp
Binary file not shown.

0 comments on commit aef784c

Please sign in to comment.