About page content

This commit is contained in:
2018-03-18 14:22:04 +11:00
parent d8d562af69
commit c638365642
7 changed files with 8 additions and 0 deletions

View File

@ -15,11 +15,17 @@ import { HashRouter, Route, Switch } from 'react-router-dom';
import Header from './components/Header'; import Header from './components/Header';
import Footer from './components/Footer'; import Footer from './components/Footer';
//Pages
import IndexPage from './components/pages/IndexPage'; import IndexPage from './components/pages/IndexPage';
import AboutPage from './components/pages/AboutPage'; import AboutPage from './components/pages/AboutPage';
import ProgrammingPage from './components/pages/about/ProgrammingPage';
import PrivacyPolicyPage from './components/pages/PrivacyPolicyPage'; import PrivacyPolicyPage from './components/pages/PrivacyPolicyPage';
import ContactPage from './components/pages/ContactPage'; import ContactPage from './components/pages/ContactPage';
//App
class App extends React.Component { class App extends React.Component {
constructor(props) { constructor(props) {
super(props); super(props);
@ -33,7 +39,9 @@ class App extends React.Component {
<Switch> <Switch>
<Route exact path="/" component={IndexPage} /> <Route exact path="/" component={IndexPage} />
<Route exact path="/about" component={AboutPage} /> <Route exact path="/about" component={AboutPage} />
<Route exact path="/about/programming" component={ProgrammingPage} />
<Route exact path="/privacy-policy" component={PrivacyPolicyPage} /> <Route exact path="/privacy-policy" component={PrivacyPolicyPage} />
<Route exact path="/privacy" component={PrivacyPolicyPage} /> <Route exact path="/privacy" component={PrivacyPolicyPage} />

Binary file not shown.

BIN
public/videos/about/api.mp4 Normal file

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.