<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Christine Van Walraven | Future Library Dreams</title>
    <style>
        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            background-color: #fcfcfc;
        }
        header {
            background-color: #4A235A; /* Your signature color */
            color: white;
            padding: 40px 20px;
            border-radius: 8px;
            margin-bottom: 40px;
            /* These lines are new: they create the two-column layout */
            display: flex;
            align-items: center; /* Centers text and photo vertically */
            justify-content: space-between; /* Pushes text left, photo right */
            flex-wrap: wrap; /* Helps with mobile responsiveness */
        }
        /* New CSS for the text group on the left */
        .header-text {
            flex: 1; /* Takes up available space */
            margin-right: 20px; /* Space before the photo */
        }
        /* New CSS for the photo on the right */
        .header-photo {
            max-width: 200px; /* Sets the maximum size of the photo */
            height: auto; /* Maintains aspect ratio */
            border-radius: 50%; /* This creates the circular frame */
            border: 4px solid white; /* Adds a clean white border */
            box-shadow: 0 4px 10px rgba(0,0,0,0.2); /* Adds depth */
        }
        h1 { margin: 0; font-size: 2.5em; }
        h2 { color: #4A235A; border-bottom: 2px solid #4A235A; padding-bottom: 10px; }
        .subtitle { font-size: 1.2em; font-weight: 300; margin-top: 10px; }
        .services {
            background: white;
            padding: 25px;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0,0,0,0.05);
            margin-bottom: 30px;
        }
        .service-item { margin-bottom: 15px; }
        a.button {
            display: inline-block;
            background-color: #4A235A;
            color: white;
            padding: 10px 20px;
            text-decoration: none;
            border-radius: 5px;
            margin-right: 10px;
            margin-top: 20px;
        }
        a.button:hover { background-color: #33183d; }
    </style>
</head>
<body>
<header> <!-- This container groups the text elements --> <div class="header-text"> <h1>Christine Van Walraven</h1> <div class="subtitle">Future Library Dreams Consultancy</div> </div> <!-- This is the actual image tag for the photo --> <img src="image_0.png" alt="Christine Van Walraven" class="header-photo"> </header> <main> <p>Synthesizing complex technological shifts—such as AI literacy, data privacy, and automation—into plain-English and actionable insights tailored for library executives and boards.</p> <div class="services"> <h2>Core Advisory Services</h2> <div class="service-item"> <strong>Six-Month Strategic Futures Program</strong><br> Comprehensive futures planning and technological risk management designed specifically for library boards. </div> <div class="service-item"> <strong>Artificial Intelligence Literacy Training</strong><br> Practical, grounded staff training focusing on operational impact and the balance between automation and human presence. </div> <div class="service-item"> <strong>Makerspace Planning & Renewal</strong><br> Consulting for establishing or revitalizing community maker environments with sustainable technology strategies. </div>
<div class="service-item"> <strong>AI Search Optimization for Library Websites</strong><br> Restructuring your library's digital footprint so customers can accurately discover your content using AI enhanced search. </div>
</div> <div> <a href="https://futurelibrarydreams.substack.com" class="button">Read the Publication</a> <a href="https://linkedin.com/in/christinevanwalraven" class="button">Connect on LinkedIn</a> </div> </main>
<footer style="margin-top: 50px; text-align: center; font-size: 0.85em; color: #666; border-top: 1px solid #eee; padding-top: 20px;"> <p>This website was developed with the assistance of Gemini. All content has been reviewed, edited, and approved by Christine Van Walraven.</p> </footer>
</body>
</html>

</body> </html>