You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.3 KiB
HTML

2 years ago
<!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>
2 years ago
<li class="news"><a class="active" href="about.html">About</a></li>
2 years ago
</ul>
2 years ago
<h1>About</h1>
<h2>Tanaka Chirara</h2>
<p>Future location of any important contact information or details about Tanaka</p>
<h2>Dr. Stephan Hubbard</h2>
<p>Maybe a section talking about Dr. Hubbard?</p>
2 years ago
<footer>
<a id="vLink1"><strong> HTML </strong> Valid! </a> |
<a id="vLink2"><strong> CSS </strong> Valid! </a>
</footer>
</body>
</html>