This commit is contained in:
Evgeny Gavrin
2015-06-13 19:32:24 +03:00
parent 4ca1c56b3d
commit 8d3ae4f1c5
29 changed files with 1461 additions and 2189 deletions
+22
View File
@@ -0,0 +1,22 @@
<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>