/index.html
https://github.com/Oliyy/Simple-Bio-Website · HTML · 47 lines · 43 code · 4 blank · 0 comment · 0 complexity · ca910d5a3e2fe115ddf20f3a06607ec7 MD5 · raw file
- <html>
- <title>Kastel</title>
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <link rel="stylesheet" type="text/css" href="css/style.css">
- <link href='http://fonts.googleapis.com/css?family=Open+Sans:300,600' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Mr+Dafoe' rel='stylesheet' type='text/css'>
- </head>
- <body>
- <div class="nav">
- <ul>
- <li><img src="images/pp.png" width="45" height="45"></li>
- <li><a href="index.html">Home</a></li>
- <li><a href="projects.html">Projects</a></li>
- </ul>
- </div>
- <div class="wrap">
- <div class="content">
- <div class="logo">
- <div><img src="images/pp.png"></div>
- <a href="index.html"><h1>Kastel</h1></a>
- </div>
- <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>
- <div class="footer-social-icons">
- <h4 class="_14">Follow me!</h4>
- <ul class="social-icons">
- <li>
- <a href="https://twitter.com/KastelOfficial" class="social-icon"> <i class="fa fa-twitter"></i></a>
- </li>
- <li>
- <a href="https://github.com/kastelofficial" class="social-icon"> <i class="fa fa-github"></i></a>
- </li>
- <li>
- <a href="https://www.reddit.com/user/c9_bae" class="social-icon"> <i class="fa fa-reddit-alien"></i></a>
- </li>
- <li>
- <a href="https://keybase.io/kastel" class="social-icon"> <i class="fa fa-key"></i></a>
- </li>
- </ul>
- </div>
- </div>
- </div>
- </body>
- </html>