
<!doctype html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <link href="https://fonts.googleapis.com/css?family=Open+Sans|Slabo+27px&display=swap" rel="stylesheet">

        <title>Spencer McCormick</title>

        <style>
            body 
            {
                background-color: #002e4f;
            }

            h1
            {
                color: #ffffff;
                text-align: center;
                font-family: 'Slabo 27px', serif;
                font-size: clamp(3em, 20vw ,6em);
            }

            h3
            {
                color: #eeeeee;
                text-align: center;
                font-family: 'Open Sans', sans-serif;
                font-size: 1em;
            }

            a
            {
                color: #eeeeee;
                font-family: 'Open Sans', sans-serif;
                font-size: 1em;
            }

            .vcenter
            {
                height: 65vh;
                display: flex;
                justify-content: center;
                align-items: center;
            }

            .footer 
            {
                position: fixed;
                left: 0;
                bottom: 0;
                width: 100%;
                background-color:#001020;
                color: white;
                text-align: center;
            }

            span:before
            {
                content:" "; 
                display:inline-block; 
                width:0.8em;
            }
        </style>
    </head>

    <body>
        <div class="vcenter">
            <h1>Spencer McCormick</h1>
        </div>

        <div>
            <h3>Software Development Engineer @ Amazon — <i>with a focus on the in-store physical retail experience</i></h3>
        </div>

        <div class="footer">
            <p></p>
            <a href="https://www.linkedin.com/in/spencermmccormick">LinkedIn</a>
            <span></span>
            <a href="https://github.com/spencer-mccormick">GitHub</a>
            <span></span>
            <a href="https://www.twitter.com/spmmccormick">Twitter</a>
            <span></span>
            <a href="https://www.quora.com/profile/spencer-mccormick-2">Quora</a>
            <p></p>
        </div>
    </body>
</html>
