<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="UTF-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta name="description" content="Tribute Page" />
        <title>Tribute Page</title>
        <link rel="stylesheet" href="/assets/css/tributepage.css" />
    </head>
    <body>
        <main id="main">
            <div class="canvas">
                <h1 id="title">Carman Cater</h1>
                <p>A person who is always practicing self improvement</p>
                <div id="img-div">
                    <img id="image" src="https://github.com/carmancater/carmancater.github.io/blob/main/assets/img/CarmanAsKidRhodeIslandNewspaper.jpg?raw=true" alt="A picture with a great description" />
                    <figcaption id="img-caption">
                        As an example of personal growth, since the time of this picture Carman has learned to read <em>and</em> write!
                    </figcaption>
                </div>
                <div id="tribute-info">
                    <h4>Here's a time line of Carman's life:</h4>
                    <ul>
                        <li><b>1993</b>: Born in a Connecticut city</li>
                        <li><b>1994</b>: Moved to a different Connecticut city</li>
                        <li><b>1995</b>: Began exploring world outside of home, made noteworthy discoveries</li>
                        <li><b>1996</b>: Learned to ride a bicycle, greatly improving ability to forage for food and identify friends</li>
                        <li><b>1997 - Current</b>: Inconsequential time period; please see website for recent advancements in Carman's psychological development</li>
                    </ul>
                    <a id="tribute-link" href="https://carmancater.github.io/" target="_blank">Carman Cater's Personal Website</a>
                </div>
            </div>
        </main>
    </body>
</html>