Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Feat: website changes #826

Merged
merged 1 commit into from
Nov 17, 2023
Merged
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
23 changes: 0 additions & 23 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,11 @@ import { hackathonDataList } from '@/content/Hackathons';
import { MeetupPageContent } from '@/content/Meetup';
import Delhi2023 from '@/content/Meetup/delhi-may-2023';
import { OpensourcePageContent } from '@/content/opensource';
import RoadLessTravelledContent from '@/content/roadlesstravelled';
import Supper25Content from '@/content/super25';
import WebinarPageContent, { webinar } from '@/content/Webinars/index.content';

import { Loader } from '@/components/layout';
import ScrollToTop from '@/components/ScrollToTop';

const RoadLessTravelledPage = lazy(() =>
import('@/pages/RoadLessTravelledPage')
);

const ScholarshipsPage = lazy(() => import('@/pages/ScholarshipsPage'));
const HackathonsPage = lazy(() => import('@/pages/HackathonPage'));
const EducationalEventsPage = lazy(() =>
Expand All @@ -45,7 +39,6 @@ const PerticularhackathonPage = lazy(() =>
import('@/pages/PerticularhackathonPage')
);
const ParticularMeetupPage = lazy(() => import('@/pages/ParticularMeetupPage'));
const Super25Page = lazy(() => import('@/pages/Super25Page'));
const CocPage = lazy(() => import('@/pages/CocPage'));
const MeetupPage = lazy(() => import('@/pages/MeetupPage'));
const OpenSourcePage = lazy(() => import('@/pages/OpenSourcePage'));
Expand Down Expand Up @@ -155,22 +148,6 @@ const App = () => {
element={<EducationalEventsPage />}
/>

{/* Career events */}
<Route
exact
path='/events/road-less-travelled'
element={
<RoadLessTravelledPage content={RoadLessTravelledContent} />
}
/>

{/* Super 25 */}
<Route
exact
path='/events/super25'
element={<Super25Page content={Supper25Content} />}
/>

{/* COC */}
<Route exact path='/coc' element={<CocPage content={CocContent} />} />

Expand Down
44 changes: 0 additions & 44 deletions src/components/Cards/Super25TimeLineCard.jsx

This file was deleted.

36 changes: 9 additions & 27 deletions src/components/PageComp/EventsPage/EventCategories.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ import Educational from 'assets/events/educational.jpg';
import Hackathon from 'assets/events/hackathon.jpg';
import Hashnode from 'assets/events/hashnode.jpg';
import Meetup from 'assets/events/meetup.jpeg';
import Roads from 'assets/events/roads.jpg';
import Scholarship from 'assets/events/scholarship.jpg';
import Super25 from 'assets/events/super25.jpg';
import Webinar from 'assets/events/webinar.jpg';

import DetailCard from '@/components/Cards/DetailCard';
Expand All @@ -31,15 +29,15 @@ export default PastEvents;

const eventsData2 = [
{
title: 'Blogging challenges',
title: 'Webinars',
description:
'Every month we will be having 4 tracks. You can write one or multiple blogs on the given tracks. The best blogs will receive hashnode swag.',
image: Hashnode,
url: '/events/hashnode',
'Stay ahead with our insightful webinars. Join experts, gain valuable knowledge, and engage in interactive online learning.',
image: Webinar,
url: '/events/webinars',
btnText: 'Know more',
},
{
title: 'Meetup',
title: 'Meetups',
description:
'Grow with our coding community. Engage in meetups, learn from experts, and expand your network in a welcoming environment.',
image: Meetup,
Expand All @@ -54,14 +52,6 @@ const eventsData2 = [
url: '/events/hackathons',
btnText: 'Know more',
},
{
title: 'Webinar',
description:
'Stay ahead with our insightful webinars. Join experts, gain valuable knowledge, and engage in interactive online learning.',
image: Webinar,
url: '/events/webinars',
btnText: 'Know more',
},
{
title: 'Scholarships',
description:
Expand All @@ -79,19 +69,11 @@ const eventsData2 = [
btnText: 'Know more',
},
{
title: 'The Road Less Travelled',
description:
'Embark on a journey of career excellence with our career guidance live events. Learn from experts, gain valuable insights, and advance your career in the tech landscape.',
image: Roads,
url: '/events/road-less-travelled',
btnText: 'Know more',
},
{
title: 'Super 25 program',
title: 'Blogging challenges',
description:
'Expand your knowledge and enhance your skills with our expert-led webinars on a wide range of topics.',
image: Super25,
url: '/events/super25',
'Every month we will be having 4 tracks. You can write one or multiple blogs on the given tracks. The best blogs will receive hashnode swag.',
image: Hashnode,
url: '/events/hashnode',
btnText: 'Know more',
},
];
6 changes: 3 additions & 3 deletions src/components/PageComp/HomePage/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ const Hero = () => {
<ArrowLink as={ButtonLink} href='#courses'>
Courses
</ArrowLink>
<ArrowLink as={ButtonLink} href='#mentorship'>
Mentorship
</ArrowLink>
<ArrowLink as={ButtonLink} href='#events'>
Events
</ArrowLink>
<ArrowLink as={ButtonLink} href='#content'>
Newsroom
</ArrowLink>
</div>
</div>
</section>
Expand Down
32 changes: 0 additions & 32 deletions src/components/PageComp/RoadLessTravelled/About.jsx

This file was deleted.

29 changes: 0 additions & 29 deletions src/components/PageComp/RoadLessTravelled/Benefits.jsx

This file was deleted.

54 changes: 0 additions & 54 deletions src/components/PageComp/RoadLessTravelled/Hero.jsx

This file was deleted.

94 changes: 0 additions & 94 deletions src/components/PageComp/RoadLessTravelled/LearnInPublic.jsx

This file was deleted.

Loading