/index.html

https://github.com/Oliyy/Simple-Bio-Website · HTML · 47 lines · 43 code · 4 blank · 0 comment · 0 complexity · ca910d5a3e2fe115ddf20f3a06607ec7 MD5 · raw file

  1. <html>
  2. <title>Kastel</title>
  3. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  4. <link rel="stylesheet" type="text/css" href="css/style.css">
  5. <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,600' rel='stylesheet' type='text/css'>
  6. <link href='http://fonts.googleapis.com/css?family=Mr+Dafoe' rel='stylesheet' type='text/css'>
  7. </head>
  8. <body>
  9. <div class="nav">
  10. <ul>
  11. <li><img src="images/pp.png" width="45" height="45"></li>
  12. <li><a href="index.html">Home</a></li>
  13. <li><a href="projects.html">Projects</a></li>
  14. </ul>
  15. </div>
  16. <div class="wrap">
  17. <div class="content">
  18. <div class="logo">
  19. <div><img src="images/pp.png"></div>
  20. <a href="index.html"><h1>Kastel</h1></a>
  21. </div>
  22. <p>I was in my 8th grade math class. All year a particular student, known for being a little wacky, had been occasionally pretending to be Pikachu. Some days he would sit there working on stuff '</p>
  23. <div class="footer-social-icons">
  24. <h4 class="_14">Follow me!</h4>
  25. <ul class="social-icons">
  26. <li>
  27. <a href="https://twitter.com/KastelOfficial" class="social-icon"> <i class="fa fa-twitter"></i></a>
  28. </li>
  29. <li>
  30. <a href="https://github.com/kastelofficial" class="social-icon"> <i class="fa fa-github"></i></a>
  31. </li>
  32. <li>
  33. <a href="https://www.reddit.com/user/c9_bae" class="social-icon"> <i class="fa fa-reddit-alien"></i></a>
  34. </li>
  35. <li>
  36. <a href="https://keybase.io/kastel" class="social-icon"> <i class="fa fa-key"></i></a>
  37. </li>
  38. </ul>
  39. </div>
  40. </div>
  41. </div>
  42. </body>
  43. </html>