/about.html

https://gitlab.com/ashishna/hayden · HTML · 73 lines · 70 code · 3 blank · 0 comment · 0 complexity · 54011baadc1cdf716be4e985948b91e9 MD5 · raw file

  1. <!DOCTYPE html>
  2. <html lang="en" >
  3. <head>
  4. <title> About Us </title>
  5. <meta charset="utf-8" />
  6. <meta name="description" content="security, HTML," />
  7. <meta name="author" content="Hayden Smith" />
  8. <link href="styles/style.css" rel="stylesheet"/>
  9. </head>
  10. <body>
  11. <header class="banner">
  12. <img class="cyber" src="images/cybersecuritylogo.jpg" alt="cyberlogo" height="100" width="600"/>
  13. <nav>
  14. <ul>
  15. <li><a href="index.html" title="Return to our home page"> Home Page</a> </li>
  16. <li><a href="jobs.html" title="Click here for all available Jobs">Available Positions</a></li>
  17. <li><a href="apply.html" title="Click here to apply">Apply Now</a> </li>
  18. <li><a href="about.html" title="About us">About Us</a></li>
  19. <li><a href="enhancements.html" title="Click here for extra info">Extras</a></li>
  20. </ul>
  21. </nav>
  22. </header>
  23. <section>
  24. <h1> Information About Us </h1>
  25. <h2 id="name"> Hayden Smith </h2>
  26. <h2 id="number">100059015 </h2>
  27. <img id="me" src="images/me2.jpg" alt="SelfPortrait" height="200" width="200" />
  28. <p id="steve"> Tutors name: Steve Rocks </p>
  29. <p id="tutorial">Tutorial Date and time: Wednesdays 2:30pm BA408</p>
  30. <p id="course">Current Course: Bachelor of Computer Science</p>
  31. <table id="timetable">
  32. <thead>
  33. <tr>
  34. <td >Semester 1 - Timetable</td>
  35. </tr>
  36. </thead>
  37. <tr>
  38. <td><a href="#"><img src="images/timetable.png" alt="Cyber" height="400" width="400" /></a>
  39. </td>
  40. </tr>
  41. </table>
  42. <p id="mail">
  43. <a href="mailto:hayds_@hotmail.com">Send Mail to Hayden!</a>
  44. </p>
  45. </section>
  46. <aside>
  47. <img src="images/mask.jpg" alt="cyber2" height="230" width="250"/><a class="title-links" href="#"></a>
  48. </aside>
  49. <aside>
  50. <img src="images/skull.jpg" alt="cyber2" height="230" width="250"/><a class="title-links" href="#"></a>
  51. </aside>
  52. <aside>
  53. <img src="images/shield.jpg" alt="cyber2" height="230" width="250"/><a class="title-links" href="#"></a>
  54. </aside>
  55. <aside>
  56. <img src="images/password.jpg" alt="cyber2" height="221" width="250"/><a class="title-links" href="#"></a>
  57. </aside>
  58. <footer>
  59. <ul>
  60. <li><a href="">Support</a></li>
  61. <li><a href="">Contact</a></li>
  62. <li><a href="">More Info</a></li>
  63. </ul>
  64. <p>
  65. &#169; Hayden Smith 2016. All rights reserved.
  66. </p>
  67. <div class="clear"></div>
  68. </footer>
  69. </body>
  70. </html>