diff --git a/src/app/app.module.ts b/src/app/app.module.ts index 8493048..9913ee2 100644 --- a/src/app/app.module.ts +++ b/src/app/app.module.ts @@ -21,6 +21,7 @@ import {GalleryComponent} from './views/gallery/gallery.component'; import {HomeComponent} from './views/home/home.component'; import {DrillComponent} from './views/reenact/drill/drill.component'; import {GettingStartedComponent} from './views/reenact/getting-started/getting-started.component'; +import {MaintenanceComponent} from './views/reenact/maintinance/maintenance.component'; import {RulesComponent} from './views/reenact/rules/rules.component'; export const APP_COMPONENTS: any[] = [ @@ -38,6 +39,7 @@ export const APP_COMPONENTS: any[] = [ HibernaComponent, HomeComponent, LogoComponent, + MaintenanceComponent, NavbarComponent, RulesComponent ] diff --git a/src/app/app.routing.ts b/src/app/app.routing.ts index f1908ba..3746825 100644 --- a/src/app/app.routing.ts +++ b/src/app/app.routing.ts @@ -10,19 +10,21 @@ import {GalleryComponent} from './views/gallery/gallery.component'; import {HomeComponent} from './views/home/home.component'; import {DrillComponent} from './views/reenact/drill/drill.component'; import {GettingStartedComponent} from './views/reenact/getting-started/getting-started.component'; +import {MaintenanceComponent} from './views/reenact/maintinance/maintenance.component'; import {RulesComponent} from './views/reenact/rules/rules.component'; const routes: Routes = [ {path: '', pathMatch: 'full', component: HomeComponent}, {path: 'about', component: AboutComponent, data: {title: 'About'}}, {path: 'drill', component: DrillComponent, data: {title: 'Drill Commands'}}, - {path: 'events/aestiva', component: AestivaComponent, data: {title: 'Castra Aestiva'}}, {path: 'events/agonium', component: AgoniumComponent, data: {title: 'Agonium'}}, - {path: 'events/hiberna', component: HibernaComponent, data: {title: 'Castra Hiberna'}}, + {path: 'events/castra-aestiva', component: AestivaComponent, data: {title: 'Castra Aestiva'}}, + {path: 'events/castra-hiberna', component: HibernaComponent, data: {title: 'Castra Hiberna'}}, {path: 'events/calendar', component: CalendarComponent, data: {title: 'Calendar'}}, {path: 'gallery', component: GalleryComponent, data: {title: 'Gallery'}}, {path: 'getting-started', component: GettingStartedComponent, data: {title: 'Getting Started'}}, {path: 'rules', component: RulesComponent, data: {title: 'Rules & Regulations'}}, + {path: 'maintenance', component: MaintenanceComponent, data: {title: 'Maintenance'}}, {path: '**', component: FourOFourComponent, data: {title: '404'}} ]; diff --git a/src/app/components/footer/footer.component.html b/src/app/components/footer/footer.component.html index d452990..0bf0ffc 100644 --- a/src/app/components/footer/footer.component.html +++ b/src/app/components/footer/footer.component.html @@ -36,7 +36,7 @@
diff --git a/src/app/components/footer/footer.component.scss b/src/app/components/footer/footer.component.scss index 5391689..03c6ddf 100644 --- a/src/app/components/footer/footer.component.scss +++ b/src/app/components/footer/footer.component.scss @@ -1,3 +1,7 @@ +a, a:visited { + color: rgba(255, 255, 255, 0.6); +} + ul { list-style: none; padding: 0; diff --git a/src/app/components/navbar/navbar.component.html b/src/app/components/navbar/navbar.component.html index ce4aabb..46d8c47 100644 --- a/src/app/components/navbar/navbar.component.html +++ b/src/app/components/navbar/navbar.component.html @@ -1,7 +1,7 @@
- + SPQR diff --git a/src/app/containers/app/app.component.html b/src/app/containers/app/app.component.html index ee8d83d..387f53c 100644 --- a/src/app/containers/app/app.component.html +++ b/src/app/containers/app/app.component.html @@ -1,7 +1,7 @@
- +
diff --git a/src/app/misc/navigation.ts b/src/app/misc/navigation.ts index fa4a46b..4b1d5ef 100644 --- a/src/app/misc/navigation.ts +++ b/src/app/misc/navigation.ts @@ -16,8 +16,8 @@ export const NAVIGATION: NavigationGroup = [ {label: 'Gallery', url: '/gallery'}, ]]}, {label: 'Events', children: [[ - {label: 'Castra Aestiva', url: '/events/aestiva'}, - {label: 'Castra Hiberna', url: '/events/hiberna'}, + {label: 'Castra Aestiva', url: '/events/castra-aestiva'}, + {label: 'Castra Hiberna', url: '/events/castra-hiberna'}, ], [ {label: 'Calendar', url: '/events/calendar'}, ]]}, @@ -39,9 +39,9 @@ export const NAVIGATION: NavigationGroup = [ {label: 'Rules & Regulations', url: '/rules'}, {label: 'Drill Commands', url: '/drill'}, ], [ - {label: 'Trusted Vendors', url: '/vendors'}, - {label: 'Kit Assembly', url: '/diy'}, - {label: 'Kit Maintenance', url: '/maintenance'}, + {label: 'Buy Equipment', url: '/buy'}, + {label: 'Build Equipment', url: '/diy'}, + {label: 'Maintenance', url: '/maintenance'}, ] ]}, ] diff --git a/src/app/views/about/about.component.html b/src/app/views/about/about.component.html index c084b84..44e1e2b 100644 --- a/src/app/views/about/about.component.html +++ b/src/app/views/about/about.component.html @@ -2,7 +2,13 @@
-

