From a4ba880252b2bad72df3f16dd11fdf2206825335 Mon Sep 17 00:00:00 2001 From: Justin Choquette Date: Mon, 23 Oct 2023 16:24:13 -0400 Subject: Single Template Selection For Compatible Dashboards Change-Id: I0a795c2c49fdbe0427182a8789d622003997efcd Signed-off-by: Justin Choquette --- src/templates/anuket/dashboard/landing.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 src/templates/anuket/dashboard/landing.html (limited to 'src/templates/anuket/dashboard/landing.html') diff --git a/src/templates/anuket/dashboard/landing.html b/src/templates/anuket/dashboard/landing.html new file mode 100644 index 0000000..12d8924 --- /dev/null +++ b/src/templates/anuket/dashboard/landing.html @@ -0,0 +1,12 @@ +{% extends "base/dashboard/landing.html" %} + +{% block about_us %} +

The Lab as a Service (LaaS) project aims to help in the development and testing of LFN projects such as + Anuket + by hosting hardware and providing access to the community. Currently, the only participating lab is the + University of New Hampshire Interoperability Lab (UNH-IOL).

+

To get started, you can request access to a server at the right. PTL's have the ability to design and + book a + whole block of servers with customized layer2 networks (e.g. a Pharos Pod). Read more here: + LaaS Wiki

+{% endblock %} \ No newline at end of file -- cgit 1.2.3-korg