~mika/www.m1kadev.nl

acd4b2b2816fae78a292a13ba82393f9b3a5734e — m1kadev 7 months ago 0e8aec2
Fix small spelling issues & broken <p> tag
1 files changed, 9 insertions(+), 7 deletions(-)

M src/index.html
M src/index.html => src/index.html +9 -7
@@ 26,21 26,23 @@
            </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 in <a
                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>
                Together with 3 other friends, we run <a href="https://dupunkto.org/">{du}punkto</a>.
            </p>
            <h3>contact</h3>
            <p>
                you can reach me at m1kadev on <a href="https://discord.com/">discord</a>, or on my email address at
                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")
format!("{2}@{0}.{1}", "dupunkto", "org", "mika")
            </code></pre>
            </p>
            <small>this code is to filter out all non-<code>format!</code> users</small>
            <hr>
            <footer>
                <div id="metadata">


@@ 49,7 51,7 @@
                </div>
                <div id="lynx">
                    <a href="https://github.com/m1kadev">
                        <img src="/static/github-mark-white.svg" width="32" height="32">
                        <img src="/static/github-mark-white.svg" width="32" height="32" alt="GitHub logo">
                    </a>
                </div>
            </footer>