various cleanups and tweaks
[myslice.git] / portal / templates / home-view.html
1 {% extends 'layout-unfold2.html' %}
2
3 {% block unfold2_margin %}
4 {% if not username %}
5 {% include 'widget-login.html' %}
6 {% endif %}
7 {% endblock unfold2_margin %}
8
9 {% block unfold2_main %}
10 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/onelab.css" />
11 <!-- xxx ideally only onelab.css but ... xxx -->
12 <link rel="stylesheet" type="text/css" href="{{STATIC_URL}}/css/registration.css" />
13 <div class='well well-lg onelab-title'>
14   <h2 style="font-weight: bold;">Welcome to the OneLab portal !</h2>
15   <h4>New to OneLab? Please <a href="/portal/register">register</a> or learn more about <a href="http://www.onelab.eu/" target="_blank">the project</a>.</h3>
16 </div>
17 <div class='well'>
18 <p>
19 Experimentally-driven research is key to success in exploring the possible
20 futures of the Internet. The OneLab initiative provides an open,
21 general-purpose, shared experimental facility, both large-scale and
22 sustainable, which allows European industry and academia to innovate and assess
23 the performance of their solutions. Based on the results of several different
24 European and national projects, OneLab offers access to a range of  tools and
25 testbeds including PlanetLab Europe, the NITOS wireless testbed, and other
26 federated testbeds.
27 </p>
28 <p>This UI server is connected to the manifold backend running at <code>{{ manifold_url }}</code>.</p>
29 </div>
30
31 {% endblock unfold2_main %}