Skip to content

Instantly share code, notes, and snippets.

@ofisia
Created July 8, 2011 06:06
Show Gist options
  • Save ofisia/1071236 to your computer and use it in GitHub Desktop.
Save ofisia/1071236 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
<title>@title, @name's Portfolio</title>
<link rel="alternate" type="application/atom+xml" href="@root_path/?/feed/">
<link rel="stylesheet" href="@root_path/public/docs/css/screen.css" type="text/css" media="screen">
</head>
<body>
<div id="container">
<h1 class="col four">
<a href="@root_path">@name</a> / @profession
</h1>
<em class="col three">@email</em>
<hr>
:navigation
get "/pagez/about" do
<div id="content" class="col eight">
<p class="date col one">&para;</p>
<div class="description col six">
<h2><a href="@root_path">@title</a></h2>
:media
@content
</div>
</div>
end
<hr>
<p id="footer" class="col six">&copy; Copyright @name @current_year <a class="atom-rss" href="@root_path/?/feed/">RSS</a><br>
<em>content managed by <a href="http://www.staceyapp.com">Stacey</a></em></p>
</div>
<script src="@root_path/public/docs/js/navigation.js" type="text/javascript" charset="utf-8"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment