generated from nhcarrigan/template
### 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 - [x] 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. - [x] All new and existing tests pass locally with my changes. - [x] Code coverage remains at or above the configured threshold. ### Documentation _No response_ ### Versioning Major - My pull request introduces a breaking change. Reviewed-on: nhcarrigan/forms#2 Co-authored-by: Naomi Carrigan <commits@nhcarrigan.com> Co-committed-by: Naomi Carrigan <commits@nhcarrigan.com>
This commit was merged in pull request #2.
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user