Page indicator, second page done!

This commit is contained in:
Squirrel-314 2021-01-15 14:09:56 -05:00
parent 482dca557c
commit 999e44f1da
3 changed files with 181 additions and 45 deletions

View file

@ -22,6 +22,11 @@
<div class="next" id="next" onclick="next()">
<span class="arrow">&#10230;</span>
</div>
<ul class="progress">
<li id="meetIndicator"></li>
<li id="vegetable-dashIndicator"></li>
<li id="coming-soonIndicator"></li>
</ul>
</div>
<!-- Vegetable Dash -->
<div class="block" id="vegetable-dash">
@ -31,7 +36,25 @@
<div class="text">
<br>
<!-- Use diffrent animation for head -->
<h1 class="meet-vegetable">Vegetable Dash!</h1>
<h1 class="meet-vegetable">
<ul class="smokey">
<li>V</li>
<li>e</li>
<li>g</li>
<li>e</li>
<li>t</li>
<li>a</li>
<li>b</li>
<li>l</li>
<li>e</li>
<li class="space"></li>
<li>D</li>
<li>a</li>
<li>s</li>
<li>h</li>
<li>!</li>
</ul>
</h1>
<p class="about-vegetable">My newest and greatest JavaScript browser game! With all the high quality MS Paint images you could ever wish for, this game is simply fabulous! You can play the game <a href="https://squirrel-314.github.io/vegetable-dash">here</a>, or visit the GitHub repository <a href="https://github.com/squirrel-314/vegetable-dash">here</a>!</p>
</div>
</div>