Skip to content

Commit 858a092

Browse files
committed
2 parents 37b3032 + f66b92a commit 858a092

File tree

7 files changed

+342
-323
lines changed

7 files changed

+342
-323
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
19-
- uses: actions/setup-node@v5
19+
- uses: actions/setup-node@v6
2020
with:
2121
node-version: 20
2222
cache: yarn

.github/workflows/test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v5
1717
with:
1818
fetch-depth: 0
19-
- uses: actions/setup-node@v5
19+
- uses: actions/setup-node@v6
2020
with:
2121
node-version: 20
2222
cache: yarn

data/officers.ts

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ export const officers: Term = {
66
{
77
position: "President",
88
name: "Diego Temkin",
9-
affiliation: "EC + Simmons",
9+
affiliation: "East Campus",
1010
year: 2026,
1111
kerb: "dtemkin",
1212
},
1313
{
1414
position: "Vice President",
1515
name: "Farin Liani",
16-
affiliation: "McCormick + Random",
16+
affiliation: "McCormick",
1717
year: undefined,
1818
kerb: "liani",
1919
},
@@ -40,15 +40,15 @@ export const officers: Term = {
4040
},
4141
{
4242
position: "REX/CPW Chair",
43-
name: "Anthony Donegan",
44-
affiliation: "MacGregor",
45-
year: 2028,
46-
kerb: "ajzd",
43+
name: "",
44+
affiliation: "",
45+
year: undefined,
46+
kerb: "",
4747
},
4848
{
4949
position: "Housing Chair",
5050
name: "Daniel Gonzalez",
51-
affiliation: "EC + Random",
51+
affiliation: "East Campus",
5252
year: undefined,
5353
kerb: "gonzalez",
5454
},
@@ -73,20 +73,20 @@ export const officers: Term = {
7373
year: 2027,
7474
kerb: "molimene",
7575
},
76-
{
77-
position: "Underclassmen Representative",
78-
name: "Jamie Lim",
79-
affiliation: "MacGregor",
80-
year: 2028,
81-
kerb: "jamielim",
82-
},
8376
{
8477
position: "Underclassmen Representative",
8578
name: "Andrew Wu",
8679
affiliation: "Simmons",
8780
year: 2028,
8881
kerb: "andwu",
8982
},
83+
{
84+
position: "Underclassmen Representative",
85+
name: "Ericsson Ansah-Antwi",
86+
affiliation: "New House",
87+
year: 2029,
88+
kerb: "ericsson",
89+
},
9090
{
9191
position: "Dining Chair",
9292
name: "Jackson Hamilton",
@@ -103,15 +103,15 @@ export const officers: Term = {
103103
},
104104
{
105105
position: "i3 Chair",
106-
name: "Jackson Hamilton",
107-
affiliation: "Simmons",
108-
year: 2028,
109-
kerb: "jackham",
106+
name: "Shelly Yang",
107+
affiliation: "East Campus",
108+
year: 2029,
109+
kerb: "shellyy",
110110
},
111111
{
112112
position: "Tech Chair",
113113
name: "Camila Pierce",
114-
affiliation: "Baker House Baker Home",
114+
affiliation: "Baker House",
115115
year: 2027,
116116
kerb: "cepierce",
117117
},

docusaurus.config.ts

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ const config: Config = {
1515
organizationName: "mit-dormcon",
1616
projectName: "website",
1717
trailingSlash: false,
18+
headTags: [
19+
{
20+
tagName: "link",
21+
attributes: {
22+
rel: "stylesheet",
23+
href: "https://use.typekit.net/qxe5rxu.css",
24+
}
25+
}
26+
],
1827
themeConfig: {
1928
announcementBar: {
2029
id: "gbm_f25",
@@ -107,12 +116,8 @@ const config: Config = {
107116
title: "Housing",
108117
items: [
109118
{
110-
label: "MIT Living Communities",
111-
href: "https://studentlife.mit.edu/living-communities/",
112-
},
113-
{
114-
label: "MIT Guide to Residences",
115-
href: "https://mitguidetoresidences.mit.edu/",
119+
label: "MIT Undergraduate Housing",
120+
href: "https://housing.mit.edu/",
116121
},
117122
{
118123
label: "Housing Portal (Starrez)",

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,17 @@
2525
"node": ">=18.0"
2626
},
2727
"dependencies": {
28-
"@docusaurus/core": "^3.9.1",
29-
"@docusaurus/cssnano-preset": "^3.9.1",
30-
"@docusaurus/faster": "^3.9.1",
31-
"@docusaurus/plugin-content-docs": "^3.9.1",
32-
"@docusaurus/preset-classic": "^3.9.1",
28+
"@docusaurus/core": "^3.9.2",
29+
"@docusaurus/cssnano-preset": "^3.9.2",
30+
"@docusaurus/faster": "^3.9.2",
31+
"@docusaurus/plugin-content-docs": "^3.9.2",
32+
"@docusaurus/preset-classic": "^3.9.2",
3333
"@docusaurus/theme-common": "^3.8.1",
3434
"@docusaurus/utils": "^3.8.1",
3535
"@docusaurus/utils-validation": "^3.8.1",
3636
"@js-temporal/polyfill": "^0.5.1",
3737
"@mdx-js/react": "^3.1.0",
38-
"chart.js": "^4.5.0",
38+
"chart.js": "^4.5.1",
3939
"clsx": "^2.1.1",
4040
"docusaurus-plugin-openapi-docs": "^4.5.1",
4141
"docusaurus-plugin-sass": "^0.2.6",
@@ -47,7 +47,7 @@
4747
"react-chartjs-2": "^5.3.0",
4848
"react-dom": "^19.1.1",
4949
"react-loadable": "^5.5.0",
50-
"sass": "^1.93.2",
50+
"sass": "^1.93.3",
5151
"swr": "^2.3.6"
5252
},
5353
"browserslist": {
@@ -63,13 +63,13 @@
6363
]
6464
},
6565
"devDependencies": {
66-
"@docusaurus/eslint-plugin": "^3.9.1",
66+
"@docusaurus/eslint-plugin": "^3.9.2",
6767
"@docusaurus/module-type-aliases": "^3.8.1",
68-
"@docusaurus/tsconfig": "^3.9.1",
68+
"@docusaurus/tsconfig": "^3.9.2",
6969
"@docusaurus/types": "^3.8.1",
7070
"@eslint/eslintrc": "^3.3.1",
71-
"@eslint/js": "^9.34.0",
72-
"@types/eslint-plugin-jsx-a11y": "^6.10.0",
71+
"@eslint/js": "^9.39.0",
72+
"@types/eslint-plugin-jsx-a11y": "^6.10.1",
7373
"@types/gtag.js": "^0.0.20",
7474
"@types/lodash": "^4.17.20",
7575
"@types/react": "^19.1.17",

src/css/custom.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,19 @@
3030
--ifm-background-color: #ffffff;
3131
}
3232

33+
html {
34+
font-family: proxima-nova, system-ui;
35+
}
36+
37+
h1,
38+
h2,
39+
h3,
40+
h4,
41+
h5,
42+
h6 {
43+
font-family: proxima-nova, system-ui;
44+
}
45+
3346
.docusaurus-highlight-code-line {
3447
background-color: rgb(72, 77, 91);
3548
display: block;

0 commit comments

Comments
 (0)