diff --git a/React-Component/src/pages/home/home.css b/React-Component/src/pages/home/home.css index 11acbed6..fcf284d1 100644 --- a/React-Component/src/pages/home/home.css +++ b/React-Component/src/pages/home/home.css @@ -17,6 +17,7 @@ display: flex; gap: 2em; margin-bottom: 50px; + background-color: blue; } .info { @@ -316,4 +317,4 @@ footer { .buy-now:hover img { filter: brightness(0.9); -} +} \ No newline at end of file diff --git a/React-Component/src/pages/home/home.jsx b/React-Component/src/pages/home/home.jsx index 7c9d7eca..9686c602 100644 --- a/React-Component/src/pages/home/home.jsx +++ b/React-Component/src/pages/home/home.jsx @@ -39,31 +39,25 @@ const Home = () => { Helping your child develop
critical thinking skills! -

- We are a nonprofit organization empowering

children to find - their own success in STEM through

Chess, Math and Computer - Science. + We are a nonprofit organization empowering
+ children to find their own success in STEM through
+ Chess, Math and Computer Science.

-
- ystemandchess mascot -
+ + ystemandchess mascot - line break + line break

Everyone is included.

Everyone is welcomed.

@@ -160,4 +154,4 @@ const Home = () => { ); }; -export default Home; +export default Home; \ No newline at end of file diff --git a/React-Component/src/pages/student/student.jsx b/React-Component/src/pages/student/student.jsx index 203406af..77581754 100644 --- a/React-Component/src/pages/student/student.jsx +++ b/React-Component/src/pages/student/student.jsx @@ -1,32 +1,32 @@ -import React, {useState} from "react"; +import React, { useState } from "react"; import "./Student.scss"; import {environment} from "../../environments/environment.js"; const Student = () => { - const chessSrc = environment.urls.chessClientURL; - const [movesAhead, setMovesAhead] = useState(5); + const chessSrc = environment.urls.chessClientURL; + const [movesAhead, setMovesAhead] = useState(5); - return ( -
-
-
-
-