-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.njk
More file actions
102 lines (101 loc) · 3.81 KB
/
Copy pathindex.njk
File metadata and controls
102 lines (101 loc) · 3.81 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
---
layout: base
title: Dimme.nl
---
<div class="container py-3">
<h1 class="display-3 d-flex gap-3 align-items-center">
<img src="/favicons/android-chrome-72x72.png" alt="" class="rounded" />
Dimme.nl
</h1>
</div>
<div class="bg-body-tertiary">
<div class="container py-5">
<h3>A collection of curious creations.</h3>
<div class="lead">
From puzzles that twist your brain to tools that turn words into
maps and calendars, from heavy music archives to collaborative
experiments in code this place brings together a mix of ideas that
shouldn’t fit, but somehow do. Dive in, explore, and see what
sparks.
</div>
</div>
</div>
<div class="container py-3">
<div class="row">
<div class="col-12 col-md-6 col-lg-3 py-2">
<a
href="https://mozaic.dimme.nl/"
target="_blank"
class="card h-100 link-offset-2 link-underline link-underline-opacity-10 link-underline-opacity-75-hover"
>
<img
src="/assets/images/mozaic.png"
alt="Mozaic logo"
class="card-img-top"
/>
<div class="card-body">
<h5>Mozaic</h5>
<strong>Slide, solve, smile.</strong> Daily puzzles, random
boards, and full seasons keep your brain buzzing and every
move satisfying.
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-3 py-2">
<a
href="https://content.dimme.nl/"
target="_blank"
class="card h-100 link-offset-2 link-underline link-underline-opacity-10 link-underline-opacity-75-hover"
>
<img
src="/assets/images/content.png"
alt="Content logo"
class="card-img-top"
/>
<div class="card-body">
<h5>Content</h5>
<strong>Write, shape, create.</strong> Maps, calendars, and
custom prints built from your own words turning your text
into something uniquely yours.
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-3 py-2">
<a
href="https://sah.dimme.nl/"
target="_blank"
class="card h-100 link-offset-2 link-underline link-underline-opacity-10 link-underline-opacity-75-hover"
>
<img
src="/assets/images/sah.png"
alt="Stay at homme logo"
class="card-img-top"
/>
<div class="card-body">
<h5>Sah</h5>
<strong>Watch, thrash, relive.</strong> Metal videos,
concerts, and classic vibes your nonstop stream of pure,
loud, awesome energy.
</div>
</a>
</div>
<div class="col-12 col-md-6 col-lg-3 py-2">
<a
href="http://disjfa.nl"
target="_blank"
class="card h-100 link-offset-2 link-underline link-underline-opacity-10 link-underline-opacity-75-hover"
>
<img
src="/assets/images/disjfa.png"
alt="disjfa.nl"
class="card-img-top"
/>
<div class="card-body">
<h5>Disjfa.nl</h5>
<strong>Code, build, repeat.</strong> A rotating cast of
collaborators makes things; I mostly try not to break them.
</div>
</a>
</div>
</div>
</div>