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"><em>Castra Aestiva</em> (Summer Camp)</h1>
@@ -9,13 +9,13 @@
<div>
<h2 class="mb-2">History</h2>
<p>
Each spring, as the weather improved, the campaign season would began. Roman troops would redeploy from a perminant <em>castra hiberna</em> (winter camp) to fair weather camps on the frontier known as <em>castra aestiva</em> (summer camps).
These marching camps could be errected in hours while under attack using the division of labour and would be completely disassembled when the legion left so they couldn't be used by the enemy.
Each spring, as the weather improved, the campaign season would began. Roman troops would redeploy from a permanent <em>castra hiberna</em> (winter camp) to fair weather camps on the frontier known as <em>castra aestiva</em> (summer camps).
These marching camps could be erected in hours while under attack using the division of labour and would be completely disassembled when the legion left so they couldn't be used by the enemy.
</p>
<h2 class="mb-2">Details</h2>
<p>
Tom Ross hosts a castra aestiva event every Memorial Day weekend (in May) near Tillsonburg Ontario. It's a private multi-day training event involving Romans and their enemies and is the perfect oportunity for new Roman reenactors. Participants
sleep in <em>sub pellibus</em> (tents) within the protective walls of the <em>castrum</em> (fort). If May doesn't work for you, conscider coming to <a routerLink="/events/hiberna">Castra Hiberna</a> in September.
Tom Ross hosts a castra aestiva event every Memorial Day weekend (in May) near Tillsonburg Ontario. It's a private multi-day training event involving Romans and their enemies and is the perfect opportunity for new Roman reenactors. Participants
sleep in <em>sub pellibus</em> (tents) within the protective walls of the <em>castrum</em> (fort). If May doesn't work for you, consider coming to <a routerLink="/events/hiberna">Castra Hiberna</a> in September.
</p>
<h3 class="mb-0">Activities</h3>
<ul class="mt-0">
@@ -23,13 +23,13 @@
<li>Weapons Training</li>
<ul>
<li><em>Gladius & scutum</em> (Sword & shield)</li>
<li><em>Pilum</em> (Javlin)</li>
<li><em>Pilum</em> (Javelin)</li>
<li><em>Sagittariorum</em> (Archery)</li>
<li><em>Ballista</em> (Bolt thrower)</li>
<li><em>Funda</em> (Sling)</li>
<li>Stone throw</li>
</ul>
<li><em>Fabrica</em> (Craftsmenship)</li>
<li><em>Fabrica</em> (Craftsmanship)</li>
<li>Drill & Patrols</li>
<li>Campfires</li>
<li>Roman games</li>

View File

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

View File

@@ -0,0 +1,50 @@
<div class="invert">
<div class="banner d-print-none"></div>
<div class="container py-4 px-3">
<div>
<h1 class="mb-2"><em>Agonium</em> (Janus Festival)</h1>
<mat-divider></mat-divider>
<br>
</div>
<div>
<h2 class="mb-2">History</h2>
<p>
Janus is the double-faced god of archways, entrenches, passages, time, the beginning & the end. The Romans
named January in his honor & was one of the 12 principal deities of <em>Religio Romana</em> (Roman Religion).
Janus was unique to Latium (centeral western Italy), predating the Romans & had no Greek counterpart.
</p>
<p>
Janus had his ceremonies carried out by the <em>Rex Sacrorum</em> (King of the Sacred) instead of
dedicated <em>flamens</em> (priests) like the other deities. The shrine <strong>Janus Geminus</strong> was
dedicated to him which had giant double doors which would be closed in times of peace and left open during times
of war. The Roman historian <strong>Titus Livius</strong> would recount the doors being closed only twice
between the time of <strong>Numa Pompilius</strong> (7th century BC) and <strong>Augustus</strong> (1st century BC).
</p>
<h2 class="mb-2">Details</h2>
<p>
For the first time, Legio XXX will be hosting an Agonium near Tillsonburg Ontario (Thank you Tom Ross).
It's a private single day event where we try not to freeze. If winter camping isn't your thing, consider
coming to <a routerLink="/events/aestiva">Castra Aestiva</a> in May or <a routerLink="/events/hiberna">Castra Hiberna</a> in September.
</p>
<h3 class="mb-0">Activities</h3>
<ul class="mt-0">
<li>Combat</li>
<li>Weapons Training</li>
<ul>
<li><em>Gladius & scutum</em> (Sword & shield)</li>
<li><em>Pilum</em> (Javelin)</li>
<li><em>Sagittariorum</em> (Archery)</li>
<li><em>Ballista</em> (Bolt thrower)</li>
<li><em>Funda</em> (Sling)</li>
<li>Stone throw</li>
</ul>
<li><em>Fabrica</em> (Craftsmanship)</li>
<li>Drill & Patrols</li>
<li>Campfires</li>
<li>Roman games</li>
<li>Food & Drink</li>
</ul>
<p>Come, participate and enjoy the camaraderie only the field of Mars can forge.</p>
</div>
</div>
</div>

