Skip to content

Commit 67a2a80

Browse files
checkpoint
1 parent a5c67b4 commit 67a2a80

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed
34.7 KB
Loading

src/src/data/NewsData.js

+7
Original file line numberDiff line numberDiff line change
@@ -315,5 +315,12 @@ export default function getNewsCardsData() {
315315
URL: 'https://morea-framework.github.io/blog/2021/08/01/morea-version-3',
316316
Media: 'images/morea-module.png',
317317
},
318+
{
319+
Date: '12/9/2021',
320+
Headline: 'InternAloha Version 2 Development',
321+
Text: 'Three undergraduates helped design and implement a new major release of InternAloha as part of their capstone experience.',
322+
URL: 'https://www.radgrad.org/blog/2021/12/09/internaloha',
323+
Media: 'images/internaloha-small.png',
324+
},
318325
].reverse();
319326
}

src/src/data/ResearchData.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ The goal of the InternAloha project is to develop a system that can lower the ov
621621
622622
InternAloha is intended to differ from other systems by not only providing access to internship listings, but by also providing the ability to recommend to students the activities and classes that will improve their prospects to obtain an internship in the area of their choice in future.
623623
624-
For more information, please see [https://internaloha.github.io/documentation/](https://internaloha.github.io/documentation/)
624+
For more information, please see [https://internaloha.github.io/](https://internaloha.github.io/)
625625
`,
626626
},
627627
{

0 commit comments

Comments
 (0)