diff --git a/src/Assets/nick-lowres.png b/src/Assets/nick-lowres.png new file mode 100644 index 00000000..e31330bc Binary files /dev/null and b/src/Assets/nick-lowres.png differ diff --git a/src/Assets/nickumbrella-lowres.png b/src/Assets/nickumbrella-lowres.png new file mode 100644 index 00000000..b98aef27 Binary files /dev/null and b/src/Assets/nickumbrella-lowres.png differ diff --git a/src/components/About/about.js b/src/components/About/about.js index e2880f32..5f5ec53b 100644 --- a/src/components/About/about.js +++ b/src/components/About/about.js @@ -1,60 +1,67 @@ -import "./about.css" -import nickumbrella from "./../../Assets/nickumbrella.svg" -import logo from "./../../Assets/logo.svg" - - -import {Container, Row, Col, Particle} from "react-bootstrap" - - -function About(){ - return ( -
- - - - - {/* Nick image */} - - - Nick with an umbrella - - - {/* About Text */} - - - - logo - -

- A student-run hackathon with the goal to empower hackers of all levels to turn their ideas into reality, with the help of the workshops and resources we make available. In 48 hours, you will be able to develop a project, network with other students from all over the world and learn together! -

- -
- Hello World! -
- -

- We will be conducting several workshops to provide anyone with the chance to learn about multiple skills and resources that will help turn ideas into a real project! -
- Beginner-level hackers should implement what they learned from the workshops into their proposal! -

- - - - - -
- -
+import "./about.css"; +import nickumbrella from "./../../Assets/nickumbrella.svg"; +import logo from "./../../Assets/logo.svg"; + +import { Container, Row, Col, Particle } from "react-bootstrap"; + +function About() { + return ( +
+ + + + {/* Nick image */} + + + Nick with an umbrella + + + {/* About Text */} + + + logo + +

+ A student-run hackathon with the goal to empower hackers of all + levels to turn their ideas into reality, with the help of the + workshops and resources we make available. In 48 hours, you will + be able to develop a project, network with other students from + all over the world and learn together! +

+ +
Hello World!
+ +

+ We will be conducting several workshops to provide anyone with + the chance to learn about multiple skills and resources that + will help turn ideas into a real project! +
+ Beginner-level hackers should{" "} + + implement what they learned from the workshops{" "} + {" "} + into their proposal! +

+ +
-
- ) +
+
+ ); } -export default About - - +export default About; diff --git a/src/components/Home/home.js b/src/components/Home/home.js index 2ba058c2..a6575ef7 100644 --- a/src/components/Home/home.js +++ b/src/components/Home/home.js @@ -1,54 +1,51 @@ -import "./home.css" -import prin from "./../../Assets/prin.svg" -import nick from "./../../Assets/nick.svg" -import {Container, Row, Col, Particle} from "react-bootstrap" - - -function Home(){ - return ( -
- - - - - - {/* Heading */} - -
- A virtual hackathon to turn ideas into - reality -
- -
- OCT 08 - OCT 09 -
- - {/* Register Button */} - -
- - - - -
- - - {/* Nick image */} - - - Nick holding a computer - -
- -
+import "./home.css"; +import prin from "./../../Assets/prin.svg"; +import nick from "./../../Assets/nick.svg"; +import { Container, Row, Col, Particle } from "react-bootstrap"; + +function Home() { + return ( +
+ + + + + {/* Heading */} + +
+ A virtual hackathon to turn ideas into + reality +
+ +
OCT 08 - OCT 09
+ + {/* Register Button */} + + + + + {/* Nick image */} + + + Nick holding a computer + +
-
- ) +
+
+ ); } -export default Home - - +export default Home;