Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajitkhanta48 authored May 7, 2024
1 parent 8f61d2e commit af45a90
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous" />
<!-- CSS only -->
<link rel="stylesheet" href="css/style.css">
<!-- <link rel="stylesheet" href="css/footr.css"> -->
<link rel="stylesheet" href="css/styles.css">
<style>
section {
Expand Down Expand Up @@ -49,7 +48,7 @@
</ul>
</nav>
<div id="social">
<a id="gh" href=""><img src="image/icons8-github.svg" alt="Github" /></a>
<a id="gh" href="https://github.com/Ajitkhanta48"><img src="image/icons8-github.svg" alt="Github" /></a>
<a href=""><img src="image/icons8-telegram-app-32.svg" alt="Telegram" /></a>
</div>
<button id="btn">
Expand Down Expand Up @@ -138,8 +137,8 @@ <h3>Get in Touch:</h3>
<!-- **************** MAIN CONTENT END **************** -->
<!-- ======================= Footer START -->
<footer>
<p style="text-align: center;">Copyright &copy; <span id="currentYear"></span><a href="#home">
www.SmartStudyWithAK.com
<p style="text-align: center;">Copyright &copy; <span id="currentYear"></span><a href="https://ajitkhanta48.github.io/Sorting_Visualizer-/">
Sorting_Visualizer
</a>. All rights
reserved.
</p>
Expand All @@ -160,4 +159,4 @@ <h3>Get in Touch:</h3>
<script src="js/section.js"></script>
</body>

</html>
</html>

0 comments on commit af45a90

Please sign in to comment.