added theme
[myslice.git] / portal / templates / fed4fire / home-view.html
1 {# fine for either layout-unfold1.html (logged in) or layout-unfold2.html (needs a login prompt) #}
2 {% extends layout_1_or_2 %}
3  
4 {% block unfold_margin %}
5 {% include 'fed4fire/_widget-login.html' %}
6 {% endblock unfold_margin %}
7
8 {% block unfold_main %}
9 <div class='well-lg f4f-title'>
10   <h2 style="font-weight: bold;">Welcome to Fed4Fire portal !</h2>
11   <h4>New to Fed4fire? Please <a href="/portal/register">register</a> or learn more about <a href="http://fed4fire.eu/" target="_blank">the project</a>.</h3>
12 </div>
13 <div class='well'>
14 <p>
15 A federation of experimentation facilities will significantly accelerate Future Internet research. Fed4FIRE will deliver open and easily accessible facilities to the FIRE experimentation communities, which focus on fixed and wireless infrastructures, services and applications, and combinations thereof. 
16 </p>
17 <p>This UI server is connected to the manifold backend running at <code>{{ MANIFOLD_URL }}</code>.</p>
18 </div>
19 {% endblock unfold_main %}