diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 367e6a3..5065a6f 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -10,6 +10,7 @@ import {MaterialModule} from './material.module'; import {FourOFourComponent} from './views/404/404.component'; import {AboutComponent} from './views/about/about.component'; import {AestivaComponent} from './views/events/aestiva/aestiva.component'; +import {AgoniumComponent} from './views/events/agonium/agonium.component'; import {CalendarComponent} from './views/events/calendar/calendar.component'; import {HibernaComponent} from './views/events/hiberna/hiberna.component'; import {GalleryComponent} from './views/gallery/gallery.component'; @@ -21,6 +22,7 @@ import {RulesComponent} from './views/reenact/rules/rules.component'; export const APP_COMPONENTS = [ AboutComponent, AestivaComponent, + AgoniumComponent, AppComponent, BannerComponent, CalendarComponent, diff --git a/src/app/app.routing.ts b/src/app/app.routing.ts index b46a10a..b92c9aa 100644 --- a/src/app/app.routing.ts +++ b/src/app/app.routing.ts @@ -3,6 +3,7 @@ import { RouterModule, Routes } from '@angular/router'; import {FourOFourComponent} from './views/404/404.component'; import {AboutComponent} from './views/about/about.component'; import {AestivaComponent} from './views/events/aestiva/aestiva.component'; +import {AgoniumComponent} from './views/events/agonium/agonium.component'; import {CalendarComponent} from './views/events/calendar/calendar.component'; import {HibernaComponent} from './views/events/hiberna/hiberna.component'; import {GalleryComponent} from './views/gallery/gallery.component'; @@ -16,6 +17,7 @@ const routes: Routes = [ {path: 'about', component: AboutComponent}, {path: 'drill', component: DrillComponent}, {path: 'events/aestiva', component: AestivaComponent}, + {path: 'events/agonium', component: AgoniumComponent}, {path: 'events/hiberna', component: HibernaComponent}, {path: 'events/calendar', component: CalendarComponent}, {path: 'gallery', component: GalleryComponent}, diff --git a/src/app/components/footer/footer.component.html b/src/app/components/footer/footer.component.html index 81482b0..d452990 100644 --- a/src/app/components/footer/footer.component.html +++ b/src/app/components/footer/footer.component.html @@ -35,7 +35,7 @@
-

+

diff --git a/src/app/components/footer/footer.component.scss b/src/app/components/footer/footer.component.scss index cf792fc..5391689 100644 --- a/src/app/components/footer/footer.component.scss +++ b/src/app/components/footer/footer.component.scss @@ -8,7 +8,7 @@ ul { margin: 0; } -.copywright { +.copyright { a, a:visited { color: #b10000; } a:hover, a:visited:hover { color: #cc0000; } } diff --git a/src/app/misc/navigation.ts b/src/app/misc/navigation.ts index 23f1bd4..29afa94 100644 --- a/src/app/misc/navigation.ts +++ b/src/app/misc/navigation.ts @@ -16,6 +16,7 @@ export const NAVIGATION: NavigationGroup = [ {label: 'Gallery', url: '/gallery'}, ]]}, {label: 'Events', children: [[ + {label: 'Agonium', url: '/events/agonium'}, {label: 'Castra Aestiva', url: '/events/aestiva'}, {label: 'Castra Hiberna', url: '/events/hiberna'}, ], [ @@ -42,7 +43,7 @@ export const NAVIGATION: NavigationGroup = [ ], [ {label: 'Trusted Vendors', url: '/vendors'}, {label: 'Kit Assembly', url: '/diy'}, - {label: 'Kit Maintinance', url: '/maintinance'}, + {label: 'Kit Maintenance', url: '/maintenance'}, ], [ {label: 'Login/Register', url: '/login'}, ]]}, diff --git a/src/app/views/about/about.component.html b/src/app/views/about/about.component.html index 28aa96e..db44d03 100644 --- a/src/app/views/about/about.component.html +++ b/src/app/views/about/about.component.html @@ -1,5 +1,5 @@
- +

About

@@ -8,7 +8,7 @@

Legio XXX

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.

Events

@@ -70,7 +70,7 @@

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 castrum (fort) nestled amidst farmland and forest.

The castrum (fort) was slowly constructed over several years & is a work in progress:

    -
  • 2007 - A fossa (trench) was dug and an agger (mound) errected from the soil
  • +
  • 2007 - A fossa (trench) was dug and an agger (mound) erected from the soil
  • 2008 - The front gatehouse was constructed
  • 2009 - The front vallum (curtain walls) was added, flanking the gatehouse
  • 2010 - The vallum (curtain walls) was finished, encircling the castrum (fort)
  • @@ -83,8 +83,9 @@
  • Castra Hiberna (2017, 2018, 2021, 2022)

Special Thanks

-

David Blain - Commanding Officer & subject matter expert, providing much of this site's content

-

Tom Ross - Provides Legio XXX's re-enactment facilities near Tillsonburg Ontario

+

Robert Sacco - President of Legio XXX (portrays our aquilifer (Eagle bearer)

+

David Blain - Subject matter expert, providing much of this site's content (portrays our tribunus angusticlavius (executive officer))

+

Tom Ross - Legio XXX's patronus (patron) providing re-enactment facilities near Tillsonburg Ontario

Robert Norton - Armicustos (Quartermaster) & provider of most of our manuals

diff --git a/src/app/views/about/about.component.scss b/src/app/views/about/about.component.scss index ed22deb..e1ecc6a 100644 --- a/src/app/views/about/about.component.scss +++ b/src/app/views/about/about.component.scss @@ -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; } diff --git a/src/app/views/events/aestiva/aestiva.component.html b/src/app/views/events/aestiva/aestiva.component.html index b8144b5..d8b5471 100644 --- a/src/app/views/events/aestiva/aestiva.component.html +++ b/src/app/views/events/aestiva/aestiva.component.html @@ -1,5 +1,5 @@
- +

Castra Aestiva (Summer Camp)

@@ -9,13 +9,13 @@

History

- Each spring, as the weather improved, the campaign season would began. Roman troops would redeploy from a perminant castra hiberna (winter camp) to fair weather camps on the frontier known as castra aestiva (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 castra hiberna (winter camp) to fair weather camps on the frontier known as castra aestiva (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.

Details

- 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 sub pellibus (tents) within the protective walls of the castrum (fort). If May doesn't work for you, conscider coming to Castra Hiberna 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 sub pellibus (tents) within the protective walls of the castrum (fort). If May doesn't work for you, consider coming to Castra Hiberna in September.

Activities

    @@ -23,13 +23,13 @@
  • Weapons Training
    • Gladius & scutum (Sword & shield)
    • -
    • Pilum (Javlin)
    • +
    • Pilum (Javelin)
    • Sagittariorum (Archery)
    • Ballista (Bolt thrower)
    • Funda (Sling)
    • Stone throw
    -
  • Fabrica (Craftsmenship)
  • +
  • Fabrica (Craftsmanship)
  • Drill & Patrols
  • Campfires
  • Roman games
  • diff --git a/src/app/views/events/aestiva/aestiva.component.scss b/src/app/views/events/aestiva/aestiva.component.scss index 864b9f1..519bb65 100644 --- a/src/app/views/events/aestiva/aestiva.component.scss +++ b/src/app/views/events/aestiva/aestiva.component.scss @@ -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; } diff --git a/src/app/views/events/agonium/agonium.component.html b/src/app/views/events/agonium/agonium.component.html new file mode 100644 index 0000000..66abb8c --- /dev/null +++ b/src/app/views/events/agonium/agonium.component.html @@ -0,0 +1,50 @@ +
    + +
    +
    +

    Agonium (Janus Festival)

    + +
    +
    +
    +

    History

    +

    + 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 Religio Romana (Roman Religion). + Janus was unique to Latium (centeral western Italy), predating the Romans & had no Greek counterpart. +

    +

    + Janus had his ceremonies carried out by the Rex Sacrorum (King of the Sacred) instead of + dedicated flamens (priests) like the other deities. The shrine Janus Geminus 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 Titus Livius would recount the doors being closed only twice + between the time of Numa Pompilius (7th century BC) and Augustus (1st century BC). +

    +

    Details

    +

    + 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 Castra Aestiva in May or Castra Hiberna in September. +

    +

    Activities

    +
      +
    • Combat
    • +
    • Weapons Training
    • +
        +
      • Gladius & scutum (Sword & shield)
      • +
      • Pilum (Javelin)
      • +
      • Sagittariorum (Archery)
      • +
      • Ballista (Bolt thrower)
      • +
      • Funda (Sling)
      • +
      • Stone throw
      • +
      +
    • Fabrica (Craftsmanship)
    • +
    • Drill & Patrols
    • +
    • Campfires
    • +
    • Roman games
    • +
    • Food & Drink
    • +
    +

    Come, participate and enjoy the camaraderie only the field of Mars can forge.

    +
    +
    +
    diff --git a/src/app/views/events/agonium/agonium.component.scss b/src/app/views/events/agonium/agonium.component.scss new file mode 100644 index 0000000..0d4849b --- /dev/null +++ b/src/app/views/events/agonium/agonium.component.scss @@ -0,0 +1,6 @@ +.banner { + width: 100%; + height: 300px; + background: white url("/assets/img/agonium.png") center center no-repeat; + background-size: cover; +} diff --git a/src/app/views/events/agonium/agonium.component.ts b/src/app/views/events/agonium/agonium.component.ts new file mode 100644 index 0000000..b373839 --- /dev/null +++ b/src/app/views/events/agonium/agonium.component.ts @@ -0,0 +1,8 @@ +import {Component} from '@angular/core'; + +@Component({ + selector: 'xxx-agonium', + templateUrl: './agonium.component.html', + styleUrls: ['./agonium.component.scss'] +}) +export class AgoniumComponent { } diff --git a/src/app/views/events/calendar/calendar.component.html b/src/app/views/events/calendar/calendar.component.html index b5a53da..1f18b3a 100644 --- a/src/app/views/events/calendar/calendar.component.html +++ b/src/app/views/events/calendar/calendar.component.html @@ -2,6 +2,6 @@

    Calendar

    - +
diff --git a/src/app/views/events/hiberna/hiberna.component.html b/src/app/views/events/hiberna/hiberna.component.html index 5a97a22..89d3614 100644 --- a/src/app/views/events/hiberna/hiberna.component.html +++ b/src/app/views/events/hiberna/hiberna.component.html @@ -1,5 +1,5 @@
- +

Castra Hiberna (Winter Camp)

@@ -12,10 +12,10 @@ Harvest marked the traditional end of the Roman campaign season and the start of mare clausum (closed sea) in the mare nostrum (Mediterranean Sea) while the sea was most dangerous. Imperial troops that slept in sub pellibus (tents) inside the castra aestiva (summer camps) began preparations to relocate to more hospitable castra hiberna (winter camps), where they were housed in stone lodgings impervious to the elements.

-

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.

+

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.

Details

- 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 Castra Aestiva in May.

Activities

@@ -24,13 +24,13 @@
  • Weapons Training
    • Gladius & scutum (Sword & shield)
    • -
    • Pilum (Javlin)
    • +
    • Pilum (Javelin)
    • Sagittariorum (Archery)
    • Ballista (Bolt thrower)
    • Funda (Sling)
    • Stone throw
    -
  • Fabrica (Craftsmenship)
  • +
  • Fabrica (Craftsmanship)
  • Drill & Patrols
  • Campfires
  • Roman games
  • diff --git a/src/app/views/events/hiberna/hiberna.component.scss b/src/app/views/events/hiberna/hiberna.component.scss index 27e42e4..dba9222 100644 --- a/src/app/views/events/hiberna/hiberna.component.scss +++ b/src/app/views/events/hiberna/hiberna.component.scss @@ -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; } diff --git a/src/app/views/home/home.component.html b/src/app/views/home/home.component.html index 170ca29..b11346c 100644 --- a/src/app/views/home/home.component.html +++ b/src/app/views/home/home.component.html @@ -14,9 +14,9 @@

    Legio XXX is a North American Roman reenactment group established in 2004.

    - It's members represent a cross between living history enthusiasts and "edutainers" + It's members represent a cross between living history enthusiasts and "edu-tainers"

    - that recreate the lives of soldiers found in Trajan's leagions during the 1st - 2nd Century AD + that recreate the lives of soldiers found in Trajan's legions during the 1st - 2nd Century AD

    @@ -54,7 +54,7 @@

    Enlist Today!

    - Interested in any events? + Interested in any events?

    Legio XXX is looking for new recruits.

    diff --git a/src/app/views/reenact/drill/drill.component.html b/src/app/views/reenact/drill/drill.component.html index d8b058a..d095df5 100644 --- a/src/app/views/reenact/drill/drill.component.html +++ b/src/app/views/reenact/drill/drill.component.html @@ -5,25 +5,37 @@

    -
    -

    Unfortunately no training manuals from the 1st century have survived. The closest surviving reference comes from the Strategikon which was wrritten by Flavius Mauricius Tiberius Augustus who ruled Byzantium from 582-602 AD.

    -

    With lack of historical information, Legio XXX along with other local re-enactment groups, established the following drill manual based on modern military drill.

    +
    +

    Unfortunately no training manuals from the 1st century have survived. The closest surviving reference comes from the Strategikon which was written by Flavius Mauricius Tiberius Augustus who ruled Byzantium from 582-602 AD.

    +

    With little historical information, Legio XXX along with other local re-enactment groups, established the following drill manual based on what we do know & modern military drill.

    -

    General

    - +
    + + + + + - + + + + - + + + + + + @@ -33,105 +45,306 @@ - + - - - - + + - -
    Latin English Description
    General
    Ad arma Fall InFall into position, single file to the left of the vexillum (standard); stand at easeFall into position to the left of the vexillum (standard); stand at ease
    Vos DimittoDismissedFall out of formation
    Mandata captate
    Laxate At EaseRelax with feet shoulder's width apart & equipment resting on the ground; disiplin should be maintained (don't move feet, face the front & remain quite)Relax with feet shoulder's width apart & equipment resting on the ground; maintain discipline (don't move feet, face the front & remain quite)
    Vos DimittoDismissedFall out of formation
    Dressing Ranks
    -

    Dressing

    - - - - - - - - - - + - - + + + + + + + + + + + + - - - - - - + - -
    LatinEnglishDescription
    Frontem dirigiteRight DressRight Dress (Close Order)
    Spatium DateRight Dress (Close Order)Everyone but the right most person raises their right arm parellel to the ground with a closed fist and spaces them selfs one arm length away from the next personRight DressEveryone but the right most person raises their right arm parallel to the ground with a closed fist & places it against the next person's shoulder. Everyone should be 1 arms length (~3') away from the next
    ExtenditeRight Dress (Double Spacing)
    IntrăteForm Two Ranks
    Iungite Close Ranks
    IntrăteForm Two Ranks (Rows)
    ExiteForm Single Rank (Rows)Form Single Rank
    -

    Turning

    - - - - - - + + - - - - + + - - + + - + - + - -
    LatinEnglishDescription
    Turning
    Ad gladios clinateRight TurnTurn 90° to the right, pivoting on the right footRight FaceTurn 90° to the right, pivoting on the right heal & left toes
    Ad scuta clinateLeft TurnTurn 90° to the left, pivoting on the left footLeft FaceTurn 90° to the left, pivoting on the left heal & right toes
    Transformate About FaceTurn 180° to the right, pivoting on the right footTurn 180° to the right, pivoting on the right heal & left toes
    Ad scutum transformate About Face to the LeftTurn 180° to the left, pivoting on the right footTurn 180° to the left, pivoting on the left heal & right toes
    -

    Marching

    -

    Formations

    -

    Weapons

    -

    General

    -

    Pilum

    -

    Gladius

    -

    Artillery

    -

    Miscellaneous

    - - - - - - + + - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + + + + + + + + + + +
    LatinEnglishDescription
    Formations
    SilentiumAgmen formateMarching columnStep off with the left foot, maintain a pace of 120 steps/minute
    Aciem formateBattle line + Soldiers form a line with their pilum at the ready. This is not a shield wall, 6' spacing should + be maintained between each column. +
    Cuneum formateWedgeCenterio is placed at the tip of the wedge with soldiers trailing off his side
    Orbem formateCircleForm a defensive circle with ranged units & officers in the center
    Quadratum formateSquareForm a defensive square with ranged units & officers in the center
    Testudinem formateTestudo (Tortis) + First rank raises shields to eye height, the following ranks lift their shields onto their heads overlapping the rank in-front. + Formation advances together using a chant to stay in step ("Ro-ma, Ro-ma" or "Dex-Sin, Dex-Sin") +
    PorroAdvance
    Ordinem servateHold position
    Marching
    Tarde moveteSlow marchStep off with the left foot, maintain a pace of 60 steps/minute
    MoveteMarchStep off with the left foot, maintain a pace of 120 steps/minute
    Duplex tempusDouble timeStep off with the left foot, maintain a pace of 180 steps/minute
    StateHaltIssued on the right step, stop on the left foot and stand at attention
    Ad gladios rotateRight Wheel + The first rank swings 90° to the right like a door, everyone else need only follow the person in front of them. + The innermost side will have to shorten their step (even marching on the spot) while the outermost will have to take + larger steps to maintain a straight front line. +
    Ad scuta rotateLeft Wheel + The first rank swings 90° to the left like a door, everyone else need only follow the person in front of them. + The innermost side will have to shorten their step (even marching on the spot) while the outermost will have to take + larger steps to maintain a straight front line. +
    Weapons: Pilum
    Pila deponiteLay down javelinLay flat on the ground
    Pila infigitePlant javelinStick vertically into the ground
    Pila tollitePickup javelin
    Pila paratePrepare to throwPlace one foot ahead & raise your pilum up
    Pila iaciteThrow + Advance 3 steps and throw, 2nd rank will advance through gaps in the first rank. + Immediately draw your sword after +
    Weapons: Gladius
    Gladios stringiteDraw swords
    Gladios reconditeSheath swords
    Weapons: Ranged Types
    FunditorSlingers
    SagittariiArchers
    BallistamBolt thrower
    CatapultamCatapult
    Weapons: Ranged Commands
    [Type] ParatePrepare weapons
    [Type] torqueteWind/cockExclusive to artillery pieces
    [Type] sagittam poniteLoad
    [Type] dirigiteAim
    [Type] dimittiteFire
    [Type] tutam redditeSecure weapons
    Miscellaneous
    ExspectateWait for it
    ParatePrepare
    ParatiReady
    NuncNowExecute the preceding command (Ex. "ad gladios clinate... nunc")
    Sin[ister]/GladiosRight/Sword [hand]Legio XXX prefers to use gladios instead of sin
    Dex[ter]/ScutaLeft/Shield [hand]Legio XXX prefers to use scuta instead of dex
    ClamateBattle cry
    Silentium/Tacete SilenceSilence the ranksSilence any chatter in the ranks
    AccelerateSpeed UpCan be prepended to other commands
    Tardate/TardeSlow Down/SlowlyCan be prepended to other commands
    diff --git a/src/app/views/reenact/drill/drill.component.scss b/src/app/views/reenact/drill/drill.component.scss new file mode 100644 index 0000000..4c8ab91 --- /dev/null +++ b/src/app/views/reenact/drill/drill.component.scss @@ -0,0 +1,32 @@ +.table2 { + -webkit-print-color-adjust: exact; + border: solid 1px #333333; + + thead > tr { + //background-color: black !important; + //color: white !important; + border: solid 1px #333333; + + th { + border-width: 0 !important; + } + } + + tbody { + tr:nth-child(odd) { + --bs-table-accent-bg: #eee; + background: #eee; + } + } + + tr.subtitle { + &, * { + background-color: #333333 !important; + color: white !important; + } + } + + td, th { + padding: 0.5rem; + } +} diff --git a/src/app/views/reenact/drill/drill.component.ts b/src/app/views/reenact/drill/drill.component.ts index 432cb52..b8bd128 100644 --- a/src/app/views/reenact/drill/drill.component.ts +++ b/src/app/views/reenact/drill/drill.component.ts @@ -2,6 +2,7 @@ import {Component} from '@angular/core'; @Component({ selector: 'xxx-drill', - templateUrl: './drill.component.html' + templateUrl: './drill.component.html', + styleUrls: ['./drill.component.scss'] }) export class DrillComponent { } diff --git a/src/app/views/reenact/getting-started/getting-started.component.html b/src/app/views/reenact/getting-started/getting-started.component.html index a31332c..76d2997 100644 --- a/src/app/views/reenact/getting-started/getting-started.component.html +++ b/src/app/views/reenact/getting-started/getting-started.component.html @@ -18,7 +18,7 @@

    Enlisting

    If reenacting is something you would seriously like to do, great! Interest in the history of Rome is the primary requirement and you are in the right place. This guide will walk you through everything - you need to know to get started. Aquiring a full kit may take some time & cost a couple thousand dollars (USD/CAD) however we provide manuals to build equipment yourself + you need to know to get started. Acquiring a full kit may take some time & cost a couple thousand dollars (USD/CAD) however we provide manuals to build equipment yourself to save on costs. With enough notice we may be able to loan any equipment you are missing for an event, please let us know.

    @@ -34,26 +34,26 @@

    • Period correct
    • Can be fictional or non-fictional
    • -
    • Avoide famous people/names
    • +
    • Avoid famous people/names
  • Purchase or assemble your equipment, ordered by priority:
    • Tunica (Tunic) - A large shirt/dress held at the waist by a cord or cloth belt
    • -
    • Caligae (Sandles) - Modern leather sandles will do in a pinch
    • -
    • Balteus (Belt) - A lether ordimental apron used to afix weapons
    • -
    • Pugio (Dagger) - Attached to the Balteus
    • +
    • Caligae (Sandals) - Modern leather sandals will do in a pinch
    • +
    • Balteus (Belt) - A leather ornamental apron used to affix weapons
    • +
    • Pugio (Dagger) - Attached to the Balteus
    • Cassis (Helmet) - To protect the noggin!
    • Gladius (Sword) - The primary weapon of the empire
    • Scutum (Shield) - A large semicircle shield
    • -
    • Pilum (Javlin) - A ranged weapon
    • +
    • Pilum (Javelin) - A ranged weapon
    • Lorica (Armour) - Segmata, hamata or plumata/squamta
    • Subarmalis (Padded Vest) - Additional comfort & protection
    • -
    • Focale (Scarf) - Protects the neck from chaifing
    • +
    • Focale (Scarf) - Protects the neck from chaffing
  • Submit an application
  • -
    +
    The Roman Empire Wants You!
    diff --git a/src/app/views/reenact/rules/rules.component.html b/src/app/views/reenact/rules/rules.component.html index 5f5d439..cfd3ab1 100644 --- a/src/app/views/reenact/rules/rules.component.html +++ b/src/app/views/reenact/rules/rules.component.html @@ -11,17 +11,17 @@
    1. Respect the chain of command
    2. Behave like a professional Roman soldier
    3. -
    4. Follow the dress code at all times & stay in charchter
    5. +
    6. Follow the dress code at all times & stay in character
    7. Accept constructive criticism with grace & an open mind
    8. Be polite & respectful, you not only represent yourself but the group
    9. Be courteous and helpful to anyone hosting the legion
    10. Keep the venue clean & ensure everything is returned to it's original state before departing
    11. -
    12. Have basic knowledge about what we reencat & answer questions as accurately as possible; +
    13. Have basic knowledge about what we reenact & answer questions as accurately as possible; Do not hesitate to admit when you don't know the answer & refer to someone else
    14. Posses the minimum amount of kit needed to participate (Let us know if you need something)
    15. Equipment is to be as period correct and functional as materials and costs permit
    16. -
    17. All kit should be inspected for cleanliness and serviceability; see our maintinace guide
    18. +
    19. All kit should be inspected for cleanliness and serviceability; see our maintenance guide
    20. Absolutely no modern day paraphernalia is permitted (i.e., sunglasses, eyeglasses, wrist watches, piercings of any kind, eccentric hair colour, inappropriate visible tattoos, etc.)
    21. Some modern equipment (camping, food, etc.) is permitted after hours provided it is hidden during operational hours
    22. During public events all belongings should be secured by at least one member or an assistant
    23. @@ -34,35 +34,36 @@ The following is a list of equipment needed to participate, depending on the weather & who you are portraying your requirements may be different. Check the equipment page for a full list:

      -

      Minumum

      +

      Minimum

      Around camp & public events
      • Tunica (Tunic) - A large shirt/dress held at the waist by a cord or cloth belt
      • -
      • Caligae (Sandles) - Modern leather sandles will do in a pinch
      • -
      • Balteus (Belt) - A lether ordimental apron used to afix weapons
      • +
      • Caligae (Sandals) - Modern leather sandals will do in a pinch
      • +
      • Balteus (Belt) - A leather ornamental apron used to affix weapons
      • Pugio (Dagger) - Attached to the Balteus

      Battle Dress

      - During drill & demonstraitions + During drill & demonstrations
      • Everything above
      • Cassis (Helmet) - To protect the noggin!
      • Subarmalis (Padded Vest) - Additional comfort & protection
      • Lorica (Armour) - Segmata, hamata or plumata/squamta
      • -
      • Focale (Scarf) - Protects the neck from chaifing
      • +
      • Focale (Scarf) - Protects the neck from chaffing
      • Gladius (Sword) - The primary weapon of the empire
      • Scutum (Shield) - A large semicircle shield
      • -
      • Pilum (Javlin) - A ranged weapon
      • +
      • Pilum (Javelin) - A ranged weapon

      Non-Legionaries

      -

      Any reenacters are welcome as long as they stay period correct to the 2nd centery AD. This may include civilians, barbarians & Greeks.

      +

      Any re-enactors are welcome as long as they stay period correct to the 2nd century AD. This may include civilians, barbarians & Greeks.

    Weapons

    The inappropriate use of weapons will not be tolerated:

      +
    1. Be safe and conscious of yor weapons
    2. Use the verbal warning “Clear” before drawing weapons
    3. -
    4. Always follow the instructions of the Range Safety Officer (RSO) when applicaple
    5. +
    6. Always follow the instructions of the Range Safety Officer (RSO) when applicable
    7. Weapons are not to be handled by the public, under any circumstance
    8. Swords and daggers will be secured at all events with a device to ensure that they cannot be removed by unauthorized personnel
    diff --git a/src/assets/img/agonium.png b/src/assets/img/agonium.png new file mode 100644 index 0000000..e790a9e Binary files /dev/null and b/src/assets/img/agonium.png differ