1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2014-08-22 11:41:43 +02:00
parent 589b051039
commit 6c771dda76
70 changed files with 6620 additions and 8492 deletions

View file

@ -1,6 +1,6 @@
<h2>Why use this theme?</h2>
<p>
<em>Feeling Responsive</em> is heavily built on <a href="http://foundation.zurb.com/">Foundation</a>, the fabulous responsive webdesign framework by Zurb. It supports a 12-column grid, persuades you with beautiful <a href="{{ site.url }}/design/typography/">typography</a> and is heavily optimized for speed.
<em>Feeling Responsive</em> is heavily built on <a href="http://foundation.zurb.com/">Foundation</a>, the fabulous responsive webdesign framework by Zurb. It supports a 12-column grid, persuades you with beautiful <a href="/typography/">typography</a> and is heavily optimized for speed.
</p>

View file

@ -15,7 +15,7 @@
<div class="textwidget">
<h5 class="black-shadow">Services</h5>
<ul class="no-bullet black-shadow">
<li><a href="http://phlow.de/o/kontakt/">Contact</a></li>
<li><a href="contact.html">Contact</a></li>
<li class="rss-link"><a href="{{ site.url }}/feed.xml">RSS</a></li>
<li class="sitemap-link"><a href="{{ site.url }}/sitemap.xml">Sitemap.xml</a></li>
</ul>
@ -37,7 +37,7 @@
<div class="row">
<div class="small-12 columns" style="text-align: right;">
<a class="entypo entypo-48" href="#masthead">&#59231;</a>
<a class="entypo entypo-48" href="#top-of-page">&#59231;</a>
</div><!-- /.small-12.columns -->
</div><!-- /.row -->

View file

@ -6,7 +6,7 @@
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
<link rel="stylesheet" href="{{ site.url }}/assets/css/style.min.css">
<script src="{{ site.url }}/assets/js/modernizr.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700,400italic%7cVolkhov:400,700' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700,300%7cVolkhov:400,700' rel='stylesheet' type='text/css'>
{% if site.google_site_verification %}
<meta name="google-site-verification" content="{{ site.google_site_verification}}" />
{% endif %}