Remove alternate versions; add Alex's email

This commit is contained in:
Austin Chen 2022-07-20 18:04:54 -07:00
parent edee910e2d
commit 260f4641dd
3 changed files with 12 additions and 10 deletions

View File

@ -57,14 +57,6 @@ function putIntoMapAndFetch(data) {
window.console.log(nameList) window.console.log(nameList)
if (whichGuesser === 'counterspell') { if (whichGuesser === 'counterspell') {
document.getElementById('guess-type').innerText = 'Counterspell Guesser' document.getElementById('guess-type').innerText = 'Counterspell Guesser'
} else if (whichGuesser === 'beast') {
document.getElementById('guess-type').innerText =
'Finding Fantastic Beasts'
} else if (whichGuesser === 'terror') {
document.getElementById('guess-type').innerText =
"I'm a Terror-able Guesser"
} else if (whichGuesser === 'wrath') {
document.getElementById('guess-type').innerText = "I'll Clean Sweep"
} else if (whichGuesser === 'burn') { } else if (whichGuesser === 'burn') {
document.getElementById('guess-type').innerText = 'Match With Hot Singles' document.getElementById('guess-type').innerText = 'Match With Hot Singles'
} }

View File

@ -548,7 +548,12 @@
href="https://idamayer.com" href="https://idamayer.com"
>Ida Mayer</a >Ida Mayer</a
> >
& Alex Lien 2022 &
<a
style="color: rgb(0, 146, 156); font-style: italic"
href="mailto:alexlien.alien@gmail.com"
>Alex Lien</a
>, 2022
</div> </div>
</body> </body>
</html> </html>

View File

@ -191,7 +191,12 @@
href="https://idamayer.com" href="https://idamayer.com"
>Ida Mayer</a >Ida Mayer</a
> >
& Alex Lien 2022 &
<a
style="color: rgb(0, 146, 156); font-style: italic"
href="mailto:alexlien.alien@gmail.com"
>Alex Lien</a
>, 2022
</div> </div>
</body> </body>
</html> </html>