From 176ec9aacbc87e6077e8807c60f95a1ccbbc26e3 Mon Sep 17 00:00:00 2001 From: Adam LeBlanc Date: Thu, 5 Mar 2020 12:37:38 -0500 Subject: Add akraino template for dashboard Signed-off-by: Adam LeBlanc Change-Id: I02242e00779bcae7cd7622c2e891e4199c8d0e71 Signed-off-by: Adam LeBlanc --- src/templates/akraino/dashboard/landing.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/templates/akraino/dashboard/landing.html (limited to 'src/templates/akraino/dashboard/landing.html') diff --git a/src/templates/akraino/dashboard/landing.html b/src/templates/akraino/dashboard/landing.html new file mode 100644 index 0000000..d7f434b --- /dev/null +++ b/src/templates/akraino/dashboard/landing.html @@ -0,0 +1,22 @@ +{% extends "base/dashboard/landing.html" %} +{% block about_us %} +

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.

+

To get started, you can request access to a server at the right.

+{% endblock about_us %} + +{% block btnGrp %} + +

To get started, book a pod below:

+Book a Pod +{% endblock btnGrp %} +{% block returningUsers %} +{% endblock returningUsers %} -- cgit 1.2.3-korg