aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
blob: 3ecd8b28d222f10d5af2eb58b0914019e8f01853 (plain)
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
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
        <link rel="icon" type="image/x-icon" href="/favicon.svg"/>
        <link rel="stylesheet" href="/css/default.css"/>
        <link rel="me" href="https://mas.to/@wild"/>
        <title>Matthijs van der Wild</title>
    </head>
    <body>
        <main>
            <article>
                <p>
                    <span class="hello">Hi, I am</span> <span class="name">Matthijs van der Wild.</span> <span class="description">I do awesome science.</span>
                </p>
                <p>
                    I am a theoretical physicist focused on the physics of the cosmos.
                    I currently work on imaging pipelines for data taken by the International <abbr title="Low-Frequency Array">LOFAR</abbr> Telescope whilst based at <a href=https://durham.ac.uk>Durham University</a>.
                </p>
                <p>
                    If you want to know more about what I work on, then have a look at my past and current <a href="/projects">projects</a>.
                    Feel free to <a href=/contact>contact</a> me if you want to know more.
                </p>
                <p>
                    Looking to hire someone?
                    I am on the job market!
                    Have a look at my <a href=/cv.pdf><abbr title="curriculum vitae">CV</abbr></a> to see if your project could benefit from my expertise.
                </p>
            </article>
        </main>
        <footer>
            © 2020 Matthijs van der Wild
        </footer>
    </body>
</html>