Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
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
Empty file modified .husky/pre-commit
100644 → 100755
Empty file.
6 changes: 3 additions & 3 deletions components/gridGallery/GridGallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ function GridGallery() {
<BottomGlitter text="Glimpses" />
</div>
<div className={styles.container}>
{GalleryImages.map((item, index) => {
{GalleryImages.map((item) => {
return (
<GridImage
key={String(index)}
key={String(item.id)}
src={item.src}
mobileSrc={item.mobileSrc}
title={item.title}
Expand Down Expand Up @@ -88,4 +88,4 @@ function GridImage({ src, mobileSrc, title, id }) {
</div>
</div>
);
}
}
15 changes: 7 additions & 8 deletions components/sponsors/Sponsors.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,18 @@ function Sponsors() {

return () => window.removeEventListener('scroll', handleScroll);
}, []);

return (
<section ref={ref} className="container-70 my-16 py-16 fadeonscroll">
<BottomGlitter text="Our Sponsors" />
<div className={Styles.sponsorsContainer}>
{SponsorsData.map((src, index) => {
return (
<div className={Styles.images} key={String(index)}>
<div className="z-20">
<img width="100%" height="100%" src={src} alt="Sponsors" />
</div>
{SponsorsData.map((src) => (
<div className={Styles.images} key={src}>
<div className="z-20">
<img width="100%" height="100%" src={src} alt="Sponsors" />
</div>
);
})}
</div>
))}
</div>
</section>
);
Expand Down
28 changes: 21 additions & 7 deletions lib/data/EventsData.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,32 @@
const EventsData = [
{
title: 'SIH Internal Hackathon',
description:
'SIH Internal Hackathon is a qualifying event to select its best teams. Students solve real-world problems, with the winners advancing to represent the institution at the national Smart India Hackathon.',
bgImage: '/events/SIH-Internals-2025.jpg',
link: 'https://www.instagram.com/p/DOh33ghCM-O/',
},
{
title: 'Hackatron',
description:
'HnCC BIT Sindri is here with a national level hackathon, "Hackatron" and aims to promote solutions which are hard to find. It comes with cash prizes worth Rs 50000 and cool swags.',
bgImage: '/events/hackatron-2025.jpg',
link: 'https://hackatron.hnccbits.com/',
},
{
title: 'BIT Code',
description:
'A Monthly event of coding contest based on algorithms, data structures and problem solving.',
bgImage: '/events/bitcode.jpg',
link: 'https://contest.hnccbits.com/',
},
{
title: 'Exploring Git & Github',
description:
'An essential session on Git & GitHub to teach version control, collaboration workflows, and how to contribute to the open-source community.',
bgImage: '/events/git&github-2025.jpg',
link: 'https://www.instagram.com/p/DFc-2ynTOd5/',
},
// {
// title: 'WEB-A-THON',
// description:
Expand Down Expand Up @@ -94,13 +115,6 @@ const EventsData = [
// link: '/',
// },

{
title: 'Hackatron',
description:
'HnCC BIT Sindri is here with a national level hackathon, "Hackatron" and aims to promote solutions which are hard to find. It comes with cash prizes worth Rs 55000 and cool swags.',
bgImage: '/events/hackatron.jpg',
link: 'https://hackatron19.hnccbits.com/',
},
{
title: 'Linux Installation Drive',
description:
Expand Down
4 changes: 2 additions & 2 deletions lib/data/FaqData.js
Original file line number Diff line number Diff line change
Expand Up @@ -877,11 +877,11 @@ const options = [
</li>
<li>
<a
href="https://hackatron19.hnccbits.com"
href="https://hackatron.hnccbits.com/"
target="_blank"
rel="noreferrer"
>
Hackatron Website (National Level Hackathon held last year)
Hackatron Website (National Level Hackathon held this year)
</a>
</li>
</ul>
Expand Down
74 changes: 37 additions & 37 deletions lib/data/GalleryData.js
Original file line number Diff line number Diff line change
@@ -1,74 +1,74 @@
const GalleryImages = [
{
src: '/gallery/gallery9.jpg',
mobileSrc: 'gallery/mobile/gallery9.jpg',
title: 'CodeCamp 2K22',
src: '/gallery/gal9.jpg',
mobileSrc: 'gallery/mobile/gal9.jpg',
title: 'Team HnCC',
id: 'pic7',
},
{
src: '/gallery/gallery10.jpg',
mobileSrc: 'gallery/mobile/gallery10.jpg',
title: 'CodeCamp 2K22',
src: '/gallery/gal10.jpg',
mobileSrc: 'gallery/mobile/gal10.jpg',
title: 'Judges asking questions (Hackathon)',
id: 'pic8',
},
{
src: '/gallery/gallery11.jpg',
mobileSrc: 'gallery/mobile/gallery11.jpg',
title: 'CodeCamp 2K22',
id: 'pic9',
src: '/gallery/gal5.jpg',
mobileSrc: 'gallery/mobile/gal5.jpg',
title: "Hackathon's code area (at mid-night)",
id: 'pic4',
},
{
src: '/gallery/gallery12.jpg',
mobileSrc: 'gallery/mobile/gallery12.jpg',
title: 'CodeCamp 2K22',
src: '/gallery/gal12.jpg',
mobileSrc: 'gallery/mobile/gal12.jpg',
title: 'CodeCamp 2K25',
id: 'pic10',
},
{
src: '/gallery/gallery13.jpg',
mobileSrc: 'gallery/mobile/gallery13.jpg',
title: 'CodeCamp 2K22',
src: '/gallery/gal13.jpg',
mobileSrc: 'gallery/mobile/gal13.jpg',
title: 'Hackatron 2K25',
id: 'pic11',
},
{
src: '/gallery/gallery14.jpg',
mobileSrc: 'gallery/mobile/gallery14.jpg',
title: 'CodeCamp 2K22',
src: '/gallery/gal14.jpg',
mobileSrc: 'gallery/mobile/gal14.jpg',
title: 'SIH Internals 2K24',
id: 'pic12',
},
{
src: '/gallery/gallery1.jpg',
mobileSrc: 'gallery/mobile/gallery1.jpg',
title: 'Judges asking questions (Hackathon)',
src: '/gallery/gal1.jpg',
mobileSrc: 'gallery/mobile/gal1.jpg',
title: 'Judges asking questions (SIH Internals)',
id: 'pic1',
},
{
src: '/gallery/gallery2.jpg',
mobileSrc: 'gallery/mobile/gallery2.jpg',
title: "Hackathon's code area (at mid-night)",
src: '/gallery/gal2.jpg',
mobileSrc: 'gallery/mobile/gal2.jpg',
title: "Hackatron Winners",
id: 'pic2',
},
{
src: '/gallery/gallery4.jpg',
mobileSrc: 'gallery/mobile/gallery4.jpg',
title: 'Inductions',
src: '/gallery/gal4.jpg',
mobileSrc: 'gallery/mobile/gal4.jpg',
title: 'UI/UX Classes',
id: 'pic3',
},
{
src: '/gallery/gallery5.jpg',
mobileSrc: 'gallery/mobile/gallery5.jpg',
title: 'ML Session(Python)',
id: 'pic4',
{
src: '/gallery/gal11.jpg',
mobileSrc: 'gallery/mobile/gal11.jpg',
title: 'CodeCamp 2K25',
id: 'pic9',
},
{
src: '/gallery/gallery6.jpg',
mobileSrc: 'gallery/mobile/gallery6.jpg',
title: 'OOPs Session(C++/Java)',
src: '/gallery/gal6.jpg',
mobileSrc: 'gallery/mobile/gal6.jpg',
title: 'C++ Classes',
id: 'pic5',
},
{
src: '/gallery/gallery7.jpg',
mobileSrc: 'gallery/mobile/gallery7.jpg',
title: 'Our Team(2k16-2k18) with Professors and Esteemed Guests',
title: 'Our proud alumni from the 2k162k18 batches, along with professors and esteemed guests.',
id: 'pic6',
},
];
Expand Down
10 changes: 0 additions & 10 deletions lib/data/TeamData.js
Original file line number Diff line number Diff line change
Expand Up @@ -881,16 +881,6 @@ export const TeamData2k23 = [
},
imageSrc: 'akshay',
},
{
name: 'Ruhi Parween',
title: 'Web Development',
socials: {
gb: 'ruhi19par',
linkedin: 'ruhi-parween-89ab682a1?utm_source=share&utm_campaign=share_via&utm_content=profile&utm_medium=android_app',
email: 'parweenruhi912@gmail.com',
},
imageSrc: 'ruhi',
},
{
name: 'Rishika Gupta',
title: 'Machine Learning',
Expand Down
1 change: 0 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added public/events/SIH-Internals-2025.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/events/git&github-2025.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/events/hackatron-2025.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/gal1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/gal10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/gal11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/gal12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/gal13.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/gal14.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/gal15.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/gal2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/gal4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/gal5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/gal6.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/gal9.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/mobile/gal1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/mobile/gal10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/mobile/gal11.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/mobile/gal12.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/mobile/gal13.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/mobile/gal14.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/mobile/gal15.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/mobile/gal2.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/mobile/gal4.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/mobile/gal5.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/gallery/mobile/gal6.jpg
Binary file added public/gallery/mobile/gal9.jpg
Binary file removed public/teams/2k23/akshay1.jpg
Diff not rendered.
Binary file removed public/teams/2k23/rishabh1.jpg
Diff not rendered.
Loading
Loading