File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -124,7 +124,8 @@ <h2>Feedback</h2>
124124 </ div >
125125 < footer >
126126 < div class ="footer ">
127- < p > © 2024 | Unleashing the Power of DevOps by < span id ="heart "> ♥</ span > </ p >
127+ < p class ="font h "> © HelpOps-Hub | MIT License</ p >
128+ < p class ="font h " > Developed by < a href ="https://github.com/mdazfar2 " target ="_blank " class ="font "> Azfar Alam</ a > & < a class ="font " target ="_blank " href ="https://helpops-hub.vercel.app/contributor-index.html "> Open Source Community</ a > </ p >
128129 </ div >
129130 </ footer >
130131
@@ -133,7 +134,7 @@ <h2>Feedback</h2>
133134 < script type ="text/javascript ">
134135 ( function ( ) {
135136 emailjs . init ( {
136- publicKey : "rId2aw03Pj2ZNq2U5 " ,
137+ publicKey : "Q-bwaE4CPQZ-cMlKt " ,
137138 } ) ;
138139 } ) ( ) ;
139140 </ script >
@@ -158,7 +159,7 @@ <h2>Feedback</h2>
158159 let temp = document . getElementById ( 'comments' ) . value
159160 document . getElementById ( 'comments' ) . value = `Comments : ${ document . getElementById ( "comments" ) . value } Rating : ${ document . querySelector ( 'input[name="rating"]:checked' ) . value } ` ;
160161
161- emailjs . sendForm ( 'service_hrz8hfg ' , 'template_na7xjc4 ' , "#feedback-form" ) . then (
162+ emailjs . sendForm ( 'service_y9hxdqs ' , 'template_h9uoq69 ' , "#feedback-form" ) . then (
162163 ( response ) => {
163164 console . log ( 'SUCCESS!' , response . status , response . text ) ;
164165 } ,
Original file line number Diff line number Diff line change @@ -626,7 +626,21 @@ width: 40px;
626626 width : 80% !important ;
627627 }
628628}
629+ .footer a {
630+ color : black !important ;
631+ text-decoration : underline;
632+ }
633+ .h {
634+ line-height : 1.75rem !important ;
635+ }
636+ .footer {
637+ flex-direction : column;
638+ font-family : sans-serif;
629639
640+ }
641+ .font {
642+ font-size : .875rem ;
643+ }
630644# collapseOne {
631645 height : auto !important ;
632646}
You can’t perform that action at this time.
0 commit comments