<html>
	<meta name="viewport" content="width=device-width, initial-scale=1.0">
	<head>
		<link href="https://fonts.googleapis.com/css?family=Dosis:400,700&display=swap" rel="stylesheet">
		<style>
			p, li {
				font-family:'Dosis',sans-serif;
				font-size:1.2em;
			}
			a {
				color:#f49e42;
				text-decoration: none;
				font-weight: bold;
			}
			a:hover {
				color:#9741f4;
			}
			a:active {
				color:#80f441
			}
			.the-only-box {
				margin:30px;
			}
			.ok-one-more-box {
				margin: 0 auto;
				width:300px;
			}

			@media only screen and (max-width: 700px) {
			  .ok-one-more-box {
				margin: 0 auto;
				width:95%;
				}
			}

		</style>
		<title>Dave Burdick, journalist</title>
	</head>
	<body bgcolor="#fffaf4">
		<div class="the-only-box">
			<div class="ok-one-more-box">
				<p><strong>Hi, I'm Dave!</strong></p>
				<p>I work on leadership, mission-alignment, audience, product and journalism challenges.</p>
				<p>This is my website. It's not very long!</p>
				<p>A partial list of things I'd really like to talk to you about:
					<ul>
						<li>leadership</li>
						<li>getting things done</li>
						<li>the future of information</li>
						<li>audience development</li>
						<li>product management</li>
						<li>bikes</li>
						<li>birds</li>
						<li>that thing you've been working on</li>
					</ul>
				</p>
				<p>You can find me here, too:
					<ul>
						<li><a href="https://www.linkedin.com/in/imdaveburdick/">LinkedIn</a></li>
					</ul>
				</p>
				<p>I do some coaching and other work as <strong>DWB Ltd.</strong>
					<ul>
						<li>If you're interested, get in touch via LinkedIn above!</li>
					</ul>
				</p>
				<p>Good luck out there!
				</p>
			</div>
		</div>
	</body>
</html>