aboutsummaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorVeikka Kähkönen <insiding@gmail.com>2017-11-28 15:52:07 +0200
committerVeikka Kähkönen <insiding@gmail.com>2017-11-28 15:52:07 +0200
commit6f0bbb90af95be29f651d541926473fcc59da07f (patch)
treebeb5ce84c6c486f5f7b1aba5d31cf1c8028c75f5 /index.html
parente584113161f74407f70206fafceb81812f544d27 (diff)
Restructure index page
Diffstat (limited to 'index.html')
-rw-r--r--index.html30
1 files changed, 20 insertions, 10 deletions
diff --git a/index.html b/index.html
index b764886..ec163c9 100644
--- a/index.html
+++ b/index.html
@@ -4,22 +4,32 @@ layout: default
<div class="home">
-<article class="post" style="text-align: center">
+<article class="post">
<div class="post-content">
+ <div class="section group">
-<p>Lorem ipsum ja joku esittelyteksti killasta!</p>
+ <div class="col span_1_of_2 info_section">
+ <h1 class="info_section__title">Ajankohtaista</h1>
+ {%for post in site.posts limit:5 %}
+ <li><a href="{{ site.baseurl}}{{ post.url }}">{{ post.date | date: "%d.%m.%Y" }} - {{ post.title }}</a></li>
+ {% endfor %}
+ <li><a href="{{ site.baseurl}}/uutiset">Lisää uutisia uutisarkistossa</a></li>
+ </div>
-<p>look around you</p>
-
-
-<h1>Uusimpia uutisia:</h1>
-{%for post in site.posts limit:5 %}
-<li><a href="{{ site.baseurl}}{{ post.url }}">{{ post.date | date: "%d.%m.%Y" }} - {{ post.title }}</a></li>
-{% endfor %}
-<li><a href="{{ site.baseurl}}/uutiset">Lisää uutisia uutisarkistossa</a></li>
+ <div class="col span_1_of_2">
+ <div class="info_section">
+ <h1 class="info_section__title">Tulevat tapahtumat</h1>
+ Tapahtumia.
+ </div>
+ <div class="info_section">
+ <h1 class="info_section__title">AS? AIT? WTF?</h1>
+ {% include index_content.md %}
+ </div>
+ </div>
+ </div>
</div>
</article>