mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
2022 aasta Mentorid to Onboarding update (#67)
* Update Mentors to 2022 onboarding remove "Milliseid piksleid tahaksid endale", update text * Create mentors_old_dot_yml.txt * Add sannu and koks onboarding * fix mentors.yml images * Add Resize for windows Change target folders in resize.bat to point to correct folders (need entire path, starting from c: or equiv.) * Delete assets/mentors-images/original directory * Delete assets/mentors-images/optimised directory * new images * mentors.html rewrite * Delete mentors_old_dot_yml.txt * Delete resize.bat * Delete scale.bat
This commit is contained in:
16
mentors.html
16
mentors.html
@@ -3,8 +3,8 @@ layout: default
|
||||
title: Mentorid - Lapikud
|
||||
---
|
||||
<div class="page" id="mentors">
|
||||
<h1>Mentorid</h1>
|
||||
<h3>Siin on meie mentorid. Kui leiad kellegi, kellega huvid kattuvad, võta temaga julgelt ühendust!</h3>
|
||||
<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>
|
||||
|
||||
{% assign sorted_mentors = site.data.mentors | sort: 'name' %}
|
||||
{% for mentor in sorted_mentors %}
|
||||
@@ -71,18 +71,6 @@ 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