Skip to content

Commit 6ccc360

Browse files
committed
Add mentor section
1 parent 0fb2bcb commit 6ccc360

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

_includes/mentors.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<div class="columns is-centered is-multiline is-mobile">
2+
{% for mentor in site.data.mentors %}
3+
<div class="column has-text-centered m-2 is-one-third-widescreen is-one-third-desktop is-one-fifth-fullhd is-one-third-tablet is-two-fifths-mobile is-three-quarters-touch"
4+
id="project-card">
5+
<div class="has-background-black-ter card">
6+
<figure class="image is-4by5" style="background-image: url({{member.image}});">
7+
</figure>
8+
<div class="card-content">
9+
<h2 class="has-text-white-ter has-text-weight-bold is-size-6">{{ mentor.name }}</h2>
10+
<p class="has-text-white-ter has-text-weight-normal">{{ mentor.roles }}</p>
11+
</div>
12+
</div>
13+
</div>
14+
{% endfor %}
15+
</div>

0 commit comments

Comments
 (0)