Tip: Click lines to highlight, hold ctrl/cmd to multi-select
http://codedumper.com/arone (16-Jul @ 20:17)
Syntax Highlighted Code
- <!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">
- <title>VisualFit - Fitness for your eyes</title>
- <link href="css.css" rel="stylesheet" type="text/css" />
- <link rel="shortcut icon" href="images/favicon.ico" />
- <!--[if lt IE 7.]>
- <script defer type="text/javascript" src="pngfix.js"></script>
- <![endif]-->
- </script>
- </head>
- <div id="container2" class="container">
- <div id="header">
- <ul id="menu">
- </ul>
- <div id="logo">
- </div>
- </div>
- <div id="block_main" class="block">
- <div class="block_inside">
- <div class="text_block">
- <h2>Track Your Fitness</h2>
- <p>Use Visual<b>Fit</b>, to track your exercise and view your progress using graphs and charts. Tell Visual<b>Fit</b> what kind of exercise you did and for how long and we'll store this as a workout. You can get statistics about this workout instantly, for example your average speed and how many calories you burned.</p>
- <a href="getstarted.html" class="button">Get Started!</a>
- </div>
- </div>
- </div>
- <div id="block_details">
- <div id="items">
- <div class="mini_item">
- <!-- <img src="images/ribbon_free.png" class="ribbon" alt="Free!" />
- -->
- <div class="block_inside">
- <img class="thumbnail" src="images/piechart.jpg" alt="Pie Chart" />
- <h3>Graphs & Charts</h3>
- <p>View your progress over time, displayed on graphs, charts and tasty pies! <br/> Compare the distance you ran this month with last easily by checking out your graph of runs for this year. Simple.</p>
- </div>
- </div>
- <div class="mini_item">
- <!-- <img src="images/ribbon_promo.png" class="ribbon" alt="Only €5!" /> -->
- <div class="block_inside">
- <img class="thumbnail" src="images/totals.png" alt="Totals" />
- <h3>Total Stats Overload!</h3>
- <p>See how many calories you have burnt off this month, even this year or how many kilometres you have ran in the last 6 months.</p>
- </div>
- </div>
- <div class="mini_item">
- <!-- <img src="images/ribbon_promo.png" class="ribbon" alt="Only €5!" />
- -->
- <div class="block_inside">
- <img class="thumbnail" src="images/free.jpg" alt="Free!" />
- <h3>Free-ly track</h3>
- <p>You should be able to track your fitness freely and thats why we have a free plan, on which you can easily track your last 30 days of exercise and get most of the benefits enjoyed by paying users.</p>
- </div>
- </div>
- <div class="mini_item">
- <!-- <img src="images/ribbon_promo.png" class="ribbon" alt="Only €5!" />
- -->
- <div class="block_inside">
- <img class="thumbnail" src="images/money.jpg" alt="Money" />
- </div>
- </div>
- <div class="mini_item">
- <img src="images/ribbon_soon.png" class="ribbon" alt="Coming Soon!" />
- <div class="block_inside">
- <img class="thumbnail" src="images/mobile.jpg" alt="Mobile" />
- <h3>Check your stats on-the-go</h3>
- </div>
- </div>
- <div class="mini_item">
- <img src="images/ribbon_soon.png" class="ribbon" alt="Coming Soon!" />
- <div class="block_inside">
- <img class="thumbnail" src="images/twitter.jpg" alt="Twitter" />
- <h3>Twitter Integration</h3>
- <p>Are you already a Twitter user? Why not log your updates in simple tweets? With Twitter integrated this is possible and is processed exactly as if you entered the workout on the main site.</p>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div id="footer">
- <div class="container">
- <div class="footer_column long">
- <h3>Created by Alan Rice.</h3>
- <p>concepted. designed. coded. maintained.</p>
- <p>v0.1alpha</p>
- </div>
- <div class="footer_column">
- <h3>Site Stats</h3>
- <li>Total users: </li>
- <li>Total workouts: </li>
- <li>Total calories: </li>
- <li>Total kilometres run: </li>
- </ul>
- </div>
- </div>
- </div>
- </div>
- </body>
- </html>
Plain Code
<!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">
<head>
<title>VisualFit - Fitness for your eyes</title>
<link href="css.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="images/favicon.ico" />
<!--[if lt IE 7.]>
<script defer type="text/javascript" src="pngfix.js"></script>
<![endif]-->
</script>
</head>
<body>
<div id="container2" class="container">
<div id="header">
<ul id="menu">
<li><a href="" class="active">Home</a></li>
<li><a href="">Get Started</a></li>
<li><a href="">Login</a></li>
<li><a href="">F.A.Q.</a></li>
<li><a href="">Blog</a></li>
<li><a href="">Contact</a></li>
</ul>
<div id="logo">
<h1>VisualFit</h1><small>Because seeing is believing</small>
</div>
</div>
<div id="block_main" class="block">
<div class="block_inside">
<div class="image_block"><img src="images/surfer.jpg" alt="Surfer"/></div>
<div class="text_block">
<h2>Track Your Fitness</h2>
<p>Use Visual<b>Fit</b>, to track your exercise and view your progress using graphs and charts. Tell Visual<b>Fit</b> what kind of exercise you did and for how long and we'll store this as a workout. You can get statistics about this workout instantly, for example your average speed and how many calories you burned.</p>
<p>Visual<b>Fit</b> is quick and simple to use and best of all it's free! So try it today!</p>
<a href="getstarted.html" class="button">Get Started!</a>
</div>
</div>
</div>
<div id="block_details">
<div id="items">
<div class="mini_item">
<!-- <img src="images/ribbon_free.png" class="ribbon" alt="Free!" /> -->
<div class="block_inside">
<img class="thumbnail" src="images/piechart.jpg" alt="Pie Chart" />
<h3>Graphs & Charts</h3>
<p>View your progress over time, displayed on graphs, charts and tasty pies! <br/> Compare the distance you ran this month with last easily by checking out your graph of runs for this year. Simple.</p>
</div>
</div>
<div class="mini_item">
<!-- <img src="images/ribbon_promo.png" class="ribbon" alt="Only €5!" /> -->
<div class="block_inside">
<img class="thumbnail" src="images/totals.png" alt="Totals" />
<h3>Total Stats Overload!</h3>
<p>See how many calories you have burnt off this month, even this year or how many kilometres you have ran in the last 6 months.</p>
</div>
</div>
<div class="mini_item">
<!-- <img src="images/ribbon_promo.png" class="ribbon" alt="Only €5!" /> -->
<div class="block_inside">
<img class="thumbnail" src="images/free.jpg" alt="Free!" />
<h3>Free-ly track</h3>
<p>You should be able to track your fitness freely and thats why we have a free plan, on which you can easily track your last 30 days of exercise and get most of the benefits enjoyed by paying users.</p>
</div>
</div>
<div class="mini_item">
<!-- <img src="images/ribbon_promo.png" class="ribbon" alt="Only €5!" /> -->
<div class="block_inside">
<img class="thumbnail" src="images/money.jpg" alt="Money" />
<h3>Extra! Extra! Only €5!</h3>
<p>You don't have to pay to track your fitness, but if you do you get a host of extras, such as the ability to view your exercise since you joined, set goals for you to meet, challenge other Visual<b>Fit</b> users and an ad-free experience.</p>
</div>
</div>
<div class="mini_item">
<img src="images/ribbon_soon.png" class="ribbon" alt="Coming Soon!" />
<div class="block_inside">
<img class="thumbnail" src="images/mobile.jpg" alt="Mobile" />
<h3>Check your stats on-the-go</h3>
<p>Almost all exercise is done away from a computer so with the mobile version of Visual<b>Fit</b> you can log your workouts as soon as you are finished. The mobile site not only provides all the features of the main site but is deliverd in a mobile friendly layout and size.</p>
</div>
</div>
<div class="mini_item">
<img src="images/ribbon_soon.png" class="ribbon" alt="Coming Soon!" />
<div class="block_inside">
<img class="thumbnail" src="images/twitter.jpg" alt="Twitter" />
<h3>Twitter Integration</h3>
<p>Are you already a Twitter user? Why not log your updates in simple tweets? With Twitter integrated this is possible and is processed exactly as if you entered the workout on the main site.</p>
</div>
</div>
</div>
<div id="text_column"><img src="jump.png" alt="Jump!" /></div>
</div>
</div>
<div id="footer">
<div class="container">
<div class="footer_column long">
<h3>Created by Alan Rice.</h3>
<p>concepted. designed. coded. maintained.</p>
<p>v0.1alpha</p>
</div>
<div class="footer_column">
<h3>Site Stats</h3>
<ul>
<li>Total users: </li>
<li>Total workouts: </li>
<li>Total calories: </li>
<li>Total kilometres run: </li>
</ul>
</div>
</div>
</div>
</div>
</body>
</html>