</head>
<body>
-<!--~main_body {~-->
+<!--~$body show {~-->
<h2>Narrative Example</h2>
<p>When you <a href="./">commission Jason Woofenden</a> you are asked to write about your change/addition in the form of a first-person narrative. In this narrative you write as if the change/addition you would like has already been implemented. You write the specifics of what you do and what you see as a result.</p>
<p>Here is an example of a narrative for a new page:</p>
- <p class="boxed">I go to my home page, (or any other page on my site) and I click a link labeled "Contact Us" which is just below the "About Us" link on the left. Then I see a page with a headline "Contact Us" and a form with these fields: "Name", "E-mail", "Comments" and a button "Send". When I click "Send", all information entered is e-mailed to foo@example.com and I see a page with the headline "Thank You" and this paragraph: "Thank you for your interest. We can usually reply within one business day."</p>
+ <blockquote>I go to my home page, (or any other page on my site) and I click a link labeled "Contact Us" which is just below the "About Us" link on the left. Then I see a page with a headline "Contact Us" and a form with these fields: "Name", "E-mail", "Comments" and a button "Send". When I click "Send", all information entered is e-mailed to foo@example.com and I see a page with the headline "Thank You" and this paragraph: "Thank you for your interest. We can usually reply within one business day."</blockquote>
<p>After Jason makes the changes, you can verify that they are complete by following the steps in the narrative and making sure you can see everything it describes.</p>
<!--~}~-->
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html xmlns="http://www.w3.org/1999/xhtml">
+<html lang="en" class="no-js">
<head>
- <title>JasonWoof -- Website Services</title>
- <link rel="stylesheet" href="style_4.css" type="text/css" />
- <link rel="stylesheet" href="tasks_2.css" type="text/css" />
+ <script>(function(H){H.className=H.className.replace(/\bno-js\b/,'js')})(document.documentElement)</script>
+ <title>JasonWoof -- ~title~</title>
+ <!--[if lt IE 9]>
+ <script src="html5.js"></script>
+ <![endif]-->
+ <style>
+ @font-face {
+ font-family: 'jasonwooflogo';
+ src: url('jasonwooflogo.eot');
+ src: url('jasonwooflogo.eot?#iefix') format('embedded-opentype'), url('jasonwooflogo.woff') format('woff'), url('jasonwooflogo.ttf') format('truetype'), url('jasonwooflogo.svg#jasonwooflogo') format('svg');
+ font-weight: normal;
+ font-style: normal;
+ }
+ header {
+ font: 52px jasonwooflogo;
+ }
+ </style>
+ <link rel="stylesheet" href="style_11.css">
+ <link rel="stylesheet" href="tasks_11.css">
</head>
-<body onload="document.getElementById('screen_height').style.height = (window.innerHeight ? window.innerHeight : document.documentElement.clientWidth) + 'px'">
- <div id="background"></div>
- <div id="background2"></div>
-
- <div id="box0">
- <div id="screen_height" style="height: 10px; width: 0px; float: left"></div>
- <div id="box1">
- <div id="box2">
- <div id="box3">
- <p id="logo"></p>
-
- <div id="body" class="~basename~_body">
- <!--~logout_bar~-->
- <!--~wfpl_messages {~-->
- <!--~ first {~-->
- <div style="border: 2px solid red; background: #fbb; padding: 5px; margin: 20px 0px">
- <!--~}~-->
- <p style="font-size: 120%; padding: 5px; margin: 0px">~data html~</p>
- <!--~ sep {~-->
- <hr />
- <!--~}~-->
- <!--~ last {~-->
- </div>
- <!--~}~-->
- <!--~}~-->
- <!--~main_body~-->
- </div>
- <div id="agpl_footer"><a href="http://gitorious.org/contractor-progress/contractor-progress">The code</a> that runs this website is licensed under the <a href="http://www.gnu.org/licenses/agpl.html">AGPL</a>.</div>
+<body id="~$basename~_body" class="real_body_tag">
+ <div id="centerer"><div id="centerer2">
+ <div id="lsquig"><div id="lsquigi"></div></div>
+ <div id="rsquig"><div id="rsquigi"></div></div>
+ <header>JasonWoof<br>•</header>
+ <nav>
+ ~menu~
+ </nav>
- <div id="badges">
- <a href="http://www.fsf.org/register_form?referrer=4579" title="Please support the Free Software Foundation"><img width="88" height="31" src="images/fsf4579.png" alt="[FSF Associate Member]" /></a> <a href="http://en.wikinews.org/wiki/Main_Page" title="News by and for the community"><img width="88" height="31" src="images/wikinews_badge.png" alt="[WikiNews]" /></a> <a href="http://endsoftpatents.org/innovating-without-patents" title="Software patents inhibit progress"><img width="88" height="31" src="images/esp-iwp.png" alt="[Innovating Without Patents]" /></a>
- </div>
- </div>
- </div>
- </div>
- </div>
+ <div id="main-body">
+ <article>
+ <!--~logout_bar~-->
+ ~$body~
+ </article>
+ <div style="clear: both"></div>
+ </div>
+ <div style="clear: both"></div>
+ <footer>
+ Jason Woof
+ </footer>
+ </div></div>
</body>
</html>