Skip to content

Commit 6145aca

Browse files
Merge pull request #5 from ravixalgorithm/main
added github to main page
2 parents 4aafb86 + c7d702b commit 6145aca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,12 @@
153153

154154

155155
<!-- Navbar -->
156-
<nav class="navbar w-full sticky top-0 z-50 flex items-center justify-between py-4 px-6 md:px-12 rounded-b-3xl">
156+
<nav class="navbar w-full sticky top-0 z-50 flex justify-between items-center py-4 px-6 md:px-12 rounded-b-3xl">
157157
<div class="flex items-center">
158158
<span class="text-2xl md:text-3xl font-bold tracking-tight text-[var(--color-primary)] font-space-grotesk">Codextream Community</span>
159159
</div>
160+
<a href="https://github.com/CodeXtream-Community-cc/frontend-challenges-submission" target="_blank"><i class="fab fa-github text-3xl text-[var(--color-primary)] animate-pulse"></i></a>
161+
160162
</nav>
161163

162164
<div class="container mx-auto px-4 py-8 md:py-12 max-w-7xl">
@@ -169,7 +171,7 @@ <h1 class="text-4xl md:text-5xl font-extrabold mb-2 text-[var(--color-primary)]
169171
<b>by Codextream Community</b>
170172
</p>
171173
<ul class="text-left max-w-xl mx-auto list-disc pl-5 text-[var(--color-text-muted)] leading-relaxed font-space-grotesk">
172-
<li class="mb-2"><b>Fork</b> this repository</li>
174+
<li class="mb-2"><b>Fork</b> this repository & <i class="fa fa-star text-lg text-[var(--color-primary)] animate-pulse" aria-hidden="true"></i> the repository</li>
173175
<li class="mb-2"><b>Add</b> your project in the correct <code class="bg-[var(--color-card-bg)] text-[var(--color-primary)] px-2 py-1 rounded">YYYY-MM-DD.json</code></li>
174176
<li class="mb-2">Include: Project Name, Your Name, Roll No., Branch, College, Live Link, and socials (optionals)</li>
175177
<li class="mb-2"><b>Open a Pull Request</b>—your project will appear below after merge!</li>

0 commit comments

Comments
 (0)