diff --git a/package.json b/package.json index e675173..d131578 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "website", "version": "0.1.0", "private": true, - "homepage": "https://www.CIS-522.github.io/website", + "homepage": "https://www.cis-522.github.io/website", "dependencies": { "@brainhubeu/react-carousel": "^1.10.30", "boostrap": "^2.0.0", diff --git a/public/522_logo.ico b/public/522_logo.ico deleted file mode 100644 index ed0f44f..0000000 Binary files a/public/522_logo.ico and /dev/null differ diff --git a/src/App.js b/src/App.js index d69f576..bd0af66 100644 --- a/src/App.js +++ b/src/App.js @@ -1,5 +1,6 @@ import React from 'react'; import Dev from './components/dev.js'; +import NotFound from './components/notfound.js'; import ScrollToTop from './components/scrolltotop.js'; import {HashRouter as Router, Route} from 'react-router-dom'; import './App.css'; @@ -11,6 +12,7 @@ function App() {
+
); diff --git a/src/components/notfound.js b/src/components/notfound.js new file mode 100644 index 0000000..4ceaf08 --- /dev/null +++ b/src/components/notfound.js @@ -0,0 +1,28 @@ +import React, { Component } from 'react'; +import '../css/standard.css'; +import {Button} from 'react-bootstrap'; + + +class NotFound extends Component { + render() { + return ( +
+
+

Oops! Looks like you've gotten stuck in a local minimum.

+

+ This page either doesn't exist or is currently still + under construction. Please check back later for updates. +

+ +
+
+ + ); + } +} + +export default NotFound; diff --git a/src/components/resources.js b/src/components/resources.js index 692c9a6..0f66382 100644 --- a/src/components/resources.js +++ b/src/components/resources.js @@ -15,7 +15,7 @@ class Resources extends Component { -