diff --git a/src/App.js b/src/App.js index 6600c32..7f75524 100644 --- a/src/App.js +++ b/src/App.js @@ -36,6 +36,7 @@ import Footer from './UI/Footer'; import BasicPage from './Pages/BasicPage'; import Japan from './Japan/Japan'; +import Japanese from './Pages/Japanese/Japan'; function App() { @@ -65,6 +66,7 @@ function App() { }> }> }> + }> }> }> diff --git a/src/Pages/Home.js b/src/Pages/Home.js index 0545e52..5082c02 100644 --- a/src/Pages/Home.js +++ b/src/Pages/Home.js @@ -1,11 +1,11 @@ import React from 'react'; -import {Link} from 'react-router-dom'; +import { Link } from 'react-router-dom'; const Home = () => { return (
-
+

Hallo, my name is Kevin.

Nice to meet you! :)

I am a programmer and enjoy building software. I have done configuration automation, DXP development and other projects.

@@ -15,7 +15,7 @@ const Home = () => {
  • amateur radio
  • Linux
  • electronics
  • -
  • learning Japanese
  • +
  • learning Japanese
  • woodworking
  • synthesize music
  • yoga
  • @@ -23,25 +23,25 @@ const Home = () => {

    I am based in Helmond, the Netherlands.

    - github icon + github icon    - linkedin icon + linkedin icon    - exercism icon + exercism icon    - stackoverflow icon + stackoverflow icon

    - ) + ) } export default Home; \ No newline at end of file diff --git a/src/Pages/Japanese/Japan.js b/src/Pages/Japanese/Japan.js new file mode 100644 index 0000000..a2c4440 --- /dev/null +++ b/src/Pages/Japanese/Japan.js @@ -0,0 +1,24 @@ +import React from 'react'; +import Emoji from '../../Content/Emoji'; + +const Japanese = () => { + return ( +
    + +
    +
    +
    +

    Japanese

    +

    The Japanase language has facinated me for many years now, for I am married with a Japanese. To become fluent means practice every single day, no exceptions.

    + +
    +
    +
    + +
    + ) +} + +export default Japanese; \ No newline at end of file diff --git a/src/UI/Navigation.js b/src/UI/Navigation.js index a4cff56..12440af 100644 --- a/src/UI/Navigation.js +++ b/src/UI/Navigation.js @@ -29,9 +29,11 @@ const Navigation = () => { Portal