Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Update the dashboard - Pops out with "Get Started"
  • Loading branch information
ntn16104 committed Dec 6, 2020
1 parent 442e8af commit 8b6ba86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h1 class="mx-auto my-0 text-uppercase">DDD Filter</h1>
<h2 class="text-white-50 mx-auto mt-2 mb-5">Implementation of DDD Filter, allowing users to have good visualization of how the DDD Filter work in a network. </h2>
<h2 class="text-white-50 mx-auto mt-2 mb-5">DDD Filter applications in the Network
This is a simulation project, implements the applications of DDD Filter in the network. Preventing the attacker to overflow the network with many packets.</h2>
<a class="btn btn-primary js-scroll-trigger" href="#projects">Get Started</a>
<a class="btn btn-primary js-scroll-trigger" href="#projects" onclick="openNav()">Get Started</a>
</div>
</div>

Expand Down Expand Up @@ -99,7 +99,7 @@ <h2 class="text-white mb-4">DDD Filter applications in the Network</h2>
</div>

<div id="main">
<button class="openbtn" onclick="openNav()"> Dashboard</button>
<button class="openbtn" onclick="openNav()"></button>
</div>

<script>
Expand Down

0 comments on commit 8b6ba86

Please sign in to comment.