File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change @@ -206,7 +206,46 @@ const FooterLinksTopCatto = () => {
206206 </Accordion> */ }
207207 </ li >
208208 </ ul >
209+
210+ < h2 className = "mb-6 text-sm font-semibold uppercase text-gray-900 dark:text-white" >
211+ Architecture
212+ </ h2 >
213+ < ul className = "font-medium text-gray-500 dark:text-gray-400" >
214+ < li className = "mb-4" >
215+ < Accordion type = "single" collapsible defaultValue = "item-1" >
216+ < AccordionItem value = "item-1" >
217+ < AccordionTrigger >
218+ < span className = "ms-3" > Software Patterns</ span >
219+ </ AccordionTrigger >
220+ < AccordionContent >
221+ < ul
222+ id = "dropdown-example"
223+ className = "space-y-2 py-2 indent-4"
224+ >
225+ < li >
226+ < a
227+ href = "/code/software-architecture-design-patterns"
228+ className = "group flex w-full items-center rounded-lg p-2 pl-11 text-gray-900 transition duration-75 hover:bg-gray-100 dark:text-white dark:hover:bg-gray-700"
229+ >
230+ Design Patterns
231+ </ a >
232+ </ li >
233+ < li >
234+ < a
235+ href = "/code/software-architecture-design-patterns/factory-pattern"
236+ className = "group flex w-full items-center rounded-lg p-2 pl-11 text-gray-900 transition duration-75 hover:bg-gray-100 dark:text-white dark:hover:bg-gray-700"
237+ >
238+ Factory Pattern
239+ </ a >
240+ </ li >
241+ </ ul >
242+ </ AccordionContent >
243+ </ AccordionItem >
244+ </ Accordion >
245+ </ li >
246+ </ ul >
209247 </ div >
248+
210249 < div >
211250 < h2 className = "mb-6 text-sm font-semibold uppercase text-gray-900 dark:text-white" >
212251 Next.JS
You can’t perform that action at this time.
0 commit comments