diff --git a/public/App.jsx b/public/App.jsx index 18f0c92..5ef46c0 100644 --- a/public/App.jsx +++ b/public/App.jsx @@ -15,11 +15,17 @@ import { HashRouter, Route, Switch } from 'react-router-dom'; import Header from './components/Header'; import Footer from './components/Footer'; +//Pages import IndexPage from './components/pages/IndexPage'; + import AboutPage from './components/pages/AboutPage'; +import ProgrammingPage from './components/pages/about/ProgrammingPage'; + import PrivacyPolicyPage from './components/pages/PrivacyPolicyPage'; + import ContactPage from './components/pages/ContactPage'; +//App class App extends React.Component { constructor(props) { super(props); @@ -33,7 +39,9 @@ class App extends React.Component { + + diff --git a/public/videos/about/about.mp4 b/public/videos/about/about.mp4 new file mode 100644 index 0000000..7e8b54f Binary files /dev/null and b/public/videos/about/about.mp4 differ diff --git a/public/videos/about/api.mp4 b/public/videos/about/api.mp4 new file mode 100644 index 0000000..187d6e4 Binary files /dev/null and b/public/videos/about/api.mp4 differ diff --git a/public/videos/about/other.mp4 b/public/videos/about/other.mp4 new file mode 100644 index 0000000..b3425de Binary files /dev/null and b/public/videos/about/other.mp4 differ diff --git a/public/videos/about/programming.mp4 b/public/videos/about/programming.mp4 new file mode 100644 index 0000000..051fbbf Binary files /dev/null and b/public/videos/about/programming.mp4 differ diff --git a/public/videos/about/programming.png b/public/videos/about/programming.png new file mode 100644 index 0000000..fbef694 Binary files /dev/null and b/public/videos/about/programming.png differ diff --git a/public/videos/about/programming.webm b/public/videos/about/programming.webm new file mode 100644 index 0000000..070e296 Binary files /dev/null and b/public/videos/about/programming.webm differ