From 1b0dfb2acc9b2f971cf1e2102e6d4faefbc389f4 Mon Sep 17 00:00:00 2001 From: rubenwardy Date: Wed, 9 May 2018 18:35:36 +0100 Subject: Add scss, improve homepage --- app/templates/base.html | 2 +- app/templates/index.html | 49 +++++++++++++++++++++++------------------------- 2 files changed, 24 insertions(+), 27 deletions(-) (limited to 'app/templates') diff --git a/app/templates/base.html b/app/templates/base.html index f4baef4..07131de 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -6,7 +6,7 @@ {% block title %}title{% endblock %} - {{ config.USER_APP_NAME }} - + diff --git a/app/templates/index.html b/app/templates/index.html index 42b02df..4dd1dd8 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -5,37 +5,34 @@ Dashboard {% endblock %} {% block content %} +
+

Content DB

-
- - -
+

Minetest's official content repository

-
-

{{ self.title() }}

+
+ + +
+

{% if current_user.is_authenticated %} -

- Hello user! -

+ My Packages {% else %} -

- Please login! -

+ Join {% endif %} -
+

+
-
-
-

Top Mods

-
-
-

Statistics

-
    -
  • Total mods: 543
  • -
  • Missing mods: 1020
  • -
  • Downloads/day: 200
  • -
-
-
+ + {% endfor %} + {% endblock %} -- cgit v1.2.3