Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Remove warning and link to wiki
  • Loading branch information
s3ansh33p authored Nov 5, 2023
1 parent 6ce9826 commit 0678be6
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<li class="nav-item"><a class="nav-link text-white" onclick='nav("specs")'>Specifications</a></li>
<li class="nav-item"><a class="nav-link text-white" onclick='nav("programs")'>Programs</a></li>
<li class="nav-item"><a class="nav-link text-white"
href="javascript:alert('To be added')">Wiki</a></li>
href="https://classpaddev.github.io/wiki/" target="_blank" rel="noreferrer">Wiki</a></li>
</ul>

</div>
Expand All @@ -140,11 +140,6 @@
<div class="d-flex flex-column align-items-center text-center">
<h1 class="display-4 font-weight-normal">CLASSPAD DEV</h1>
<h3 class="lead font-weight-normal">Explore the Classpad II fx-CP400 using hollyhock-2!</h3>
<div class="alert alert-warning alert-dismissible fade show mt-3" role="alert">
<strong>Warning!</strong> Do NOT update past firmware version 2.01.7002. You will be unable to use
hollyhock-2!
<button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
</div>
<a class="btn btn-primary mt-3 btn-lg" onclick='nav("get-started")'>Get Started</a>
</div>
</header>
Expand Down

0 comments on commit 0678be6

Please sign in to comment.