Finished the remaining screens
I think it's good to ship
This commit is contained in:
parent
aaf91f33e2
commit
0b20017408
10 changed files with 146 additions and 39 deletions
|
|
@ -1,16 +1,19 @@
|
|||
<img src="{{prefix}}/public/logo.png" alt="I.S. Know logo, featuring a wireframe sphere instead of an O">
|
||||
|
||||
<div class="center-prose">
|
||||
<p>Greetings fellow web developer,</p>
|
||||
<p>I'm sure you deal with ISO and RFC standards all the time as part of your work, but how well do you
|
||||
actually know them? Take this quiz of 10 questions to test your knowledge of standards
|
||||
common to web and server development and prove to anyone who cares to listen that you too are an
|
||||
I.S. Knowlable person.</p>
|
||||
<p>Just know that this is for amusement purposes only and any knowledge you might gain is
|
||||
purely coincidental.
|
||||
</p>
|
||||
<p>Good luck,</p>
|
||||
<p>— lmika</p>
|
||||
<div class="center-align">
|
||||
<img class="logo" src="{{prefix}}/assets/logo.png" alt="I.S. Know logo, featuring a wireframe sphere instead of an O">
|
||||
</div>
|
||||
|
||||
<a data-controller="clearstate" data-action="clearstate#startGame" href="{{prefix}}/1" class="button">Begin</a>
|
||||
<div class="center-prose">
|
||||
<p>Greetings fellow developer,</p>
|
||||
<p>You deal with ISO and RFC standards all the time as part of your work, but how well do you
|
||||
know them? Take <strong>this quiz of 10 questions</strong> to test your knowledge of standards
|
||||
common to web and server development and prove to anyone who cares to listen that you too are an
|
||||
I.S. Knowlable person.</p>
|
||||
<p>This is for amusement purposes only and any knowledge you might gain is
|
||||
purely coincidental.
|
||||
</p>
|
||||
<p>Good luck.</p>
|
||||
</div>
|
||||
|
||||
<div class="center-align">
|
||||
<a data-controller="clearstate" data-action="clearstate#startGame" href="{{prefix}}/1" class="button">Begin</a>
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue