From 55db5e1be3cf914b37a26f8872f28bea8901ad32 Mon Sep 17 00:00:00 2001 From: Arona Jones Date: Tue, 14 Jul 2020 19:12:24 +0100 Subject: [PATCH] Main content now mostly working again --- content/development/index.html | 7 ++++--- content/posts/index.md | 3 +++ content/technical/index.html | 5 +++-- content/writing/index.html | 6 ++++++ layouts/_default/single.html | 10 ++++++++++ static/css/custom.css | 33 ++++++++++++++++----------------- 6 files changed, 42 insertions(+), 22 deletions(-) diff --git a/content/development/index.html b/content/development/index.html index c7800e4..e5c8255 100644 --- a/content/development/index.html +++ b/content/development/index.html @@ -1,10 +1,11 @@ --- -layout: page title: Development -permalink: /development/ +menu: + main: + name: "Development" ---
-

Background

+

Background

I taught myself Java at about the age of thirteen, which I consider proof of what a truly wonderful resource the Internet can be. It probably also speaks to a certain ability I have for self-motivated learning, which I find to be as effective as formal tuition. I am however looking at formal tution as a way to reinforce and develop my understanding of core programming concepts. In the meantime, I am expanding my knowledge into Python through development of Django-based webapps. I am looking to develop skills in C++ or similar next, likely through games development.

Langagues/Technologies: