Updated site to use momentum for contacting, registration, gallery and calendar, as well as some other updates to the site content
This commit is contained in:
@@ -8,20 +8,19 @@ import {CalendarComponent} from './views/events/calendar/calendar.component';
|
||||
import {HibernaComponent} from './views/events/hiberna/hiberna.component';
|
||||
import {GalleryComponent} from './views/gallery/gallery.component';
|
||||
import {HomeComponent} from './views/home/home.component';
|
||||
import {DiyComponent} from './views/reenact/diy/diy.component';
|
||||
import {DrillComponent} from './views/reenact/drill/drill.component';
|
||||
import {EquipmentComponent} from './views/reenact/equipment/equipment.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';
|
||||
import {BuyComponent} from './views/reenact/buy/buy.component';
|
||||
import {RegisterComponent} from './views/register/register.component';
|
||||
import {ResourcesComponent} from './views/resources/resources.component';
|
||||
|
||||
const routes: Routes = [
|
||||
{path: '', pathMatch: 'full', component: HomeComponent},
|
||||
{path: 'about', component: AboutComponent, data: {title: 'About'}},
|
||||
{path: 'buy', component: BuyComponent, data: {title: 'Buy'}},
|
||||
{path: 'drill', component: DrillComponent, data: {title: 'Drill Commands'}},
|
||||
{path: 'diy', component: DiyComponent, data: {title: 'Build Equipment'}},
|
||||
{path: 'equipment', component: EquipmentComponent, data: {title: 'Equipment'}},
|
||||
{path: 'events/agonium', component: AgoniumComponent, data: {title: 'Agonium'}},
|
||||
{path: 'events/castra-aestiva', component: AestivaComponent, data: {title: 'Castra Aestiva'}},
|
||||
{path: 'events/castra-hiberna', component: HibernaComponent, data: {title: 'Castra Hiberna'}},
|
||||
@@ -30,6 +29,7 @@ const routes: Routes = [
|
||||
{path: 'getting-started', component: GettingStartedComponent, data: {title: 'Getting Started'}},
|
||||
{path: 'info/resources', component: ResourcesComponent, data: {title: 'Resources'}},
|
||||
{path: 'maintenance', component: MaintenanceComponent, data: {title: 'Maintenance'}},
|
||||
{path: 'register', component: RegisterComponent, data: {title: 'Register'}},
|
||||
{path: 'rules', component: RulesComponent, data: {title: 'Rules & Regulations'}},
|
||||
{path: '**', component: FourOFourComponent, data: {title: '404'}}
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user