mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
Use anchor link to scroll to login form
This commit is contained in:
parent
42dca19941
commit
bbe31dec71
@ -17,25 +17,30 @@
|
|||||||
<h2>nopaque</h2>
|
<h2>nopaque</h2>
|
||||||
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.</p>
|
<p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum.</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col s4 center-align">
|
<div class="col s12 m8">
|
||||||
<i class="large material-icons" style="color: #ee6e73;">flash_on</i>
|
<br class="hide-on-small-only">
|
||||||
<p>Speeds up your work</p>
|
<div class="row">
|
||||||
<p class="light">All tools provided by nopaque are carefully selected to provide a complete tool suite without delaying compatibility issues.</p>
|
<div class="col s6 center-align">
|
||||||
</div>
|
<i class="large material-icons" style="color: #ee6e73;">flash_on</i>
|
||||||
<div class="col s4 center-align">
|
<p>Speeds up your work</p>
|
||||||
<i class="large material-icons" style="color: #ee6e73;">cloud</i>
|
<p class="light">All tools provided by nopaque are carefully selected to provide a complete tool suite without delaying compatibility issues.</p>
|
||||||
<p>Cloud infrastructure</p>
|
</div>
|
||||||
<p class="light">All computational work is processed within nopaques cloud infrastructure. You don't need to install any software, great right?</p>
|
<div class="col s6 center-align">
|
||||||
</div>
|
<i class="large material-icons" style="color: #ee6e73;">cloud</i>
|
||||||
<div class="col s4 center-align">
|
<p>Cloud infrastructure</p>
|
||||||
<i class="large material-icons" style="color: #ee6e73;">group</i>
|
<p class="light">All computational work is processed within nopaques cloud infrastructure. You don't need to install any software, great right?</p>
|
||||||
<p>User Experience Focused</p>
|
</div>
|
||||||
<p class="light">By utilizing elements and principles of Material Design, we were able to create a framework that focuses on User Experience.</p>
|
<div class="col s6 center-align">
|
||||||
</div>
|
<i class="large material-icons" style="color: #ee6e73;">group</i>
|
||||||
<div class="col s4 center-align">
|
<p>User Experience Focused</p>
|
||||||
<i class="large material-icons" style="color: #ee6e73;">settings</i>
|
<p class="light">By utilizing elements and principles of Material Design, we were able to create a framework that focuses on User Experience.</p>
|
||||||
<p>Easy to work with</p>
|
</div>
|
||||||
<p class="light">We have provided detailed documentation as well as specific code examples to help new users get started.</p>
|
<div class="col s6 center-align">
|
||||||
|
<i class="large material-icons" style="color: #ee6e73;">settings</i>
|
||||||
|
<p>Easy to work with</p>
|
||||||
|
<p class="light">We have provided detailed documentation as well as specific code examples to help new users get started.</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -51,7 +51,7 @@
|
|||||||
<li><a href="{{ url_for('profile.index') }}"><i class="material-icons">settings</i>Settings</a></li>
|
<li><a href="{{ url_for('profile.index') }}"><i class="material-icons">settings</i>Settings</a></li>
|
||||||
<li><a href="{{ url_for('auth.logout') }}"><i class="material-icons">power_settings_new</i>Log out</a></li>
|
<li><a href="{{ url_for('auth.logout') }}"><i class="material-icons">power_settings_new</i>Log out</a></li>
|
||||||
{% else %}
|
{% else %}
|
||||||
<li><a href="{{ url_for('main.index') }}"><i class="material-icons">person</i>Log in</a></li>
|
<li><a href="{{ url_for('main.index', _anchor='registration-and-log-in') }}"><i class="material-icons">person</i>Log in</a></li>
|
||||||
<li><a href="{{ url_for('auth.register') }}"><i class="material-icons">person_add</i>Register</a></li>
|
<li><a href="{{ url_for('auth.register') }}"><i class="material-icons">person_add</i>Register</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user