From c2fabeaf2c857ce228093fe9714a35139553e64f Mon Sep 17 00:00:00 2001 From: RaspberryProgramming Date: Wed, 22 Sep 2021 18:12:57 -0400 Subject: [PATCH] Made a few changes Added Social Media to Navigation Made modal follow you as you scroll each page Default title set to Cam's Portfolio Modified manifest name and short_name --- public/index.html | 2 +- public/manifest.json | 4 ++-- src/components/Navigation.js | 6 +++++- src/components/css/Modal.css | 2 +- 4 files changed, 9 insertions(+), 5 deletions(-) diff --git a/public/index.html b/public/index.html index 566f178..d5c0374 100644 --- a/public/index.html +++ b/public/index.html @@ -24,7 +24,7 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> - React App + Cam's Portfolio diff --git a/public/manifest.json b/public/manifest.json index 080d6c7..0bc5721 100644 --- a/public/manifest.json +++ b/public/manifest.json @@ -1,6 +1,6 @@ { - "short_name": "React App", - "name": "Create React App Sample", + "short_name": "Cams Projects", + "name": "Camerin's Projects", "icons": [ { "src": "favicon.ico", diff --git a/src/components/Navigation.js b/src/components/Navigation.js index a8b3a1a..87ffea1 100644 --- a/src/components/Navigation.js +++ b/src/components/Navigation.js @@ -3,7 +3,7 @@ import { Link } from 'react-router-dom'; import { connect } from 'react-redux'; import {toggleContactModal} from '../actions' import './css/Navigation.css'; -import { HouseDoor, FileEarmarkPerson, Github, Envelope } from 'react-bootstrap-icons'; +import { HouseDoor, FileEarmarkPerson, Github, Envelope, Share } from 'react-bootstrap-icons'; import ContactModal from './ContactModal'; const Navigation = (props) => { @@ -22,6 +22,10 @@ const Navigation = (props) => { About + + Social Media + +