-
Notifications
You must be signed in to change notification settings - Fork 6
/
ancestory.html
47 lines (42 loc) · 1.17 KB
/
ancestory.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
---
layout: default
title: <center>Our Ancestory
picture-role-groups:
- {roles: [mentors], width: 6}
- {roles: [mentors1], width: 6}
no-picture-role-groups:
- {roles: [members2], width: 6}
- {roles: [members], width: 6}
---
<h3 align="left"><b>Iteration 0:</b> Founders</h3>
<p>
<br>
</p>
<section class="people row justify-content-between">
{% for role-group in page.picture-role-groups %}
<div class="col-md-{{ role-group.width }}">
{% for role in role-group.roles %}
{% include role-ancestory.html role=role image=true %}
{% endfor %}
</div>
{% endfor %}
</section>
<h3 align="left"><b>Iteration 1:</b> Team of 2020-21</h3>
<p>
<br>
</p>
<section class="people row justify-content-between">
{% for role-group in page.no-picture-role-groups %}
<div class="col-md-{{ role-group.width }}">
{% for role in role-group.roles %}
{% include role-ancestory.html role=role image=true %}
{% endfor %}
</div>
{% endfor %}
</section>
<h3 align="left"><b>Iteration 2:</b> Team of 2021-22</h3>
<p>
<br>
</p>
<h4 align="center">to be added soon ...</h4>
</section>