This repository has been archived on 2024-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
2021-07-24 05:55:24 -07:00
|
|
|
<template>
|
|
|
|
<section>
|
|
|
|
<h3>
|
|
|
|
<Icon v="fist-raised"/>
|
2021-08-30 03:01:21 -07:00
|
|
|
<T>home.mission.header</T>
|
2021-07-24 05:55:24 -07:00
|
|
|
</h3>
|
|
|
|
|
|
|
|
<p class="h5">
|
|
|
|
<T>home.mission.summary</T>
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<ul>
|
|
|
|
<li><T>home.mission.freedom</T></li>
|
|
|
|
<li><T>home.mission.respect</T></li>
|
|
|
|
<li><T>home.mission.inclusiveness</T></li>
|
|
|
|
</ul>
|
|
|
|
</section>
|
|
|
|
</template>
|