-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
created other events section and added black student orientation and …
…faculty events onto homepage
- Loading branch information
1 parent
d4b3d0b
commit 94c35e5
Showing
6 changed files
with
157 additions
and
13 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
export const otherEventsData = [ | ||
{ | ||
title: 'BLACK STUDENT ORIENTATION', | ||
description: | ||
"Want to celebrate Black culture, embrace the community at the University of Toronto, and prepare yourself for the UofT experience? Black Student Orientation, organized by Black Students for Black students, is an opportunity to make a smooth transition into university life, make new friends, and start the year on a positive note!<br />Registration for this FREE orientation is now LIVE! Stay up to date and Learn more about Black Student Orientation 2024 <a href='https://www.instagram.com/uoftbso/'>here</a>.", | ||
image: '../../assets/misc/blackstudentorientationlogo.png', | ||
}, | ||
{ | ||
title: 'FACULTY ORIENTATION EVENTS', | ||
description: | ||
"Check out the schedule for Faculty Orientation Events happening on Wednesday, August 28th <a href='https://undergrad.engineering.utoronto.ca/event/faculty-orientation-events/'>here</a>!", | ||
image: '../../assets/misc/facultylogo.png', | ||
}, | ||
]; |