HTML

howard-projectmanagement.html

Feb 23rd, 2017
241
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.44 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Howard - Project Management</title>
  5. <link rel="stylesheet" href="style.css">
  6. </head>
  7. <body>
  8. <header>
  9.   <nav>
  10.     <ul>
  11.       <li><a href="index.html">Home Page</a></li>
  12.       <li><a href="howard-chapter2.html">Chapter 2</a></li>
  13.       <li><a href="howard-projectmanagement.html">Project Mgmt</a></li>
  14.       <li><a href="#">Link 4</a></li>
  15.       <li><a href="howard-aboutme.html">About Me</a></li>
  16.     </ul>
  17.   </nav>
  18. </header>
  19. <div id="wrapper">
  20.   <h1>Project Management</h1>
  21.   <h2>Define</h2>
  22.   <img src="assets/Project-Management-Define.jpg" width="300" height="227" alt="image 1">
  23.   <hr>
  24.   <h2>Structure</h2>
  25.   <img src="assets/Project-Management-Structure.jpg" width="300" height="227" alt="image 2">
  26.   <hr>
  27.   <h2>Design</h2>
  28.   <img src="assets/Project-Management-Design.jpg" width="300" height="227" alt="image 3">
  29.   <hr>
  30.   <h2>Build and Test</h2>
  31.   <img src="assets/Project-Management-Build-Test.jpg" width="300" height="227" alt="image 4">
  32.   <hr>
  33.   <h2>Delivery</h2>
  34.   <img src="assets/Project-Management-Delivery.jpg" width="300" height="227" alt="iamge 5">
  35.   <hr>
  36. </div>
  37. <footer>
  38.   <div class="left">
  39. &copy; Jacob Howard 2017 &nbsp; &nbsp;
  40.     <h4>Contact: <a href="mailto:redact">redact</a></h4>
  41.   </div>
  42.   <div class="right">
  43. Style Guide:
  44.     <ul>
  45.       <li>Blue, White, Yellow, Gray</li>
  46.       <li>Serif: Courier; Sans-serif: Arial</li>
  47.     </ul>
  48.   </div>
  49. </footer>
  50. </body>
  51. </html>
Advertisement
Comments
  • User was banned
Add Comment
Please, Sign In to add comment