<html>

<head>
    <title>Garrows</title>
</head>

<body>

    <div class="Aligner">
        <div class="Aligner-item">
            <p><b>Hi there.</b></p>

            <p>Here's some things I've been playing with lately.</p>

            
            <p><b>Pixel WebCam Toy</b> <a href="https://garrows.com/pixelcam/">Demo</a> <a href="https://github.com/garrows/pixelcam/">Repo</a></p>

            <p><b>Terrain Generation</b> <a href="https://garrows.com/pixelcam/">Demo</a> <a href="https://github.com/garrows/js13k-terrain/">Repo</a></p>
            
            <p><b>YASEG - Yet Another Space Exploration Game</b> <a href="https://garrows.github.io/YASEG/">Demo</a> <a href="https://github.com/garrows/YASEG/">Repo</a></p>

            <p><b>Ship It</b> <a href="https://garrows.github.io/ship-it/">Demo</a> <a href="https://github.com/garrows/ship-it/">Repo</a></p>
            
            <p><b>WebGL</b> <a href="https://garrows.github.io/js13k-webgl/">Demo</a> <a href="https://github.com/garrows/js13k-webgl/">Repo</a></p>

        </div>
    </div>

    <style>
        .Aligner {
            height: 100%;
            text-align: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .Aligner-item {
            max-width: 50%;
        }
    </style>
</body>

</html>
