-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix overscroll behavior and update carousel layout
- Loading branch information
1 parent
6bc7fd7
commit cd66550
Showing
9 changed files
with
153 additions
and
130 deletions.
There are no files selected for viewing
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
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 |
---|---|---|
@@ -1,30 +1,30 @@ | ||
[ | ||
{ | ||
"title": "Freshman Social Camp (FSC)", | ||
"title": "Freshman Social Camp", | ||
"desc": "FSC is crafted to kickstart your university journey with enduring friendships and unforgettable experiences. Engage in a variety of physical and intellectual games, participate in team bonding exercises, and compete for exciting team and individual prizes. You will also have the opportunity to attend the beach finale event Bash together with your new friends, solidifying your friendships.", | ||
"date": "19th June - 22nd June 2024", | ||
"imgSrc": "announcements/fsc.jpg", | ||
"link": "./events/freshman_social_camp" | ||
"date": "19/06/24 - 22/06/24", | ||
"link": "./events/freshman_social_camp", | ||
"imgSrc": "/announcements/fsc.jpg" | ||
}, | ||
{ | ||
"title": "Freshman Orientation Week (FOW)", | ||
"title": "Freshman Orientation Week", | ||
"desc": "FOW is a 4-day physical orientation camp where seniors help freshmen adapt to different aspects of university life through preparatory talks and team-building activities. Forge lasting friendships as you navigate campus resources and academic challenges together. Look forward to strategic team games that develop you both intellectually and physically.", | ||
"date": "24th July - 27th July 2024", | ||
"imgSrc": "announcements/fow.jpg", | ||
"link": "./events/freshman_orientation_camp" | ||
"date": "24/07/24 - 27/07/24", | ||
"link": "./events/freshman_orientation_camp", | ||
"imgSrc": "/announcements/fow.jpg" | ||
}, | ||
{ | ||
"title": "Freshman Finale Camp (FFC)", | ||
"title": "Freshman Finale Camp", | ||
"desc": "FFC is a 3-day physical summer camp, perfectly tailored for international students gearing up for matriculation closer to August. The camp offers an array of theme-based activities such as flag-building and exhilarating house face-offs. Engage in friendly competition alongside your housemates, strategizing to earn glory for your elemental faction in a series of thrilling challenges. End the camp on a high note with its campfire and barbecue finale under the stars.", | ||
"date": "5th August - 7th August 2024", | ||
"imgSrc": "announcements/ffc.jpg", | ||
"link": "./events/freshman_finale_camp" | ||
"date": "05/08/24 - 07/08/24", | ||
"link": "./events/freshman_finale_camp", | ||
"imgSrc": "/announcements/ffc.jpg" | ||
}, | ||
{ | ||
"title": "Computing Bash", | ||
"desc": "FFC is a 3-day physical summer camp, perfectly tailored for international students gearing up for matriculation closer to August. The camp offers an array of theme-based activities such as flag-building and exhilarating house face-offs. Engage in friendly competition alongside your housemates, strategizing to earn glory for your elemental faction in a series of thrilling challenges. End the camp on a high note with its campfire and barbecue finale under the stars.", | ||
"date": "16th August 2024", | ||
"imgSrc": "announcements/bash.jpg", | ||
"link": "./events/computing_bash" | ||
"desc": "A fun-filled beach finale event where freshmen and seniors come together to wrap up the entire orientation experience with a night of performances, games, and food. Held at Sentosa Beach, Bash 2024 offers an electrifying atmosphere with DJ sets, inflatable obstacle courses, and much more.", | ||
"date": "16/08/24", | ||
"link": "./events/computing_bash", | ||
"imgSrc": "/announcements/bash.jpg" | ||
} | ||
] |
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
Oops, something went wrong.