<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Wandering Home Press</title>
<meta name="description" content="Wandering Home Press helps remarkable women preserve their life stories through memoir.">
<style>
body {
margin: 0;
font-family: Georgia, 'Times New Roman', serif;
background: #f7f2e9;
color: #2f2a24;
line-height: 1.6;
}
.page {
min-height: 100vh;
display: flex;
align-items: center;
justify-content: center;
padding: 40px 20px;
}
.card {
max-width: 760px;
background: #fffaf2;
padding: 48px;
border-radius: 24px;
box-shadow: 0 12px 35px rgba(0,0,0,.08);
}
h1 {
font-size: 46px;
line-height: 1.1;
margin: 0 0 12px;
font-weight: normal;
}
.tagline {
font-size: 23px;
font-style: italic;
margin: 0 0 28px;
color: #6d5f50;
}
p {
font-size: 19px;
margin: 0 0 18px;
}
.contact {
margin-top: 30px;
font-size: 18px;
}
a {
color: #5b3d2e;
}
</style>
</head>
<body>
<main class="page">
<section class="card">
<h1>Wandering Home Press</h1>
<p class="tagline">Memoirs by remarkable women.</p>
<p>
Wandering Home Press helps women preserve meaningful life stories
that can guide, encourage, and inspire the next generation.
</p>
<p>
We believe lived experience is wisdom, and that remarkable women’s stories
deserve to be shaped with care, dignity, and beauty.
</p>
<p class="contact">
Contact: <a href="mailto:j9@wanderinghomepress.org">j9@wanderinghomepress.org</a>
</p>
</section>
</main>
</body>
</html>