From 740ad30f43ebc92bdf18db6945c05f0ee4fc507c Mon Sep 17 00:00:00 2001 From: anmol5936 <127973342+anmol5936@users.noreply.github.com> Date: Sat, 14 Oct 2023 16:01:26 +0530 Subject: [PATCH] Content-Updates-1 (#93) * Content-Updates-1 * Changes in FAQ * About Us Changes * accomodation changes --------- Co-authored-by: Ashish Padhy <100484401+Shurtu-gal@users.noreply.github.com> --- config/content/AboutUs.js | 2 +- config/content/FAQ.js | 48 ++++++++++++++++------------ config/content/sponsors.js | 8 +++-- config/content/tempCodeRunnerFile.js | 7 ++++ 4 files changed, 40 insertions(+), 25 deletions(-) create mode 100644 config/content/tempCodeRunnerFile.js diff --git a/config/content/AboutUs.js b/config/content/AboutUs.js index 96e335b..bfca221 100644 --- a/config/content/AboutUs.js +++ b/config/content/AboutUs.js @@ -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', }; diff --git a/config/content/FAQ.js b/config/content/FAQ.js index d3b0ea9..bb6c192 100644 --- a/config/content/FAQ.js +++ b/config/content/FAQ.js @@ -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.', }, ]; diff --git a/config/content/sponsors.js b/config/content/sponsors.js index d857e30..82e145c 100644 --- a/config/content/sponsors.js +++ b/config/content/sponsors.js @@ -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: [ diff --git a/config/content/tempCodeRunnerFile.js b/config/content/tempCodeRunnerFile.js new file mode 100644 index 0000000..bfca221 --- /dev/null +++ b/config/content/tempCodeRunnerFile.js @@ -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', +};