Skip to content

Commit 5f2a0eb

Browse files
committed
add: 10_github-profile
1 parent 516544f commit 5f2a0eb

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

index.html

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,19 @@ <h2 class="text-lg font-medium uppercase tracking-widest text-gray-700 mb-6">
134134
API Integration | Data Handling
135135
</span>
136136
</a>
137-
</li>
137+
</li>
138+
<li>
139+
<a href="10_github-profile/"
140+
class="flex justify-between items-center border border-gray-200 p-4
141+
hover:bg-black hover:text-white transition-colors duration-200 group">
142+
<span class="text-xl font-semibold group-hover:underline">
143+
10. GitHub Profile Viewer
144+
</span>
145+
<span class="text-sm uppercase font-mono tracking-widest text-gray-500 group-hover:text-white transition-colors">
146+
API Handling
147+
</span>
148+
</a>
149+
</li>
138150
</ul>
139151

140152
<footer class="mt-20 text-center text-xs text-gray-400">

0 commit comments

Comments
 (0)