Add district-styled pages for all 3 main RMO pages
This commit is contained in:
parent
c0e414bdc3
commit
51fe851c5a
15 changed files with 1268 additions and 1089 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue