+
+
+
+ }
+ >
+ { Language.get("about.descriptions.other") }
+
+
+
+
+
+
+
+
+
+
+ );
+ }
+}
+
+const mapStateToProps = function(state) {
+ return {
+ code: state.language.code
+ }
+}
+export default connect(mapStateToProps)(OtherSkillsPage);
diff --git a/public/components/pages/about/ProgrammingPage.jsx b/public/components/pages/about/ProgrammingPage.jsx
index 042fc3f..a90e274 100644
--- a/public/components/pages/about/ProgrammingPage.jsx
+++ b/public/components/pages/about/ProgrammingPage.jsx
@@ -3,7 +3,6 @@
* About that one lad.
*
* Dependencies:
- * styles/components/_page--style-about.scss
*
* Version:
* 1.0.0 - 2018/03/18
diff --git a/public/language/en-AU.jsx b/public/language/en-AU.jsx
index 2c7a817..bbf64d0 100644
--- a/public/language/en-AU.jsx
+++ b/public/language/en-AU.jsx
@@ -44,6 +44,8 @@ module.exports = {
"skillset every day. I am fluent in many computing technologies and "+
"languages. Below are just some of the languages I'm fluent in.",
+ "apis": " ",
+
"other": "Beyond programming I have other skills in Computing Systems and " +
"media."
},