Skip to content

Favicon added with Visual Cues #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
crossorigin="anonymous"
/>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script src="https://kit.fontawesome.com/01fdb7c99c.js" crossorigin="anonymous"></script>
</head>

<!--modal section-->
Expand All @@ -36,7 +38,7 @@ <h5 class="modal-title" id="staticBackdropLabel">Performace of Your Sort</h5>

<nav class="navbar bg-dark fixed-top">
<div class="container-fluid">
<a class="navbar-brand text-light" href="#">Sorting Visualizer</a>
<a class="navbar-brand text-light header-font" href="#">Sorting Visualizer </a>
<button class="navbar-toggler bg-light" type="button" data-bs-toggle="offcanvas" data-bs-target="#offcanvasNavbar" aria-controls="offcanvasNavbar">
<span class="navbar-toggler-icon"></span>
</button>
Expand All @@ -48,7 +50,7 @@ <h5 class="offcanvas-title" id="offcanvasNavbarLabel">Sorting Options</h5>
<div class="offcanvas-body">
<ul class="navbar-nav justify-content-end flex-grow-1 pe-3">
<li class="nav-item">
<button type="button" id="newArray" class="mg-lg-3 btn btn-outline-success btn-dark newArray">Array Generator</button>
<button type="button" id="newArray" class="mg-lg-3 btn btn-outline-success btn-dark newArray">Randomise Array <i class="fa-solid fa-dice"></i> </button>
</li>
<div class="p-lg-3 input">
<span id="size" class="m-lg-2" ><span class="p-lg-2">Size</span><input id="arr_sz" type="range" min="5" max="100" step=1 value=60></span>
Expand Down