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

Content-Updates-1 #93

Merged
merged 5 commits into from
Oct 14, 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
2 changes: 1 addition & 1 deletion config/content/AboutUs.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/* eslint-disable max-len */
export default {
title: 'Innovision 2k23',
desc: `Innovision is one of the biggest technical fests in Eastern India. You can delve deeply into science and technology at this event. It is entirely run by the NIT Rourkela student body and provides a huge platform for many different activities, organized in the form of competitive events, guest lectures, technical workshops, and exhibitions. Technology enthusiasts can use it as a platform to show off their intelligence and ingenuity.
desc: `Innovision stands as one of Eastern India's most prominent technical festivals. It offers an immersive exploration of science and technology, embodying key themes in innovation and advancement. Innovision, entirely driven by the NIT Rourkela student body, provides an expansive platform encompassing competitive events, illuminating guest lectures, hands-on technical workshops, and captivating exhibitions. This dynamic fest beckons technology enthusiasts to display their intelligence and ingenuity. As a collective, these elements contribute to the cultivation of advanced technologies that continually evolve, learn, and interact with their surroundings in ever more sophisticated ways.
`,
link: 'https://www.youtube.com/embed/DrIwRpGM35I',
};
48 changes: 27 additions & 21 deletions config/content/FAQ.js
Original file line number Diff line number Diff line change
@@ -1,46 +1,52 @@
export const FAQS = [
{
id: 1,
question: 'When would Innovision happen?',
question: 'What is INNOVISION? ',
answer:
'INNOVISION is the largest ' +
'techno-management fest of Eastern India lorem ipsum dolor ' +
'ipsum dolor somethin lorem ipsum dolor somethin lorem ipsum dolor somethin',
'Innovision is one of the biggest ' +
'techno management fest organised by students of NITR,' +
' with participation from all over India ',
},
{
id: 2,
question: 'What is INNOVISION?',
answer: 'INNOVISION is the largest techno-management fest of Eastern India',
question: 'Who are we?',
answer:
'Organised by students of NIT Rourkela, INNOVISION is the annual techno management.' +
'With our unrivalled ability to host such technical fests ' +
"we were recognised as Odisha's top student chapter",
},
{
id: 3,
question: 'What is INNOVISION?',
answer: 'INNOVISION is the largest techno-management fest of Eastern India',
question: 'Who can participate?',
answer:
'All science and technology enthusiasts currently ' +
'studying in college are invited to participate.',
},
{
id: 4,
question: 'What is INNOVISION?',
answer: 'INNOVISION is the largest techno-management fest of Eastern India',
question: 'Will it be conducted online?',
answer: 'No the event will be conducted in offline mode.',
},
{
id: 5,
question: 'What is INNOVISION?',
answer: 'INNOVISION is the largest techno-management fest of Eastern India',
question: 'What is the goal of the fest? ',
answer:
'The major purpose of the fest is to bring together people ' +
'who share a passion for technology in order ' +
'to showcase their skills and give attendees' +
' a fantastic chance to broaden their technical understandings.',
},
{
id: 6,
question: 'What is INNOVISION?',
answer: 'INNOVISION is the largest techno-management fest of Eastern India',
question: 'How could I know if I got selected for any event? ',
answer: "If you're chosen, we'll send you an email.",
},
{
id: 7,
question: 'What is INNOVISION?',
answer: 'INNOVISION is the largest techno-management fest of Eastern India',
},
{
id: 8,
question: 'What is INNOVISION?',
answer: 'INNOVISION is the largest techno-management fest of Eastern India',
question: 'Cost of registration? ',
answer:
'The cost of registration, including accommodation is Rs. 950,' +
' and without accommodation, it is Rs. 750.',
},
];

Expand Down
8 changes: 5 additions & 3 deletions config/content/sponsors.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
export default {
title: 'Sponsors',
footer: 'Want to sponsor us? Email us at dummy@gmail.com',
link: 'mailto:dummy@gmail.com',
title: 'Past Sponsors',
footer: 'Want to sponsor us? ',
link:
'https://docs.google.com/forms/d/e/1FAIpQLSfV6ZclXiO7K5vVWFjR6_' +
'ZtqjrQ1HpTQ4-Lk9WAu4VA9PuI_g/viewform?usp=sharing',
id: 'sponsors',

titleSponsor: [
Expand Down
7 changes: 7 additions & 0 deletions config/content/tempCodeRunnerFile.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
/* eslint-disable max-len */
export default {
title: 'Innovision 2k23',
desc: `Innovision stands as one of Eastern India's most prominent technical festivals. It offers an immersive exploration of science and technology, embodying key themes in innovation and advancement. Innovision, entirely driven by the NIT Rourkela student body, provides an expansive platform encompassing competitive events, illuminating guest lectures, hands-on technical workshops, and captivating exhibitions. This dynamic fest beckons technology enthusiasts to display their intelligence and ingenuity. As a collective, these elements contribute to the cultivation of advanced technologies that continually evolve, learn, and interact with their surroundings in ever more sophisticated ways.
`,
link: 'https://www.youtube.com/embed/DrIwRpGM35I',
};
Loading