diff options
Diffstat (limited to 'csit.infra.dash/app/pal/templates/index_layout.jinja2')
-rw-r--r-- | csit.infra.dash/app/pal/templates/index_layout.jinja2 | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/csit.infra.dash/app/pal/templates/index_layout.jinja2 b/csit.infra.dash/app/pal/templates/index_layout.jinja2 deleted file mode 100644 index 17f9471324..0000000000 --- a/csit.infra.dash/app/pal/templates/index_layout.jinja2 +++ /dev/null @@ -1,34 +0,0 @@ -{% extends "base_layout.jinja2" %} - -{% block content %} -<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column"> - - <header class="mb-auto"> - <div> - <h3 class="float-md-start mb-0 text-white">CSIT-Dash</h3> - </div> - </header> - - <main class="px-3"> - <img class="d-block mx-auto mb-4" src="{{ url_for('static', filename='img/logo.svg') }}" alt="" width="72" height="57"> - <h1 class="text-white">{{ title }}</h1> - <p class="lead">{{ description }}</p> - <p class="lead"> - <a href="/trending/" class="btn btn-primary fw-bold">{{ trending_title }}</a> - </p> - <p class="lead"> - <a href="/report/" class="btn btn-primary fw-bold">{{ report_title }}</a> - </p> - <p class="lead"> - <a href="/stats/" class="btn btn-primary fw-bold">{{ stats_title }}</a> - </p> - <p class="lead"> - <a href="/news/" class="btn btn-primary fw-bold">{{ news_title }}</a> - </p> - </main> - - <footer class="mt-auto text-white-50"> - <p>{{ copyright }}</p> - </footer> -</div> -{% endblock %} |