Advertisement
Guest User

Untitled

a guest
May 4th, 2014
246
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <link type="text/css" rel="stylesheet" href="stylesheet.css"/>
  5. <title>About Me</title>
  6. <meta http-equiv="refresh" content="1" > <!--TEMPORARY-->
  7. </head>
  8. <body>
  9. <div class="left">
  10. <h2 class=tableheader>About Me:</h2>
  11. <ul>
  12. <li>I am a 16 year old boy from East Norriton, PA.</li>
  13. <li>I am currently attending Norristown Area High School.</li>
  14. <li>Next year, I will be attending Montgomery Technical school for networking.</li>
  15. <li>I have been programming since I was 11.</li>
  16. <li>I am fluent in HTML5/CSS, and am currently in the process of learning Javascript and Objective C.</li>
  17. <li>Social Plug:
  18. <br></br><br></br>
  19. <a class="links" href="http://www.twitter.com/AlexNoyle">Twitter</a><br></br>
  20. <a class="links" href="http://instagram.com/alexnoyle">Instagram</a><br></br>
  21. <a class="links" href="https://www.youtube.com/user/alexnoyle">Youtube</a><br></br>
  22. <a class="links" href="http://stackoverflow.com/users/3366059/alex-noyle">Stack Overflow</a>
  23. </li>
  24. </ul>
  25. </div>
  26. <div class="right">
  27. <h2 class="tableheader">Experience:</h2>
  28. <ul>
  29. <li>Avid member of the IOS Jailbreaking community since 2009.</li>
  30. <li>Advanced Linux command line user / ESN flasher.</li>
  31. <li>UNIX Filesystem reverse-engineering since 2012.</li>
  32. <li>Undisclosed and EXITING projects coming in the near future. *Hint: Modifying IOS*</li>
  33. <li>Your project here! As a freelance developer I can do almost anything you request.</li>
  34. <li>Open Source is the future. Get the source code for this website here:
  35. </li>
  36. <br></br><br></br>
  37. <!--Add proper download links below-->
  38. <a class="links" href="www.google.com">Mirror 1</a>&nbsp;|
  39. <a class="links" href="www.twitter.com">Mirror 2</a>
  40. </ul>
  41. </div>
  42. <div class="middle">
  43. <h2>Alex Noyle</h2>
  44. <h4>My Vision</h4>
  45. <h4>Contact</h4>
  46. <p>You can e-mail me @ alexnoyle@icloud.com. I reply quickly and have a self-proclaimed good sense of design with a bias to minimalism and simplicity.</p>
  47. </div>
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement