mewizard-blog / blog / messages.html
messages.html
Raw
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link rel="stylesheet" href="../main.css?nocache=1756421554668">
    <link rel="stylesheet" href="./blog.css?nocache=1756421554667">
    <link rel="icon" type="image/x-icon" href="../assets/icons/favicon.ico">
    <title>Messages</title>
</head>

<body>
    <header>
      <a href="../home.html" class="title"><img src="../assets/title.png" alt="mewizard"></a>
    </header>
    <div class="grid">
        <div class="sidebar">
    <nav>
        <ul>
            <a href="/home.html" class="navlink"><li class="navtext navtext--first ">home</li></a>
            
            <a class="navlink dropdown__btn"><li class="navtext">about</li></a>
            <div class="dropdown__menu">
                <a href="/about/me.html" class="navlink "><li class="navtext">me</li></a>
                <a href="/about/site.html" class="navlink "><li class="navtext">the site</li></a>
            </div>

            <a href="/work.html" class="navlink"><li class="navtext ">my work</li></a>
            <a href="/blog.html" class="navlink"><li class="navtext navtext--current">blog</li></a>
            <a href="/links.html" class="navlink"><li class="navtext ">links</li></a>
            <a href="/guestbook.html" class="navlink"><li class="navtext ">guestbook</li></a>
        </ul>
        <script src="/scripts/toggleDropdown.js"></script>
    </nav>
</div>

       
<div class="content"> 
                 

    <div class="section">   
        <div class="post">
            <time>10-20-25</time>
            <h2>Messages</h2>
            <hr>
            <div class="post__content">

                <p>
                    Here's a collection of messages that somebody took the time to put out into the world. 
                    And for one reason or another, they all resonated with me enough to stop and take a picture. 
                </p>

                <figure>
                    <img src="../assets/photos/sk8.png" alt='Bubble letter graffiti on a wall reading "Sk8 or don&#39;t'>
                </figure>

                <figure>
                    <img src="../assets/photos/make-it-true.png" alt='Orange replacable letter sign reading "Does it matter what you believe if you won&#39;t fight to make it true?"'>
                </figure>

                <figure>
                    <img src="../assets/photos/become-yourself.png" alt='Three wooden planks, decorated to look like poetry magnets, rest against a red wall. They read "bro become yourself"'>
                </figure>

                <p>That's all, folks!</p>
            </div>
        </div>
        <a href="../blog.html"><img src="../assets/icons/arrow-left.png" class="icon" alt="Back arrow">back</a>  

    </div>     

</div>
  
</body>
</html>