Add district-styled pages for all 3 main RMO pages

This commit is contained in:
Eli Ribble 2026-04-03 18:50:23 +00:00
parent c0e414bdc3
commit 51fe851c5a
No known key found for this signature in database
15 changed files with 1268 additions and 1089 deletions

View file

@ -1,15 +1,12 @@
<template>
<Home>
<template #header>
<section class="py-2 bg-primary text-white">
<div class="banner-container d-flex justify-content-center">
<img class="banner" src="/static/img/rmo/banner.jpg" />
</div>
</section>
<Header />
</template>
</Home>
</template>
<script setup lang="ts">
import Home from "@/rmo/content/Home.vue";
import Header from "@/rmo/components/Header.vue";
</script>