diff --git a/src/Module/General.tsx b/src/Module/General.tsx
index d4aa78f..392d667 100644
--- a/src/Module/General.tsx
+++ b/src/Module/General.tsx
@@ -348,45 +348,45 @@ const frequentlyAskedQuestions = [
[
[
{
- label:
What is a hackathon?
,
+ label: 'What is a hackathon?',
content:
- A hackathon is a 24 hour event where "hackers" all over the globe collaborate on creating a functioning software and hardware by the end of the event.
+ 'A hackathon is a 24 hour event where "hackers" all over the globe collaborate on creating a functioning software and hardware by the end of the event.'
},
{
- label: Who can attend?
,
+ label:' Who can attend?',
content:
- InnoHacks is open to all undergraduates from all over India.
+ 'InnoHacks is open to all undergraduates from all over India.'
},
{
- label: I am a first time hacker, what should I do?
,
+ label: 'I am a first time hacker, what should I do?',
content:
- No worries, we love to welcome first time hackers and start their hacking journey from a hackathon. We have some awesome workshops and events which will help you get started with hackathons in general.
+ 'No worries, we love to welcome first time hackers and start their hacking journey from a hackathon. We have some awesome workshops and events which will help you get started with hackathons in general.'
},
{
- label: How does team formation works?
,
+ label: 'How does team formation works?',
content:
- You can form team with maximum 4 members. If you don't have a team, there will be plenty of opportunities for you to meet hackers and form a team!
+ "You can form team with maximum 4 members. If you don't have a team, there will be plenty of opportunities for you to meet hackers and form a team!"
}
],
[
{
- label: How to register myself in the Innohacks 3.0?
,
+ label: 'How to register myself in the Innohacks 3.0?',
content:
- All you need to do is fill our form mentioned above and join our Discord channel, we will guide you through everything there
+ 'All you need to do is fill our form mentioned above and join our Discord channel, we will guide you through everything there'
},
{
- label: I have more questions?
,
+ label: 'I have more questions?',
content:
- Reach us directly at (innohacks@kiet.edu). We would happy to help you.
+ 'Reach us directly at (innohacks@kiet.edu). We would happy to help you.'
},
{
- label: Will there be a Registration Fee?
,
+ label: 'Will there be a Registration Fee?',
content:
- No!
+ 'No!'
},
{
- label: Will there be swags?
,
- content: Yes! Participants will many chances to win InnoHacks 3.0 swags!.
+ label: 'Will there be swags?',
+ content: 'Yes! Participants will many chances to win InnoHacks 3.0 swags!.'
}
]
]
diff --git a/src/Module/prize.css b/src/Module/prize.css
index 124aaf0..f724ad5 100644
--- a/src/Module/prize.css
+++ b/src/Module/prize.css
@@ -10,9 +10,4 @@
margin-left: auto;
margin-right: auto;
width: 25%;
-}
-
-.faqs{
- font-family: repo-light;
- font-weight: semibold;
}
\ No newline at end of file
diff --git a/src/components/Accordian/style.css b/src/components/Accordian/style.css
index cb5515f..a13f03a 100644
--- a/src/components/Accordian/style.css
+++ b/src/components/Accordian/style.css
@@ -55,6 +55,7 @@ margin-top: 10px;
overflow: hidden;
will-change: height;
transition: height 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
+ font-family: repo-light ;
}
.panel__content {
margin: 5px 25px 25px;
diff --git a/src/components/Landing/index.jsx b/src/components/Landing/index.jsx
index 6704c3d..6339370 100644
--- a/src/components/Landing/index.jsx
+++ b/src/components/Landing/index.jsx
@@ -39,9 +39,10 @@ const Myinfo = () => {
return (
-
{TOP_SECTION.SHORT_DESCRIPTION}
+
{TOP_SECTION.SHORT_DESCRIPTION}
);
diff --git a/src/components/Landing/style.css b/src/components/Landing/style.css
index 78b4344..bb60559 100644
--- a/src/components/Landing/style.css
+++ b/src/components/Landing/style.css
@@ -220,6 +220,14 @@ button{
background-color: black;
}
+.fa-2x{
+ font-size: 25px;
+}
+
+.registerbtn{
+ margin-left: 25px;
+}
+
.AboutMe h2 {
font-size: 8rem;
font-family: 'Noto Sans', sans-serif;
@@ -230,6 +238,10 @@ p {
font-weight: 300;
}
+.topsection{
+ margin-top: -30px;
+}
+
.Myinfo {
text-align: left;
margin-left: 10vh;
diff --git a/src/components/Team/index.tsx b/src/components/Team/index.tsx
index 8899f03..73ef6fd 100644
--- a/src/components/Team/index.tsx
+++ b/src/components/Team/index.tsx
@@ -26,10 +26,10 @@ const Member = ({info}: {info: any}) => {
);
diff --git a/src/components/Team/style.css b/src/components/Team/style.css
index cacd775..e8997d7 100644
--- a/src/components/Team/style.css
+++ b/src/components/Team/style.css
@@ -15,7 +15,7 @@
border-radius: 50%;
display: block;
margin: 0 auto;
- border: 5px solid rgb(255, 194, 252);
+ /* border: 5px solid rgb(255, 194, 252); */
}
.members-link {
text-align: center;
@@ -24,6 +24,10 @@
margin: 0 7px;
cursor: pointer;
}
+.namess{
+ font-size: 2.8rem;
+ font-weight: 500;
+}
.joinT {
text-align: center;
}
diff --git a/src/components/Typed/index.js b/src/components/Typed/index.js
index b3e5990..dfbafc1 100644
--- a/src/components/Typed/index.js
+++ b/src/components/Typed/index.js
@@ -6,7 +6,7 @@ export default function MytypedComponent() {
return (
-
+
);
diff --git a/src/containers/Home/HomePage.jsx b/src/containers/Home/HomePage.jsx
index e84e873..683d48f 100644
--- a/src/containers/Home/HomePage.jsx
+++ b/src/containers/Home/HomePage.jsx
@@ -129,7 +129,7 @@ export default function HomePage() {
- {media && }
+ {/* {media && } */}
{
-
+