Skip to content

Commit 89650fa

Browse files
committed
amend eboard, upgrade node, no custom domain
1 parent a713500 commit 89650fa

File tree

2 files changed

+47
-48
lines changed

2 files changed

+47
-48
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install node.js (and yarn, I think)
3535
uses: actions/setup-node@v2-beta
3636
with:
37-
node-version: '12.x'
37+
node-version: '18.x'
3838
# https://github.com/actions/cache/blob/master/examples.md#node---yarn
3939
- name: Find out name of yarn cache path
4040
id: yarn-cache-dir-path
@@ -77,5 +77,4 @@ jobs:
7777
github_token: ${{ secrets.GITHUB_TOKEN }}
7878
publish_branch: master
7979
publish_dir: public
80-
cname: nuhacks.io
8180
enable_jekyll: false

src/data/board.js

+46-46
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,94 @@
11
const board = [
22
{
3-
name: 'Hannah Eichinger',
3+
name: 'Deanna Turner',
44
position: 'President',
5-
school: 'Khoury',
6-
major: 'Computer Science',
7-
year: '2024',
8-
imgName: 'hannaheichinger',
9-
bio: '',
5+
school: 'Khoury + CAMD',
6+
major: 'Computer Science + Music Technology',
7+
year: '2025',
8+
imgName: 'deannaturner',
9+
bio: 'Nerd, musician and occasional gamer.',
1010
links: {
1111
website: '',
12-
gitHub: '',
13-
email: 'eichinger.h@northeastern.edu',
14-
linkedIn: 'hannah-eichinger-282168223'
12+
gitHub: 'rawsodium',
13+
email: 'turner.de@northeastern.edu',
14+
linkedIn: 'deanna-turner04'
1515
}
1616
},
1717
{
18-
name: 'Ari',
18+
name: 'Hannah Eichinger',
1919
position: 'Vice President',
2020
school: 'Khoury',
2121
major: 'Computer Science',
22-
year: '2023',
23-
imgName: 'ari',
24-
bio: 'I am Ari',
22+
year: '2024',
23+
imgName: 'hannaheichinger',
24+
bio: '',
2525
links: {
2626
website: '',
2727
gitHub: '',
28-
email: '',
29-
linkedIn: ''
28+
29+
linkedIn: 'hannah-eichinger-282168223'
3030
}
3131

3232
},
3333
{
34-
name: 'Shashwat Patel',
34+
name: 'this could be you!',
3535
position: 'Treasurer',
36-
school: 'Khoury',
37-
major: 'Computer Science',
38-
year: '2024',
39-
imgName: 'shashwatpatel',
36+
school: '',
37+
major: '',
38+
year: '',
39+
imgName: '',
4040
bio: '',
4141
links: {
4242
website: '',
4343
gitHub: '',
4444
email: '',
45-
linkedIn: 'patelshas'
45+
linkedIn: ''
4646
}
4747

4848
},
4949
{
50-
name: 'Shoaib Rakhangi',
50+
name: 'this could be you!',
5151
position: 'Secretary',
52-
school: 'Khoury',
53-
major: 'Computer Science',
54-
year: '2024',
55-
imgName: 'shoaibrakhangi',
52+
school: '',
53+
major: '',
54+
year: '',
55+
imgName: '',
5656
bio: '',
5757
links: {
58-
website: 'https://srakhangi.netlify.app',
59-
gitHub: 'sho-r1024',
60-
61-
linkedIn: 'shoaib-rakhangi-5b3352204'
58+
website: '',
59+
gitHub: '',
60+
email: '',
61+
linkedIn: ''
6262
}
6363
},
6464
{
65-
name: 'Deanna Turner',
65+
name: 'this could be you!',
6666
position: 'Webmaster',
67-
school: 'Khoury + CAMD',
68-
major: 'Computer Science + Music Technology',
69-
year: '2025',
70-
imgName: 'deannaturner',
71-
bio: 'Nerd, musician and occasional gamer.',
67+
school: '',
68+
major: '',
69+
year: '',
70+
imgName: '',
71+
bio: '',
7272
links: {
7373
website: '',
74-
gitHub: 'rawsodium',
75-
email: '[email protected]',
76-
linkedIn: 'deanna-turner04'
74+
gitHub: '',
75+
email: '',
76+
linkedIn: ''
7777
}
7878
},
7979
{
80-
name: 'Marin Childers',
80+
name: 'this could be you!',
8181
position: 'Events Coordinator',
82-
school: 'Khoury',
83-
major: 'Computer Science',
84-
year: '2024',
85-
imgName: 'marinchilders',
86-
bio: 'Film bro',
82+
school: '',
83+
major: '',
84+
year: '',
85+
imgName: '',
86+
bio: '',
8787
links: {
8888
website: '',
8989
gitHub: '',
9090
email: '',
91-
linkedIn: 'marinchilders'
91+
linkedIn: ''
9292
}
9393
}
9494
];

0 commit comments

Comments
 (0)