This commit is contained in:
ssyyhhrr
2022-06-21 16:29:49 +01:00
parent e15e578f03
commit aeff034c39
3 changed files with 263 additions and 24 deletions

View File

@@ -44,6 +44,47 @@
<div class="splitter"></div>
<p>A new <b>STEWARDLE</b> will be available each day!</p>
</div>
<div class="shareScreen">
<div class="closeShare">
<i class="fa-solid fa-xmark"></i>
</div>
<p><b>Statistics</b></p>
<p><b id="played">0</b>played</p>
<p><b id="won">0</b>won</p>
<p><b id="lost">0</b>lost</p>
<p><b id="streak">0</b>streak</p>
<p><b id="max">0</b>max streak</p>
<div class="splitter"></div>
<p><b>Debrief</b></p>
<div class="stats">
<p><b>1</b></p>
<div class="bar" id="one">0</div>
</div>
<div class="stats">
<p><b>2</b></p>
<div class="bar" id="two">0</div>
</div>
<div class="stats">
<p><b>3</b></p>
<div class="bar" id="three">0</div>
</div>
<div class="stats">
<p><b>4</b></p>
<div class="bar" id="four">0</div>
</div>
<div class="stats">
<p><b>5</b></p>
<div class="bar" id="five">0</div>
</div>
<div class="stats">
<p><b>6</b></p>
<div class="bar" id="six">0</div>
</div>
<div class="copy">
<div class="btn"><i class="fa-solid fa-copy"></i> Copy</div>
</div>
<p id="copied"></p>
</div>
<div class="backdrop"></div>
<div class="title">
<h1>Stewardle</h1>
@@ -122,8 +163,7 @@
</div>
<div class="credits">
<p style="margin-bottom: 0.25em">Inspired by <a href="https://www.nytimes.com/games/wordle/index.html" target="_blank">Wordle</a></p>
<p style="margin-top: 0px">Created by <a href="https://sy.hr/" target="_blank">syhr</a></p>
<a href="https://github.com/ssyyhhrr/stewardle" target="_blank"><i class="fa-brands fa-github"></i></a>
<p style="margin-top: 0px">Created by <a href="https://sy.hr/" target="_blank">syhr</a> <a href="https://github.com/ssyyhhrr/stewardle" target="_blank"><i class="fa-brands fa-github"></i></a></p>
</div>
</body>
<script src="./js/main.js"></script>