mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-07-15 07:11:16 +00:00
Update Mentors to 2022 onboarding
remove "Milliseid piksleid tahaksid endale", update text
This commit is contained in:
16
mentors.html
16
mentors.html
@@ -3,8 +3,8 @@ layout: default
|
|||||||
title: Mentorid - Lapikud
|
title: Mentorid - Lapikud
|
||||||
---
|
---
|
||||||
<div class="page" id="mentors">
|
<div class="page" id="mentors">
|
||||||
<h1>Mentorid</h1>
|
<h1>Onboarding</h1>
|
||||||
<h3>Siin on meie mentorid. Kui leiad kellegi, kellega huvid kattuvad, võta temaga julgelt ühendust!</h3>
|
<h3>Siin on meie 2022 aasta Onboarding-tiimi liikmed. Kui tekib mingisugunegi küsimus seoses Lapikutega või meiega liitumisega, on nemad õiged inimesed, kelle poole pöörduda! </h3>
|
||||||
|
|
||||||
{% assign sorted_mentors = site.data.mentors | sort: 'name' %}
|
{% assign sorted_mentors = site.data.mentors | sort: 'name' %}
|
||||||
{% for mentor in sorted_mentors %}
|
{% for mentor in sorted_mentors %}
|
||||||
@@ -71,18 +71,6 @@ title: Mentorid - Lapikud
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="varia">
|
<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>
|
<h4>Milline Lapik olen ise?</h4>
|
||||||
{% if mentor.activities.first %}
|
{% if mentor.activities.first %}
|
||||||
{% for activitiesLine in mentor.activities %}
|
{% for activitiesLine in mentor.activities %}
|
||||||
|
|||||||
Reference in New Issue
Block a user