File tree Expand file tree Collapse file tree 1 file changed +24
-0
lines changed
Expand file tree Collapse file tree 1 file changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -75,6 +75,30 @@ <h2 class="text-lg font-medium uppercase tracking-widest text-gray-700 mb-6">
7575 </ span >
7676 </ a >
7777 </ li >
78+ < li >
79+ < a href ="03_quiz-app/ "
80+ class ="flex justify-between items-center border border-gray-200 p-4
81+ hover:bg-black hover:text-white transition-colors duration-200 group ">
82+ < span class ="text-xl font-semibold group-hover:underline ">
83+ 03. Quiz Application
84+ </ span >
85+ < span class ="text-sm uppercase font-mono tracking-widest text-gray-500 group-hover:text-white transition-colors ">
86+ Flow Control & Events
87+ </ span >
88+ </ a >
89+ </ li >
90+ < li >
91+ < a href ="03_quiz-app/ "
92+ class ="flex justify-between items-center border border-gray-200 p-4
93+ hover:bg-black hover:text-white transition-colors duration-200 group ">
94+ < span class ="text-xl font-semibold group-hover:underline ">
95+ 03. Quiz Application
96+ </ span >
97+ < span class ="text-sm uppercase font-mono tracking-widest text-gray-500 group-hover:text-white transition-colors ">
98+ Flow Control & Events
99+ </ span >
100+ </ a >
101+ </ li >
78102 </ ul >
79103
80104 < footer class ="mt-20 text-center text-xs text-gray-400 ">
You can’t perform that action at this time.
0 commit comments