|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | + <head> |
| 4 | + <title>The ScratchTools Awards - ScratchTools</title> |
| 5 | + <link rel="icon" href="/extras/icons/icon128.png" /> |
| 6 | + <link rel="stylesheet" href="/extras/awards/style.css" /> |
| 7 | + <link rel="stylesheet" href="/extras/modals.css" /> |
| 8 | + <!-- <link rel="stylesheet" href="/extras/styles/light.css" /> --> |
| 9 | + <script src="/extras/awards/script.js" defer></script> |
| 10 | + <script src="/extras/styles/theme.js" defer></script> |
| 11 | + </head> |
| 12 | + <body> |
| 13 | + <div class="main-page"></div> |
| 14 | + <div class="navbar"> |
| 15 | + <div class="sticon"></div> |
| 16 | + </div> |
| 17 | + <h1 class="big">The ScratchTools Awards</h1> |
| 18 | + <p> |
| 19 | + Starting in January 2024, ScratchTools is hosting an annual awards show, |
| 20 | + and anyone is welcome to submit a project of their's. |
| 21 | + </p> |
| 22 | + <b>You may submit any project that you have created already, you do not need to make one specifically for this.</b> |
| 23 | + <div class="sides"> |
| 24 | + <div style="text-align: left;"><h2 style="margin-left: 1em;">Rules</h2> |
| 25 | + <ul> |
| 26 | + <li>The project must have been shared after February 22nd, 2023</li> |
| 27 | + <li>You may only submit one project</li> |
| 28 | + <li>The project must be your own</li> |
| 29 | + <li>There is only one winner, but you may split the prize with whoever you want</li> |
| 30 | + <li>Must submit by January 28th at 5 PM PST</li> |
| 31 | + </ul></div> |
| 32 | + <div style="text-align: left;"><h2 style="margin-left: 1em;">Prizes</h2> |
| 33 | + <ul> |
| 34 | + <li>A special badge on your profile viewable with the emoji status feature</li> |
| 35 | + <li>ScratchTools settings page theme named after you that you get to customize</li> |
| 36 | + <li>Gift card to a store of your choice</li> |
| 37 | + <li>Recognition on the awards livestream on February 22nd, 2024</li> |
| 38 | + <li>Bragging rights, of course</li> |
| 39 | + </ul></div> |
| 40 | + </div> |
| 41 | + <h2>Ready to submit? It's easy!</h2> |
| 42 | + <a href="https://data.scratchtools.app/submission/"> |
| 43 | + <button>Create/Update Submission</button> |
| 44 | + </a> |
| 45 | + </body> |
| 46 | +</html> |
0 commit comments