mirror of
				https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
				synced 2025-11-04 04:12:45 +00:00 
			
		
		
		
	Make some changes
This commit is contained in:
		@@ -30,7 +30,7 @@
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
<div class="parallax-container" style="height: 260px;">
 | 
			
		||||
<div class="parallax-container" style="height: 250px;">
 | 
			
		||||
  <div class="parallax">
 | 
			
		||||
    <img src="{{ url_for('static', filename='images/bible_text.jpg') }}" alt="">
 | 
			
		||||
  </div>
 | 
			
		||||
@@ -74,7 +74,7 @@
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
<div class="parallax-container" style="height: 260px;">
 | 
			
		||||
<div class="parallax-container" style="height: 250px;">
 | 
			
		||||
  <div class="parallax">
 | 
			
		||||
    <img src="{{ url_for('static', filename='images/chapter_book_text_tale.jpg') }}" alt="">
 | 
			
		||||
  </div>
 | 
			
		||||
@@ -120,7 +120,7 @@
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
{% if current_user.is_anonymous %}
 | 
			
		||||
<div class="parallax-container" style="height: 260px;">
 | 
			
		||||
<div class="parallax-container" style="height: 250px;">
 | 
			
		||||
  <div class="parallax">
 | 
			
		||||
    <img src="{{ url_for('static', filename='images/german_text_book_paper.jpg') }}" alt="">
 | 
			
		||||
  </div>
 | 
			
		||||
@@ -185,7 +185,7 @@
 | 
			
		||||
  </div>
 | 
			
		||||
</div>
 | 
			
		||||
 | 
			
		||||
<div class="parallax-container" style="height: 260px;">
 | 
			
		||||
<div class="parallax-container" style="height: 250px;">
 | 
			
		||||
  <div class="parallax">
 | 
			
		||||
    <img src="{{ url_for('static', filename='images/german_text_book_paper.jpg') }}" alt="">
 | 
			
		||||
  </div>
 | 
			
		||||
 
 | 
			
		||||
@@ -157,11 +157,31 @@
 | 
			
		||||
    <footer class="page-footer">
 | 
			
		||||
      <div class="container">
 | 
			
		||||
        <div class="row">
 | 
			
		||||
          <div class="col s6 m3">
 | 
			
		||||
          <div class="col s12 m4">
 | 
			
		||||
            <a href="https://www.dfg.de/">
 | 
			
		||||
              <img class="responsive-img" src="{{ url_for('static', filename='images/logo_-_dfg.gif') }}">
 | 
			
		||||
          </a>
 | 
			
		||||
            </a>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="col s12 m4">
 | 
			
		||||
            <h5 class="white-text">Contact</h5>
 | 
			
		||||
            <ul>
 | 
			
		||||
              <li>Patrick Jentsch: p.jentsch@uni-bielefeld.de</li>
 | 
			
		||||
              <li>Stephan Porada: sporada@uni-bielefeld.de</li>
 | 
			
		||||
              <li>Helene Schlicht: helene.schlicht@uni-bielefeld.de</li>
 | 
			
		||||
            </ul>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="col s12 m3">
 | 
			
		||||
            <h5 class="white-text">Reminder</h5>
 | 
			
		||||
            <p>
 | 
			
		||||
              More information regarding nopaques upcomming release will follow in the near future on our website.<br>
 | 
			
		||||
              <small>www.uni-bielefeld.de/sfb1288/projekte/inf.html</small>
 | 
			
		||||
            </p>
 | 
			
		||||
          </div>
 | 
			
		||||
          <div class="col s12 m1">
 | 
			
		||||
            <p> </p>
 | 
			
		||||
            <img class="responsive-img" src="{{ url_for('static', filename='images/qr_-_inf.svg') }}">
 | 
			
		||||
          </div>
 | 
			
		||||
          <!--
 | 
			
		||||
          <div class="col s6 m3 offset-m1 center-align">
 | 
			
		||||
            <a href="https://www.uni-bielefeld.de/sfb1288/">
 | 
			
		||||
              <img class="responsive-img" src="{{ url_for('static', filename='images/logo_-_sfb_1288.png') }}">
 | 
			
		||||
@@ -174,14 +194,17 @@
 | 
			
		||||
              <li style="overflow: hidden;"><a class="grey-text text-lighten-3" href="https://gitlab.ub.uni-bielefeld.de/sfb1288inf/opaque"><i class="material-icons left">code</i>GitLab</a></li>
 | 
			
		||||
            </ul>
 | 
			
		||||
          </div>
 | 
			
		||||
          -->
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
      <!--
 | 
			
		||||
      <div class="footer-copyright">
 | 
			
		||||
        <div class="container">
 | 
			
		||||
          © 2019 Bielefeld University
 | 
			
		||||
          © 2020 Bielefeld University
 | 
			
		||||
          <a class="grey-text text-lighten-4 right" href="#!">Legal notice</a>
 | 
			
		||||
        </div>
 | 
			
		||||
      </div>
 | 
			
		||||
      -->
 | 
			
		||||
    </footer>
 | 
			
		||||
    <script src="{{ url_for('static', filename='js/Materialize/materialize.min.js') }}"></script>
 | 
			
		||||
    <script>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user