diff --git a/app/templates/main/poster.html.j2 b/app/templates/main/poster.html.j2 index 7daac7abc09cea7f13e5d9f6e9f1018be210f911..8eb36581d34c08674a1619b5f24f7b876858ed4c 100644 --- a/app/templates/main/poster.html.j2 +++ b/app/templates/main/poster.html.j2 @@ -5,10 +5,14 @@ {% block page_content %} <div class="section"> <div class="row container"> - <div class="col s12"> + <div class="col s12 m6"> <h2>nopaque</h2> <p>Patrick Jentsch, Stephan Porada und Helene Schlicht</p> </div> + <div class="col s12 m6"> + <p>Nopaque is a web application that helps to transform heterogeneous textual source materials into standard-compliant research data. The services of nopaque are designed to accompany the research process.</p> + <p>The web application is developed within the DFG-funded Collaborative Research Center (SFB) 1288 "Practices of Comparison" by the subproject (TP) INF "Data Infrastructure and Digital Humanities".</p> + </div> </div> </div>