main
Anna Litwiller 2 years ago
parent d9a4390c8f
commit d48ed6ffe4

@ -0,0 +1,39 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>The Inexpensive IAP reduction system</title>
<link rel="stylesheet" href="CSS/stove.css">
<script>
function init() {
var loc = window.location.href;
var HTMLvalidLinkStr = 'http://validator.w3.org/check?uri=' + loc;
var CSSvalidLinkStr =
'http://jigsaw.w3.org/css-validator/validator?uri=' +
loc + '?profile=css3';
document.getElementById("vLink1").setAttribute("href",
HTMLvalidLinkStr);
document.getElementById("vLink2").setAttribute("href", CSSvalidLinkStr);
}
window.onload = init;
</script>
</head>
<body>
<ul class="nav">
<li class="news"><a href="index.html">Home</a></li>
<li class="news"><a href="hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="design.html">Design</a></li>
<li class="news"><a href="results.html">Results</a></li>
<li class="news"><a href="conclusion.html">Conclusion</a></li>
<li class="news"><a class="active" herf="about.html">About</a></li>
</ul>
<h1>The Inexpensive IAP Reduction System</h1>
<footer>
<a id="vLink1"><strong> HTML </strong> Valid! </a> |
<a id="vLink2"><strong> CSS </strong> Valid! </a>
</footer>
</body>
</html>

@ -28,6 +28,7 @@ window.onload = init;
<li class="news"><a href="design.html">Design</a></li>
<li class="news"><a href="results.html">Results</a></li>
<li class="news"><a class="active" href="conclusion.html">Conclusion</a></li>
<li class="news"><a herf="about.html">About</a></li>
</ul>
<h1>Conclusion</h1>
<p>

@ -106,9 +106,16 @@ h1 {
p{
margin: 10px;
font-size: 17px;
font-size: 18px;
}
.test li, .test2 li{
margin: 5px;
margin-left: 30px;
font-size: 18px;
}
.bigger {
font-size: 20px;
.test3 li {
font-size: 17px;
margin: 5px;
}

@ -44,16 +44,18 @@ window.onload = init;
<li class="sources">The marked shapes were cut using sheet metal snips. The shapes were
joining by folding the edges of the two-dimensional shapes to form threedimensional shapes.</li>
</ul>
Note: Pop rivets were used for speed, but the shapes can all be assembled using folded tabs.
<p>Note: Pop rivets were used for speed, but the shapes can all be assembled using folded tabs.</p>
</article>
<article>
<h2> Design of Combustion Chamber: </h2>
<p>
The combustion chamber is designed in a
rectangular prism shape. In the combustion chamber fuel (wood pieces) are
combusted. It was observed that inner chamber became red hot. To reduce
the heat losses from inner chamber, a jacket of coarse sand and heat
resistance refractory material was added (Fire Clay). As shown in the figure
to the right.
</p>
</article>
<article>
<img src="images/stove_design.png" height="300" class="floatright2" alt="Stove Design">

@ -21,10 +21,10 @@ window.onload = init;
<body>
<ul class="nav">
<li class="news"><a class="active" href="index.html">Home</a></li>
<li class="news"><a href="Hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="hyopthesis.html">Hypothesis</a></li>
<li class="news"><a href="design.html">Design</a></li>
<li class="news"><a href="Results.html">Results</a></li>
<li class="news"><a href="Conclusion.html">Conclusion</a></li>
<li class="news"><a href="results.html">Results</a></li>
<li class="news"><a href="conclusion.html">Conclusion</a></li>
</ul>
<h1>The Inexpensive IAP Reduction System</h1>

@ -28,7 +28,7 @@ window.onload = init;
<li class="news"><a href="conclusion.html">Conclusion</a></li>
</ul>
<h1>Results</h1>
<p class="bigger">For the experimental results the IAP reduction cook stove was compared to an open traditional fire in terms of
<p>For the experimental results the IAP reduction cook stove was compared to an open traditional fire in terms of
temperature carbon monoxide concentration and weight of particulates and tar released.</p>
<section>
<h2 class="floatright">Equipment Used</h2>

Loading…
Cancel
Save