generated from nhcarrigan/template
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m48s
### Explanation _No response_ ### Issue _No response_ ### Attestations - [x] I have read and agree to the [Code of Conduct](https://docs.nhcarrigan.com/community/coc/) - [x] I have read and agree to the [Community Guidelines](https://docs.nhcarrigan.com/community/guide/). - [x] My contribution complies with the [Contributor Covenant](https://docs.nhcarrigan.com/dev/covenant/). ### Dependencies - [ ] I have pinned the dependencies to a specific patch version. ### Style - [x] I have run the linter and resolved any errors. - [x] My pull request uses an appropriate title, matching the conventional commit standards. - [x] My scope of feat/fix/chore/etc. correctly matches the nature of changes in my pull request. ### Tests - [ ] My contribution adds new code, and I have added tests to cover it. - [ ] My contribution modifies existing code, and I have updated the tests to reflect these changes. - [ ] All new and existing tests pass locally with my changes. - [ ] Code coverage remains at or above the configured threshold. ### Documentation _No response_ ### Versioning Minor - My pull request introduces a new non-breaking feature. Reviewed-on: nhcarrigan/forms#3 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
35 lines
1.2 KiB
HTML
35 lines
1.2 KiB
HTML
<h1>Forms</h1>
|
|
<p>This is just a landing page for our various forms.</p>
|
|
<p>
|
|
If you aren't sure what to do here, you probably don't need to be here at all.
|
|
</p>
|
|
<p>
|
|
Or if you ARE supposed to be here, but need a refresher, check our
|
|
<a href="https://docs.nhcarrigan.com" target="_blank" rel="noreferrer"
|
|
>documentation</a
|
|
>.
|
|
</p>
|
|
<a routerLink="/appeal"><i class="fa-solid fa-gavel"></i> Appeal a Sanction</a>
|
|
<a routerLink="/contact">
|
|
<i class="fa-solid fa-address-card" aria-hidden="true"></i> Contact us!
|
|
</a>
|
|
<a routerLink="/commission">
|
|
<i class="fa-solid fa-money-check-dollar" aria-hidden="true"></i> Commission
|
|
Us
|
|
</a>
|
|
<a routerLink="/staff">
|
|
<i class="fa-solid fa-user-shield" aria-hidden="true"></i> Join Our Team
|
|
</a>
|
|
<a routerLink="/event">
|
|
<i class="fa-solid fa-calendar-days" aria-hidden="true"></i> Event Requests
|
|
</a>
|
|
<a routerLink="/meeting">
|
|
<i class="fa-solid fa-handshake" aria-hidden="true"></i> Book a 1:1
|
|
</a>
|
|
<a routerLink="/mentorship">
|
|
<i class="fa-solid fa-brain" aria-hidden="true"></i> Mentorship Programme
|
|
</a>
|
|
<a routerLink="/testimonial">
|
|
<i class="fa-solid fa-star-half-stroke" aria-hidden="true"></i> Testimonials
|
|
</a>
|