Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added card for NSHacks Event #9

Merged
merged 3 commits into from
Jan 3, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added public/img/internal-programs/nshack.jpeg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions src/constants/programs.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
export const programsList = [

{
name:"NS-HACKS",
description:"NS-HACKS is an exclusive hackathon for the NAMESPACE BPIT community, where members come together to work on innovative problem statements, turning their ideas into impactful solutions. Teams collaborate to create projects that not only showcase their technical and creative skills but also contribute to the growth of the community. The projects developed during NS-HACKS are recognized as official community projects of NAMESPACE BPIT and The NAMESPACE Community.",
image: "./img/internal-programs/nshack.jpeg",
},
{
name: "AlgoRumble",
description:"AlgoRumble is nameSpace's bi-weekly Data Structures and Algorithms contest, an engaging event designed to test participants' problem-solving skills and algorithmic ability. The problems are set by the members themselves on a rotating basis while the others participate in it and try to solve in the minimum time. This program fosters the spirit of healthy competition among the members.",
Expand Down
Loading