Code cleanup. Added utilities index
Utilities has been added since it is my aim to have all of the staff forms and timezones added to the site
This commit is contained in:
parent
67ffe0c200
commit
ca2f305a0a
6 changed files with 41 additions and 73 deletions
7
pages/utilities/birthdays.vue
Normal file
7
pages/utilities/birthdays.vue
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<template>
|
||||
<div class="container">
|
||||
<h1 class="title">Birthdays</h1>
|
||||
<p>Discord bots are changing. <br> This means that we can no longer provide you with the command to set your birthday. <br> Instead, this page now gives you your timezone for use with Discord bots.</p>
|
||||
<h2>Your timezone: {{ Intl.DateTimeFormat().resolvedOptions().timeZone }}</h2>
|
||||
</div>
|
||||
</template>
|
||||
9
pages/utilities/index.vue
Normal file
9
pages/utilities/index.vue
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<div class="container">
|
||||
<h1 class="title">Utilities for the Discord Server</h1>
|
||||
<LinkCard
|
||||
title="Birthdays"
|
||||
link="/utilities/birthdays"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
Loading…
Add table
Add a link
Reference in a new issue