-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
52 lines (35 loc) · 1.47 KB
/
about.html
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
title: Info
---
<section>
<h1>Info</h1>
<div class="columns">
<div class="columns__column" lang="nl">
<h2>🇳🇱🇧🇪</h2>
<p><strong>Je bent er :)</strong></p>
<p>Deze site heeft geen rode draad of thema. Ideeën komen op en die leiden soms tot muziek of blogposts.</p>
<p>Zie <a href="https://vimeo.com/florish">Vimeo</a> voor video en <a href="https://soundcloud.com/florishuetink/">SoundCloud</a> voor audio.</p>
<p>Contact opnemen kan via:</p>
<p>
06-41271573<br>
<a href="https://www.instagram.com/florishuetink/">Instagram</a><br>
<a href="https://github.com/florish">GitHub</a><br>
<a href="https://www.linkedin.com/in/florishuetink">LinkedIn</a>
</p>
</div>
<div class="columns__column" lang="en">
<h2>🇬🇧🇺🇸</h2>
<p><strong>You are here :)</strong></p>
<p>This site does not have one specific theme. Ideas pop up and sometimes they turn into music or blogposts.</p>
<p>See <a href="https://vimeo.com/florish">Vimeo</a> for video and <a href="https://soundcloud.com/florishuetink/">SoundCloud</a> for audio.</p>
<p>Contact me through:</p>
<p>
+31641271573<br>
<a href="https://www.instagram.com/florishuetink/">Instagram</a><br>
<a href="https://github.com/florish">GitHub</a><br>
<a href="https://www.linkedin.com/in/florishuetink">LinkedIn</a>
</p>
</div>
</div>
</section>