2023 aasta mentorid (#83)

* Mentors for 2023 WIP

* Add the term number to one of the mentors

* Mentors 2023 done
This commit is contained in:
Andree Uuetoa
2023-09-12 18:25:06 +03:00
committed by GitHub
parent f52cf3eb3f
commit 1fc85226b7
15 changed files with 143 additions and 30 deletions

View File

@@ -3,15 +3,15 @@ layout: default
title: Mentorid - Lapikud
---
<div class="page" id="mentors">
<h1>Onboarding</h1>
<h3>Siin on meie 2022 aasta Onboarding-tiimi liikmed. Nemad on õiged inimesed, kelle poole pöörduda küsimuste tekkimisel seoses liitumise või Lapikutega üldiselt! </h3>
<h1>Mentorid</h1>
<h3>Siin on meie 2023. aasta mentorid. Nemad on õiged inimesed, kelle poole pöörduda küsimuste tekkimisel seoses liitumise või Lapikutega üldiselt! </h3>
{% assign sorted_mentors = site.data.mentors | sort: 'name' %}
{% for mentor in sorted_mentors %}
<div class="mentor">
<div class="photo-container">
<img src="{{ "/assets/mentors-images/optimised/" | append: mentor.photo }}" alt="{{ mentor.name }}">
<img src="{{ '/assets/mentors-images/optimised/' | append: mentor.photo }}" alt="{{ mentor.name }}">
</div>
<div class="description">
<div class="general">
@@ -71,6 +71,18 @@ title: Mentorid - Lapikud
</div>
<div class="varia">
<h4>Milliseid inimesi ootan oma piksliteks?</h4>
{% if mentor.description.first %}
{% for descriptionLine in mentor.description %}
{% if descriptionLine == '' %}
<br>
{% else %}
<p>{{ descriptionLine }}</p>
{% endif %}
{% endfor %}
{% else %}
<p>{{ mentor.description }}</p>
{% endif %}
<h4>Milline Lapik olen ise?</h4>
{% if mentor.activities.first %}
{% for activitiesLine in mentor.activities %}