- Better banner
Some checks failed
Build Website / Build Container (push) Failing after 1m39s
Build Website / Tag Version (push) Has been cancelled
Build Website / Build NPM Project (push) Has been cancelled

- Removed old communication methods
- Connected email form
This commit is contained in:
2026-06-04 18:59:10 -04:00
parent ddfa97b5d0
commit 38e018d034
13 changed files with 287 additions and 89 deletions

View File

@@ -20,29 +20,47 @@
that recreate the lives of soldiers found in Trajan's legions during the 1st - 2nd Century AD
</p>
</div>
<a routerLink="/about">More</a>
<a routerLink="/about" class="d-block mt-4" style="font-size: 2em;">More >></a>
</div>
<div class="flex-md-grow-1" style="flex-basis: 0">
<img class="mt-5" src="/assets/img/standard.png" alt="Legio XXX Standard" height="250px" width="auto">
</div>
</section>
<!-- Discord -->
<section class="d-flex" style="background-color: #990000">
<div class="d-flex flex-grow-1">
<div class="h-100 w-100" style="background: #7289d9"></div>
<img class="d-block d-md-none" src="/assets/img/discord.png" style="height: 100px; transform: translateX(-1px);">
<img class="d-none d-md-block" src="/assets/img/discord.png" style="height: 200px; transform: translateX(-1px);">
</div>
<div class="d-flex justify-content-start align-items-center flex-grow-1 p-3">
<!--<section class="d-flex" style="background-color: #990000">-->
<!-- <div class="d-flex flex-grow-1">-->
<!-- <div class="h-100 w-100" style="background: #7289d9"></div>-->
<!-- <img class="d-block d-md-none" src="/assets/img/discord.png" style="height: 100px; transform: translateX(-1px);">-->
<!-- <img class="d-none d-md-block" src="/assets/img/discord.png" style="height: 200px; transform: translateX(-1px);">-->
<!-- </div>-->
<!-- <div class="d-flex justify-content-start align-items-center flex-grow-1 p-3">-->
<!-- <div class="d-block text-center">-->
<!-- <h1 class="d-block m-0 mb-md-3 transparent-link">-->
<!-- <a href="https://discord.gg/wW458KYR79" target="_blank">Join us on Discord</a>-->
<!-- </h1>-->
<!-- <div class="d-none d-md-inline">-->
<!-- <p>-->
<!-- Ask us questions, get involved-->
<!-- <br><br>-->
<!-- and celebrate the glory of Rome with us!-->
<!-- </p>-->
<!-- </div>-->
<!-- </div>-->
<!-- </div>-->
<!--</section>-->
<!-- Meetings -->
<section class="d-flex justify-content-center py-4" style="background-color: #990000">
<div class="d-flex justify-content-start align-items-center">
<div class="d-block text-center">
<h1 class="d-block m-0 mb-md-3 transparent-link">
<a href="https://discord.gg/wW458KYR79" target="_blank">Join us on Discord</a>
<a routerLink="/" fragment="contact">Join Our Monthly Meetings</a>
</h1>
<div class="d-none d-md-inline">
<p>
Ask us questions, get involved
Meet the legion, ask questions, and learn how to get involved.
<br><br>
and celebrate the glory of Rome with us!
Contact us to be added to the event list!
</p>
</div>
</div>