-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathfooter.html
More file actions
34 lines (33 loc) · 1.03 KB
/
footer.html
File metadata and controls
34 lines (33 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-4">
<h5>Open Source Communities Database</h5>
<p>A platform connecting open source communities across the globe.</p>
</div>
<div class="col-md-4">
<h5>Quick Links</h5>
<ul class="list-unstyled">
<li><a href="./">Home</a></li>
<li><a href="./communities/">Communities</a></li>
<li><a href="./contribute.html">Contribute</a></li>
<li><a href="./about.html">About</a></li>
</ul>
</div>
<div class="col-md-4 ">
<h5>Connect</h5>
<ul class="list-unstyled">
<li>
<a href="https://github.com/chaoss/oscdb/" target="_blank">
<i class="fab fa-github"></i> GitHub
</a>
</li>
</ul>
</div>
</div>
<div class="col-md-4 mx-auto text-center">
Copyright © <a href="/">CHAOSS.</a> All rights reserved — a Linux
Foundation Project
</div>
</div>
</footer>