Guest User

Untitled

a guest
Jun 19th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.12 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. <link rel="stylesheet" href="css/normalize.css">
  7. <link rel="stylesheet" href="css/about_styles.css">
  8. <title>About Me</title>
  9. </head>
  10. <body>
  11. <div class="container">
  12. <div class="header">
  13. <h1>Madeline Smith</h1>
  14. </div><!-- end header -->
  15. <div class="image column">
  16. <img src="img/mjs.jpg" alt=mjs>
  17. </div><!-- end image -->
  18. <div class="intro column">
  19. <h2>Introduction</h2>
  20. <p>I am currently a senior data analyst and aspiring web developer. My passion is educational technology.</p>
  21. </div><!-- end intro -->
  22. <div class="skill column">
  23. <h3>My Skills</h3>
  24. <ul id="skill-list">
  25. <li>HTML</li>
  26. <li>CSS</li>
  27. <li>SAS</li>
  28. </ul>
  29. </div><!-- end skills -->
  30. <div class="main-text">
  31. <h3>More About Me</h3>
  32. <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>
  33. </div><!-- end container -->
  34. </body>
  35. </html>
Add Comment
Please, Sign In to add comment