Skip to content

Latest commit

 

History

History
55 lines (44 loc) · 2.61 KB

alumni.md

File metadata and controls

55 lines (44 loc) · 2.61 KB
layout title description
post
Mentor Alumni
本ページでは、未踏ジュニアに応募するクリエータを支援してくださった方々(これまでのメンター)を紹介しています。

Mentor Alumni

未踏ジュニアのメンターとして貢献していただいた方々です。当時の情報をそのままに残しております。ご協力していただきありがとうございました! 🙏✨


{% for mentor in site.data.mentors %} {% unless mentor.is_alumni %} {% continue %} {% endunless %}
{{ mentor.name.last }} {{ mentor.name.first }}

{{ mentor.name.last }} {{ mentor.name.first }}

{{ mentor.affiliation }}

    <div class="mentor-sns">
      {% if mentor.facebook %}<a href="https://www.facebook.com/{{ mentor.facebook }}"><i class="fab fa-facebook-square green"></i></a>{% endif %}
      {% if mentor.twitter %}<a href="https://twitter.com/{{ mentor.twitter }}"><i class="fab fa-twitter-square green"></i></a>{% endif %}
      {% if mentor.web %}<a href="{{ mentor.web }}"><i class="fas fa-globe green"></i></a>{% endif %}
      {% if mentor.github %}<a href="https://github.com/{{ mentor.github }}"><i class="fab fa-github-square green"></i></a>{% endif %}
      <a href="https://scrapbox.io/mitou-meikan/{{ mentor.name.last }}_{{ mentor.name.first }}"><img class="icon-mitou-meikan lazyload" src="/assets/img/spinner.svg" data-src="/assets/img/mitou_meikan.png" alt="未踏名鑑" /></a>
    </div>
  </div>

  <div class="mentor-comment text-left">
    <h4>こんな人・こんな提案を待っています</h4>
    <p>{{ mentor.interested }}</p>

<h4>これまでの採択プロジェクト</h4>
<ul>
  {% assign projects = site.data.projects | where: 'mentor_id', mentor.id %}
  {% for pj in projects %}
    <li><a href="/projects/{{ pj.year }}#{{ pj.id }}">{{ pj.title }}</a></li>
  {% else %}
    <li>🆕 今年度より採択開始!</li>
  {% endfor %}
</ul>

    <h4>略歴</h4>
    <p>{{ mentor.bio }}</p>

{% if mentor.youtube %}<a class="button" href="https://www.youtube.com/watch?v={{ mentor.youtube }}&list=PLNObH2jlC6leiUTypiJYO2zUcwBg7M0Bg" target="_blank" rel="noopener">メッセージ動画を見る</a>{% endif %}
  </div>
</div>

{% endfor %}

現役のメンターを見る