Adding a New Page
Edit text in parentheses ()
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>(New Page Title)</title>
<! Edit stylesheet link as needed -->
<link rel="stylesheet" href="../../stylesheets/default.css" />
<!--[if IE]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body>
<header>
<div id="logoTxt">
<h1> Caltrans Quarter Century Club</h1>
<h3> (New Page Title)</h3>
</div>
</header>
<section id="mainRight" class="clear">
<nav>
<ul>
<li><a href="../../index.html">CTQCC Home</a></li>
<li><a href="../../Feedback/feedback-form.html">Feedback</a></li>
</ul>
</nav>
<!-- Comment out next two lines if not applicable -->
<iframe src="(new-image.jpg,png,etc)" height="480" width="956"></iframe>
<a href="http://www.page-reference.com">Page Reference</a>
<section class="columns clear">
<p>
(Add text here)
</p>
</section>
<!-- end columns -->
<h5 id="signature">Caltrans Quarter Century Club | (New Page Title)</h5>
<footer>
<! Edit links as needed -->
<p> <a href="../../District11/">District 1</a></p>
<p><a href="../../District2/">District 2</a></p>
<p><a href="../../District3/">District 3</a></p>
<p><a href="../../District4/">District 4</a></p>
<p><a href="../../District5/">District 5</a></p>
<p><a href="../../District6/">District 6</a></p>
<p><a href="../../District7/">District 7</a></p>
<p><a href="../../District8/">District 8</a></p>
<p><a href="../../District9/">District 9</a></p>
<p><a href="../../District10/">District 10</a></p>
<p><a href="../index.html">District 11</a></p>
<p><a href="../../CentralDistrict/">Central District</a></p>
</footer>
</section>
<!-- end mainRight -->
</body>
</html>