aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/src/index.html b/src/index.html
new file mode 100644
index 0000000..3ecd8b2
--- /dev/null
+++ b/src/index.html
@@ -0,0 +1,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>