Skip to content

Commit 0f2bc2b

Browse files
committed
feat: add github repo link to header in index.html
1 parent 498d35c commit 0f2bc2b

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,12 @@
7070
<h1 class="text-4xl sm:text-5xl font-extrabold text-white tracking-tight leading-none mb-4">
7171
The Ultimate Git Resource Hub
7272
</h1>
73-
<p class="text-lg text-slate-400 leading-relaxed">
73+
<p class="text-lg text-slate-400 leading-relaxed mb-6">
7474
Welcome, First Years! Use this page during today's KUCC hands-on workshop to complete your live assignment. Bookmark it to use as a reliable reference library for your upcoming semester projects.
7575
</p>
76+
<a href="https://github.com/kuosc2005/git_and_github_workshop" target="_blank" rel="noopener noreferrer" class="inline-flex items-center gap-2 bg-devCard hover:bg-slate-800 text-white border border-devBorder px-4 py-2 rounded-lg transition text-sm font-medium shadow-md">
77+
<i class="fa-brands fa-github text-lg"></i> Repo
78+
</a>
7679
</div>
7780
</header>
7881

0 commit comments

Comments
 (0)