Use macro for color scheme generation and change logo for tablet and mobile

This commit is contained in:
Patrick Jentsch
2020-08-26 16:14:36 +02:00
parent a64150278d
commit 6d79b5a90c
10 changed files with 142 additions and 129 deletions

View File

@ -198,10 +198,12 @@
<div class="section white scrollspy" id="workflow">
<div class="row container">
<div class="col s12 m10">
<!-- <div class="col s12 m10"> -->
<div class="col s12">
<h3>Workflow</h3>
<h4>Coming soon...</h4>
<img src="{{ url_for('static', filename='images/workflow.png') }}" alt="Workflow" class="responsive-img">
</div>
<!--
<div class="col s12 m2">
<ul class="section table-of-contents">
<li><a href="#information">Why you should use nopaque</a></li>
@ -212,6 +214,7 @@
<li><a href="#workflow">Workflow</a></li>
</ul>
</div>
-->
</div>
</div>