File tree Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Expand file tree Collapse file tree 1 file changed +1
-23
lines changed Original file line number Diff line number Diff line change @@ -90,29 +90,7 @@ layout: home
90
90
Running CRUP would not be possible without these amazing people!
91
91
92
92
<div class =" role " >
93
- {% assign edvps = site.people | where: 'role', 'VP of Education' %}
94
- {% for person in edvps %}
95
- {{ person }}
96
- {% endfor %}
97
- </div >
98
-
99
- <div class =" role " >
100
- {% assign tas = site.people | where: 'role', 'Mentored PM' %}
101
- {% for person in tas %}
102
- {{ person }}
103
- {% endfor %}
104
- </div >
105
-
106
- <div class =" role " >
107
- {% assign instructors = site.people | where: 'role', 'Client PM' %}
108
- {% for person in instructors %}
109
- {{ person }}
110
- {% endfor %}
111
- </div >
112
-
113
- <div class =" role " >
114
- {% assign mentors = site.people | where: 'role', 'Member' %}
115
- {% for person in mentors %}
93
+ {% for person in site.people %}
116
94
{{ person }}
117
95
{% endfor %}
118
96
</div >
You can’t perform that action at this time.
0 commit comments