removed 2024 mentors (#134)

pull/135/head
Kerdo Käärma 3 weeks ago committed by GitHub
parent 21656faaa0
commit f4fce55404
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 8
      mentors.html

@ -33,7 +33,8 @@ title: Mentorid - Lapikud
<li>{{ team }}</li>
{% endfor %}
</ul>
-->
<!--
{% if mentor.contactMethods != null %}
<p>Kontaktid:</p>
{% endif %}
@ -57,8 +58,11 @@ title: Mentorid - Lapikud
Telegram: <a href="{{ contactMethod.value }}">{{ contactMethod.value }}</a>
</li>
{% elsif contactMethod.name == 'Facebook' %}
-->
<!--<p>Facebook <a href="{{ contactMethod.value }}">{{ contactMethod.value }}</a></p>-->
<li>
<!--
<li>
<a href="{{ contactMethod.value }}">Facebook</a>
</li>
{% else %}

Loading…
Cancel
Save