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

feat: add new judge & change other minute details #758

Merged
merged 1 commit into from
Aug 24, 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
Binary file added src/assets/hackathon/syncloop/judge1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 14 additions & 7 deletions src/content/Hackathons/syncloop.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import SecondPrize from 'assets/hackathon/syncloop/2nd.png';
import ThirdPrize from 'assets/hackathon/syncloop/3rd.png';
import SyncloopBanner from 'assets/hackathon/syncloop/Banner.png';
import Rahul from 'assets/hackathon/syncloop/judge.jpg';
import Rupesh from 'assets/hackathon/syncloop/judge1.jpg';
import HeroImg from 'assets/hackathon/syncloop/theme.png';

import HackthonPageContent from '@/content/Hackathons/ParticularHackathonPageContent';
Expand Down Expand Up @@ -110,6 +111,12 @@ const SyncloopHackathon = {
twitter: 'rahhulk7',
img: Rahul,
},
{
name: 'Rupesh Gupta',
description: 'Tech Lead',
linkedin: 'rupesh-gupta-383b96157',
img: Rupesh,
},
],
takepart: [
{
Expand All @@ -119,6 +126,13 @@ const SyncloopHackathon = {
href: 'https://www.syncloop.com/?utm_source=Influencer&utm_medium=Paid&utm_id=Kunal+Kushwaha',
},
},
{
title: ' Join the',
link: {
title: 'Syncloop Discord server and #hackathon channel.',
href: 'https://discord.gg/Nm4kvHRdch',
},
},
{
title: 'Checkout the documentation of',
link: {
Expand All @@ -141,13 +155,6 @@ const SyncloopHackathon = {
href: 'https://www.udemy.com/user/ekaapi/',
},
},
{
title: 'Join the community of',
link: {
title: 'Syncloop Discord',
href: 'https://discord.gg/Nm4kvHRdch',
},
},
],
// !NOTE: Please add the respective timeline
timeline: [],
Susmita-Dey marked this conversation as resolved.
Show resolved Hide resolved
Expand Down
4 changes: 0 additions & 4 deletions src/pages/PerticularhackathonPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -188,10 +188,6 @@ const PerticularhackathonPage = ({ content }) => {
<section id='tracks'>
<div className='layout py-20 text-center'>
<h2 className='h1 mb-4'>Prizes for this hackathon</h2>

<p className='h4 mt-2 font-normal text-gray-400'>
Potential internship offer to participants who perform well!
</p>
<hr className='styled-hr mx-auto my-6' />
<div className='grid grid-cols-1 gap-6 sm:grid-cols-2 lg:grid-cols-3'>
{content.prizes.map((item) => (
Expand Down