Merge branch 'onelab' of ssh://git.onelab.eu/git/myslice into onelab
[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><a href="#about"><img src="{{ STATIC_URL }}icons/slices-xs.png" alt="News" />News</a></h1>
8                 <br />
9         </div>
10     </div>
11  
12         <div class="row">
13         <div class="col-md-12">
14
15                 The <b>OneLab</b> Portal opens with the <b>PlanetLab Europe</b>, <b>IOTLab</b> and <b>NITOS</b> testbeds!
16                 </div>
17         </div>
18 </div>
19 {% endblock %}