1616 < link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
1717 < link href ="https://fonts.googleapis.com/css2?family=ABeeZee:ital@0;1&display=swap " rel ="stylesheet ">
1818 < link rel ="stylesheet " href ="navstyle.css ">
19- < style >
20- /* Custom CSS for Accordion */
21- .accordion .card-header {
22- cursor : pointer;
23- }
24- .accordion .card-header .btn {
25- text-align : left;
26- width : 100% ;
27- }
28- .accordion .card-header i {
29- transition : transform 0.2s ;
30- }
31- .accordion .card-header i .collapsed {
32- transform : rotate (0deg );
33- }
34- .accordion .collapse {
35- height : auto;
36- overflow : hidden;
37- transition : height 0.3s ease-in-out;
38- }
39-
40- .accordion .collapse .show {
41- height : auto;
42- }
43- .accordion .card-body {
44- height : auto;
45- animation : fadeIn 0.3s ease-in-out;
46- }
47- @keyframes fadeIn {
48- from { opacity : 0 ; }
49- to { opacity : 1 ; }
50- }
51- body {
52- overflow-y : scroll;
53- }
54- .about-button1 {
55- display : flex;
56- align-items : center;
57- color : black;
58- position : fixed;
59- bottom : 50px ;
60- right : 50px ;
61- color : # 00ccff ;
62- background-color : # 00ccff ;
63- box-shadow : 5px 5px 20px # 00ccff ;
64- border : none;
65- padding : 5px 5px ;
66- border-radius : 8px ; /* Rounded corners */
67- font-size : 16px ; /* Text size */
68- cursor : pointer;
69- text-decoration : none;
70- transition : 0.5s ;
71- }
72- .about-button1 : hover {
73- transform : scale (1.2 );
74- }
75- .about-button1 a {
76- text-decoration : none;
77- }
78- .nav_item {
79- text-decoration : none;
80- }
81- </ style >
19+ < script src ="darkmode.js "> </ script >
20+
8221</ head >
8322< body >
8423 < header class ="header ">
@@ -135,10 +74,9 @@ <h1>FAQ's</h1>
13574< div class ="container mt-5 ">
13675
13776 < div class ="accordion " id ="accordionExample ">
138-
13977 < div class ="card ">
14078 < div class ="card-header " id ="headingOne ">
141- < h5 class ="mb-0 ">
79+ < h5 class ="mb-0 collapse-heading ">
14280 < button class ="btn abeezee-regular " type ="button " data-toggle ="collapse " data-target ="#collapseOne " aria-expanded ="true " aria-controls ="collapseOne ">
14381 1. What is HelpOps-Hub? < i class ="fas fa-chevron-down float-right "> </ i >
14482 </ button >
@@ -153,7 +91,7 @@ <h5 class="mb-0">
15391 </ div >
15492 < div class ="card ">
15593 < div class ="card-header " id ="headingTwo ">
156- < h5 class ="mb-0 ">
94+ < h5 class ="mb-0 collapse-heading ">
15795 < button class ="btn abeezee-regular " type ="button " data-toggle ="collapse " data-target ="#collapseTwo " aria-expanded ="false " aria-controls ="collapseTwo ">
15896 2. How can I use HelpOps-Hub? < i class ="fas fa-chevron-down float-right "> </ i >
15997 </ button >
@@ -168,7 +106,7 @@ <h5 class="mb-0">
168106 </ div >
169107 < div class ="card ">
170108 < div class ="card-header " id ="headingThree ">
171- < h5 class ="mb-0 ">
109+ < h5 class ="mb-0 collapse-heading ">
172110 < button class ="btn abeezee-regular " type ="button " data-toggle ="collapse " data-target ="#collapseThree " aria-expanded ="false " aria-controls ="collapseThree ">
173111 3. Is there a cost associated with using HelpOps-Hub?
174112 < i class ="fas fa-chevron-down float-right "> </ i >
@@ -183,7 +121,7 @@ <h5 class="mb-0">
183121 </ div >
184122 < div class ="card ">
185123 < div class ="card-header " id ="headingFour ">
186- < h5 class ="mb-0 ">
124+ < h5 class ="mb-0 collapse-heading ">
187125 < button class ="btn abeezee-regular " type ="button " data-toggle ="collapse " data-target ="#collapseFour " aria-expanded ="false " aria-controls ="collapseFour ">
188126 4. How can I contribute to HelpOps-Hub?
189127 < i class ="fas fa-chevron-down float-right "> </ i >
@@ -197,7 +135,7 @@ <h5 class="mb-0">
197135 </ div >
198136 < div class ="card ">
199137 < div class ="card-header " id ="headingFive ">
200- < h5 class ="mb-0 ">
138+ < h5 class ="mb-0 collapse-heading ">
201139 < button class ="btn abeezee-regular " type ="button " data-toggle ="collapse " data-target ="#collapseFive " aria-expanded ="false " aria-controls ="collapseFive ">
202140 5. Who can benefit from HelpOps-Hub?
203141 < i class ="fas fa-chevron-down float-right "> </ i >
@@ -216,17 +154,15 @@ <h5 class="mb-0">
216154 </ div >
217155 </ div >
218156</ div >
219-
220-
221157 < button class ="about-button1 ">
222158 < a href ="./about.html "> About Us </ a >
223159 </ button >
224160 < div id ="scrollToTopBtn " class ="scrollToTopBtn_FAQ " onclick ="scrollToTop() "> < img src ="scrollToTop.png "> </ div >
161+ < script src ="app.js "> </ script >
225162<!-- jQuery and Bootstrap Bundle (includes Popper) -->
226- < script src ="app.js "> </ script >
227163< script src ="https://code.jquery.com/jquery-3.5.1.slim.min.js "> </ script >
228164< script src ="https://cdn.jsdelivr.net/npm/@popperjs/core@2.5.4/dist/umd/popper.min.js "> </ script >
229- <!-- < script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"></script> -- >
165+ < script src ="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js "> </ script >
230166
231167</ body >
232- </ html >
168+ </ html >
0 commit comments