Blog

  • Hello world!

    Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Intrepid & Co. Creative | Connecting Through Story & Media</title>
    <meta name="description" content="Intrepid & Co. Creative is a media production and marketing agency that helps organizations connect with their audience through compelling storytelling.">
    <link rel="stylesheet" href="styles.css"> <link rel="preconnect" href="https://fonts.googleapis.com">
    <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
    <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
    <style>
      body {
        font-family: 'Inter', sans-serif;
      }
    </style>
</head>
<body>
    <header>
        <div class="container">
            <a href="/" class="logo">Intrepid & Co. Creative</a>
            <nav>
                <ul>
                    <li><a href="#about">About</a></li>
                    <li><a href="#services">Services</a></li>
                    <li><a href="#portfolio">Portfolio</a></li>
                    <li><a href="#contact">Contact</a></li>
                    <li><a href="/blog">Blog</a></li>
                </ul>
            </nav>
        </div>
    </header>

    <main>
        <section id="hero" class="hero">
            <div class="container">
                <h1>Connecting Through Story, Empowering Through Media</h1>
                <p>In a world saturated with noise, authentic connection resonates. At Intrepid & Co. Creative, we craft compelling narratives and impactful media that bridge gaps, build understanding, and drive meaningful engagement.</p>
                <a href="#services" class="button primary-button">Discover Our Services</a>
            </div>
        </section>

        <section id="about" class="section">
            <div class="container">
                <h2>About Us</h2>
                <p>Intrepid & Co. Creative is driven by a passion for storytelling and a commitment to helping organizations thrive through strategic and ethically persuasive media.  We bring together creative vision, technical expertise, and a deep understanding of human connection to every project.</p>
                 <p>Our core values guide our approach:</p>
                 <ul>
                    <li>Creativity</li>
                    <li>Connection</li>
                    <li>Purpose</li>
                    <li>Growth</li>
                     <li>Impact</li>
                     <li>Freedom</li>
                 </ul>
            </div>
        </section>

        <section id="services" class="section">
            <div class="container">
                <h2>Our Services</h2>
                <div class="service-grid">
                    <div class="service-card">
                        <h3><a href="healthcare.intrepidcocreative.com">Healthcare Communications</a></h3>
                        <p>Specializing in patient education, healthcare marketing, and internal communications.</p>
                        <a href="healthcare.intrepidcocreative.com" class="button secondary-button">Learn More</a>
                    </div>
                    <div class="service-card">
                        <h3><a href="purpose.intrepidcocreative.com">Purpose-Driven Storytelling</a></h3>
                        <p>Helping non-profits and organizations with a social mission amplify their impact.</p>
                        <a href="purpose.intrepidcocreative.com" class="button secondary-button">Learn More</a>
                    </div>
                    <div class="service-card">
                        <h3>Photography & Videography for Businesses</h3>
                        <p>Providing professional photography and videography services to enhance your brand and marketing.</p>
                         <a href="#portfolio" class="button secondary-button">View Portfolio</a>
                    </div>
                </div>
            </div>
        </section>

        <section id="portfolio" class="section">
          <div class="container">
            <h2>Portfolio</h2>
            <p>Check out some of our recent work.</p>
            <a href="/portfolio" class="button primary-button">View Full Portfolio</a>
          </div>
        </section>

        <section id="contact" class="section">
            <div class="container">
                <h2>Contact Us</h2>
                <p>Let's discuss your project and explore how we can help you achieve your goals.</p>
                <a href="#contact" class="button primary-button">Get in Touch</a>
            </div>
        </section>
    </main>

    <footer>
        <div class="container">
            <p>&copy; 2025 Intrepid & Co. Creative. All rights reserved.</p>
             <p>Connect with us on social media:
                <a href="#"></a>
                <a href="#"></a>
             </p>
        </div>
    </footer>

    <script src="script.js"></script> </body>
</html>