<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8" />
  <link rel="shortcut icon" href="avatar.webp" />
  <meta name="viewport" content="width=device-width, initial-scale=1" />
  <meta name="theme-color" content="#343a40" />
  <meta
          name="description"
          content="Links To My Accounts | Developed By - Your Name"
  />  
  <link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
  <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
     <title>Christian Åhs Grevsjö</title>
     <style>
       body{
         background-color: #faf8ef;
       }
       h5{
             color: #343a40;
       }
       .name{
           color: #343a40;
       }
       .love{
           color: #343a40 !important;
       }
       /*----------------- Mail-------------------- */
       #email{
           text-decoration: none;
           float: right;
           color:#343a40;
       }
       .footer{
           margin-top: 5% !important;
           margin-bottom: 10px;
       }
       @media (max-width: 479px) {
            .footer{
            margin-top: 35% !important;
            }
       }
     </style>
</head>
<body>
<div class="container">
  <div class="media mt-5">
    <img src="avatar.webp" class="m-3" alt="image" width="75px" height="75px">
    <div class="media-body m-2">
      <h1 class="align-items-center mt-2">Christian Åhs Grevsjö</h1>
      <p>
      Hej jag är Christian 👋 </br>
      Jag bor i Jönköping, Sverige.</p>
    </div>
  </div>
<div class="mt-4">
  <a href="https://www.snowracer.se" class="btn btn-outline-dark btn-block" role="button"><i class="fa fa-pen">&nbsp;</i>Blogg</a>
  <br>
  <a href="https://mastodon.melin.org/@snowracer" class="btn btn-outline-dark btn-block" role="button"><i class="fab fa-mastodon">&nbsp; Mastodon</i></a>
  <br>
  <a href="https://bookwyrm.social/user/snowracer" class="btn btn-outline-dark btn-block" role="button"><i class="fa fa-book">&nbsp;</i>BookWyrm</a>
  <br>
  <a href="https://www.instagram.com/snowracer/" class="btn btn-outline-dark btn-block" role="button"><i class="fab fa-instagram">&nbsp;</i>Instagram</a>
  <br>
  <a href="https://twitter.com/snowracer" class="btn btn-outline-dark btn-block" role="button"><i class="fab fa-twitter">&nbsp;</i>Twitter</a>
  <br>
  <a href="https://www.linkedin.com/in/christianahs/" class="btn btn-outline-dark btn-block" role="button"><i class="fab fa-linkedin">&nbsp;</i>LinkedIn</a>
  <br>

</div>
        <!--------------------Footer---------------------------->
  <div class="footer mt-5">
    <hr/>
    <h6>Made With <span class="love">♥</span> in Jönköping, Sweden</h6>
    <h6>
<!--
      Proudly Hosted By
      <a href="/" class="name" target="_blank"> (Your Name) </a>

      <a id="email" href="mailto:Your Mail"> <i class="fa fa-envelope"> </i> </a>
-->
    </h6>
  </div>
</div>
</body>
  
</html>