<!DOCTYPE html>
<html>
<head>
<title>The Book | 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>Kennedy's Only Hero</h2>
<p>Coming Autumn 2026.</p>
<p>This book examines the political and intellectual relationship between John F. Kennedy and Winston Churchill, and how Churchill’s example shaped Kennedy’s understanding of leadership, rhetoric, and power.</p>
</div>
<footer>
© 2026 Joel Nelson
</footer>
</body>
</html>