Skip to content

Commit 1d89e76

Browse files
authored
Merge pull request #218 from Pragnasri-363/fix/socialmedia-links
Added proper working link for github and dummies for other handles and added LinkedIn handle as well.
2 parents 95ed621 + cb2c6e6 commit 1d89e76

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pages/about.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,11 @@ <h4>Quick Links</h4>
8585
</div>
8686
<div class="footer__section">
8787
<h4>Community</h4>
88-
<ul>
89-
<li><a href="#">GitHub</a></li>
88+
<ul class="social-links">
89+
<li><a href="https://github.com/opensource-society/CodeClip" target="_blank">GitHub</a></li>
9090
<li><a href="#">Discord</a></li>
9191
<li><a href="#">Twitter</a></li>
92+
<li><a href="#">LinkedIn</a></li>
9293
</ul>
9394
</div>
9495
</div>
@@ -295,6 +296,7 @@ <h4>Community</h4>
295296
.challenges-list {
296297
grid-template-columns: 1fr;
297298
}
299+
298300
}
299301
</style>
300302
</body>

0 commit comments

Comments
 (0)