banner & styling
This commit is contained in:
@ -1,12 +1,5 @@
|
||||
<header class="fill">
|
||||
<div class="fill d-flex flex-column align-items-center justify-content-center">
|
||||
<img src="/assets/img/spqr.png" class="mt-5" alt="SPQR" height="250" width="250" style="filter: drop-shadow(2px 4px 6px black);">
|
||||
<div>
|
||||
<a href="#about" class="text-white">
|
||||
<i class="fa fa-angle-double-down fa-4x" style="filter: drop-shadow(2px 4px 6px black);"></i>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<header id="banner" class="fill w-100">
|
||||
<xxx-banner></xxx-banner>
|
||||
</header>
|
||||
<section id="about" class="d-flex flex-column align-items-center bg-black text-white" style="height: 100vh">
|
||||
<div class="mb-5 py-5"><!-- Spacer --></div>
|
||||
@ -14,7 +7,7 @@
|
||||
<div class="container">
|
||||
<div class="d-flex align-items-center justify-content-around">
|
||||
<div class="">
|
||||
<img src="/assets/img/trajan-bust.png" height="auto" width="275px">
|
||||
<img src="/assets/img/trajan.png" height="auto" width="275px">
|
||||
</div>
|
||||
<div class="text-center">
|
||||
<h4>Legio XXX Vlpia Victrix</h4>
|
||||
@ -41,12 +34,13 @@
|
||||
<div class="mb-5 py-5"><!-- Spacer --></div>
|
||||
<div class="d-flex align-items-center justify-content-center">
|
||||
<div>
|
||||
<img src="/assets/img/recruitment.png" height="50%" width="auto">
|
||||
<img src="/assets/img/recruitment.png" height="500px" width="auto">
|
||||
</div>
|
||||
<div class="ms-5 text-center">
|
||||
<h2>Enlist Today!</h2>
|
||||
<p>Legio XXX is looking for new recruits.</p>
|
||||
<p>Check out the <a>Getting Started</a> page to learn more.</p>
|
||||
<p>Check out the <a>Getting Started</a> page to learn more</p>
|
||||
<p>and <a>register here.</a></p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
Reference in New Issue
Block a user