From d14c145621f6515c7e2b46a5cd28cd5c0ee3a65e Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 21 Feb 2018 14:46:34 +0000 Subject: More landing page work. Also: Blurple! --- templates/main/base.html | 2 +- templates/main/index.html | 66 +++++++++++++++++++++++++++++++++-------------- 2 files changed, 47 insertions(+), 21 deletions(-) (limited to 'templates') diff --git a/templates/main/base.html b/templates/main/base.html index ead411c4..96a25554 100644 --- a/templates/main/base.html +++ b/templates/main/base.html @@ -8,7 +8,7 @@ - + {% endblock %} diff --git a/templates/main/index.html b/templates/main/index.html index 50176242..05537b6e 100644 --- a/templates/main/index.html +++ b/templates/main/index.html @@ -1,28 +1,54 @@ {% extends "main/base.html" %} {% block title %}Home{% endblock %} {% block content %} -
-
-

- Python Discord -

-

- We're a large, friendly community focused around the Python programming language, - open to those who wish to learn the language or improve their skills, as well as - those looking to help others. -

-

- We organise regular community events and have a dedicated staff of talented Python developers - available to assist around the clock. Whether you're looking to learn the language or working - on a complex project, we've got someone who can help you if you get stuck. -

-
-
+
+
+

+ Python Discord +

+

+ We're a large, friendly community focused around the Python programming language, + open to those who wish to learn the language or improve their skills, as well as + those looking to help others. +

- Please note: this site is under construction. What you see now may be vastly different - from the final project state. Feel free to chat to us on Discord if you're curious! + We organise regular community events and have a dedicated staff of talented Python developers + available to assist around the clock. Whether you're looking to learn the language or working + on a complex project, we've got someone who can help you if you get stuck.

+
+
+   +
+ +
+   +
+
+
+
+

+ Please note: this site is under construction. What you see now may be vastly different + from the final project state. Feel free to chat to us on Discord if you're curious! +

+
+
+
+ +
+
+
+
+ One +
+
+ Two +
+
-
{% endblock %} \ No newline at end of file -- cgit v1.2.3