Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <title>Howard - Project Management</title>
- <link rel="stylesheet" href="style.css">
- </head>
- <body>
- <header>
- <nav>
- <ul>
- <li><a href="index.html">Home Page</a></li>
- <li><a href="howard-chapter2.html">Chapter 2</a></li>
- <li><a href="howard-projectmanagement.html">Project Mgmt</a></li>
- <li><a href="#">Link 4</a></li>
- <li><a href="howard-aboutme.html">About Me</a></li>
- </ul>
- </nav>
- </header>
- <div id="wrapper">
- <h1>Project Management</h1>
- <h2>Define</h2>
- <img src="assets/Project-Management-Define.jpg" width="300" height="227" alt="image 1">
- <hr>
- <h2>Structure</h2>
- <img src="assets/Project-Management-Structure.jpg" width="300" height="227" alt="image 2">
- <hr>
- <h2>Design</h2>
- <img src="assets/Project-Management-Design.jpg" width="300" height="227" alt="image 3">
- <hr>
- <h2>Build and Test</h2>
- <img src="assets/Project-Management-Build-Test.jpg" width="300" height="227" alt="image 4">
- <hr>
- <h2>Delivery</h2>
- <img src="assets/Project-Management-Delivery.jpg" width="300" height="227" alt="iamge 5">
- <hr>
- </div>
- <footer>
- <div class="left">
- © Jacob Howard 2017
- <h4>Contact: <a href="mailto:redact">redact</a></h4>
- </div>
- <div class="right">
- Style Guide:
- <ul>
- <li>Blue, White, Yellow, Gray</li>
- <li>Serif: Courier; Sans-serif: Arial</li>
- </ul>
- </div>
- </footer>
- </body>
- </html>
Advertisement