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
2 changes: 1 addition & 1 deletion Signup2.html
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ <h2 class="auth-title">Welcome Back</h2>
</div>

<div class="social-signin">
<button type="button" class="social-btn">
<button type="button" class="social-btn" id="googleSignInBtn">
<i class="fa-brands fa-google"></i> Google
</button>
<button type="button" class="social-btn">
Expand Down
12 changes: 12 additions & 0 deletions platform.html
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,18 @@ <h2>Codeforces</h2>
<h2>GeeksforGeeks</h2>
<a href="https://geeksforgeeks.org" target="_blank">Explore Now</a>
</div>

<div class="platform-card">
<img src="img/codechef.png" alt="codechef Logo">
<h2>CodeChef</h2>
<a href="https://www.codechef.com/" target="_blank">Explore Now</a>
</div>

<div class="platform-card">
<img style="padding-top: 50px;padding-bottom: 50px;" src="img/new-cn-logo.png" alt="code360 Logo">
<h2>Code 360 by Coding Ninjas</h2>
<a href="https://www.codingninjas.com" target="_blank">Explore Now</a>
</div>
</div>
</section>
</main>
Expand Down