mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
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:
18
mentors.html
18
mentors.html
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user