Skip to content

Commit e0db7dc

Browse files
committed
created footer in resources section
1 parent 9e4d26f commit e0db7dc

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

website2.0/resources.html

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