About

+

Legio XXX

@@ -12,7 +18,7 @@ Over the years, they have participated in a wide range of events.

Events

-
+

Film Shoots & Commercials

    @@ -29,6 +35,7 @@
  • Canadian Museum of History (formerly the Museum of Civilization), Gatineau PQ (2005)
  • Royal Ontario Museum, Toronto ON (2011, 2012, 2013, 2014, 2015, 2016, 2017, 2018, 2019)
  • RCR Museum, Wolseley Barracks, London ON (2019)
  • +
  • Ontario Regiment RCAC Museum (2013)
@@ -37,7 +44,8 @@
  • Montessori School, Hamilton ON (2012)
  • Our Lady of Mount Carmel Academy (2016)
  • John Chrysostom Catholic Elementary School (2017)
  • -
  • Saunders Secondary School, London ON (2017, 2019)
  • +
  • Saunders Secondary School, London ON (2017, 2019, 2022, 2023)
  • +
  • Toronto Waldorf School, Thornhill ON (2023)
  • @@ -51,7 +59,7 @@
    -

    Re-enactment Events

    +

    Re-enactments

    • Fort Malden, Amherstburg ON (2004, 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2015, 2016)
    • Roman Market Days (2004)
    • @@ -66,7 +74,7 @@
    -

    Castrum

    +

    Castrum

    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:

      @@ -84,9 +92,9 @@

    Special Thanks

    Robert Sacco - Aquilifer (Eagle bearer) & Legio XXX's president

    -

    David Blain - Tribunus angusticlavius (staff officer) & subject matter expert, providing much of this site's content

    -

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

    -

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

    +

    Tom Ross - Legio XXX's patronus (patron) providing re-enactment facilities for Castra

    +

    David Blain - Tribunus angusticlavius (staff officer) & subject matter expert

    +

    Robert Norton - Armicustos (Quartermaster) who provides equipment, repairs & manuals

    diff --git a/src/app/views/about/about.component.scss b/src/app/views/about/about.component.scss index e1ecc6a..5bc52c9 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: 300px; + height: max(300px, 30vh); 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 d8b5471..d2c75e2 100644 --- a/src/app/views/events/aestiva/aestiva.component.html +++ b/src/app/views/events/aestiva/aestiva.component.html @@ -2,7 +2,13 @@
    -

    Castra Aestiva (Summer Camp)

    +
    +

    Castra Aestiva (Summer Camp)

    + + print + Print + +

    @@ -14,7 +20,7 @@

    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 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 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

    @@ -35,7 +41,7 @@
  • Roman games
  • Food & Drink
  • -

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

    +

    Participate and enjoy the camaraderie only the field of Mars can forge.

    diff --git a/src/app/views/events/aestiva/aestiva.component.scss b/src/app/views/events/aestiva/aestiva.component.scss index 519bb65..ace6e69 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: 300px; + height: max(300px, 30vh); 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 index 66abb8c..f84be5e 100644 --- a/src/app/views/events/agonium/agonium.component.html +++ b/src/app/views/events/agonium/agonium.component.html @@ -40,9 +40,9 @@
  • Fabrica (Craftsmanship)
  • Drill & Patrols
  • -
  • Campfires
  • Roman games
  • Food & Drink
  • +
  • Camping
  • 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 index 0d4849b..4e3c0ce 100644 --- a/src/app/views/events/agonium/agonium.component.scss +++ b/src/app/views/events/agonium/agonium.component.scss @@ -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; } diff --git a/src/app/views/events/hiberna/hiberna.component.html b/src/app/views/events/hiberna/hiberna.component.html index 89d3614..f14f3a2 100644 --- a/src/app/views/events/hiberna/hiberna.component.html +++ b/src/app/views/events/hiberna/hiberna.component.html @@ -2,7 +2,13 @@
    -

    Castra Hiberna (Winter Camp)

    +
    +

    Castra Hiberna (Winter Camp)

    + + print + Print + +

    @@ -15,7 +21,7 @@

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

    Activities

    @@ -32,11 +38,11 @@
  • Fabrica (Craftsmanship)
  • Drill & Patrols
  • -
  • Campfires
  • Roman games
  • Food & Drink
  • +
  • Camping
  • -

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

    +

    Participate and enjoy the camaraderie only the field of Mars can forge.

    diff --git a/src/app/views/events/hiberna/hiberna.component.scss b/src/app/views/events/hiberna/hiberna.component.scss index dba9222..9dcec41 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: 300px; + height: max(300px, 30vh); 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 c9f4c75..f262b13 100644 --- a/src/app/views/home/home.component.html +++ b/src/app/views/home/home.component.html @@ -3,21 +3,24 @@ -
    +
    Statue of Trajan
    -

    About

    -

    Legio XXX - Vlpia Victrix

    -

    (Trajan's Victorious Thirtieth Legion)

    -

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

    - 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 -

    +
    +

    About

    +

    Legio XXX - Vlpia Victrix

    +

    (Trajan's Victorious Thirtieth Legion)

    +

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

    + 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 +

    +
    + More
    Legio XXX Standard @@ -71,40 +74,55 @@
    -
    +

    Contact

    -
    -
    - - Email - - -
    -
    - - Subject - - Castra Aestiva/Hiberna - Host Legio XXX - Reenacting - Other - - -
    -
    - - Message - - -
    -
    +
    +
    - Send me a copy + + Email + +
    - + + Subject + + General Inquiry + Castra Event + + +
    +
    + + Message + + +
    +
    +
    + Send me a copy +
    +
    + +
    +
    + + +
    +
    +

    Robert Sacco

    +

    Legio XXX President

    +
    Portrays: Aquilifer Primus Marius Maximus
    + sacco.c.r@bell.net +
    +
    +

    Tom Ross

    +

    Legio XXX Patronus (Patron)

    +
    Portrays: Titus Quartinius Saturnalus
    + tomlongwoods@gmail.com
    - +
    diff --git a/src/app/views/home/home.component.ts b/src/app/views/home/home.component.ts index e2f05ea..be29c9b 100644 --- a/src/app/views/home/home.component.ts +++ b/src/app/views/home/home.component.ts @@ -7,5 +7,6 @@ import {NAVIGATION} from '../../misc/navigation'; styleUrls: ['./home.component.scss'] }) export class HomeComponent { + contact: string = ''; navigation = NAVIGATION; } diff --git a/src/app/views/members/.gitkeep b/src/app/views/members/.gitkeep deleted file mode 100644 index c348300..0000000 --- a/src/app/views/members/.gitkeep +++ /dev/null @@ -1 +0,0 @@ -Z^C5kgHKfYgy diff --git a/src/app/views/reenact/drill/drill.component.html b/src/app/views/reenact/drill/drill.component.html index 825493e..fb64666 100644 --- a/src/app/views/reenact/drill/drill.component.html +++ b/src/app/views/reenact/drill/drill.component.html @@ -1,7 +1,13 @@
    -

    Drill Commands

    +
    +

    Drill Commands

    + + print + Print + +

    @@ -32,11 +38,6 @@ Fall In Fall into position to the left of the vexillum (standard); stand at ease - - Vos Dimitto - Dismissed - Fall out of formation - Mandata captate Attention @@ -47,6 +48,11 @@ At Ease Relax with feet shoulder's width apart, equipment may rest on the ground; maintain discipline (don't move feet, face the front & remain quite) + + Vos Dimitto + Dismissed + Fall out of formation + Dressing Ranks @@ -329,7 +335,7 @@ Clamate Battle cry - + Ro..ma! Ro..ma! Ro..ma! Silentium/Tacete 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 5d37833..3a4047b 100644 --- a/src/app/views/reenact/getting-started/getting-started.component.html +++ b/src/app/views/reenact/getting-started/getting-started.component.html @@ -1,9 +1,15 @@
    -

    Getting Started

    +
    +

    Getting Started

    + + print + Print + +
    -
    +

    Sacramentum Militare (Military Sacrament)

    "Iurant autem milites omnia se strenue facturos quae praeceperit imperator, numquam deserturos militiam nec mortem recusaturos pro Romana republica!"

    "But the soldiers swear that they shall faithfully execute all that the Emperor commands, that they shall never desert the service, and that they shall not seek to avoid death for the Roman republic!"

    @@ -25,35 +31,38 @@ Historically, prospective legionaries had to be at least 17 years old, however exceptions can made for mature individuals. Members must be able to physically perform the role that they portray in a realistic manner.

    -

    Next Steps

    -
    +

    Process

    +
      -
    • Familiarize yourself with our rules
    • +
    • Familiarize yourself with our Rules & Regulations
    • Pick out a Roman name:
      • Period correct
      • Can be fictional or non-fictional
      • Avoid famous people/names
      -
    • Purchase or assemble your equipment, ordered by priority:
    • +
    • Purchase or build your equipment, ordered by priority:
      • Tunica (Tunic) - A large shirt/dress held at the waist by a cord or cloth belt
      • 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 (Javelin) - A ranged weapon
      • -
      • Lorica (Armour) - Segmata, hamata or plumata/squamta
      • -
      • Subarmalis (Padded Vest) - Additional comfort & protection
      • +
      • Cassis (Helmet) - To protect your head
      • +
      • Subarmalis (Padded Vest) - Worn under your armour for comfort and protection
      • Focale (Scarf) - Protects the neck from chaffing
      • +
      • Lorica (Armour) - Segmata, hamata or plumata/squamta
      • +
      • Gladius (Sword) - The primary weapon of the empire
      • +
      • Scutum (Shield) - A large curved shield
      • +
      • Pilum (Javelin) - A ranged throwing weapon
      -
    • Submit an application
    • +
    • Submit an application
    -
    +
    + The Roman Empire Wants You! +
    +
    The Roman Empire Wants You!
    diff --git a/src/app/views/reenact/maintinance/maintenance.component.html b/src/app/views/reenact/maintinance/maintenance.component.html new file mode 100644 index 0000000..67528ec --- /dev/null +++ b/src/app/views/reenact/maintinance/maintenance.component.html @@ -0,0 +1,241 @@ +
    +
    +
    +
    +

    Equipment Maintenance

    + + print + Print + +
    + +
    +
    +
    +

    Table of Contents

    +
      +
    • Wood
    • +
        +
      • Mineral Oil
      • +
      • Linseed Oil
      • +
      +
    • Leather
    • +
        +
      • Damp Cloth
      • +
      • Conditioner
      • +
      • Lanolin
      • +
      +
    • Rust Removal
    • +
        +
      • White Wine Vinegar
      • +
      +
    • Metal Preservation
    • +
        +
      • WD-40
      • +
      • Lanolin
      • +
      • Wax
      • +
      +
    +
    + +
    +
    +
    +

    Leather

    +

    Dust can discolour leather & it will become brittle if it dries.

    +
    +

    Damp Cloth

    +

    A moist cloth will remove dust and prevent the leather from dying out too much.

    + + + + + + + + + + + + + +
    ProsCons
    +
      +
    • Free
    • +
    +
    +
      +
    • Should be reapplied monthly
    • +
    • No additional protection
    • +
    +
    +
    +
    +

    Conditioners

    +

    A variety of leather conditioners exist to moisten and protect leather.

    + + + + + + + + + + + + + +
    ProsCons
    +
      +
    • Provides protection
    • +
    +
    +
      +
    • Not historically accurate
    • +
    +
    +
    +
    +

    Lanolin [I]

    +

    Water disolvent can be sprayed liberally on metal surfaces to remove any moister.

    + + + + + + + + + + + + + +
    ProsCons
    +
      +
    • Cheap
    • +
    • Easy
    • +
    +
    +
      +
    • Extremely short term
    • +
    • Leaves surface oily & smelly
    • +
    +
    +
    +
    +
    +

    Wood

    +

    Like leather wood can become weathered, dry & crack over time if neglected.

    +
    +

    Mineral Oil

    +

    Wipe wooden areas down with a cloth soaked in mineral oil.

    + + + + + + + + + + + + + +
    ProsCons
    +
      +
    • Conditions wood
    • +
    • Doesn't affect color
    • +
    • Brings out grain without adding color
    • +
    +
    +
      +
    • Needs to be reapplied monthly
    • +
    • Not waterproof
    • +
    • Doesn't add any protection
    • +
    +
    +
    +
    +

    Linseed Oil

    +

    Lightly apply boiled linseed oil to wooden areas with a cloth. Then leave to dry; this can take 3-7 days.

    + + + + + + + + + + + + + +
    ProsCons
    +
      +
    • Brings out color & texture
    • +
    • Penetrates deeply to protect against humidity
    • +
    • Adds a protective coating
    • +
    • Water proof
    • +
    • Reapply annually after base coat is established
    • +
    +
    +
      +
    • Takes a while to dry
    • +
    • Can stain yellow over time
    • +
    +
    +
    +
    +
    +

    Rust Removal

    +

    Rust can form incredibly quick & keeping your armour polished can be a constant battle.

    +

    A simplre remideee

    +
    +
    +

    Metal Preservation

    +
    +

    WD-40

    +

    Water disolvent can be sprayed liberally on metal surfaces to remove any moister.

    + + + + + + + + + + + + + +
    ProsCons
    +
      +
    • Cheap
    • +
    • Easy
    • +
    +
    +
      +
    • Extremely short term
    • +
    • Leaves surface oily & smelly
    • +
    +
    +
    +

    Lanolin [I]

    +

    Wax [II]

    +
    +
    + +
    +
    +
    diff --git a/src/app/views/reenact/maintinance/maintenance.component.scss b/src/app/views/reenact/maintinance/maintenance.component.scss new file mode 100644 index 0000000..4c8ab91 --- /dev/null +++ b/src/app/views/reenact/maintinance/maintenance.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/maintinance/maintenance.component.ts b/src/app/views/reenact/maintinance/maintenance.component.ts new file mode 100644 index 0000000..f43ae1e --- /dev/null +++ b/src/app/views/reenact/maintinance/maintenance.component.ts @@ -0,0 +1,8 @@ +import {Component} from '@angular/core'; + +@Component({ + selector: 'xxx-maintenance', + templateUrl: './maintenance.component.html', + styleUrls: ['./maintenance.component.scss'] +}) +export class MaintenanceComponent { } diff --git a/src/app/views/reenact/rules/rules.component.html b/src/app/views/reenact/rules/rules.component.html index cfd3ab1..6434639 100644 --- a/src/app/views/reenact/rules/rules.component.html +++ b/src/app/views/reenact/rules/rules.component.html @@ -1,14 +1,20 @@
    -

    Rules & Regulations

    +
    +

    Rules & Regulations

    + + print + Print + +

    General

    It is the responsibility of members to:

    -
      +
      1. Respect the chain of command
      2. Behave like a professional Roman soldier
      3. Follow the dress code at all times & stay in character
      4. @@ -21,7 +27,7 @@
      5. Posses the minimum amount of kit needed to participate (Let us know if you need something)
      6. Equipment is to be as period correct and functional as materials and costs permit
      7. -
      8. All kit should be inspected for cleanliness and serviceability; see our maintenance guide
      9. +
      10. All kit should be inspected for cleanliness and serviceability; see our maintenance page
      11. Absolutely no modern day paraphernalia is permitted (i.e., sunglasses, eyeglasses, wrist watches, piercings of any kind, eccentric hair colour, inappropriate visible tattoos, etc.)
      12. Some modern equipment (camping, food, etc.) is permitted after hours provided it is hidden during operational hours
      13. During public events all belongings should be secured by at least one member or an assistant
      14. @@ -32,7 +38,7 @@

        Legionaries

        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: + Check the equipment page for a full list:

        Minimum

        Around camp & public events @@ -46,16 +52,16 @@ During drill & demonstrations
        • Everything above
        • -
        • Cassis (Helmet) - To protect the noggin!
        • -
        • Subarmalis (Padded Vest) - Additional comfort & protection
        • -
        • Lorica (Armour) - Segmata, hamata or plumata/squamta
        • +
        • Cassis (Helmet) - To protect your head
        • +
        • Subarmalis (Padded Vest) - Worn under your armour for comfort and protection
        • Focale (Scarf) - Protects the neck from chaffing
        • +
        • Lorica (Armour) - Segmata, hamata or plumata/squamta
        • Gladius (Sword) - The primary weapon of the empire
        • -
        • Scutum (Shield) - A large semicircle shield
        • -
        • Pilum (Javelin) - A ranged weapon
        • +
        • Scutum (Shield) - A large curved shield
        • +
        • Pilum (Javelin) - A ranged throwing weapon

        Non-Legionaries

        -

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

        +

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

    Weapons

    @@ -65,7 +71,7 @@
  • Use the verbal warning “Clear” before drawing weapons
  • Always follow the instructions of the Range Safety Officer (RSO) when applicable
  • Weapons are not to be handled by the public, under any circumstance
  • -
  • Swords and daggers will be secured at all events with a device to ensure that they cannot be removed by unauthorized personnel
  • +
  • Swords and daggers will be secured at all events with a device (like cord) to ensure that they cannot be removed by unauthorized personnel
  • diff --git a/src/styles.scss b/src/styles.scss index 59f541e..a708208 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -48,15 +48,18 @@ body { } a, a:visited { + color: #b10000; text-decoration: none; - color: rgba(255, 255, 255, 0.6); } -a:hover, a:visited:hover { color: #b10000; } +a:hover { + color: #b10000; + text-decoration: underline; +} h3 { font: 400 18px / 30px Roboto, "Helvetica Neue", sans-serif !important; } .container { - max-width: 800px; + max-width: 1200px; margin-left: auto; margin-right: auto; } @@ -65,23 +68,23 @@ h3 { font: 400 18px / 30px Roboto, "Helvetica Neue", sans-serif !important; } background: #fff; color: #000; - a, a:visited { - text-decoration: none; - color: #b10000; - } - a:hover, a:visited:hover { color: #cc0000; } - mat-divider { border-color: rgba(0, 0, 0, 0.4); } } -.fill { - height: 0; - min-height: calc(100vh - 64px); +@media screen { + .fill { + height: 0; + min-height: calc(100vh - 64px); + } } .transparent-link { a, a:visited { color: #fff; } a:hover, a:visited:hover { color: rgba(255, 255, 255, 0.8); } } + +ol { + list-style-type: upper-roman; +}