-
Notifications
You must be signed in to change notification settings - Fork 1
/
_footer.html.erb
42 lines (42 loc) · 1.23 KB
/
_footer.html.erb
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
35
36
37
38
39
40
41
42
<footer>
<div class="container py-4 py-md-6">
<div class='d-none d-md-block'>
<div class="row">
<div class="col-sm-12">
<p>michelada.io</p>
</div>
</div>
<div class="row">
<div class="col-sm-5">
<address>
</address>
</div>
<div class="col-sm-5">
<p>We <a href="https://sipsandbits.com" target="_blank" data-ga-label="blog">blog</a> about things we like.</p>
</div>
<div class="col-sm-2 social">
<ul class='list-unstyled list-inline float-right'>
<li class="list-inline-item">
<a href="http://www.twitter.com/micheladaio">
<%= image_tag('ic-social-twitter.svg'); %>
</a>
</li>
<li class="list-inline-item">
<a href="http://github.com/michelada">
<%= image_tag('ic-social-github.svg'); %>
</a>
</li>
</ul>
</div>
</div>
</div>
<div class="row">
<div class="col-sm-12 text-right">
<p class='m-0'>
Copyright © 2018 Michelada, LLC. All rights reserved.
</p>
</div>
</div>
</div>
</footer>