-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
27 lines (27 loc) · 1.21 KB
/
footer.html
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
<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">
<p>Cypherpunk Association<br>
c/o Palisade Data GmbH<br>
Affolternstrasse 10<br>
8050 Zurich<br>
Switzerland
</p>
<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="#">Medium Blog</a></li>
<li class="footer__nav-item"><a href="#press">Press Kit</a></li>
<li class="footer__nav-item"><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</footer>