| author | Jens-Uwe Grooss <j.-u.grooss@fz-juelich.de> | 
| Mon, 02 Mar 2020 20:02:26 +0100 | |
| changeset 1124 | f09696e4879a | 
| parent 1019 | ba828373ac1d | 
| child 1577 | bc114089a220 | 
| permissions | -rw-r--r-- | 
| peter@160 | 1 | {% extends "theme.html" %} 
 | 
| peter@160 | 2 | {% block body %}
 | 
| peter@160 | 3 | <div class="module module-gallery"> | 
| rb@234 | 4 | <!--img src="static/images/institut.jpg" /--> | 
| peter@160 | 5 | <div class="container"> | 
| peter@160 | 6 | <div class="col-md-6 col-yellow"> | 
| peter@160 | 7 | <div class="module-content"> | 
| j@1019 | 8 | <h1 class="header" style="color:white;padding-top: 45px;margin-bottom:30px;"> | 
| j@1019 | 9 | Ozonverlust in der Arktis</h1> | 
| j@1019 | 10 | <h5 class="" style="color:white"> | 
| j@1019 | 11 | Information vom Forschungszentrum Jülich (IEK-7) im Rahmen des ESKP </h5> | 
| peter@160 | 12 | </div> | 
| peter@160 | 13 | </div> | 
| peter@160 | 14 | </div> | 
| peter@160 | 15 | </div> | 
| peter@160 | 16 | {% endblock %}
 | 
| peter@160 | 17 |