Skip to content

Commit f32558c

Browse files
Update faciliators
1 parent 415f4c7 commit f32558c

File tree

11 files changed

+26
-73
lines changed

11 files changed

+26
-73
lines changed

_sass/custom.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
// Custom styles for CRUP staff system inspired by Data 100 fa25
2-
31
/* Staff layout inspired by Data 100 fa25 */
42
.role {
53
display: flex;

_staffers/anika_lecturer.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

_staffers/anika_sika.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
name: Anika Sikka
3+
role: VP of Education
4+
photo: anika_sikka.png
5+
---

_staffers/jessica_he.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
---
22
name: Jessica He
3-
role: EdVP
4-
3+
role: Client PM
54
photo: jessica_he.png
6-
pronouns: She/Her/Hers
7-
github: jessicahe
8-
linkedin: https://linkedin.com/in/jessicahe
95
---
10-
Hi! I'm Jessica, one of the EdVPs for Codebase. I'm passionate about making tech education accessible and building inclusive communities. I love working on machine learning projects and helping students grow their technical skills. When I'm not coding, you can find me exploring new coffee shops or hiking in the Bay Area!

_staffers/patrick_mendoza.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
11
---
22
name: Patrick Mendoza
3-
role: EdVP
4-
3+
role: VP Of Education
54
photo: patrick_mendoza.jpeg
6-
pronouns: He/Him/His
7-
github: patrickmendoza
8-
linkedin: https://linkedin.com/in/patrickmendoza
95
---
10-
Hey everyone! I'm Patrick, the other EdVP for Codebase. I'm excited to help you ramp up your software engineering and machine learning skills! I specialize in full-stack development and have worked on projects ranging from web applications to ML pipelines. I believe in learning by doing, so get ready for some hands-on projects. Outside of tech, I enjoy playing guitar and exploring the Berkeley food scene.

_staffers/sarah_ta.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

assets/headshots/jessica_he.png

-1.39 MB
Binary file not shown.
-65.6 KB
Binary file not shown.

docs/acks.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

docs/staff.md

Lines changed: 9 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
---
22
layout: home
3-
title: Staff
4-
nav_order: 4
3+
title: Faciliators
4+
nav_order: 3
55
description: Meet the CRUP team and instructors.
66
---
77

88
<style>
9-
/* Staff layout inspired by Data 100 fa25 */
109
.role {
1110
display: flex;
1211
flex-wrap: wrap;
@@ -89,45 +88,34 @@ description: Meet the CRUP team and instructors.
8988
}
9089
</style>
9190

92-
# Staff
91+
# Faciliators
9392

94-
## Course Staff Email
95-
96-
{: .important }
97-
> Contact course staff **via Ed** with any questions or concerns. For general inquiries, you can reach us at [[email protected]](mailto:[email protected]).
98-
99-
## Executive Vice Presidents (EdVPs)
93+
Running CRUP would not be possible without these amazing people!
10094

10195
<div class="role">
102-
{% assign edvps = site.staffers | where: 'role', 'EdVP' %}
96+
{% assign edvps = site.staffers | where: 'role', 'VP of Exec' %}
10397
{% for staffer in edvps %}
10498
{{ staffer }}
10599
{% endfor %}
106100
</div>
107101

108-
## Instructors
109-
110102
<div class="role">
111-
{% assign instructors = site.staffers | where: 'role', 'Instructor' %}
103+
{% assign instructors = site.staffers | where: 'role', 'Client PM' %}
112104
{% for staffer in instructors %}
113105
{{ staffer }}
114106
{% endfor %}
115107
</div>
116108

117-
## Teaching Assistants
118-
119109
<div class="role">
120-
{% assign tas = site.staffers | where: 'role', 'TA' %}
110+
{% assign tas = site.staffers | where: 'role', 'Mentored PM' %}
121111
{% for staffer in tas %}
122112
{{ staffer }}
123113
{% endfor %}
124114
</div>
125115

126-
## Mentors
127-
128116
<div class="role">
129-
{% assign mentors = site.staffers | where: 'role', 'Mentor' %}
117+
{% assign mentors = site.staffers | where: 'role', 'Member' %}
130118
{% for staffer in mentors %}
131119
{{ staffer }}
132120
{% endfor %}
133-
</div>
121+
</div>

0 commit comments

Comments
 (0)