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鈥檒l 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 1 commit
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
43 changes: 27 additions & 16 deletions config/content/FAQ.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,41 +2,52 @@ const FAQContent = {
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' +
Shurtu-gal marked this conversation as resolved.
Show resolved Hide resolved
"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' +
Shurtu-gal marked this conversation as resolved.
Show resolved Hide resolved
'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',
question: 'Cost of registration? ',
answer:
'The cost of registration, including accommodation is Rs. 950,' +
' and without accommodation, it is Rs. 500.',
},
{
id: 8,
Shurtu-gal marked this conversation as resolved.
Show resolved Hide resolved
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
Loading