Skip to content

Commit 56e489b

Browse files
authored
Fix reference to mentor list and delete old list.
1 parent 4afd156 commit 56e489b

1 file changed

Lines changed: 2 additions & 43 deletions

File tree

about.md

Lines changed: 2 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -29,47 +29,6 @@ mission:
2929
environment. We are dedicated to thriving as
3030
3131
a team, and further extending our hands to greet more members of our community with the gracious professionalism and technological opportunities that FIRST has to offer.
32-
mentors:
33-
- name: Al Davies
34-
role: Mentor
35-
- name: Alex Shimota
36-
role: Mentor
37-
- name: Bill Crook
38-
role: Mentor
39-
- name: Blane Stroh
40-
role: Mentor
41-
- name: Bonnie Wolf
42-
role: Mentor
43-
- name: Cameron Young
44-
role: Mentor
45-
- name: Charles Shanefelter
46-
role: Mentor
47-
- name: Chris Moropoulos
48-
role: Mentor
49-
- name: Cristina Tudor
50-
role: Mentor
51-
- name: Curt Nehring
52-
role: Mentor
53-
- name: David Talcott
54-
role: Mentor
55-
- name: Dean Brettle
56-
role: Mentor
57-
- name: Jim Wilfong
58-
role: Mentor
59-
- name: Matt Moropoulos
60-
role: Mentor
61-
- name: Michael Gottesman
62-
role: Mentor
63-
- name: Olga Strongin
64-
role: Mentor
65-
- name: Rene Saltzherr
66-
role: Mentor
67-
- name: Sally Piao
68-
role: Mentor
69-
- name: Shimpei Koike
70-
role: Mentor
71-
- name: Stoyan Gaydarov
72-
role: Mentor
7332
history:
7433
title: History
7534
image: /images/random-image-of-team.jpg
@@ -180,7 +139,7 @@ our_mentors:
180139
</h3>
181140
<div class="body-font">{{page.our_mentors.content | markdownify}}</div>
182141
<div class="list-wrap">
183-
{% for m in page.mentors %}
142+
{% for m in page.our_mentors.mentors %}
184143
<div class="list-chunk mentor-width">
185144
<blockquote class="body-font"><strong>{{m.name}}</strong><br>-{{m.role}}</blockquote>
186145
</div>
@@ -190,4 +149,4 @@ our_mentors:
190149

191150
<!--#split-wrap creates a horizontal divider between preceding and following content-->
192151
<div id="split-wrap"></div>
193-
<!--END PAGE CONTENT-->
152+
<!--END PAGE CONTENT-->

0 commit comments

Comments
 (0)