~mika/www.m1kadev.nl

ref: acd4b2b2816fae78a292a13ba82393f9b3a5734e www.m1kadev.nl/src/index.html -rw-r--r-- 2.4 KiB
acd4b2b2 — m1kadev Fix small spelling issues & broken <p> tag 7 months ago
                                                                                
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
<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>home - m1kadev.nl</title>
    <link rel="stylesheet" href="/index.css">
    <script src="/index.js" type="module" defer></script>
    <link rel="stylesheet"
        href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.11.1/styles/tokyo-night-dark.min.css">
</head>

<body>
    <div id="mark">
        <h3>.nl</h3>
        <h1>m1kadev</h1>
    </div>
    <div id="content">
        <main>
            <h1>Haii :3 i'm mika</h1>
            <p>
                haiii!!! i'm mika (also <em>m1ka</em>, <em>m1kadev</em>). i'm a (mostly backend) developer from <a
                    href="https://en.wikipedia.org/wiki/Netherlands">The Netherlands</a>. i'm also a big fan of making
                drinks & cooking.
            </p>
            <h3>about me</h3>
            <p>
                i do VWO (dutch A-levels) phyiscs in the greater rotterdam area. i've been working on <a
                    href="https://github.com/m1kadev/fxg">fxg</a>, a markup language written in <a
                    href="https://rust-lang.com">rust</a>. also, i've been playing around with functional programming
                (mostly in <a href="https://elixir-lang.org/">elixir</a>).
            </p>
            <p>
                Together with 3 other friends, we run <a href="https://dupunkto.org/">{du}punkto</a>.
            </p>
            <h3>contact</h3>
            <p>
                feel free to reach out to me! you can reach me at m1kadev on <a href="https://discord.com/">discord</a>,
                or on my email address at
            </p>
            <pre><code class="language-rust">
format!("{2}@{0}.{1}", "dupunkto", "org", "mika")
            </code></pre>
            <small>this code is to filter out all non-<code>format!</code> users</small>
            <hr>
            <footer>
                <div id="metadata">
                    <p>Deployed from commit <code><span id="from-commit"></span></code>, on <span
                            id="build-date"></span> </p>
                </div>
                <div id="lynx">
                    <a href="https://github.com/m1kadev">
                        <img src="/static/github-mark-white.svg" width="32" height="32" alt="GitHub logo">
                    </a>
                </div>
            </footer>
        </main>
    </div>

</body>

</html>