add nick
[laas.git] / src / templates / lfedge / dashboard / landing.html
1 {% extends "base/dashboard/landing.html" %}
2 {% block about_us %}
3     <p>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.</p>
4     <p>To get started, you can request access to a pod at the right.</p>
5 {% endblock about_us %}
6
7 {% block btnGrp %}
8 <style>
9 .btnLFEdge {
10     color: #fff;
11     background-color: #0049b0;
12 }
13 .btnLFEdge:hover{
14     color: #fff;
15     background-color: #001776;
16 }
17 </style>
18 <p>To get started, book a pod below:</p>
19 <a class="btn btnLFEdge btn-lg d-flex flex-column justify-content-center align-content-center border text-white p-4" href="/booking/quick/">Book a Pod</a>
20 {% endblock btnGrp %}
21
22 {% block returningUsers %}
23 {% endblock returningUsers %}