Merge pull request #1 from siinus/master

CR fixes
pull/62/head
Henri Helisma 4 years ago committed by GitHub
commit 45e8c1be20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      _data/mentors.yml
  2. 21
      mentors.html

@ -139,7 +139,7 @@
- name: Gregor Kaljulaid - name: Gregor Kaljulaid
age: 20 age: 20
photo: gregor_kaljulaid_mentor.JPG photo: gregor_kaljulaid_mentor.jpg
specialty: IT-süsteemide arendus (bakalaureus) specialty: IT-süsteemide arendus (bakalaureus)
term: 3 term: 3
teams: ['Tarkvara'] teams: ['Tarkvara']

@ -43,35 +43,24 @@ title: Mentorid - Lapikud
<li> <li>
Telefon: <a href="tel:{{ contactMethod.value }}">{{ contactMethod.value }}</a> Telefon: <a href="tel:{{ contactMethod.value }}">{{ contactMethod.value }}</a>
</li> </li>
{% endif %} {% elsif contactMethod.name == 'E-mail' %}
{% if contactMethod.name == 'E-mail' %}
<li> <li>
E-mail: <a href="mailto: {{ contactMethod.value }}">{{ contactMethod.value }}</a> E-mail: <a href="mailto: {{ contactMethod.value }}">{{ contactMethod.value }}</a>
</li> </li>
{% endif %} {% elsif contactMethod.name == 'Messenger' %}
{% if contactMethod.name == 'Messenger' %}
<li> <li>
Messenger: <a href="{{ contactMethod.value }}">{{ contactMethod.value }}</a> Messenger: <a href="{{ contactMethod.value }}">{{ contactMethod.value }}</a>
</li> </li>
{% endif %} {% elsif contactMethod.name == 'Telegram' %}
{% if contactMethod.name == 'Telegram' %}
<li> <li>
Telegram: <a href="{{ contactMethod.value }}">{{ contactMethod.value }}</a> Telegram: <a href="{{ contactMethod.value }}">{{ contactMethod.value }}</a>
</li> </li>
{% endif %} {% elsif contactMethod.name == 'Facebook' %}
{% if contactMethod.name == 'Facebook' %}
<!--<p>Facebook <a href="{{ contactMethod.value }}">{{ contactMethod.value }}</a></p>--> <!--<p>Facebook <a href="{{ contactMethod.value }}">{{ contactMethod.value }}</a></p>-->
<li> <li>
<a href="{{ contactMethod.value }}">Facebook</a> <a href="{{ contactMethod.value }}">Facebook</a>
</li> </li>
{% endif %} {% else %}
{% if contactMethod.name != 'Telefon' and contactMethod.name != 'E-mail' and contactMethod.name != 'Messenger'
and contactMethod.name != 'Facebook' and contactMethod.name != 'Telegram' %}
<li> <li>
{{ contactMethod.name }}: {{ contactMethod.value }} {{ contactMethod.name }}: {{ contactMethod.value }}
</li> </li>

Loading…
Cancel
Save