Skip to content

Instantly share code, notes, and snippets.

@samuelkobe
Created July 22, 2012 06:31
Show Gist options
  • Save samuelkobe/3158678 to your computer and use it in GitHub Desktop.
Save samuelkobe/3158678 to your computer and use it in GitHub Desktop.
Showing matt Gist
<!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>Home - Company Name</title>
<link rel="canonical" content="/" /> <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/home.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='selected first'>
<a href="/">Home</a></li>
<li>
<a href="/about">About</a></li>
<li class='last'>
<a href="/blog">Blog</a></li>
</ul>
</nav>
</header>
<section id="page">
<section class="no_body_content_left no_body_content_right" id="body_content"><h1 id="body_content_title">Home</h1>
<section id="body"><div class="inner"><p>Welcome to our site. This is just a place holder page while we gather our content.</p></div></section>
<section id="side_body"><div class="inner"><p>This is another block of content over here.</p></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