We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb2bcb commit 6ccc360Copy full SHA for 6ccc360
_includes/mentors.html
@@ -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
13
14
+ {% endfor %}
15
0 commit comments