diff options
| author | Matthijs van der Wild <matthijs@vanderwild.com> | 2025-01-08 17:55:49 +0000 |
|---|---|---|
| committer | Matthijs van der Wild <matthijs@vanderwild.com> | 2025-01-08 17:55:49 +0000 |
| commit | 9d1382b179f5d9e1313dd2276aed8d5101ad170e (patch) | |
| tree | bd77ec5e888030eba0dac7fd35232480dafe539c /src/index.html | |
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 36 |
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> |