Update
This commit is contained in:
parent
ad67c5846c
commit
7672d95254
2 changed files with 13 additions and 13 deletions
10
about.md
10
about.md
|
@ -1,14 +1,14 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page
|
||||||
title: "About"
|
title: "About"
|
||||||
subtitle: "Why another Jekyll template?"
|
subtitle: "Why another Jekyll Theme?"
|
||||||
description: "Since years I am programming and designing websites, love to work with open source tools and learn via code from others. I wanted to try to give something back..."
|
description: "Since years I am programming and designing websites. I love to work with open source tools and learn via code from others. This time I want to try to give something back..."
|
||||||
image_header: "no"
|
image_header: "no"
|
||||||
permalink: "/about/"
|
permalink: "/about/"
|
||||||
---
|
---
|
||||||
...and learn at the same time.
|
...and learn at the same time.
|
||||||
|
|
||||||
*Feeling Responsive* is my first theme and let into the world. It's built on work and knowledge of others. While I am still programming it, you read about whats behind this theme in the – hopefully – near future.
|
*Feeling Responsive* is my first theme which I let into the world. It's built on work and knowledge of others. While I am still programming it, you read about whats behind this theme in the – *hopefully* – near future.
|
||||||
|
|
||||||
I got inspired by...
|
I got inspired by...
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@ And of course many more...
|
||||||
|
|
||||||
**Since then, fork it!**
|
**Since then, fork it!**
|
||||||
|
|
||||||
Yours sincerelly, Moritz »mo.« Sauer
|
Yours sincerelly, [Moritz »mo.« Sauer][7]
|
||||||
|
|
||||||
|
|
||||||
[1]: http://mademistakes.com/about/
|
[1]: http://mademistakes.com/about/
|
||||||
|
@ -31,7 +31,7 @@ Yours sincerelly, Moritz »mo.« Sauer
|
||||||
[4]: http://alistapart.com/
|
[4]: http://alistapart.com/
|
||||||
[5]: http://www.smashingmagazine.com/
|
[5]: http://www.smashingmagazine.com/
|
||||||
[6]: https://github.com/
|
[6]: https://github.com/
|
||||||
[7]: #
|
[7]: http://sauer.io
|
||||||
[8]: #
|
[8]: #
|
||||||
[9]: #
|
[9]: #
|
||||||
[10]: #
|
[10]: #
|
16
portfolio.md
16
portfolio.md
|
@ -1,19 +1,19 @@
|
||||||
---
|
---
|
||||||
layout: page
|
layout: page-fullwidth
|
||||||
title: "Show your beautiful work!"
|
title: "Show your beautiful work!"
|
||||||
subtitle: "Portfolio Template"
|
subtitle: "Portfolio"
|
||||||
description: "This is the portfolio template"
|
description: "You don't need a special portfolio template with this theme. Just check out the great possibilities of the foundation grid and experiment with it."
|
||||||
image_header: "no"
|
image:
|
||||||
image_title: "unsplash_5.jpg"
|
header: "no"
|
||||||
permalink: "/portfolio/"
|
permalink: "/portfolio/"
|
||||||
---
|
---
|
||||||
|
|
||||||
<div class="row top-30">
|
<div class="row">
|
||||||
<div class="medium-6 columns">
|
<div class="medium-6 columns bottom-30">
|
||||||
<img src="{{ site.url }}/assets/img/screenshot_website_moritz-mo-sauer_500x.jpg" alt="">
|
<img src="{{ site.url }}/assets/img/screenshot_website_moritz-mo-sauer_500x.jpg" alt="">
|
||||||
</div><!-- /.medium-6.columns -->
|
</div><!-- /.medium-6.columns -->
|
||||||
|
|
||||||
<div class="medium-6 columns">
|
<div class="medium-6 columns bottom-30">
|
||||||
<img src="{{ site.url }}/assets/img/screenshot_website_jcorneille_500x.jpg" alt="">
|
<img src="{{ site.url }}/assets/img/screenshot_website_jcorneille_500x.jpg" alt="">
|
||||||
</div><!-- /.medium-6.columns -->
|
</div><!-- /.medium-6.columns -->
|
||||||
</div><!-- /.row -->
|
</div><!-- /.row -->
|
||||||
|
|
Reference in a new issue