<!DOCTYPE html>
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]>      <html class="no-js"> <!--<![endif]-->
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title>WFL: The experiments</title>
        <meta name="description" content="">
        <meta name="viewport" content="width=device-width, initial-scale=1">
        <link rel="stylesheet" href="https://use.typekit.net/wae0ors.css">
        <style>
            html {
    background-color: rgb(15, 16, 17);
    color: #fff;
    background-image: url('/assets/noisebg.jpg');
    background-position: right top;
    background-size: 1600px auto;
    background-repeat: no-repeat;
    font-family: aktiv-grotesk,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 18px;
}

body {
    background-image: url('/assets/artgroupfull.png');
    background-position: left bottom;
    background-size: 500px auto;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
    position: relative;
}

h1 {
    font-family: aktiv-grotesk-extended,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: 800;
}

p {
    font-size: 18px;
    line-height: 24px;
}

a, a:focus, a:visited {
    color: #fff;
}

a:hover {
    color: rgb(248, 4, 60);
}

.wfl_wrapper {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 5;
}

.wfl_content {
    max-width: 630px;
    width: 100%;
    padding: 40px 10px;
}

.wfl_content__buttonGroup {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    justify-content: center;
    gap: 10px;
}

.button, .button:focus, .button:visited {
    font-family: aktiv-grotesk-extended,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
    text-transform: uppercase;
    border: 1px solid #fff;
    text-decoration: none;
    display: inline-block;
    padding: 10px;
}

.button:hover {
    border-color: rgb(248, 4, 60);
}
        </style>
    </head>
    <body>
        <!--[if lt IE 7]>
            <p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
        <![endif]-->
        
        <div class="wfl_wrapper">
            <div class="wfl_content">
                <h1>Things have changed.</h1>
                <p>I've made some pretty drastic changes into my whole side hustle thing.</p>
                <p>Most of my popular blogs, all of my art portfolio, and my featured projects ("Opuses") have all moved over to thew new & improved <a href="https://painpropaganda.com">Pain Propaganda</a>.</p>
                <p>Gaming content is going to be entirely consumed over at <a href="https://ghostgamer.news">Ghost Gamer News</a>.</p>
                <p>In the future this domain will be used purely for experimental web art; Clever bits of code designed to ilicit giggles. Until then, go check out my other sites.</p>

                <div class="wfl_content__buttonGroup">
                    <a href="https://painpropaganda.com" class="button">Pain Propaganda</a>
                    <a href="https://ghostgamer.news" class="button">Ghost Gamer News</a>
                </div>
            </div>
        </div>
    </body>
</html>