mirror of
https://github.com/Lapikud/lapikud.github.io.git
synced 2026-03-21 12:37:49 +00:00
Update mentors (#113)
* Uued mentorid * Add mentor images. * Fix erki photo. * fix mentor images. * Fix mentors.yml * Fix images, fix year. * Fix year. * New mentor. * Remove alphabetical sort, show as described in yml * Fix old variable name typo * Fix mentors.yml * Fix typo. * Fix hypen issues. Fix rene picture. * Fix karina photo filename * Typo fix. * Resize images to 400x400. * Extent fix. * Resize pictures. * Markus shitdong sang. --------- Co-authored-by: Renkar <rene.arumetsa@gmail.com> Co-authored-by: Rene Arumetsa <rearum@taltech.ee>
This commit is contained in:
@@ -4,10 +4,9 @@ title: Mentorid - Lapikud
|
||||
---
|
||||
<div class="page" id="mentors">
|
||||
<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>
|
||||
<h3>Siin on meie 2024. 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 %}
|
||||
{% for mentor in site.data.mentors %}
|
||||
|
||||
<div class="mentor">
|
||||
<div class="photo-container">
|
||||
@@ -18,8 +17,8 @@ title: Mentorid - Lapikud
|
||||
<h1>{{ mentor.name }}</h1>
|
||||
<p>Vanus: {{ mentor.age }}</p>
|
||||
|
||||
{% if mentor.specialty != null %}
|
||||
<p>Eriala: {{ mentor.specialty }}</p>
|
||||
{% if mentor.speciality != null %}
|
||||
<p>Eriala: {{ mentor.speciality }}</p>
|
||||
{% endif %}
|
||||
|
||||
{% if mentor.term != null %}
|
||||
|
||||
Reference in New Issue
Block a user