Typos, agonium & drill page (v1)

This commit is contained in:
2022-11-11 15:44:02 -05:00
parent 1fc86d3614
commit 3958c9f986
22 changed files with 436 additions and 119 deletions

View File

@ -1,5 +1,5 @@
<div class="invert">
<div class="banner"></div>
<div class="banner d-print-none"></div>
<div class="container py-4 px-3">
<div>
<h1 class="mb-2">About</h1>
@ -8,7 +8,7 @@
<h2 class="mb-2">Legio XXX</h2>
<p>
Legio XXX is a non-profit re-enactment group from southern Ontario & the north-eastern USA. It was established in 2004 with the goal of portraying all aspects of Roman military & civilian life.
It's members represent a cross between living history enthusiasts and "edutainers" that recreate the lives of soldiers found in Trajan's leagions during the 1st - 2nd Century AD.
It's members represent a cross between living history enthusiasts and "edu-tainers" that recreate the lives of soldiers found in Trajan's legions during the 1st - 2nd Century AD.
Over the years, they have participated in a wide range of events.
</p>
<h3 class="mb-2">Events</h3>
@ -70,7 +70,7 @@
<p>Legio XXX has a re-enactment facility near Tillsonburg Ontario, graciously provided by Tom Ross. Over the years, the group has constructed it's own <em>castrum</em> (fort) nestled amidst farmland and forest.</p>
<p class="mb-2">The <em>castrum</em> (fort) was slowly constructed over several years & is a work in progress:</p>
<ul class="mt-0">
<li>2007 - A <em>fossa</em> (trench) was dug and an <em>agger</em> (mound) errected from the soil</li>
<li>2007 - A <em>fossa</em> (trench) was dug and an <em>agger</em> (mound) erected from the soil</li>
<li>2008 - The front gatehouse was constructed</li>
<li>2009 - The front <em>vallum</em> (curtain walls) was added, flanking the gatehouse</li>
<li>2010 - The <em>vallum</em> (curtain walls) was finished, encircling the <em>castrum</em> (fort)</li>
@ -83,8 +83,9 @@
<li>Castra Hiberna (2017, 2018, 2021, 2022)</li>
</ul>
<h2>Special Thanks</h2>
<p>David Blain - Commanding Officer & subject matter expert, providing much of this site's content</p>
<p>Tom Ross - Provides Legio XXX's re-enactment facilities near Tillsonburg Ontario</p>
<p>Robert Sacco - President of Legio XXX (portrays our <em>aquilifer</em> (Eagle bearer)</p>
<p>David Blain - Subject matter expert, providing much of this site's content (portrays our <em>tribunus angusticlavius</em> (executive officer))</p>
<p>Tom Ross - Legio XXX's <em>patronus</em> (patron) providing re-enactment facilities near Tillsonburg Ontario</p>
<p>Robert Norton - <em>Armicustos</em> (Quartermaster) & provider of most of our <a routerLink="/diy">manuals</a></p>
</div>
</div>

View File

@ -1,6 +1,6 @@
.banner {
width: 100%;
height: 500px;
background: white url("/assets/img/castra.jpg") center center no-repeat;
height: 300px;
background: white url("/assets/img/castra.jpg") center 35% no-repeat;
background-size: cover;
}