File tree Expand file tree Collapse file tree 1 file changed +37
-1
lines changed
Expand file tree Collapse file tree 1 file changed +37
-1
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,43 @@ <h2>Weather App</h2>
5555 </ section >
5656 </ main >
5757 < footer >
58- < p > © 2024 ScritLab | All Rights Reserved</ p >
58+ <!--Quick Links Accordion Container-->
59+ < div class ="accordion accordion-flush " id ="accordionFlushExample ">
60+ < div class ="accordion-item ">
61+ < h2 class ="accordion-header ">
62+ < button class ="accordion-button collapsed " type ="button " data-bs-toggle ="collapse " data-bs-target ="#flush-collapseOne " aria-expanded ="false " aria-controls ="flush-collapseOne ">
63+ Quick Links
64+ </ button >
65+ </ h2 >
66+ < div id ="flush-collapseOne " class ="accordion-collapse collapse " data-bs-parent ="#accordionFlushExample ">
67+ < div class ="accordion-body ">
68+ < ul >
69+ < li > < a href ="index.html#weather "> Weather</ a > </ li >
70+ < li > < a href ="index.html#about "> About</ a > </ li >
71+ < li > < a href ="../index.html#projects "> Projects</ a > </ li >
72+ </ ul >
73+ </ div >
74+ </ div >
75+ </ div >
76+ < div class ="accordion-item ">
77+ < h2 class ="accordion-header ">
78+ < button class ="accordion-button collapsed " type ="button " data-bs-toggle ="collapse " data-bs-target ="#flush-collapseTwo " aria-expanded ="false " aria-controls ="flush-collapseTwo ">
79+ Social Media
80+ </ button >
81+ </ h2 >
82+ < div id ="flush-collapseTwo " class ="accordion-collapse collapse " data-bs-parent ="#accordionFlushExample ">
83+ < div class ="accordion-body ">
84+ < ul >
85+ < li > < a href ="mailto:velezdaniel6162@gmail "> Gmail < i class ='bx bxl-gmail ' > </ i > </ a > </ li >
86+ < li > < a href ="https://github.com/Daniel1000c " target ="_blank "> Github < i class ='bx bxl-github ' > </ i > </ a > </ li >
87+ < li > < a href ="https://www.linkedin.com/in/daniel-velez-b17748286/ " target ="_blank "> LinkedIn < i class ='bx bxl-linkedin-square ' > </ i > </ a > </ li >
88+ </ ul >
89+ </ div >
90+ </ div >
91+ </ div >
92+ </ div >
93+
94+ < p > © 2024 ScritLab | All Rights Reserved</ p >
5995 </ footer >
6096 </ body >
6197</ html >
You can’t perform that action at this time.
0 commit comments