Skip to content

Commit

Permalink
updated cultural events and added past sponsors
Browse files Browse the repository at this point in the history
  • Loading branch information
USERSATOSHI committed Oct 27, 2023
1 parent 5b3738e commit 742309a
Show file tree
Hide file tree
Showing 21 changed files with 119 additions and 66 deletions.
78 changes: 67 additions & 11 deletions enyugma-frontend/src/Pages/CulturalEvent/list.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,16 +96,32 @@ const events = [
id: "antarman",
name: "Antarman",
eventType: "cultural",
description: `Antarman is a solo poetry competition where participants will be judged on the basis of their creativity, imagination, and overall presentation.`,
description: `Step into the realms of imagination and creativity at our college's poetry competition. Your words, your world. Express, connect, and inspire through your own verses. Join fellow peers, ignite your imagination, and craft your masterpiece, and win big! Let your voice be heard. Come, and be part of this poetic journey that celebrates creativity, imagination, and expression.`,
phases: [
{
name: "Finals",
desc: `* The participants can choose any topic.
name: "Online Submission Round ( Platform - Unstop )",
desc: `This is an online round in which participants have to submit their work via unstop. Work should follow the below guidelines:-
* The participants can choose any topic.
* The poem must be the participant's original work.
* The line limit is 40.
* The poem should have a particular name.
* Each participant is allowed to submit only one entry.
* All the entries will be taken through Unstop.
* Under no circumstances can alterations be made to poems once submitted.
* The poet’s name must be mentioned in the poem itself.
* The judges will read all the poems and their decision will be final.`,
type: "online",
},
{
name: "Finals",
desc: `This is an Offline round in which participants have to recite their poem on stage at IIIT Bhagalpur Campus . Guidelines for this round are as follows:-
* The participants can choose any topic.
* The poem must be the participant's original work.
* The line limit is 40.
* The poem should have a particular name.
* The judges will evaluate your poem as per the judging criteria mentioned and their decision will be final.
`,
type: "offline",
},
Expand All @@ -124,6 +140,9 @@ const events = [
"The poem should have a particular name.",
"Each participant is allowed to submit only one entry.",
"All the entries will be taken through Unstop.",
"Under no circumstances can alterations be made to poems once submitted.",
"The poet’s name must be mentioned in the poem itself.",
"The judges will read all the poems and their decision will be final.",
],
judgingCriteria: [
"Theme relevance.",
Expand All @@ -148,7 +167,7 @@ const events = [
},
{
name: "Asian Parliamentary Round",
desc: "* N/A",
desc: "* Top three candidates of this round will be rewarded with First, Second and Third postion.",
type: "offline",
},
],
Expand Down Expand Up @@ -272,11 +291,13 @@ const events = [
id: "cinesnap",
name: "Cine Snap",
eventType: "cultural",
description: `Cine Snap is a short film competition where participants will be judged on the basis of their creativity, imagination, and overall presentation.`,
description: `The CINESNAP is an online Short Film competition that invites aspiring filmmakers to unleash their creativity and filmmaking skills. Participants will have the opportunity to craft a short film that can span any genre, from drama and comedy to documentary and experimental, with a maximum duration of 10 minutes.`,
phases: [
{
name: "Finals",
desc: ``,
desc: `Participants can chose any genre and make a short-film of duration 3 to 10 minutes. Participants have to submit the short-film on 23rd november 2023.
Each participant is allowed to submit only one entry.
All the entries will be taken through Unstop.`,
type: "online",
},
],
Expand Down Expand Up @@ -325,10 +346,45 @@ const events = [
"3 - Selected films will be screened at the awards ceremony on [specific date]. - Award winners will be announced and honored during the ceremony. ",
},
rules: [
"Code of Conduct: Participants are expected to treat each other, the judges, and the organizers with respect and professionalism. ",
"Note: Late submission will be penalized. ",
"The decision of the judges will be final and binding. ",
"The organizing team reserves the right to change or modify the rules. ",
`Eligibility:
The competition is open to all engineering undergraduate students from across India.
Participants can either work individually or in teams of up to 5 members.`,

`Film Duration:
The short film's duration should be a minimum of 3 minutes and a maximum of 10 minutes, including credits.
Films exceeding this time limit will be disqualified.`,

`Theme and Genre:
There is no specific theme. Participants are encouraged to explore any genre or subject matter.
Content should be appropriate and follow college guidelines.`,

`Originality:
All content, including the story, script, characters, and music, must be original, or proper permissions for the use of copyrighted materials must be obtained.
Participants must upload raw footages along with the short film to ensure originality.`,

`Equipment:
Participants can use any recording equipment, including smartphones, cameras, or other devices.
Editing software of choice is allowed.`,

`Submission:
Films should be submitted on or before the deadline, which is 23.11.23.
The film file should be in a mp4 format and have a clear title and credits.`,

`Screening and Awards Ceremony:
The selected short films will be screened during the Enyugma fest.
An awards ceremony will follow the screening, where the winners will be announced and rewarded.`,

`Rights:
IIITBH retains the right to use the submitted films for promotional purposes.
Judges decision will be final decision.`,
],
judgingCriteria: [
" Creativity & Innovation: 30% ",
Expand Down Expand Up @@ -557,7 +613,7 @@ const events = [
* Maximum 2 entries per participant.
* Photography Themes: Conceptual Photography, Travel Photography (Landscapes preferred), Street Photography (Indian culture preferred) - Every artist has a central story to tell, and the difficulty, the impossible task, is trying to present that story in pictures.
`,
type: "offline",
type: "online",
},
],
prizes: {
Expand Down
4 changes: 3 additions & 1 deletion enyugma-frontend/src/Pages/Register/eventlist.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ const events = [...technicalEvent, ...culturalEvent, ...workshopEvent].map(
(x) => ({
id: x.id,
name: x.name,
transactionRequired: !["smartgrid", "qctf"].includes(x.id),
transactionRequired: !["smartgrid", "qctf", "makeamoment"].includes(
x.id,
),
}),
);

Expand Down
2 changes: 2 additions & 0 deletions enyugma-frontend/src/Pages/Sponsors/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ export default function Sponsors() {
Our Past Sponsors
</h1>
</div>
<br />
<br />
<div className="sponsors-list">
{sponsorList.map((sponsor) => {
return (
Expand Down
101 changes: 47 additions & 54 deletions enyugma-frontend/src/Pages/Sponsors/list.js
Original file line number Diff line number Diff line change
@@ -1,69 +1,62 @@
import onfinance from "../../assets/sponsors/onfinance.jfif";
import inmovidutech from "../../assets/sponsors/inmovidutech.png";
import stockgro from "../../assets/sponsors/stockgro.png";
import learningwhiletravelling from "../../assets/sponsors/learningwhiletravelling.png";
import codingblocks from "../../assets/sponsors/codingblocks.jpg";
import prepbytes from "../../assets/sponsors/prepbytes.jpg";
import finlatics from "../../assets/sponsors/finlatics.png";
import unstop from "../../assets/sponsors/unstop.png";
import edtimes from "../../assets/sponsors/edtimes.jfif";
import devfolio from "../../assets/sponsors/devfolio.png";
import polygon from "../../assets/sponsors/polygon.avif";
import replit from "../../assets/sponsors/replit.png";
import codechef from "../../assets/sponsors/codechef.png";
import alcheringaiitg from "../../assets/sponsors/alcheringaiitg.png";
import licindiaforever from "../../assets/sponsors/licindiaforever.jpg";
import theofficialsbi from "../../assets/sponsors/theofficialsbi.jpg";
import ucobank from "../../assets/sponsors/ucobank.jpg";

import logo from "../../assets/logo.webp";
export default [
{ name: "OnFinance.in", link: "https://OnFinance.in", logo: onfinance },
{ name: "Inmovidu", link: "Tech", logo: inmovidutech },
{ name: "StockGro", link: "https://www.stockgro.club/", logo: stockgro },
{
name: "Coming Soon",
logo: logo,
link: "/",
},
{
name: "Coming Soon",
logo: logo,
link: "/",
},
{
name: "Coming Soon",
logo: logo,
link: "/",
},
{
name: "Coming Soon",
logo: logo,
link: "/",
},
{
name: "Coming Soon",
logo: logo,
link: "/",
},
{
name: "Coming Soon",
logo: logo,
link: "/",
},
{
name: "Coming Soon",
logo: logo,
link: "/",
},
{
name: "Coming Soon",
logo: logo,
link: "/",
name: "LearningWhileTravelling",
link: "https://learningwhiletravelling.com/",
logo: learningwhiletravelling,
},

{
name: "Coming Soon",
logo: logo,
link: "/",
name: "CodingBlocks",
link: "https://codingblocks.com/",
logo: codingblocks,
},
{ name: "Prepbytes", link: "https://www.prepbytes.com/", logo: prepbytes },
{ name: "Finlatics", link: "https://www.finlatics.com/", logo: finlatics },
{ name: "Unstop", link: "https://unstop.com", logo: unstop },
{ name: "Edtimes", link: "https://edtimes.in", logo: edtimes },
{ name: "Devfolio", link: "https://devfolio.co/", logo: devfolio },
{ name: "Polygon", link: "https://polygon.technology", logo: polygon },
{ name: "repl.it", link: "https://replit.com/", logo: replit },
{ name: "CodeChef", link: "https://www.codechef.com/", logo: codechef },
{
name: "Coming Soon",
logo: logo,
link: "/",
name: "AlcheringaIITG",
link: "https://www.alcheringa.in/",
logo: alcheringaiitg,
},
{
name: "Coming Soon",
logo: logo,
link: "/",
name: "LicIndiaForever",
link: "https://licindia.in/",
logo: licindiaforever,
},
{
name: "Coming Soon",
logo: logo,
link: "/",
name: "TheOfficialSbi",
link: "https://www.onlinesbi.sbi/",
logo: theofficialsbi,
},
{
name: "Coming Soon",
logo: logo,
link: "/",
name: "Uco Bank",
link: "https://www.ucobank.com",
logo: ucobank,
},
];
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 enyugma-frontend/src/assets/sponsors/codechef.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 enyugma-frontend/src/assets/sponsors/devfolio.png
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 enyugma-frontend/src/assets/sponsors/edtimes.jfif
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Binary file added enyugma-frontend/src/assets/sponsors/polygon.avif
Binary file not shown.
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 enyugma-frontend/src/assets/sponsors/replit.png
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 enyugma-frontend/src/assets/sponsors/stockgro.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 enyugma-frontend/src/assets/sponsors/ucobank.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 enyugma-frontend/src/assets/sponsors/unstop.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 742309a

Please sign in to comment.