Skip to content
Open
Show file tree
Hide file tree
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
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,8 @@
#scrollBtn:hover {
background-color: #000; /* Change color on hover */
transform: scale(1.2); /* Slightly enlarge */
</style>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
<link rel="stylesheet" href="styles.css" />
}
</style>
</head>

<div id="cursor"></div>
Expand All @@ -69,7 +68,7 @@
</svg>
</button>
<ul class="nav-links">
<li><a href="#home" class="active">Home</a></li>
<li><a href="index.html" class="active">Home</a></li>
<li><a href="platform.html">Platforms</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
Expand All @@ -88,7 +87,7 @@
<h1 class="hero-title">Smart DSA Hub </h1>
<p class="hero-subtitle">Your ultimate coding Notebook! Pick your favorite platform and sharpen your skills.</p>
<div class="hero-buttons">
<a href="pages/leetcode.html"><button class="platform-btn">LeetCode</button></a>
<a href="pages/Leetcode.html"><button class="platform-btn">LeetCode</button></a>
<a href="pages/hackerrank.html"><button class="platform-btn">HackerRank</button></a>
<a href="#"><button class="platform-btn">Codeforces</button></a>
<a href="pages/geeksforgeeks.html"><button class="platform-btn">GeeksforGeeks</button></a>
Expand Down Expand Up @@ -123,7 +122,7 @@ <h2>CodeChef</h2>
<div class="platform-card">
<img src="img/leetcode.png" alt="LeetCode Logo" />
<h2>LeetCode</h2>
<a href="pages/leetcode.html">Leetcode</a>
<a href="pages/leetcode1.html">Leetcode</a>
</div>

<div class="platform-card">
Expand Down
Loading