Skip to content

Commit cdb08a7

Browse files
committed
update
1 parent a18d8e9 commit cdb08a7

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

index.html

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ <h2 class="text-lg font-medium uppercase tracking-widest text-gray-700 mb-6">
2525

2626
<ul class="space-y-4">
2727
<li>
28-
<a href="01_to-do-app/"
28+
<a href="01_To-Do-Basic/"
2929
class="flex justify-between items-center border border-gray-200 p-4
3030
hover:bg-black hover:text-white transition-colors duration-200 group">
3131
<span class="text-xl font-semibold group-hover:underline">
@@ -38,7 +38,7 @@ <h2 class="text-lg font-medium uppercase tracking-widest text-gray-700 mb-6">
3838
</li>
3939

4040
<li>
41-
<a href="02_budget-tracker/"
41+
<a href="02_Budget-Tracker-App/"
4242
class="flex justify-between items-center border border-gray-200 p-4
4343
hover:bg-black hover:text-white transition-colors duration-200 group">
4444
<span class="text-xl font-semibold group-hover:underline">
@@ -51,7 +51,7 @@ <h2 class="text-lg font-medium uppercase tracking-widest text-gray-700 mb-6">
5151
</li>
5252

5353
<li>
54-
<a href="03_quiz-app/"
54+
<a href="03_Basic-Quiz-App/"
5555
class="flex justify-between items-center border border-gray-200 p-4
5656
hover:bg-black hover:text-white transition-colors duration-200 group">
5757
<span class="text-xl font-semibold group-hover:underline">
@@ -64,7 +64,7 @@ <h2 class="text-lg font-medium uppercase tracking-widest text-gray-700 mb-6">
6464
</li>
6565

6666
<li>
67-
<a href="04_calculator/"
67+
<a href="04_Calculator-App/"
6868
class="flex justify-between items-center border border-gray-200 p-4
6969
hover:bg-black hover:text-white transition-colors duration-200 group">
7070
<span class="text-xl font-semibold group-hover:underline">
@@ -76,7 +76,7 @@ <h2 class="text-lg font-medium uppercase tracking-widest text-gray-700 mb-6">
7676
</a>
7777
</li>
7878
<li>
79-
<a href="05_weather-app/"
79+
<a href="05_Basic-Weather-App/"
8080
class="flex justify-between items-center border border-gray-200 p-4
8181
hover:bg-black hover:text-white transition-colors duration-200 group">
8282
<span class="text-xl font-semibold group-hover:underline">
@@ -88,7 +88,7 @@ <h2 class="text-lg font-medium uppercase tracking-widest text-gray-700 mb-6">
8888
</a>
8989
</li>
9090
<li>
91-
<a href="06_guess-the-number/"
91+
<a href="06_Guess-Number-Game/"
9292
class="flex justify-between items-center border border-gray-200 p-4
9393
hover:bg-black hover:text-white transition-colors duration-200 group">
9494
<span class="text-xl font-semibold group-hover:underline">
@@ -100,7 +100,7 @@ <h2 class="text-lg font-medium uppercase tracking-widest text-gray-700 mb-6">
100100
</a>
101101
</li>
102102
<li>
103-
<a href="07_bmi-calculator/"
103+
<a href="07_BMI-Calculator-App/"
104104
class="flex justify-between items-center border border-gray-200 p-4
105105
hover:bg-black hover:text-white transition-colors duration-200 group">
106106
<span class="text-xl font-semibold group-hover:underline">
@@ -112,7 +112,7 @@ <h2 class="text-lg font-medium uppercase tracking-widest text-gray-700 mb-6">
112112
</a>
113113
</li>
114114
<li>
115-
<a href="08_bcg-changer/"
115+
<a href="08_Background-Changer/"
116116
class="flex justify-between items-center border border-gray-200 p-4
117117
hover:bg-black hover:text-white transition-colors duration-200 group">
118118
<span class="text-xl font-semibold group-hover:underline">
@@ -124,7 +124,7 @@ <h2 class="text-lg font-medium uppercase tracking-widest text-gray-700 mb-6">
124124
</a>
125125
</li>
126126
<li>
127-
<a href="09_quote-generator/"
127+
<a href="09_Random-Quote-Generator/"
128128
class="flex justify-between items-center border border-gray-200 p-4
129129
hover:bg-black hover:text-white transition-colors duration-200 group">
130130
<span class="text-xl font-semibold group-hover:underline">
@@ -136,7 +136,7 @@ <h2 class="text-lg font-medium uppercase tracking-widest text-gray-700 mb-6">
136136
</a>
137137
</li>
138138
<li>
139-
<a href="10_github-profile/"
139+
<a href="10_GitHub-Profile-Viewer/"
140140
class="flex justify-between items-center border border-gray-200 p-4
141141
hover:bg-black hover:text-white transition-colors duration-200 group">
142142
<span class="text-xl font-semibold group-hover:underline">
@@ -148,7 +148,7 @@ <h2 class="text-lg font-medium uppercase tracking-widest text-gray-700 mb-6">
148148
</a>
149149
</li>
150150
<li>
151-
<a href="11_music-player-clone/"
151+
<a href="11_Music-Player-Clone/"
152152
class="flex justify-between items-center border border-gray-200 p-4
153153
hover:bg-black hover:text-white transition-colors duration-200 group">
154154
<span class="text-xl font-semibold group-hover:underline">

0 commit comments

Comments
 (0)