cosmetic fixes, about page reorganised, footer (totest)
[unfold.git] / portal / templates / onelab / onelab_news.html
1 {% extends "layout_wide.html" %}
2
3 {% block content %}
4 <div class="container">
5     <div class="row">
6         <div class="col-md-12">
7                 <h1><img src="{{ STATIC_URL }}icons/slices-xs.png" alt="News" />News</h1>
8         </div>
9     </div>
10  
11         <div class="row">
12         <div class="col-md-12">
13                 <b>1 August 2014</b> - The <b>OneLab</b> Portal opens for beta test with the <b>PlanetLab Europe</b>, <b>IOTLab</b> and <b>NITOS</b> testbeds!
14                 <p>
15                         Existing PlanetLab users will be able to open an account with their existing PLE credentials.
16                 </p>
17                 </div>
18         </div>
19 </div>
20 {% endblock %}