Advertisement
Guest User

about

a guest
Aug 18th, 2015
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.69 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Nick Pettit | Designer</title>
  6. <link rel="stylesheet" href="css/normalize.css">
  7. <link href='http://fonts.googleapis.com/css?family=Changa+One|Open+Sans:400italic,700italic,400,700,800' rel='stylesheet' type='text/css'>
  8. <link rel="stylesheet" href="css/main.css">
  9. <link rel="stylesheet" href="css/responsive.css">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  11. </head>
  12. <body>
  13. <header>
  14. <a href="index.html" id="logo">
  15. <h1>Nick Pettit</h1>
  16. <h2>Designer</h2>
  17. </a>
  18. <nav>
  19. <ul>
  20. <li><a href="index.html">Portfolio</a></li>
  21. <li><a href="about.html" class="selected">About</a></li>
  22. <li><a href="contact.html">Contact</a></li>
  23. </ul>
  24. </nav>
  25. </header>
  26. <div id="wrapper">
  27. <section>
  28. <img src="img/nick.jpg" alt="Photograph of Nick Pettit" class="profile-photo">
  29. <h3>About</h3>
  30. <p>Hi, I'm Nick Pettit! This is my design portfolio where I share all of my favroite work. When I'm not designing things, I enjoy exercising, playing video games, drinking good coffee, and more.</p>
  31. <p>If you'd like to follow me on Twitter, my username is <a href="http://twitter.com/nickrp">@nickrp</a>.</p>
  32. </section>
  33. <footer>
  34. <a href="http://twitter.com/nickrp"><img src="img/twitter-wrap.png" alt="Twitter Logo" class="social-icon"></a>
  35. <a href="http://facebook.com/nickpettit"><img src="img/facebook-wrap.png" alt="Facebook Logo" class="social-icon"></a>
  36. <p>&copy; 2014 Nick Pettit.</p>
  37. </footer>
  38. </div>
  39. </body>
  40. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement