diff --git a/client/src/Components/Footer.js b/client/src/Components/Footer.js index 04685fa..f8fb1e5 100644 --- a/client/src/Components/Footer.js +++ b/client/src/Components/Footer.js @@ -1,13 +1,13 @@ import React from "react"; import { Card } from "react-bootstrap"; - +import TeamLogo from "../assets/TeamLogo.png"; const Footer = () => { return ( ); }; diff --git a/client/src/Components/MainContent.js b/client/src/Components/MainContent.js index 9a755be..e25b5c5 100644 --- a/client/src/Components/MainContent.js +++ b/client/src/Components/MainContent.js @@ -2,7 +2,6 @@ import React from "react"; // import { useState } from "react"; import Button from "react-bootstrap/Button"; import { Card, Form, Col, Container, Row } from "react-bootstrap"; - const MainContent = () => { // const [val, setVal] = useState(""); return ( @@ -44,6 +43,19 @@ const MainContent = () => { + + + + + diff --git a/client/src/assets/TeamLogo.png b/client/src/assets/TeamLogo.png new file mode 100644 index 0000000..90d7dc8 Binary files /dev/null and b/client/src/assets/TeamLogo.png differ diff --git a/client/src/assets/arrowImg.svg b/client/src/assets/arrowImg.svg new file mode 100644 index 0000000..55285eb --- /dev/null +++ b/client/src/assets/arrowImg.svg @@ -0,0 +1,3 @@ + + + \ No newline at end of file