42265a59ead6d8130522e73cee713eea80dd59df
[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/register.css" />
11 <div style='padding: 20px;'>
12   <div class='OneLabTitle'>
13     <h2 style="font-weight: bold;">Welcome to the OneLab portal !</h2>
14     <h3>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>
15   </div>
16 <p/>
17   <p>
18 Experimentally-driven research is key to success in exploring the possible
19 futures of the Internet. The OneLab initiative provides an open,
20 general-purpose, shared experimental facility, both large-scale and
21 sustainable, which allows European industry and academia to innovate and assess
22 the performance of their solutions. Based on the results of several different
23 European and national projects, OneLab offers access to a range of  tools and
24 testbeds including PlanetLab Europe, the NITOS wireless testbed, and other
25 federated testbeds.
26   </p>
27   <div class="item-separator"></div>
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 %}