From 476d5e83ca6c21785b9d93854a553ad9f9fce726 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Mon, 18 Jan 2016 22:25:30 +0000 Subject: [PATCH] Removed panels --- templates/about/index.html | 8 +++---- templates/about/me.html | 8 ------- templates/about/website.html | 46 +++++++++++++----------------------- 3 files changed, 19 insertions(+), 43 deletions(-) diff --git a/templates/about/index.html b/templates/about/index.html index 86222ef..325d9ca 100644 --- a/templates/about/index.html +++ b/templates/about/index.html @@ -4,11 +4,9 @@ {% block content %}
-
-
- There are 2 parts to this, me and my website. Information for both of which can be found using the links below. -
-
+

+ There are 2 parts to this, me and my website. Information for both of which can be found using the links below. +

diff --git a/templates/about/me.html b/templates/about/me.html index eebf223..c6546af 100644 --- a/templates/about/me.html +++ b/templates/about/me.html @@ -3,14 +3,6 @@ {% block pageTitle %}About Me{% endblock %} {% block content %} -
-
-
-

-

-
-
-
diff --git a/templates/about/website.html b/templates/about/website.html index 46c779b..27f0e29 100644 --- a/templates/about/website.html +++ b/templates/about/website.html @@ -4,38 +4,24 @@ {% block content %}
-
-
-

- My website is the culmination of all my knowledge, compiled into 1 place. It not only contains all my projects, but it in itself is a project. Making sure this website works properly is a tall order, especially considering it's self hosted. And making sure that it stays secure is also important, as it contains a large amount of personal information. -

-
-
+

+ My website is the culmination of all my knowledge, compiled into 1 place. It not only contains all my projects, but it in itself is a project. Making sure this website works properly is a tall order, especially considering it's self hosted. And making sure that it stays secure is also important, as it contains a large amount of personal information. +

-
-
-

The Website

-
-
-

- The website itself is written in python, using Django, and a PostgreSQL database. Now obviously for what I need this is massivly overkill, but it means I can use the skills and shortcuts I learn at work to make a very fast and good looking website. It also means that if I ever want to expand and add new features, then with python running the back end, it's going to be very easy! -

-

- I went with the Django framework because it's what I work with at work, so I have a lot of contact with it, so exposure to bugs or clean ways to write things happen on a daily basis. I also chose it because it's written in python, one of my favourite languages, and one i'm highly fluent in. I chose PostgreSQL as a database engine because it's again what we use at work, and I already had some files preconfigured with the required config. -

-
-
-
-
-

The server

-
-
-

- The website is hosted on my UK VPS. More information about it can be found here. -

-
-
+

The Website

+

+ The website itself is written in python, using Django, and a PostgreSQL database. Now obviously for what I need this is massivly overkill, but it means I can use the skills and shortcuts I learn at work to make a very fast and good looking website. It also means that if I ever want to expand and add new features, then with python running the back end, it's going to be very easy! +

+

+ I went with the Django framework because it's what I work with at work, so I have a lot of contact with it, so exposure to bugs or clean ways to write things happen on a daily basis. I also chose it because it's written in python, one of my favourite languages, and one i'm highly fluent in. I chose PostgreSQL as a database engine because it's again what we use at work, and I already had some files preconfigured with the required config. +

+
+
+

The server

+

+ The website is hosted on my UK VPS. More information about it can be found here. +

{% endblock %}