
<html>
<head>
<link href="https://fonts.googleapis.com/css2?family=Scope+One&display=swap" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1">
<style type="text/css">
  h1 {
    font-family: 'Scope One', serif;
    margin-bottom:0px;
  }
  body {
    font-family: Tahoma, Arial;
    font-size:13px;
    color:#333333;
    padding-left:50px;
    padding-top:50px;
  }
  .input {
    width: 100%;
    box-sizing: border-box;
    font-size: 14px;
    max-width: 500px;
    padding: 15px;
    border: 1px solid #b3b4b4;
    border-radius: 5px;
    box-shadow: inset 0 0 5px #e2e2e2;
    outline:none;
  }
  .button {
    background: #bd578a;
    padding-top: 8px;
    min-width: 100px;
    padding-bottom: 8px;
    padding-left: 29px;
    line-height: 25px;
    padding-right: 29px;
    font-size: 16px;
    border-radius: 6px;
    color:#ffffff;
    outline: none;
  }

  .projects-container{ 
    margin-top:50px;
  }

  a {
    color:#bd578a;
    text-decoration: none;
    display:block;
  }

  @media screen and (max-width:767px) {
    body {
      padding-top:10px;
      padding-left:10px;
      padding-right:10px;
      display:flex;
      align-items: left;
      justify-content: center;
      flex-direction: column;
    }
  }

</style>

</head>

<body>
<h1>Thought provoking articles <br/> on the web and  digital culture.</h1>
<p>For people that agree that Medium is a bit shit, and Facebook is the Antichrist.</p>


 <form action="https://tinyletter.com/webdistortion" method="post" target="popupwindow" onsubmit="window.open('https://tinyletter.com/webdistortion', 'popupwindow', 'scrollbars=yes,width=800,height=600');return true">

   <p><input class="input" type="text" name="email" placeholder="Enter your email to subscribe." id="tlemail" /></p>
   <input type="hidden" value="1" name="embed"/>
   <input type="submit" class="button" value="Subscribe" />
 </form>

<div class="projects-container">
  <h1>Latest Post</h1>
  <a href="./shop-local.htm">So you say you shop local?</a>
  <hr />
 <h1>Projects</h1>
 <a href="https://prettyzucky.com">Pretty Zucky</a>
 <a href="https://kateandmoon.com/">Kate and Moon</a>
 <a href="https://quickhello.app">Quick Hello</a>
 
</div>

</body>

</html>
