Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added images/me.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
53 changes: 53 additions & 0 deletions index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<div style="max-width: 900px; margin: auto; font-family: Arial, sans-serif; line-height: 1.6;">

<div style="display: flex; gap: 30px; margin-top: 30px; align-items: center;">

<div style="flex: 1;">
<img src="./images/me.png" alt="Harry Foster" style="width: 100%; max-width: 250px; border-radius: 12px;">
</div>

<div style="flex: 2;">
<h2 style="margin-top: 0;">Hello!</h2>
<p>
<strong>I'm Harry, a PhD student at <a href=https://profiles.cardiff.ac.uk/staff/fosterh3">Cardiff University</a>.</strong>
</p>
<p>
My research focuses on <strong>evolutionary game theory</strong>, and particularly it's applications to the creation and stability of
<strong>international climate agreements</strong>, supervised by <strong>Prof. Vince Knight </strong>and <strong>Dr Sebastien Krapohl</strong>.
</p>
</div>

</div>

<hr style="margin: 40px 0;">

<div>
<h3>Software</h3>
<p>
<a href="https://hefos.github.io/ludics/"><code>ludics</code></a> – A Python library for modelling evolutionary games as Markov chains.
</p>
</div>

</div>

<footer style="
margin-top: 60px;
padding: 20px 0;
border-top: 1px solid #eee;
text-align: center;
font-size: 14px;
color: #555;
">

<div style="display: flex; justify-content: space-between; align-items: center; max-width: 400px; margin: auto;">
<a href="https://github.com/hefos" target="_blank"
style="text-decoration: none; color: inherit; display: inline-flex; align-items: center; gap: 8px;"
onmouseover="this.style.opacity=0.7"
onmouseout="this.style.opacity=1">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/github/github-original.svg"
alt="GitHub"
width="22">
<span>github.com/hefos</span>
</a>

</footer>
Loading