<!DOCTYPE html>
<html>
<head>
<title>About | Joel Nelson</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<div class="container">
<h1>Joel Nelson</h1>
<nav>
<a href="index.php">Home</a>
<a href="about.php">About</a>
<a href="book.php">The Book</a>
<a href="media.php">Media</a>
<a href="events.php">Events</a>
<a href="contact.php">Contact</a>
</nav>
</div>
</header>
<div class="container section">
<h2>About</h2>
<p>Joel Nelson is a historian and writer specialising in twentieth-century political history.</p>
<p>His forthcoming book, <em>Kennedy's Only Hero</em>, explores the influence of Winston Churchill on John F. Kennedy and the shaping of Anglo-American leadership in the Cold War.</p>
</div>
<footer>
© 2026 Joel Nelson
</footer>
</body>
</html>