aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/akraino/dashboard
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2021-03-23 18:34:16 +0000
committerGerrit Code Review <gerrit@opnfv.org>2021-03-23 18:34:16 +0000
commitb14e617edb86628f31648847c0b96206764ef44c (patch)
treed3902fc8bf7b341b2d7f6c2530a410524c85ba64 /src/templates/akraino/dashboard
parent13cdfee5d9656c2195bb6238d33d66cb637c22e4 (diff)
parentbabedf30038b453ea7d123c9bb744f4acb14e625 (diff)
Merge "Added LF Edge template overrides."
Diffstat (limited to 'src/templates/akraino/dashboard')
-rw-r--r--src/templates/akraino/dashboard/landing.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/src/templates/akraino/dashboard/landing.html b/src/templates/akraino/dashboard/landing.html
deleted file mode 100644
index 5533469..0000000
--- a/src/templates/akraino/dashboard/landing.html
+++ /dev/null
@@ -1,23 +0,0 @@
-{% extends "base/dashboard/landing.html" %}
-{% block about_us %}
- <p>The Shared Community Lab at the IOL aims to help development and testing of LFN projects by hosting hardware and providing access to the community.</p>
- <p>To get started, you can request access to a server at the right.</p>
-{% endblock about_us %}
-
-{% block btnGrp %}
-<style>
-.btnAkr {
- color: #fff;
- background-color: #39c0c0;
-}
-.btnAkr:hover{
- color: #fff;
- background-color: #259a9a;
-}
-</style>
-<p>To get started, book a pod below:</p>
-<a class="btn btnAkr btn-lg d-flex flex-column justify-content-center align-content-center border text-white p-4" href="/booking/quick/">Book a Pod</a>
-{% endblock btnGrp %}
-
-{% block returningUsers %}
-{% endblock returningUsers %}