Skip to content

Commit 627d681

Browse files
authored
Merge pull request #379 from Maana-Ajmera/fix/footer-in-resources-section
Fixed : Created footer in resources section
2 parents 0d3ac86 + cb25708 commit 627d681

3 files changed

Lines changed: 27 additions & 1 deletion

File tree

website2.0/resources.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,17 @@ input:checked + .switch {
107107

108108
input:checked + .switch:before {
109109
transform: translateX(26px);
110+
}
111+
.marg{
112+
margin-bottom: 20px;
113+
}
114+
.footer{
115+
gap: 11px;
116+
width: 100%;
117+
display: flex;
118+
justify-content: center;
119+
text-align: center;
120+
align-items: center;
121+
flex-direction: column;
122+
margin-top: 5rem;
110123
}

website2.0/resources.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,18 @@
7070
speed: 400,
7171
});
7272
</script>
73+
<!-- footer-section -->
74+
<div class="marg">
75+
<div class="footer">
76+
<p class="iconsclass mm">
77+
<a href="https://www.linkedin.com/company/HelpOps-Hub/" target="_blank" class="fab fa-linkedin"></a>
78+
<a href="https://discord.gg/UWTrRhqywt" target="_blank" class="fab fa-discord"></a>
79+
<a href="https://github.com/mdazfar2/HelpOps-Hub/" target="_blank" class="fab fa-github"></a>
80+
81+
</p>
82+
<p class="font h mm">© HelpOps-Hub | MIT License</p>
83+
<p class="font h mm" >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>
84+
</div>
85+
</div>
7386
</body>
7487
</html>

website2.0/styles.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,4 +390,4 @@ p {
390390
color: white;
391391
margin: 20px;
392392
font-family:cursive;
393-
}
393+
}

0 commit comments

Comments
 (0)