<!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="David Mansaray - AI experimenter, tech nerd, building online projects">
    <title>David Mansaray</title>
    <link rel="stylesheet" href="styles.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css">
</head>
<body>
    <div class="container">

        <main>
            <section class="profile">
                <img src="assets/davidmansaray.jpg" alt="David Mansaray" class="profile-image">
                <h1>David Mansaray</h1>
                <section class="social-links">
                    <a href="https://x.com/davidmansaray" target="_blank" rel="noopener noreferrer" aria-label="X">
                        <i class="fa-brands fa-x-twitter"></i>
                    </a>
                    <a href="https://www.linkedin.com/in/davidmansaray" target="_blank" rel="noopener noreferrer" aria-label="LinkedIn">
                        <i class="fa-brands fa-linkedin"></i>
                    </a>
                    <a href="mailto:david@davidmansaray.com" aria-label="Email">
                        <i class="fa-solid fa-envelope"></i>
                    </a>
                </section>
                <p class="bio">I've been in love with the web for as long as I can remember.</p>
                <p class="bio">I can't imagine anything better for me than working with tech, and being location-independent.</p>
                <p class="bio">Originally from the UK, but currently in Brazil!</p>
                <p class="bio">My journey in tech has taken me from developer to project and product manager working with a handful of companies and agencies across different industries.</p>
                <p class="bio">Now I focus on building products for early-stage founders, while constantly dabbling in new ideas and experiments.</p>
                <p class="bio">Check out my current projects below. </p>
                <p class="bio">AI has me particularly excited these days.<br>The potential feels limitless.</p>
                <p class="bio">If you're interested in working together or collaborating on something, reach out. <br>I'm always happy to meet new people!</p>
            </section>

            <section class="projects">
                <h2>Projects</h2>
                <div class="project-list">
                    <a href="https://mvpsprint.ai" target="_blank" rel="noopener noreferrer" class="project-link">
                        MVPsprint.ai
                    </a>
                    <a href="https://kommercekit.com" target="_blank" rel="noopener noreferrer" class="project-link">
                        KommerceKit.com
                    </a>
                    <a href="https://automationschool.ai" target="_blank" rel="noopener noreferrer" class="project-link">
                        automationschool.ai
                    </a>
                </div>
            </section>
        </main>
    </div>
</body>
</html>