ec496c7ce1
Moved the entire title from the javascript to the PHP section, finished almost all templates, moved the footer on the main "template holder" page, extended the session to three days instead of just one for no technical reasons, added CHANGELOG, added three background images
16 lines
670 B
PHTML
16 lines
670 B
PHTML
<header class="masthead" style="background-image: url(img/bg-5.jpg)">
|
|
<div class="overlay"></div>
|
|
<div class="container">
|
|
<div class="row">
|
|
<div class="col-lg-8 col-md-10 mx-auto">
|
|
<div class="page-heading">
|
|
<h1>Why keeping all your questions for you?</h1>
|
|
<span class="subheading">Just ask them here!</span>
|
|
<a href="#contact-form" id="scolldown-button">
|
|
<i class="fas fa-chevron-circle-down fa-3x fa-inverse" style="line-height: 2;"></i>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</header> |