Skip to content

Instantly share code, notes, and snippets.

@mushon
Created February 16, 2010 01:17
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 mushon/305177 to your computer and use it in GitHub Desktop.
Save mushon/305177 to your computer and use it in GitHub Desktop.
I have fixed the reference to the css file. jkhurd1 has used: "dumplings/css/blueprint/screen.css" while the html page is already in the dumplings folder so there's no need for mentioning that again ("css/blueprint/screen.css" is enough). I have also chan
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd"
>
<html lang="en">
<head>
<title>Order Dumplings in Chinese</title>
<link href="css/blueprint/screen.css" rel="stylesheet" type="text/css" media="screen, projection"/>
</head>
<body>
<!-- Insert your content here -->
<div id="container">
<div id="header">
<h1>: How to Order Dumplings in Chinese :</h1>
<div id="step1">
<h2>Step 1</h2>
<p>Listen Carefully and Recite Out Loud</p>
<img src="images/studying.jpg" alt="studying hard">
<div class="caption">me listening to recording device</div>
</div>
<div id="step2">
<h2>Step 2</h2>
<p>Arrive at North Dumpling in NYC's Lower East Side</p>
<img src="images/north_dumpling.jpg" alt="north dumpling NYC lower east side">
<div class="caption">we're here and hungry!</div>
</div>
<div id="step3">
<h2>Step 3</h2>
<p>Order Carefully</p>
<img src="images/ordering.jpg" alt="ordering dumplings">
<div class="caption">talking to the chef</div>
</div>
<div id="step4">
<h2>Step 4</h2>
<p>Victory Is Ours!</p>
<p>
<img src="images/dumplings.jpg" alt="dumplings">
<div class="caption">8 dumplings for 2 bucks!</div>
</div>
<div id="step5">
<h2>Step 5</h2>
<p>The dumplings are gone</p>
<p>If you enjoyed the dumplings try and say goodbye and thank you!</p>
<img src="images/finished.jpg" alt="dumplings finished">
<div class="caption">until next time...</div>
</div>
<div id="links">
<ul>
<li>step 1</li>
<li>step 2</li>
<li>step 3</li>
<li>step 4</li>
<li>step 5</li>
</ul>
</div>
</div>
<div id="footer">
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment