diff --git a/public/language/en-AU.jsx b/public/language/en-AU.jsx index 45768fa..af96578 100644 --- a/public/language/en-AU.jsx +++ b/public/language/en-AU.jsx @@ -22,6 +22,10 @@ module.exports = { "Once forgot his own birthday." ]); } + }, + "video": { + "heading": "Learn about me", + "paragraph": "Watch this short video about me, made by.. me!" } }, diff --git a/public/page/about/AboutPage.jsx b/public/page/about/AboutPage.jsx index 634e582..53c2c6b 100644 --- a/public/page/about/AboutPage.jsx +++ b/public/page/about/AboutPage.jsx @@ -29,7 +29,7 @@ import Section, { ImageSection, VideoSection, SplitSection, Split } from './../. import FloatingContentBox from './../../content/FloatingContentBox'; import Image from './../../image/Image'; import Video from './../../video/Video'; -import { Title, Subtitle } from './../../typography/Typography'; +import { Title, Subtitle, Paragraph, Heading1 } from './../../typography/Typography'; import ElementScrollFader from './../../animation/fade/ElementScrollFader'; const AboutPage = (props) => { @@ -52,10 +52,10 @@ const AboutPage = (props) => { { /* Promo Video */ }
- - + + - { - -