1
0
Fork 0
This commit is contained in:
Moritz »mo.« Sauer 2015-02-19 23:24:29 +01:00
parent 8620750248
commit 38f7c1ae4c
2 changed files with 8 additions and 8 deletions

View file

@ -15,23 +15,23 @@ format: blog-index
<a href="{{ site.url }}{{ page.widget-1.url }}"><img src="{{ site.urlimg }}/{{ page.widget-1.image }}" width="302" height="182" alt=""></a>
<h2 class="font-size-h3 t10">{{ page.widget-1.title }}</h2>
<p>{{ page.widget-1.text }}</p>
<p><a class="button tiny radius" href="{{ site.url }}{{ page.widget-1.url }}">{{ site.data.language.more }}</a></p>
<p><a class="button tiny radius" href="{{ page.widget-1.url }}">{{ site.data.language.more }}</a></p>
</div><!-- /.medium-4.columns -->
<div class="medium-4 columns">
<a href="{{ site.url }}{{ page.widget-2.url }}"><img src="{{ site.urlimg }}/{{ page.widget-2.image }}" width="302" height="182" alt=""></a>
<a href="{{ page.widget-2.url }}"><img src="{{ site.urlimg }}/{{ page.widget-2.image }}" width="302" height="182" alt=""></a>
<h2 class="font-size-h3 t10">{{ page.widget-2.title }}</h2>
<p>{{ page.widget-2.text }}</p>
<p><a class="button tiny radius" href="{{ site.url }}{{ page.widget-2.url }}">{{ site.data.language.more }}</a></p>
<p><a class="button tiny radius" href="{{ page.widget-2.url }}">{{ site.data.language.more }}</a></p>
</div><!-- /.medium-4.columns -->
<div class="medium-4 columns">
<a href="{{ site.url }}{{ page.widget-3.url }}"><img src="{{ site.urlimg }}/{{ page.widget-3.image }}" width="302" height="182" alt=""></a>
<a href="{{ page.widget-3.url }}"><img src="{{ site.urlimg }}/{{ page.widget-3.image }}" width="302" height="182" alt=""></a>
<h2 class="font-size-h3 t10">{{ page.widget-3.title }}</h2>
<p>{{ page.widget-3.text }}</p>
<p><a class="button tiny radius" href="{{ site.url }}{{ page.widget-3.url }}">Download &#64; GitHub </a></p>
<p><a class="button tiny radius" href="{{ page.widget-3.url }}">Download &#64; GitHub </a></p>
</div><!-- /.medium-4.columns -->
</div><!-- /.row -->

View file

@ -10,17 +10,17 @@ header:
image_fullwidth: "header_unsplash_12.jpg"
widget-1:
title: "Blog & Portfolio"
url: '/blog/'
url: 'http://phlow.github.io/feeling-responsive/blog/'
text: 'Every good portfolio website has a blog with fresh news, thoughts and develop&shy;ments of your activities. <em>Feeling Responsive</em> offers you a fully functional blog with an archive page to give readers a quick overview of all your posts.'
image: unsplash_9-302x182.jpg
widget-2:
title: "Why use this theme?"
url: '/info/'
url: 'http://phlow.github.io/feeling-responsive/info/'
text: '<em>Feeling Responsive</em> is heavily customizable.<br>1. Language-Support :)<br>2. Optimized for speed and it&#39;s responsive.<br>3. Built on <a href="http://foundation.zurb.com/">Foundation Framework</a>.<br>4. Six different Headers.<br>5. Customizable navigation, footer,...'
image: unsplash_8-302x182.jpg
widget-3:
title: "Download Theme"
url: '/design/portfolio/'
url: 'https://github.com/Phlow/feeling-responsive'
text: '<em>Feeling Responsive</em> is totally free and licensed under the MIT License. Make it your own and do with it what you want. Grab your copy or clone it at GitHub and start your website with it. Then tell me via Twitter <a href="http://twitter.com/phlow">@phlow</a>.'
image: github-303x182.jpg
---