This commit is contained in:
2023-11-24 15:52:54 -05:00
parent 3ce0f7a418
commit 6f47657c91
25 changed files with 466 additions and 115 deletions

View File

@@ -2,7 +2,13 @@
<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>
<div class="d-flex align-items-end justify-content-between mb-2">
<h1 class="mb-0"><em>Castra Aestiva</em> (Summer Camp)</h1>
<a class="d-flex d-print-none justify-content-center text-muted" href="javascript:window.print()">
<mat-icon class="me-1">print</mat-icon>
Print
</a>
</div>
<mat-divider></mat-divider>
<br>
</div>
@@ -14,7 +20,7 @@
</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 opportunity for new Roman reenactors. Participants
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>
@@ -35,7 +41,7 @@
<li>Roman games</li>
<li>Food & Drink</li>
</ul>
<p>Come, participate and enjoy the camaraderie only the field of Mars can forge.</p>
<p>Participate and enjoy the camaraderie only the field of Mars can forge.</p>
</div>
</div>
</div>

View File

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

View File

@@ -40,9 +40,9 @@
</ul>
<li><em>Fabrica</em> (Craftsmanship)</li>
<li>Drill & Patrols</li>
<li>Campfires</li>
<li>Roman games</li>
<li>Food & Drink</li>
<li>Camping</li>
</ul>
<p>Come, participate and enjoy the camaraderie only the field of Mars can forge.</p>
</div>

View File

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

View File

@@ -2,7 +2,13 @@
<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>
<div class="d-flex align-items-end justify-content-between mb-2">
<h1 class="mb-0"><em>Castra Hiberna</em> (Winter Camp)</h1>
<a class="d-flex d-print-none justify-content-center text-muted" href="javascript:window.print()">
<mat-icon class="me-1">print</mat-icon>
Print
</a>
</div>
<mat-divider></mat-divider>
<br>
</div>
@@ -15,7 +21,7 @@
<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 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
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>
@@ -32,11 +38,11 @@
</ul>
<li><em>Fabrica</em> (Craftsmanship)</li>
<li>Drill & Patrols</li>
<li>Campfires</li>
<li>Roman games</li>
<li>Food & Drink</li>
<li>Camping</li>
</ul>
<p>Come, participate and enjoy the camaraderie only the field of Mars can forge.</p>
<p>Participate and enjoy the camaraderie only the field of Mars can forge.</p>
</div>
</div>
</div>

View File

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