Files
chocomae/src/web/module/footer.html
T
2018-11-16 10:04:47 +09:00

24 lines
721 B
HTML

<footer class="page-footer bg-dark text-white p-2">
<div class="container text-center text-md-left">
<div class="row">
<div class="col-md-4 pt-1 text-left my-auto">
<label>Copyright @JINAJU<br/>Since 2018</label>
</div>
<div class="col-md pt-1 text-center my-auto">
<label>
문의 : support+chocomae@jinaju.com
</label>
</div>
<div class="col-md-4 text-right my-auto">
<a class="btn btn-lg btn-warning px-4" href="./../main/faq.html">
<span class="oi oi-bullhorn" title="icon bullhorn" aria-hidden="true"></span>
&nbsp;FAQ
</a>
</div>
</div>
</div>
</footer>