Skip to content

Commit c2a8639

Browse files
update
1 parent 4736269 commit c2a8639

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

Official_Website/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ <h2>Feedback</h2>
113113
<footer>
114114
<div class="footer">
115115
<p>© HelpOps-Hub | MIT License</p><br>
116-
<p>Developed by Azfar Alam & Open Source Community </p>
116+
<p>Developed by <a href="https://github.com/mdazfar2" target="_blank">Azfar Alam</a> & <a target="_blank" href="https://helpops-hub.vercel.app/contributor-index.html">Open Source Community</a> </p>
117117
</div>
118118
</footer>
119119

Official_Website/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,8 +600,15 @@ width: 40px;
600600
width: 80% !important;
601601
}
602602
}
603+
.footer a{
604+
color: black !important;
605+
text-decoration: underline;
606+
font-size: 18px;
607+
}
603608
.footer{
604609
flex-direction: column;
610+
gap: 6px;
611+
font-size: 18px ;
605612
}
606613
#collapseOne{
607614
height: auto !important;

0 commit comments

Comments
 (0)