Skip to content

Instantly share code, notes, and snippets.

@samuelkobe
Created July 22, 2012 06:41
Show Gist options
  • Save samuelkobe/3158715 to your computer and use it in GitHub Desktop.
Save samuelkobe/3158715 to your computer and use it in GitHub Desktop.
Showing matt Gist2
<!DOCTYPE html>
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if IE 9 ]> <html lang="en" class="no-js ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset='utf-8' />
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /><![endif]-->
<title>Blog - Company Name</title>
<meta content="authenticity_token" name="csrf-param" />
<meta content="h/E1b0iIoTqeG8axvIfgMNjSzCyEfohz0ZekZu6Anso=" name="csrf-token" />
<link href="/assets/application.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/assets/formatting.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/assets/theme.css" media="screen" rel="stylesheet" type="text/css" />
<link href="/assets/refinery/blog/frontend.css" media="screen" rel="stylesheet" type="text/css" /><link href="/assets/refinery/site_bar.css" media="screen" rel="stylesheet" type="text/css" />
<script src="/assets/modernizr-min.js" type="text/javascript"></script>
</head>
<body>
<div id='site_bar'>
<div id='site_bar_content' class='clearfix'>
<div id='editor_switch'>
<a href="/refinery/blog/comments">Switch to your website editor</a> </div>
<a href="http://refinerycms.com" id="site_bar_refinery_cms_logo" target="_blank"><img alt="Refinery (tm) Content Manager" src="/assets/refinery/logo-site-bar.png" /></a>
<div id='site_bar_branding'>
<span id='site_bar_company_name'>
Company Name
</span>
<a href="/refinery/logout" id="logout">Log out</a>
</div>
</div>
</div>
<div id="page_container">
<header id="header">
<h1 id='logo'>
<a href="/">Company Name</a>
</h1>
<nav id='menu' class='menu'>
<ul>
<li class='first'>
<a href="/">Home</a></li>
<li>
<a href="/about">About</a></li>
<li class='selected last'>
<a href="/blog">Blog</a></li>
</ul>
</nav>
</header>
<section id="page">
<section class="no_body no_side_body" id="body_content"><h1 id="body_content_title">Blog</h1>
<section id="body_content_left"><div class="inner">
<section id="blog_posts">
<article class="blog_post" id="post_1">
<header>
<h1><a href="/blog/posts/lick-hits-the-stamp">Lick hits the stamp</a></h1>
<section class='details'>
<time datetime="2009-11-20" class='posted_at'>
Posted on Nov 20
</time>
By samuelkobe.
<aside class='filed_in'>
Filed in
<a href="/blog/categories/fresh-water">Fresh Water</a>
</aside>
<aside class='tagged'>
Tagged
<a href="/blog/tagged/1/steelhead">steelhead</a>, <a href="/blog/tagged/2/river">river</a>, <a href="/blog/tagged/3/stamp">stamp</a>, <a href="/blog/tagged/4/big">big</a>, <a href="/blog/tagged/5/bc">bc</a>, <a href="/blog/tagged/6/fresh">fresh</a>, <a href="/blog/tagged/7/water">water</a>, and <a href="/blog/tagged/8/fishing">fishing</a>
</aside>
</section>
</header>
<section class='clearfix'>
<p>The guys hits fish after fish on the Stamp River's big rock.&#160;</p>
</section>
<footer>
<p>
<a href="/blog/posts/lick-hits-the-stamp">Read more</a>
</p>
<aside class='comment_count'>
(1 comment)
</aside>
</footer>
</article>
</section>
</div></section>
<section id="body_content_right"><div class="inner">
<h2>RSS Feed</h2>
<a href="/blog/feed.rss" id="rss_feed_subscribe">Subscribe</a>
<h2>Categories</h2>
<ul id='categories'>
<li>
<a href="/blog/categories/fresh-water">Fresh Water (1)</a>
</li>
</ul>
<h2>Tags</h2>
<nav id='tags'>
<a href="/blog/tagged/1/steelhead" class="tag4">steelhead</a>
<a href="/blog/tagged/2/river" class="tag4">river</a>
<a href="/blog/tagged/3/stamp" class="tag4">stamp</a>
<a href="/blog/tagged/4/big" class="tag4">big</a>
<a href="/blog/tagged/5/bc" class="tag4">bc</a>
<a href="/blog/tagged/6/fresh" class="tag4">fresh</a>
<a href="/blog/tagged/7/water" class="tag4">water</a>
<a href="/blog/tagged/8/fishing" class="tag4">fishing</a>
</nav>
<section id="blog_archive_widget">
<h2>Archives</h2>
<nav>
<ul>
<li><a href="/blog/archive/2009">2009 (1)</a></li>
</ul>
</nav>
</section>
</div></section></section>
</section>
<footer>
<p>
Copyright © 2012 Company Name
</p>
</footer>
</div>
<script src="/assets/application.js" type="text/javascript"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment