Skip to content

Commit

Permalink
2023 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
pandavenger committed Oct 9, 2023
1 parent 9183531 commit c98c8c4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion frontend/jurorApps/pages/AppEnd.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
<div class="message-body">
<div class="pl-5 pr-5">
Thank you for applying for the r/anime awards! You may review and change your application any time until the <b>24th of October</b> by navigating back to the application page. You will be contacted on Reddit the <b>4th of November</b> about the outcome.
Thank you for applying for the r/anime awards! You may review and change your application any time until the <b>23th of October</b> by navigating back to the application page. You will be contacted on Reddit the <b>3th of November</b> about the outcome.
<br><br>
Once again, thank you for applying and we hope to see you soon!
</div>
Expand Down
4 changes: 2 additions & 2 deletions frontend/jurorApps/pages/AppPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@
<div v-else-if="q.type == 'choice'">
<h3 class="question-header">{{multipleChoiceQuestion(q.question)}}</h3>
<p v-if="multipleChoiceQuestion(q.question).startsWith('How many categories')" >
Note: The 4th and 5th category spots are reserved for categories with a low amount of interest. If you are assigned one, expect them to be categories that are lower on your preference list.
<!--Note: The 4th and 5th category spots are reserved for categories with a low amount of interest. If you are assigned one, expect them to be categories that are lower on your preference list.-->
<br/>
<br/>
</p>
<p v-if="multipleChoiceQuestion(q.question).includes('Open Juror')" >
Open jurors are a new category of juror who are chosen to participate in a more casual and laid back awards experience. While not being invited to a normal category, open jurors will be able to participate in all of the juror-wide activities such as our special categories, influencing channels, and replacing jurors in regular categories if any spaces become available.
Open jurors are a category of juror who are chosen to participate in a more casual and laid back awards experience. While not being invited to a normal category, open jurors will be able to participate in all of the juror-wide activities such as our special categories, influencing channels, and replacing jurors in regular categories if any spaces become available.
<br/>
<br/>
</p>
Expand Down
2 changes: 1 addition & 1 deletion frontend/results/pages/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<div class="has-text-centered">
<a v-if="voting" href="/vote/" class="button is-primary is-large is-centered">Vote Now</a>
<a v-else-if="fvoting" href="/final-vote/" class="button is-primary is-large is-centered">Vote Now</a>
<a v-else-if="ongoing" href="https://www.twitch.tv/animeawards" class="button is-primary is-large is-centered">Watch</a>
<a v-else-if="ongoing" href="/apps/" class="button is-primary is-large is-centered">Apply</a>
<a v-else href="/results/" class="button is-primary is-large is-centered">View Results</a>
</div>
</div>
Expand Down
10 changes: 5 additions & 5 deletions public/template.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="og:title" content="/r/anime Awards 2022" />
<meta name="description" content="Welcome to the 2022 r/Anime Awards! This site contains all of the info about the winners and rankings for the award categories featured this year."/>
<meta name="og:title" content="/r/anime Awards 2023" />
<meta name="description" content="Welcome to the 2023 r/Anime Awards! This site contains all of the info about the winners and rankings for the award categories featured this year."/>
<meta name="og:type" content="website"/>
<meta name="og:image" content="https://animeawards.moe/img/snoo_hyeinlee.png"/>
<meta name="twitter:card" content="summary_large_image"/>
<meta name="twitter:description" content="Reddit Anime's 2022 Awards!"/>
<meta name="twitter:description" content="Reddit Anime's 2023 Awards!"/>
<meta name="twitter:image" content="https://animeawards.moe/img/snoo_hyeinlee.png"/>
<meta name="og:description" content="Welcome to the 2022 r/Anime Awards! This site contains all of the info about the winners and rankings for the award categories featured this year."/>
<meta name="og:description" content="Welcome to the 2023 r/Anime Awards! This site contains all of the info about the winners and rankings for the award categories featured this year."/>
<meta name="og:url" content="https://animeawards.moe"/>

<title>/r/anime Awards 2022</title>
<title>/r/anime Awards 2023</title>

<link rel="icon" href="https://i.imgur.com/OnAI4P6.png">
<link rel="stylesheet" type="text/css" href="https://use.fontawesome.com/releases/v5.0.7/css/all.css">
Expand Down

0 comments on commit c98c8c4

Please sign in to comment.