Tweaking of appearance
This commit is contained in:
parent
2f64db0a7b
commit
87a881d310
2 changed files with 9 additions and 25 deletions
|
@ -14,10 +14,10 @@
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<a href="#one" class="more scrolly">Learn More</a>
|
<!-- <a href="#one" class="more scrolly">Learn More</a> -->
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- One -->
|
<!-- One --> <!--
|
||||||
<section id="one" class="wrapper style1 special">
|
<section id="one" class="wrapper style1 special">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<header class="major">
|
<header class="major">
|
||||||
|
@ -34,7 +34,7 @@
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Two -->
|
<!-- Two --> <!--
|
||||||
<section id="two" class="wrapper alt style2">
|
<section id="two" class="wrapper alt style2">
|
||||||
<section class="spotlight">
|
<section class="spotlight">
|
||||||
<div class="image"><img src="{{ url_for('static', filename='images/pic01.jpg') }}" alt="" /></div><div class="content">
|
<div class="image"><img src="{{ url_for('static', filename='images/pic01.jpg') }}" alt="" /></div><div class="content">
|
||||||
|
@ -59,7 +59,7 @@
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Three -->
|
<!-- Three --> <!--
|
||||||
<section id="three" class="wrapper style3 special">
|
<section id="three" class="wrapper style3 special">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<header class="major">
|
<header class="major">
|
||||||
|
@ -94,20 +94,6 @@
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section> -->
|
||||||
|
|
||||||
<!-- CTA -->
|
|
||||||
<section id="cta" class="wrapper style4">
|
|
||||||
<div class="inner">
|
|
||||||
<header>
|
|
||||||
<h2>Arcue ut vel commodo</h2>
|
|
||||||
<p>Aliquam ut ex ut augue consectetur interdum endrerit imperdiet amet eleifend fringilla.</p>
|
|
||||||
</header>
|
|
||||||
<ul class="actions stacked">
|
|
||||||
<li><a href="#" class="button fit primary">Activate</a></li>
|
|
||||||
<li><a href="#" class="button fit">Learn More</a></li>
|
|
||||||
</ul>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -48,14 +48,12 @@
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
<ul class="icons">
|
<ul class="icons">
|
||||||
<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
|
<li><a href="https://github.com/flifloo" class="icon fa-github"><span class="label">GitHub</span></a></li>
|
||||||
<li><a href="#" class="icon fa-facebook"><span class="label">Facebook</span></a></li>
|
<li><a href="https://t.me/flifloo" class="icon fa-telegram"><span class="label">Twitter</span></a></li>
|
||||||
<li><a href="#" class="icon fa-instagram"><span class="label">Instagram</span></a></li>
|
<li><a href="https://twitter.com/flifloo__" class="icon fa-twitter"><span class="label">Twitter</span></a></li>
|
||||||
<li><a href="#" class="icon fa-dribbble"><span class="label">Dribbble</span></a></li>
|
|
||||||
<li><a href="#" class="icon fa-envelope-o"><span class="label">Email</span></a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="copyright">
|
<ul class="copyright">
|
||||||
<li>© Untitled</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
|
<li>© Cyberplanificateur</li><li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|
Reference in a new issue