LFID login for both projects
[laas.git] / src / templates / akraino / 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 LFN projects by hosting hardware and providing access to the community.</p>
4     <p>To get started, you can request access to a server at the right.</p>
5 {% endblock about_us %}
6
7 {% block btnGrp %}
8 <style>
9 .btnAkr {
10     color: #fff;
11     background-color: #39c0c0;
12 }
13 .btnAkr:hover{
14     color: #fff;
15     background-color: #259a9a;
16 }
17 </style>
18 <p>To get started, book a pod below:</p>
19 <a class="btn btnAkr 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 %}