From babedf30038b453ea7d123c9bb744f4acb14e625 Mon Sep 17 00:00:00 2001 From: Adam Hassick Date: Tue, 16 Mar 2021 14:18:31 -0400 Subject: Added LF Edge template overrides. Signed-off-by: Adam Hassick Change-Id: If119646eee67fb7e145c5e92e64fa4f28a947dbe --- src/templates/lfedge/dashboard/landing.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/templates/lfedge/dashboard/landing.html (limited to 'src/templates/lfedge/dashboard/landing.html') diff --git a/src/templates/lfedge/dashboard/landing.html b/src/templates/lfedge/dashboard/landing.html new file mode 100644 index 0000000..9a776dc --- /dev/null +++ b/src/templates/lfedge/dashboard/landing.html @@ -0,0 +1,23 @@ +{% extends "base/dashboard/landing.html" %} +{% block about_us %} +

The Shared Community Lab at the IOL aims to help development and testing of LF Edge projects by hosting hardware and providing access to the community.

+

To get started, you can request access to a pod 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