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

    {/*bonfire*/} @@ -73,7 +73,7 @@ class Schedule extends Component {
    -

    23/2/2020

    +

    24/2/2020

    @@ -85,29 +85,34 @@ class Schedule extends Component { - - - + + + - - - + + + - - - + + + - - - + + + - - - + + + + + + + +
    __:____:__Breakfast1:00Final Mentor Round
    __:____:__Lunch2:002:30Midnight Snacks
    __:____:__Presentations Begin5:00Hackathon Ends
    __:____:__Winners Announcement6:0010:00Presentation Rounds
    __:____:__Goodbye with warm memories10:0010:30Breakfast
    10:3011:00Prize 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 TimeEnd TimeEvent
    15:0017:00Checkin and registration of participants
    17:0019:00Isohack inaugration with keynote sessions from mentors
    19:0020:00Dinner
    20:0020:30Release of Problem Statements
    20:30Hackathon 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 participants2:002:30Midnight Snacks
    __:____:__Opening ceremony4:00Mentor Round - 1
    __:____:__Keynote session
    __:____:__Dinner
    __:____:__Workshop A9:009:30Breakfast
    __:____:__Release of Problem Statements12:00Mentor Round - 2
    __:____:__Hackathon begins13:3014:30Lunch
    __:____:__Snacks Break15:0015:30Keynote session by Sameer Khan
    __:____:__Breakfast17:3018:00High Tea
    __:____:__Lunch20:00Mentor Round - 3
    __:____:__21:0022: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