From 3fc45cffb45ed28e106c78649a6f44c61aa07077 Mon Sep 17 00:00:00 2001 From: FernandoJVideira <03.pleaser-minster@icloud.com> Date: Thu, 18 Jan 2024 10:15:49 +0000 Subject: [PATCH] NotFound Page Added --- public/index.html | 7 ++----- public/logo.svg | 1 + public/manifest.json | 8 ++++---- src/App.js | 4 +++- src/Components/About/AboutContent.css | 1 + src/Components/ContactForm/ContactForm.js | 8 ++++---- src/Components/Hero/Hero.js | 2 +- src/Components/Navbar/Navbar.js | 2 +- src/Components/WorkData/AcademicProjects.js | 4 ---- src/Components/WorkData/PersonalProjects.js | 4 ---- src/routes/NotFound.js | 19 +++++++++++++++++++ 11 files changed, 36 insertions(+), 24 deletions(-) create mode 100644 public/logo.svg create mode 100644 src/routes/NotFound.js diff --git a/public/index.html b/public/index.html index 1ac240a..f50bbd9 100644 --- a/public/index.html +++ b/public/index.html @@ -5,11 +5,8 @@ - - + + \ No newline at end of file diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..ebe795c 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -8,13 +8,13 @@ "type": "image/x-icon" }, { - "src": "logo192.png", - "type": "image/png", + "src": "logo.svg", + "type": "image/svg", "sizes": "192x192" }, { - "src": "logo512.png", - "type": "image/png", + "src": "logo.svg", + "type": "image/svg", "sizes": "512x512" } ], diff --git a/src/App.js b/src/App.js index 7901e34..3437701 100644 --- a/src/App.js +++ b/src/App.js @@ -5,13 +5,15 @@ import About from "./routes/About"; import Project from "./routes/Project"; import Contact from "./routes/Contact"; import { Routes, Route } from "react-router-dom"; +import NotFound from "./routes/NotFound"; function App() { return ( + } /> } /> } /> - } /> + } /> } /> ); diff --git a/src/Components/About/AboutContent.css b/src/Components/About/AboutContent.css index bde6ad9..2e635e2 100644 --- a/src/Components/About/AboutContent.css +++ b/src/Components/About/AboutContent.css @@ -16,6 +16,7 @@ .about .left p{ margin: 1.2rem 0; + text-align: justify; } .about .right{ diff --git a/src/Components/ContactForm/ContactForm.js b/src/Components/ContactForm/ContactForm.js index 9e249b8..f10ed00 100644 --- a/src/Components/ContactForm/ContactForm.js +++ b/src/Components/ContactForm/ContactForm.js @@ -55,16 +55,16 @@ const ContactForm = () => {
- + - + - +