diff --git a/src/components/Footer.css b/src/components/Footer.css
new file mode 100644
index 0000000..41edb84
--- /dev/null
+++ b/src/components/Footer.css
@@ -0,0 +1,79 @@
+
+
+
+.footer{
+ padding-top: 6%;
+ padding-bottom: 3%;
+}
+
+.footer-row{
+ width: 35%;
+ margin: auto;
+ text-align: center;
+ margin-bottom: 3%;
+}
+
+.footer-title{
+ font-weight: 600;
+ font-size: 24px;
+ font-family: circularStdBook;
+}
+
+.footer-info{
+ font-family: circularStdBook;
+ font-size: 20px;
+ color: #575757;
+ line-height: 140%;
+}
+
+.footer-social-links{
+ font-family: circularStdBook;
+ font-size: 20px;
+ color: black;
+}
+
+.footer-logo-img{
+ width: 40%;
+}
+
+
+
+@media screen and (max-width: 992px){
+ .footer-row{
+ width: 50%;
+ }
+
+ .footer-info, .footer-social-links{
+ font-size: 16px;
+ }
+
+ .footer-logo-img{
+ width: 60%;
+ }
+}
+
+
+@media screen and (max-width: 768px){
+ .footer{
+ padding-top: 15%;
+ padding-bottom: 10%;
+ }
+
+ .footer-row{
+ width: 80%;
+ margin-bottom: 5%;
+ }
+
+ .footer-title{
+ font-size: 18px;
+ }
+
+ .footer-info, .footer-social-links{
+ font-size: 14px;
+ }
+
+ .footer-logo-img{
+ width: 50%;
+ }
+}
+
diff --git a/src/components/faq.jsx b/src/components/faq.jsx
index 8fb86b5..2e5d114 100644
--- a/src/components/faq.jsx
+++ b/src/components/faq.jsx
@@ -5,6 +5,7 @@ class Faq extends Component {
render() {
return (
<>
+
+ and your brain!
@@ -121,8 +121,7 @@ class Faq extends Component {
a programmer, we will have mentors and volunteers to guide
you throughout the hackathon and hear out your doubts and
navigate you through the problems you and your team are
- facing.
-
+ facing.
@@ -160,7 +159,7 @@ class Faq extends Component {
-
+ */}
>
);
diff --git a/src/components/schedule.jsx b/src/components/schedule.jsx
index 4af13a3..4599a3e 100644
--- a/src/components/schedule.jsx
+++ b/src/components/schedule.jsx
@@ -36,19 +36,19 @@ class Schedule extends Component {
cloud
-
28th of December, 2019
+
10th of Feburary, 2020
cloud
-
10th of Feburary, 2020
+
22nd of February, 2020
cloud
-
22nd of February, 2020
+
23rd of February, 2020
cloud
-
23nd of Feburary, 2020
+
24th of Feburary, 2020
{/*
*/}
@@ -73,7 +73,7 @@ class Schedule extends Component {
-
23/2/2020
+
24/2/2020
@@ -85,29 +85,34 @@ class Schedule extends Component {
- __:__ |
- __:__ |
- Breakfast |
+ 1:00 |
+ |
+ Final Mentor Round |
- __:__ |
- __:__ |
- Lunch |
+ 2:00 |
+ 2:30 |
+ Midnight Snacks |
- __:__ |
- __:__ |
- Presentations Begin |
+ 5:00 |
+ |
+ Hackathon Ends |
- __:__ |
- __:__ |
- Winners Announcement |
+ 6:00 |
+ 10:00 |
+ Presentation Rounds |
- __:__ |
- __:__ |
- Goodbye with warm memories |
+ 10:00 |
+ 10:30 |
+ Breakfast |
+
+
+ 10:30 |
+ 11:00 |
+ Prize Distribution Ceremony and goodbye with warm memories |
@@ -120,8 +125,8 @@ class Schedule extends Component {
-
28/12/2019 to 7/2/2020
- Registration starts and ends
+ 10/2/2020
+ Shortlisted teams announced and RSVP mails sent
@@ -132,8 +137,44 @@ class Schedule extends Component {
-
10/2/2020
-
Shortlisted teams annonuced and RSVP sent to shortlisted teams
+
22/2/2020
+
+
+
+ Start Time |
+ End Time |
+ Event |
+
+
+
+
+
+ 15:00 |
+ 17:00 |
+ Checkin and registration of participants |
+
+
+ 17:00 |
+ 19:00 |
+ Isohack inaugration with keynote sessions from mentors |
+
+
+ 19:00 |
+ 20:00 |
+ Dinner |
+
+
+ 20:00 |
+ 20:30 |
+ Release of Problem Statements |
+
+
+ 20:30 |
+ |
+ Hackathon begins |
+
+
+
Close
@@ -143,7 +184,7 @@ class Schedule extends Component {
-
22/2/20
+
23/2/20
@@ -155,65 +196,50 @@ class Schedule extends Component {
- __:__ |
- __:__ |
- Checkin and registration of participants |
+ 2:00 |
+ 2:30 |
+ Midnight Snacks |
- __:__ |
- __:__ |
- Opening ceremony |
+ 4:00 |
+ |
+ Mentor Round - 1 |
- __:__ |
- __:__ |
- Keynote session |
-
-
- __:__ |
- __:__ |
- Dinner |
-
-
- __:__ |
- __:__ |
- Workshop A |
+ 9:00 |
+ 9:30 |
+ Breakfast |
- __:__ |
- __:__ |
- Release of Problem Statements |
+ 12:00 |
+ |
+ Mentor Round - 2 |
- __:__ |
- __:__ |
- Hackathon begins |
+ 13:30 |
+ 14:30 |
+ Lunch |
- __:__ |
- __:__ |
- Snacks Break |
+ 15:00 |
+ 15:30 |
+ Keynote session by Sameer Khan |
- __:__ |
- __:__ |
- Breakfast |
+ 17:30 |
+ 18:00 |
+ High Tea |
- __:__ |
- __:__ |
- Lunch |
+ 20:00 |
+ |
+ Mentor Round - 3 |
- __:__ |
- __:__ |
+ 21:00 |
+ 22:00 |
Dinner |
-
- __:__ |
- __:__ |
- Midnight Snacks Break |
-
diff --git a/src/components/theme.css b/src/components/theme.css
new file mode 100644
index 0000000..e7fe981
--- /dev/null
+++ b/src/components/theme.css
@@ -0,0 +1,15 @@
+.theme-body {
+}
+
+.theme-body-background {
+ background-color: black;
+}
+
+.theme-header {
+ color: white;
+ font-weight: 800;
+}
+
+.theme-image {
+ width: 100%;
+}
\ No newline at end of file
diff --git a/src/img/themes.png b/src/img/themes.png
new file mode 100644
index 0000000..5950a2b
Binary files /dev/null and b/src/img/themes.png differ