diff --git a/src/app/components/nav/Nav.js b/src/app/components/nav/Nav.js index 50fcb3b..1d7fa0e 100644 --- a/src/app/components/nav/Nav.js +++ b/src/app/components/nav/Nav.js @@ -5,7 +5,7 @@ import Container from "react-bootstrap/Container"; import Navbar from "react-bootstrap/Navbar"; import Nav from "react-bootstrap/Nav"; -import zothacksLogo from "assets/icons/zothacks-logo.svg"; +import { ReactComponent as ZothacksLogo} from "assets/icons/zothacks-logo.svg"; import "./Nav.scss"; @@ -17,7 +17,7 @@ function NavigationBar() { - ZotHacks Logo + diff --git a/src/app/views/home/sections/Faq.scss b/src/app/views/home/sections/Faq.scss index 493cbbd..3b7a18f 100644 --- a/src/app/views/home/sections/Faq.scss +++ b/src/app/views/home/sections/Faq.scss @@ -7,8 +7,10 @@ align-items: center; justify-content: space-between; flex-direction: column; - background: $black; - opacity: 50%; + background: rgba(0, 0, 0, 0.5); + width: 80%; + margin: auto; + border-radius: 10px; & > h2 { width: 80vw; diff --git a/src/app/views/home/sections/Intro.js b/src/app/views/home/sections/Intro.js index e26d30e..2d79796 100644 --- a/src/app/views/home/sections/Intro.js +++ b/src/app/views/home/sections/Intro.js @@ -1,6 +1,6 @@ import React from "react"; -import zothacksLogo from "assets/icons/zothacks-logo.svg"; +import { ReactComponent as ZothacksLogo } from "assets/icons/zothacks-logo.svg"; import "./Intro.scss"; @@ -8,7 +8,7 @@ function Intro() { return (
- +

What is ZotHacks?

ZotHacks is a beginner-friendly hackathon where students with minimal diff --git a/src/app/views/home/sections/Intro.scss b/src/app/views/home/sections/Intro.scss index ea76034..7e3679a 100644 --- a/src/app/views/home/sections/Intro.scss +++ b/src/app/views/home/sections/Intro.scss @@ -15,6 +15,7 @@ .zothacks-logo { width: 100px; + height: 100px; margin: 0 auto 2rem auto; } } diff --git a/src/assets/icons/zothacks-logo.svg b/src/assets/icons/zothacks-logo.svg index 68c9416..1e8bedf 100644 --- a/src/assets/icons/zothacks-logo.svg +++ b/src/assets/icons/zothacks-logo.svg @@ -1,5 +1,5 @@ - - - - + + + +