<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<style>
* {
  box-sizing: border-box;
}

body {
	margin: 0;
}

.row {
  display: flex;
}

/* Create two equal columns that sits next to each other */
.column {
  flex: 50%;
  padding: 10px;
}

.col-100 {
	flex: 100%;
}

.col-100 img {
	width: 100%;
	max-width: 100%;
	margin-top:-40ex;
}

h1 {
	margin-top: -13ex;
	color: white;
	font-family: serif;
	font-weight: normal;
	padding-left: 4ex;
	font-size:325%;
}

.col-100 p {
	margin-top: -18ex;
	margin-left:70%;
}

.col-100 a {
	background-color: #efb071;
	color: #665d4e;
	width: 230px;
	padding: 20px;
	margin-bottom: 20px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	font-family: sans-serif;
	font-weight: bold;
}

.schedules {
	padding-top: 30px;
	padding-left: 50px;
}

.schedules a {
	background-color: #313d41;
	display: inline-block;
	color: #fefefe;
	width: 300px;
	padding: 10px;
	margin: 10px;
	text-decoration: none;
	text-align: center;
	font-family: sans-serif;
	text-transform: uppercase;
	vertical-align: middle;
}

.intro {
	font-family: sans-serif;
	padding: 15px;
	margin-right: 15px;
	color: #efb071;
	background-color: #665d4e;
	font-size: 175%;
}

.prog {
	width:50%;
	margin-left: 20ex;
}


@media screen and (max-width: 835px) {

	h1 {
		margin-top: 0ex;
		color: white;
		font-family: serif;
		font-weight: normal;
		padding-left: 2ex;
		font-size:325%;
	}

	.row, .column, .col-100 {
		display: table-row;
	}

	.col-100 img {
		margin-top: 0;
	}

	.col-100 h1 {
		color: white;
		font-size: 130%;
		margin-top: -12ex;
		font-weight: bold;
	}

	.col-100 a, .col-100 p, .schedules, .schedules a, .intro, .intro a {
		padding: 0;
		margin: 0;
		text-align: center;
	}

	.col-100 a, .schedules a, .intro a {
		margin-bottom: 10px;
	}

	.prog {
		width:100%;
		margin: 0;
	}
}



</style>
<title>West Virginia Writers</title>
</head>
<body>

	<div class="row">
		<div class="col-100">
			<img src="IMG_0453.jpeg">
			<h1>West Virginia Writers<br>2026 June Conference</h1>
			<p>
				<a href="https://wvwriters.org/temporary/member.html">Member Registration</a><br>
				<a href="https://wvwriters.org/temporary/nonmember.html">Nonmember Registration</a>
			</p>
		</div>
	</div>

	<div class="row">
		<div class="column">
			<img class="prog" src="WVW_SPRING_CONFERENCE_26_-_MAIN.png">
		</div>

		<div class="column">
			<p class="intro">Join us June 12, 13, and 14 at Cedar Lakes Conference Center in Ripley, West Virginia to learn from local authors, attend workshops, meet up with old friends, and make new ones.</p>
			<p class="schedules" style="padding-top: 30px;">
				<a href="https://wvwriters.org/wp-content/uploads/2026/04/Friday.pdf">Friday schedule</a><br>
				<a href="https://wvwriters.org/wp-content/uploads/2026/04/Saturday.pdf">Saturday schedule</a><br>
				<a href="https://wvwriters.org/wp-content/uploads/2026/04/Sunday.pdf">Sunday schedule</a><br>
				<a href="https://wvwriters.org/wp-content/uploads/2026/04/2026-WVW-Conference-Schedule-All-3-Days.pdf">Full schedule</a><br>
				<a href="https://wvwriters.org/temporary/2026-Workshop-Leader-Bios.pdf">Speaker bios</a><br>
				<a href="https://www.cedarlakes.com/wv-writers-2026/">Cedar Lakes room reservation</a><br>
			</p>
		</div>
	</div>
</body>
</html>
