mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2025-05-23 23:24:14 -04:00
Page indicator, second page done!
This commit is contained in:
parent
482dca557c
commit
999e44f1da
3 changed files with 181 additions and 45 deletions
25
index.html
25
index.html
|
@ -22,6 +22,11 @@
|
|||
<div class="next" id="next" onclick="next()">
|
||||
<span class="arrow">⟶</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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue