Guest User

Untitled

a guest
Jun 22nd, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1">
  6. <title>About Me</title>
  7. <link rel="stylesheet" href="css/normalize.css">
  8. <link rel="stylesheet" href="css/about_styles.css">
  9. </head>
  10. <body>
  11. <div class="nav">
  12. <ul>
  13. <li><a href="index.html">FAQ</a></li>
  14. <li><a href="contact.html">Contact</a></li>
  15. <li><a href="index.html">Work</a></li>
  16. <li><a href="#">About</a></li>
  17. <li><a href="index.html">Home</a></li>
  18. </ul>
  19. </div>
  20. <div class="container">
  21. <div class="header">
  22. <h1>Madeline Smith</h1>
  23. </div><!-- end header -->
  24. <div class="image column">
  25. <img src="img/mjs.jpg" alt=mjs>
  26. </div><!-- end image -->
  27. <div class="intro column">
  28. <h2>Introduction</h2>
  29. <p>I am currently a senior data analyst and aspiring web developer. My passion is educational technology.</p>
  30. </div><!-- end intro -->
  31. <div class="skill column">
  32. <h3>My Skills</h3>
  33. <ul id="skill-list">
  34. <li>HTML</li>
  35. <li>CSS</li>
  36. <li>SAS</li>
  37. </ul>
  38. </div><!-- end skills -->
  39. <div class="main-text">
  40. <h3>More About Me</h3>
  41. <p>Completed my Ph.D. in Educational Policy at the College of William and Mary. Seeking to merge my passions for education and technology as I begin my careeer as a web developer.</p>
  42. </div><!-- end container -->
  43. </body>
  44. </html>
Add Comment
Please, Sign In to add comment