View File

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

View File

@@ -0,0 +1,8 @@
import {Component} from '@angular/core';
@Component({
selector: 'xxx-agonium',
templateUrl: './agonium.component.html',
styleUrls: ['./agonium.component.scss']
})
export class AgoniumComponent { }

View File

@@ -2,6 +2,6 @@
<div class="container py-4 px-3">
<h1 class="mb-2">Calendar</h1>
<mat-divider class="mb-4"></mat-divider>
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=America%2FToronto&showCalendars=0&showTabs=0&showPrint=0&showTitle=0&src=YjQ4ZGI1NDc2YWY2YTI4ZGE2NGQzNDhhNThhYWI0MGQ1NjAwNWJmMmQ1YzA0NDI3MTdjZDllNmQ0OTA5YTFkZUBncm91cC5jYWxlbmRhci5nb29nbGUuY29t&color=%23D50000" style="border-width:0" width="100%" height="600" frameborder="0" scrolling="no"></iframe>
<iframe src="https://calendar.google.com/calendar/embed?height=600&wkst=1&bgcolor=%23ffffff&ctz=America%2FToronto&showTitle=0&showNav=1&showPrint=1&showTabs=0&showCalendars=0&src=Y18wYTIxNTM3ZDgwMWMzNTQ0MTUwYzk5YTUwNjI5Yjc5MjM0MjYyYjY0YzYyNzZiZTQ3OWJlMzA4OWU0MmM3NTQ5QGdyb3VwLmNhbGVuZGFyLmdvb2dsZS5jb20&color=%23D50000" style="border-width:0" width="100%" height="600" frameborder="0" scrolling="no"></iframe>
</div>
</div>

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"><em>Castra Hiberna</em> (Winter Camp)</h1>
@@ -12,10 +12,10 @@
Harvest marked the traditional end of the Roman campaign season and the start of <em>mare clausum</em> (closed sea) in the <em>mare nostrum</em> (Mediterranean Sea) while the sea was most dangerous. Imperial troops that slept in <em>sub pellibus</em> (tents)
inside the <em>castra aestiva</em> (summer camps) began preparations to relocate to more hospitable <em>castra hiberna</em> (winter camps), where they were housed in stone lodgings impervious to the elements.
</p>
<p>In the fall, the indigenous people had to focus their efforts on harvesting crops & preparing for the cold harsh winter. This left little time for raids & hostilities giving Roman soldiers time to rest, train & recoupe.</p>
<p>In the fall, the indigenous people had to focus their efforts on harvesting crops & preparing for the cold harsh winter. This left little time for raids & hostilities giving Roman soldiers time to rest, train & recoup.</p>
<h2 class="mb-2">Details</h2>
<p>
Tom Ross hosts a castra hiberna event in September near Tillsonburg Ontario. It's a private single day event between Romans and their adversaries. It's an excellent oportunity for new Roman reenactors. If May doesn't work for you, conscider coming to
Tom Ross hosts a castra hiberna event every September near Tillsonburg Ontario. It's a private single day event between Romans and their adversaries. It's an excellent opportunity for new Roman reenactors. If May doesn't work for you, consider coming to
<a routerLink="/events/aestiva">Castra Aestiva</a> in May.
</p>
<h3 class="mb-0">Activities</h3>
@@ -24,13 +24,13 @@
<li>Weapons Training</li>
<ul>
<li><em>Gladius & scutum</em> (Sword & shield)</li>
<li><em>Pilum</em> (Javlin)</li>
<li><em>Pilum</em> (Javelin)</li>
<li><em>Sagittariorum</em> (Archery)</li>
<li><em>Ballista</em> (Bolt thrower)</li>
<li><em>Funda</em> (Sling)</li>
<li>Stone throw</li>
</ul>
<li><em>Fabrica</em> (Craftsmenship)</li>
<li><em>Fabrica</em> (Craftsmanship)</li>
<li>Drill & Patrols</li>
<li>Campfires</li>
<li>Roman games</li>

View File

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