diff --git a/src/components/App/App.jsx b/src/components/App/App.jsx index e6bb4e1..2b70ea9 100644 --- a/src/components/App/App.jsx +++ b/src/components/App/App.jsx @@ -2,6 +2,7 @@ import React, { Component } from 'react'; import './App.scss'; import Navbar from '../Navbar/Navbar'; import GameContainer from '../GameContainer/GameContainer'; +import Footer from '../Footer/Footer'; import { removeHash } from '../../data/helperFuncs'; const options = {}; @@ -40,6 +41,7 @@ class App extends Component { /> + ) } diff --git a/src/components/Footer/Footer.jsx b/src/components/Footer/Footer.jsx new file mode 100644 index 0000000..5c29078 --- /dev/null +++ b/src/components/Footer/Footer.jsx @@ -0,0 +1,31 @@ +import React, { Component } from 'react'; +import './Footer.scss'; + +class Footer extends Component { + render() { + return ( +
+ Here we are finally with a new version of Kana Quiz. + This app doesn't require flash anymore, and should work great with mobile phones and tablets. + Note that this is still a beta version, so there may be a few quirks. I would love to hear + your thoughts, so if you'd like, be sure to shoot me some feedback using {' '} + this form! {' '} + If you for some reason want to use the old version, it's still available here. +
+ +Kana refers to the two syllabic writing systems used in Japanese: Hiragana and Katakana.
+There is no "the right way" to use Kana Quiz. + If you are a beginner, you might want to start by choosing the first two groups (a -> ko) of hiragana. Once you manage to pass the last stage, add in one or two more groups. Aim for the perfection - you want to be answering quickly. To learn the characters in the beginning just enter false answers and it'll tell you what the correct answer was.
+Have fun!
+