Skip to content

Instantly share code, notes, and snippets.

@brantz
Created August 8, 2011 21:15
Show Gist options
  • Save brantz/1132763 to your computer and use it in GitHub Desktop.
Save brantz/1132763 to your computer and use it in GitHub Desktop.
dw example
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Check Magazine</title>
<link href="styles/check_cs5.css" rel="stylesheet" type="text/css" />
<script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
<link href="SpryAssets/check_menu.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="container" id="container">
<h1>Check Magazine: Fashion and Lifestyle</h1>
<div id="banner"><img src="images/banner.gif" width="968" height="100" alt="Check Magazine" />
<ul id="check_menu" class="MenuBarHorizontal">
<li><a href="news.html">Features</a> </li>
<li><a href="news.html" class="MenuBarItemSubmenu">Fashion</a>
<ul>
<li><a href="news.html">Shirts</a></li>
</ul>
</li>
<li><a href="news.html">Lifestyle</a> </li>
<li><a href="news.html">Calendar</a></li>
<li><a href="news.html">News</a></li>
</ul>
</div>
<div id="main_image">
<div id="main_text">
<h2>OPERATIVE WORDS</h2>
<h3>Stumbling into Mark S.’s Inner Circle</h3>
<p>The star from Double Identity, who prefers installing a skylight to the limelight, talks about working on the one of the toughest film shoots in history, family, and the starlet who’s not doing a very good job of hiding in his bathroom.</p>
</div>
</div>
<div id="left_column">
<p><img src="images/car.jpg" width="316" height="130" alt="Car" /></p>
<h2>Inside Tesla Motors®</h2>
<p><br />
The company that built the first high-performance, environmentally-friendly sports car opens up its factory, shares some of their secrets, and puts the vehicle to the ultimate test: putting two sworn enemies in the same two-seater.<br />
<a href="news.html">read more...</a></p>
</div>
<div id="center_column">
<p><img src="images/data_addict.jpg" width="316" height="130" alt="Data" /></p>
<h2>Facts And Figures</h2>
<p><br />
How much thrust would a jet engine need in order to get the entire city of London off the ground? We leave that to lesser minds. But if you want to talk Kierkegaard, you’ve come to the right place.<br />
<a href="news.html">read more...</a></p>
</div>
<div id="right_column">
<p><img src="images/helmet.jpg" width="316" height="130" alt="Helmet" /></p>
<h2>Today's Self Improvement</h2>
<p><br />
Whether you want advice on how to throw together a killer outfit, a dinner for two, or a killer punch, we’ve got you covered.<br />
<a href="news.html">read more...</a></p>
</div>
</div>
<script type="text/javascript">
var MenuBar1 = new Spry.Widget.MenuBar("check_menu", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment