Skip to content

Commit 00374a6

Browse files
committed
fixed bios for sp23 and switched node-sass to sass
1 parent e4b5fa3 commit 00374a6

File tree

4 files changed

+62
-629
lines changed

4 files changed

+62
-629
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@
1414
"@types/sanitize-html": "^1.20.2",
1515
"countup.js": "^2.0.4",
1616
"materialize-css": "^1.0.0",
17-
"node-sass": "6.0.1",
1817
"react": "^17.0.1",
1918
"react-dom": "^17.0.1",
2019
"react-router-dom": "^5.1.2",
2120
"react-scripts": "^4.0.0",
2221
"sanitize-html": "^2.3.0",
22+
"sass": "^1.58.0",
2323
"typescript": "^4.1.3"
2424
},
2525
"scripts": {

scripts/generate_bios_json.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ class Cols:
4141
# This string in the course means we should skip them and move on with life
4242
NORMALIZED_REJECTIONS = {
4343
"iamrejectingallpositionsthatididnotexplicitlyaccept",
44-
"iamrejectingallampositionsthatididnotexplicitlyaccept"
44+
"iamrejectingallampositionsthatididnotexplicitlyaccept",
45+
"iamrejectingallcmpositionsthatididnotexplicitlyaccept"
4546
}
4647

4748
# global variables lmao

src/data/bios/mentors.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@
143143
{
144144
"name": "Abby Brooks Ramirez",
145145
"courses": {
146-
"cs61a": "Senior Mentor",
147-
"de&ichair": "Exec"
146+
"cs61a": "Senior Mentor"
148147
},
149148
"pronouns": "she/her",
150149
"imgUrl": "https://drive.google.com/open?id=1LSFNXSUbRe1_tsOXl8jZJ592Eck1m_V4",
@@ -2279,8 +2278,7 @@
22792278
{
22802279
"name": "Rohan Goyal",
22812280
"courses": {
2282-
"cs61a": "Associate Mentor",
2283-
"iamrejectingallcmpositionsthatididnotexplicitlyaccept": "Content Mentor"
2281+
"cs61a": "Associate Mentor"
22842282
},
22852283
"pronouns": "They/He",
22862284
"imgUrl": "https://drive.google.com/open?id=1svvL3GZZ3oXic582mMPUvZlk58iS797t",

0 commit comments

Comments
 (0)