Change css style sheets.

This commit is contained in:
Andrey Shitov
2015-06-13 22:33:01 +03:00
parent da994e5a7c
commit 7b5a6dc624
5 changed files with 55 additions and 57 deletions
+1 -18
View File
@@ -1,22 +1,5 @@
<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>
<p class="footer-copy"> &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>
</footer>