diff --git a/client/src/Components/Footer.js b/client/src/Components/Footer.js
index 04ade88..04685fa 100644
--- a/client/src/Components/Footer.js
+++ b/client/src/Components/Footer.js
@@ -1,7 +1,15 @@
import React from "react";
-//footer component
+import { Card } from "react-bootstrap";
+
const Footer = () => {
- return
Footer
;
+ return (
+
+ );
};
export default Footer;
diff --git a/client/src/Components/Header.js b/client/src/Components/Header.js
index b15a652..1848d8f 100644
--- a/client/src/Components/Header.js
+++ b/client/src/Components/Header.js
@@ -1,10 +1,28 @@
import React from "react";
+import logo from "../assets/cyf_brand.png";
+import { Navbar, Button, Col } from "react-bootstrap";
//header component
const Header = () => {
return (
-
- Header
-
+ <>
+
+
+
+
+
+ TOOT
+
+
+
+
+
+
+ >
);
};
diff --git a/client/src/assets/cyf_brand.png b/client/src/assets/cyf_brand.png
new file mode 100644
index 0000000..f9f8760
Binary files /dev/null and b/client/src/assets/cyf_brand.png differ