diff --git a/templates/base.html b/templates/base.html index 98660e0..697c676 100644 --- a/templates/base.html +++ b/templates/base.html @@ -3,6 +3,66 @@ {% block titel %}{% endblock %} + + -
+
{% block content %} {% endblock %}
diff --git a/templates/index.html b/templates/index.html index 9aa22fc..9b51076 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,11 +1,13 @@ {% extends "base.html" %} {% block titel %}Faceit Elo Search by HerZ{% endblock %} {% block content %} -
+ +

Status Screen:

-

-

+

+
-
+
+ {% endblock %} \ No newline at end of file diff --git a/templates/steamids.html b/templates/steamids.html index cb98922..26e6673 100644 --- a/templates/steamids.html +++ b/templates/steamids.html @@ -3,10 +3,10 @@ {% block content %}
{%for steamid in steamids%} -
+
Card image cap
-
{{steam_name_dict[steamid]}}
+

{{steam_name_dict[steamid]}}

{% if faceit_level_dict[steamid] == 1 %} FaceIT Level 1 @@ -33,13 +33,13 @@ {% endif %}

-
    - {% if not faceit_elo_dict[steamid] == 0 %} -
  • FaceIT ELO: {{faceit_elo_dict[steamid]}}
  • -
  • SteamID: {{steamid64_dict[steamid]}}
  • - {% endif %} -
-
+ {% if not faceit_elo_dict[steamid] == 0 %} +
+

FaceIT ELO: {{faceit_elo_dict[steamid]}}

+

SteamID: {{steamid64_dict[steamid]}}

+
+ {% endif %} +