<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="utf-8">
    <title>Dieter Orens</title>
    <link href='http://fonts.googleapis.com/css?family=Lato:400,700,900,300' rel='stylesheet' type='text/css'>
    <style>
        body {
            background: #222;
            color: #fff;
            font-family: "Lato", sans-serif;
            font-weight: 300;
        }

        h1 {
            font-size: 2.2em;
            color: #7C6C71;
            font-weight: 100;
        }

        h1 span.sub {
            display: block;
            font-weight: 100;
            color: #ff0855;
        }

        @media (max-width: 320px) {
            h1 span.sub {
                font-size: 0.75em;
            }

            h1 span span {
                display: block;
            }
        }

        a, a:visited {
            color: #ff0855;
        }

        a:hover, a:focus {
            color: #7c6c71
        }

        header {
            max-width: 640px;
            margin: 10% auto 0;
            padding: 5px;
        }

        p {
            text-align: right;
        }
    </style>
</head>
<body>
<header>
    <h1>Dieter Orens <span class="sub">does something on the web.</span></h1>

    <p>AI/BigCommerce/Shopify/React/Magento/Shopware <br><a href="mailto:dieterorens@gmail.com">dieterorens@gmail.com</a><br>+32 485 991 675</p>
</header>
</body>
</html>
