summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2022-02-19 14:19:40 -0500
committerrealtradam <[email protected]>2022-02-19 14:19:40 -0500
commit0cfb1d6afd84c11eac7bebb98f8a4550ab192198 (patch)
treec75c36c4b52a91cecfa63b10aff498fa44d3dfca
parent5ff43926a103b0a7a60ac64cef9a0d9d68700439 (diff)
downloadportfolio-site-0cfb1d6afd84c11eac7bebb98f8a4550ab192198.tar.gz
portfolio-site-0cfb1d6afd84c11eac7bebb98f8a4550ab192198.zip
:)
-rw-r--r--index.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/index.html b/index.html
index 1ed1446..d416a3f 100644
--- a/index.html
+++ b/index.html
@@ -5,10 +5,10 @@
<p><button @click="orcarena = !orcarena" class="text-center mt-0.5 pt-1 rounded text-thunder-thunder hover:text-white transition-colors underline">
<div v-if="!orcarena">
-Play Game(Requires Keyboard and Mouse)
+⏵Play Game(Requires Keyboard and Mouse)
</div>
<div v-if="orcarena">
-Close Game
+⏷ Close Game
</div>
</button>
<Transition name="fade">
@@ -62,10 +62,10 @@ All controls are fully explained in game.</p>
<p><button @click="steelwings = !steelwings" class="text-center mt-0.5 pt-1 rounded text-thunder-thunder hover:text-white transition-colors underline">
<div v-if="!steelwings">
-Play Game(Requires Mouse)
+⏵Play Game(Requires Mouse)
</div>
<div v-if="steelwings">
-Close Game
+⏷ Close Game
</div>
</button>
<Transition name="fade">
@@ -126,10 +126,10 @@ Close Game
<p><button @click="winterone = !winterone" class="text-center mt-0.5 pt-1 rounded text-thunder-thunder hover:text-white transition-colors underline">
<div v-if="!winterone">
-Play Game(Requires Mouse or Keyboard)
+⏵Play Game(Requires Mouse or Keyboard)
</div>
<div v-if="winterone">
-Close Game
+⏷ Close Game
</div>
</button>
<Transition name="fade">
@@ -167,10 +167,10 @@ Close Game
<p><button @click="optimal = !optimal" class="text-center mt-0.5 pt-1 rounded text-thunder-thunder hover:text-white transition-colors underline">
<div v-if="!optimal">
-Play Game(Requires Keyboard and Mouse)
+⏵Play Game(Requires Keyboard and Mouse)
</div>
<div v-if="optimal">
-Close Game
+⏷ Close Game
</div>
</button>
<Transition name="fade">