<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="styles.css" rel="stylesheet">
    <title>Document</title>
</head>
<body>
    <div id="top">
        <!--Header-->
        <div id="header">
            <span id="logo">Header Logo</span>
            <span>
                <a>header link one</a>
                <a>header link two</a>
                <a>header link three</a>
            </span>
        </div>
        <!--Hero-->
        <div id="hero">
            <div id="text">
                <h1>
                    This website is awesome
                </h1>
                <h6>
                    This website has some subtext that goes here under 
                    the main title. It's a smaller font and the color 
                    is lower contrast.
                </h6>
                <button>Sign up</button>
            </div>
            <img>
        </div>
    </div>
    <div id="info">
        <h2>
            Some random information
        </h2>
        <div class="images">
            <img>
            <h6>
                this is some subtext under an illustration or image
            </h6>
        </div>
        <div class="images">
            <img>
            <h6>
                this is some subtext under an illustration or image
            </h6>
        </div>
        <div class="images">
            <img>
            <h6>
                this is some subtext under an illustration or image
            </h6>
        </div>
        <div class="images">
            <img>
            <h6>
                this is some subtext under an illustration or image
            </h6>
        </div>
    </div>
    <div id="quote">
        
    </div>
    <div id="bottom">

    </div>
    <footer>

    </footer>
</body>
</html>