Skip to content

Instantly share code, notes, and snippets.

@tddewey
Created September 24, 2012 23:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tddewey/3779071 to your computer and use it in GitHub Desktop.
Save tddewey/3779071 to your computer and use it in GitHub Desktop.
Portland WP Meetup Group Demo
<!doctype HTML>
<html>
<head>
<title>Typography Demo</title>
<style type="text/css">
body {
max-width: 50rem;
margin: 5.5rem auto 5.5rem auto;
font-size: 1rem;
line-height: 1.375;
}
p, figure {
margin-bottom: 1.375rem;
}
img {
max-width: 100%;
}
</style>
</head>
<body>
<hgroup>
<h1>Avast ye who enter here</h1>
<h2 class="tagline">This be pirate, nay, Captain Amut Consecutar!</h2>
</hgroup>
<p>
Psst! Avast there! It be too late to alter course, mateys. And there be plundering pirates lurkin' in ev'ry cove, waitin' to board. Sit closer together and keep your ruddy hands in board. That be the best way to repel boarders. And mark well me words, mateys: Dead men tell no tales! Ye come seekin' adventure with salty old pirates, eh? Sure you've come to the proper place. But keep a weather eye open, mates, and hold on tight. With both hands, if you please. Thar be squalls ahead, and Davy Jones waiting for them what don't obey.
</p>
<figure style="float:right; max-width: 50%">
<img src="http://i825.photobucket.com/albums/zz173/grantsaylor/pirategirl.png">
<figcaption>The portrait of things to come - Marc Davis</figcaption>
</figure>
<p>
Quarter bowsprit lee black jack marooned hogshead parley walk the plank driver bilged on her anchor. Boatswain ahoy hulk belay lee trysail walk the plank interloper hearties careen. Chain Shot Jack Tar dead men tell no tales Brethren of the Coast chase guns yardarm prow loaded to the gunwalls barque piracy.
</p>
<p>
Splice the main brace matey bilge rat rope's end bucko Spanish Main gibbet lugsail bowsprit avast. Loaded to the gunwalls port barque handsomely lateen sail ballast plunder take a caulk aft rum. Sink me! trysail gabion Yellow Jack landlubber or just lubber knave square-rigged chantey ahoy topsail.
</p>
<h2>Strike yer colors, ye bloomin cockroachers, by thunder we'll see ya to Davy Jones!</h2>
<p>
Sheet mizzen lugger red ensign Corsair scallywag dance the hempen jig loaded to the gunwalls topsail run a shot across the bow. Wherry keelhaul yard galleon case shot lugsail poop deck fluke smartly grapple. Jolly boat pillage Gold Road cog wench bowsprit yardarm Plate Fleet belaying pin sutler.
</p>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment