Files
jerryscript/_includes/footer.html
T
Evgeny Gavrin 8d3ae4f1c5 update
2015-06-13 19:32:24 +03:00

23 lines
791 B
HTML

<footer class="site-footer">
<div class="wrapper">
<!--
<h2 class="footer-heading">{{ site.title }}</h2>
<div class="footer-col-wrapper">
<div class="footer-col footer-col-1">
<ul class="contact-list">
<li>{{ site.title }}</li>
<li><a href="mailto:{{ site.email }}">{{ site.email }}</a></li>
</ul>
</div>
<h3 class="footer-heading">{{ site.title }}</h2>
<div class="footer-col footer-col-5">
<p class="text">{{ site.description }}</p>
</div>
-->
<div class="footer-copy">
<p> &copy; Copyright {{ site.time | date: '%Y' }} Samsung Electronics Co., Ltd., Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a>.</p>
</div>
</div>
</footer>