-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfooter.html
21 lines (21 loc) · 1.01 KB
/
footer.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<footer class="footer">
<div class="footer__container container">
<div class="footer__row row">
<div class="footer__col footer__col--first col-md-4 col-12">
<a href="/" class="footer__col-logo">
<img src="assets/logo.svg" alt="Cypherpunk Guild">
</a>
<div class="footer__col-main-container">
<a href="mailto:[email protected]">[email protected]</a>
</div>
</div>
<div class="footer__col footer__col--second col-md-4 col-12">
<ul class="footer__nav">
<li class="footer__nav-item"><a href="https://cypherpunkguild.medium.com/">Medium Blog</a></li>
<li class="footer__nav-item"><a href="assets/CPG_Brand_Assets.zip">Press Kit</a></li>
<li class="footer__nav-item"><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</footer>