69b417d417554bd8c72710b0200762da06f7d839
[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                 <br />
9         </div>
10     </div>
11  
12         <div class="row">
13         <div class="col-md-12">
14                 <b>15 July 2014</b> - The <b>OneLab</b> Portal opens with the <b>PlanetLab Europe</b>, <b>IOTLab</b> and <b>NITOS</b> testbeds!
15                 <p>
16                         Existing PlanetLab users will be able to open an account with their existing PLE credentials.
17                 </p>
18                 </div>
19         </div>
20 </div>
21 {% endblock %}