Skip to content

Commit

Permalink
Add Dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
rben-dev committed May 27, 2024
1 parent ba9d0f0 commit 4549dd6
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions contests/2024/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,10 @@
<a class="nav-link" href="#community">Community</a>
</li>
<li class="nav-item">
<a class="nav-link" href="rules">Rules</a>
<a class="nav-link" href="https://whibox-contest-2024.cryptoexperts.net/rules">Rules</a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://whibox-contest-2024.cryptoexperts.net/">Dashboard</a>
</li>
</ul>
<ul class="navbar-nav d-flex justify-content-end">
Expand Down Expand Up @@ -87,7 +90,7 @@
<h1>CHES 2024 Challenge - WhibOx contest</h1>
<!-- <p class="text-info" id="subtitle"> The WhibOx contest is back for a 4th edition, this time focusing on public-key white-box cryptography.</p> -->
<p>
<!-- <a class="btn btn-danger nounderline" href="https://contest2024.whibox.io/">Dashboard</a> -->
<a class="btn btn-danger nounderline" href="https://whibox-contest-2024.cryptoexperts.net/">Dashboard</a>
<!-- </div> -->
</p>
</div>
Expand Down Expand Up @@ -200,12 +203,12 @@ <h2 class="featurette-heading"><span class="text-muted">Challenge</span> schedul
<!-- RULES -->
<hr class="featurette-divider">

<div class="row featurette" id="dates">
<div class="row featurette" id="rules">
<div class="col-12">
<h2 class="featurette-heading"><span class="text-muted">Challenge</span> rules</h2>

<p class="lead">
The detailed rules of the challenge can be found on <a href="rules">this page</a>.
The detailed rules of the challenge can be found on <a href="https://whibox-contest-2024.cryptoexperts.net/rules">this page</a>.
</p>
</div>

Expand Down

0 comments on commit 4549dd6

Please sign in to comment.