<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>The Wicked Pixel</title>
    <link rel="stylesheet" href="style.css">
    <link rel="stylesheet" href="https://use.typekit.net/voo2pam.css">
</head>
<body>

        <div class="main">
            <p>By the Pricking of my Thumbs...</p>
            <h1>The Wicked Pixel</h1>
            <p>this way comes.</p>

            <h2 class="date">New Portfolio Coming Soon</h2>
            <a href="https://www.twitter.com/a_wicked_pixel"><img class="glow" src="img/twit.png" alt="Twitter"></a>
            <a href="https://www.linkedin.com/in/shawnna-struble"><img class="glow" src="img/linkedin.png" alt="Linked In"></a>
        </div> 

       
</body>
</html>