aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/anuket/dashboard
diff options
context:
space:
mode:
Diffstat (limited to 'src/templates/anuket/dashboard')
-rw-r--r--src/templates/anuket/dashboard/landing.html12
1 files changed, 12 insertions, 0 deletions
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 %}
+<p>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).</p>
+<p>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:
+ <a href="https://wiki.anuket.io/display/HOME/Lab+as+a+Service" target="_blank" class="inTextLink">LaaS Wiki</a></p>
+{% endblock %} \ No newline at end of file