Skip to content

Commit 9e179c6

Browse files
committed
fix
1 parent fee234a commit 9e179c6

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

_data/team_members.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,8 @@
225225
photo: MuSHR.png
226226
website: https://mushr.io/
227227
type: 7-2
228+
229+
- name: Arm Farm <br> WidowX 250
230+
photo: armfarm.jpg
231+
website: https://docs.trossenrobotics.com/interbotix_xsarms_docs/specifications/wx250.html
232+
type: 7-3

_pages/people.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<div class="full-page">
1111
<div class="grid-container">
1212
<h2 class="row-label" id="row-label-0">Faculty</h2>
13-
<!-- <h2 class="row-label" id="row-label-1">Postdoc</h2> -->
13+
<h2 class="row-label" id="row-label-1" style="display:none">Postdoc</h2>
1414
<h2 class="row-label" id="row-label-2">Ph.D. Students</h2>
1515
<h2 class="row-label" id="row-label-3">M.S. & M.Eng. Students</h2>
1616
<h2 class="row-label" id="row-label-4">Undergraduate Students</h2>
@@ -47,7 +47,7 @@ <h2 class="row-label" id="row-label-7">Robots</h2>
4747
{% endif %}
4848

4949
<!-- Hidden modal that opens when image clicked -->
50-
{% if member.type != "7-1" or member.type != "7-2" %} <!-- Exclude robots -->
50+
{% if member.type != "7-1" or member.type != "7-2" % or member.type != "7-3" %} <!-- Exclude robots -->
5151
<div class="image-modal" id="modal-{{ forloop.index }}">
5252
<div class="image-modal-content">
5353
<span class="close">&times;</span>

0 commit comments

Comments
 (0)