-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
50 lines (50 loc) · 2.18 KB
/
index.html
File metadata and controls
50 lines (50 loc) · 2.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
layout: default
---
<section id="we" class="clearfix">
<h3 class="grid_1 category">Over mij</h3>
<div class="grid_9">
<p>Artifix.net is sinds 2012 het web development bedrijf van <a href="#">Menno Luiten</a>. Mijn grootste bezigheid is het zoeken en creeren van innovatieve oplossingen voor markten die van nature weinig inbreng krijgen van ICT. Ik ben bedreven in mobiele applicaties, web applicaties (zowel back- als frontend).</p>
</div>
</section>
<section id="featured" class="clearfix">
<h3 class="grid_1 category">Featured</h3>
<div class="grid_9">
<div class="grid_4 alpha">
<div class="boxed" style="margin-bottom: 18px">
<div class="teaser" style="height: 40px; background-image: url(http://lorempixum.com/350/100); background-position: 0 -24px;"></div>
<div class="content">
<h5><span style="font-weight: 300">Website:</span> Testing 123</h5>
</div>
</div>
<div class="boxed">
<div class="teaser" style="height: 40px; background-image: url(http://lorempixum.com/350/120); background-position: 0 -24px;"></div>
<div class="content">
<h5><span style="font-weight: 300">Website:</span> Opnieuws.com</h5>
</div>
</div>
</div>
<div class="grid_5 omega">
<div class="boxed">
<div class="teaser" style="height: 60px; background-image: url(/img/stories/tomato.jpg); background-position: 0 -128px;"></div>
<div class="content">
<h5><span style="font-weight: 300">Android:</span> Pomodroido</h5>
<p>Lorum ipsum, dim salet blut bla</p>
</div>
</div>
</div>
</div>
</section>
<section id="blogs" class="clearfix">
<h3 class="grid_1 category">Blogs</h3>
<ul class="grid_9 blogs">
{% for post in site.posts limit:4 %}
<li>
<h3>
<a href="{{post.url}}">{{post.title}}</a>
<span class="date">{{ post.date | date_to_string }}</span>
</h3>
</li>
{% endfor %}
</ul>
</section>