mirror of
https://github.com/hnasheralneam/hnasheralneam.github.io.git
synced 2025-05-23 23:24:14 -04:00
Indicator hover and click to page!
This commit is contained in:
parent
999e44f1da
commit
b75982f531
3 changed files with 20 additions and 4 deletions
|
@ -23,9 +23,9 @@
|
|||
<span class="arrow">⟶</span>
|
||||
</div>
|
||||
<ul class="progress">
|
||||
<li id="meetIndicator"></li>
|
||||
<li id="vegetable-dashIndicator"></li>
|
||||
<li id="coming-soonIndicator"></li>
|
||||
<li id="meetIndicator" onclick="ind('meet')"></li>
|
||||
<li id="vegetable-dashIndicator" onclick="ind('vegetable-dash')"></li>
|
||||
<li id="coming-soonIndicator" onclick="ind('coming-soon')"></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Vegetable Dash -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue