From f6bd387f3c70a0a6ab35cedb4aa2c3a274cebc48 Mon Sep 17 00:00:00 2001 From: Matt Cliff Date: Mon, 4 Nov 2024 18:58:54 -0700 Subject: [PATCH 1/8] adding a footer --- src/App.js | 3 +++ src/Footer.css | 8 ++++++++ src/Footer.js | 12 ++++++++++++ 3 files changed, 23 insertions(+) create mode 100644 src/Footer.css create mode 100644 src/Footer.js diff --git a/src/App.js b/src/App.js index a12b477..620b2f4 100644 --- a/src/App.js +++ b/src/App.js @@ -7,6 +7,7 @@ import Articles from './Articles'; import Projects from './Projects'; import Resume from './Resume'; import Contact from './Contact'; +import Footer from './Footer'; // Import the Footer component class App extends Component { render() { @@ -24,6 +25,8 @@ class App extends Component { } /> + +