Skip to content

Commit 9896983

Browse files
authored
Merge pull request #262 from Ayushmaanagarwal1211/main
changed footer
2 parents 02fe3b4 + 1e9c3aa commit 9896983

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

Official_Website/index.html

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@ <h2>Feedback</h2>
124124
</div>
125125
<footer>
126126
<div class="footer">
127-
<p>&copy; 2024 | Unleashing the Power of DevOps by <span id="heart">&hearts;</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
},

Official_Website/style.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)