Wednesday, January 28, 2026

 <script async="async" src="https://cse.google.com/cse.js?cx=partner-pub-2280381058340290:5888253403" ></script><div class="gcse-searchbox-only"></div>

Tuesday, November 11, 2025

 <!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>Cathy's Modern Blogger Theme</title>


    <!-- Tailwind CSS -->

    <script src="https://cdn.tailwindcss.com"></script>


    <!-- Font Awesome (for icons) -->

    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">


    <!-- SEO: Example of a Canonical URL (Blogger would auto-generate this) -->

    <link rel="canonical" href="https://your-blog-name.blogspot.com/2025/11/11/my-first-awesome-post.html" />


    <!-- Custom Tailwind Config -->

    <script>

        tailwind.config = {

            theme: {

                extend: {

                    colors: {

                        // A "catchy" and warm color palette

                        'primary': '#D946EF', // Fuchsia 500

                        'primary-dark': '#C026D3', // Fuchsia 600

                        'secondary': '#FDE68A', // Amber 200

                        'text-dark': '#1E293B', // Slate 800

                        'text-light': '#475569', // Slate 600

                        'bg-light': '#F8FAFC', // Slate 50

                    },

                    fontFamily: {

                        // Using 'Inter' for a clean, modern look

                        sans: ['Inter', 'sans-serif'],

                    },

                },

            },

        };

    </script>


    <style>

        /* Small style for smooth transitions */

        body {

            font-family: 'Inter', sans-serif;

        }

        .transition-all {

            transition: all 0.3s ease-in-out;

        }

    </style>


    <!-- 

      SCHEMA MARKUP: BreadcrumbList

      This JSON-LD script tells Google about your breadcrumb navigation.

      In a real Blogger theme, this would be generated dynamically.

    -->

    <script type="application/ld+json">

    {

      "@context": "https://schema.org",

      "@type": "BreadcrumbList",

      "itemListElement": [{

        "@type": "ListItem",

        "position": 1,

        "name": "Home",

        "item": "https://your-blog-name.blogspot.com/"

      },{

        "@type": "ListItem",

        "position": 2,

        "name": "Lifestyle",

        "item": "https://your-blog-name.blogspot.com/search/label/Lifestyle"

      },{

        "@type": "ListItem",

        "position": 3,

        "name": "My First Awesome Post"

      }]

    }

    </script>

</head>

<body class="bg-bg-light text-text-light">


    <!-- ===== Header Section ===== -->

    <!-- In Blogger: This would be a <b:widget type='Header' ... /> -->

    <header class="bg-white shadow-md sticky top-0 z-50">

        <nav class="container mx-auto px-6 py-4 flex justify-between items-center">

            <!-- Blog Title -->

            <div>

                <a href="#" class="text-3xl font-bold text-primary transition-all hover:text-primary-dark">

                    Cathy's Blog

                </a>

                <p class="text-sm text-text-light">My awesome tagline goes here</p>

            </div>


            <!-- Mobile Menu Button -->

            <div class="lg:hidden">

                <button id="mobile-menu-button" class="text-text-dark focus:outline-none">

                    <i class="fas fa-bars fa-lg"></i>

                </button>

            </div>


            <!-- Desktop Navigation -->

            <!-- In Blogger: This would be a <b:widget type='LinkList' ... /> -->

            <div class="hidden lg:flex space-x-6">

                <a href="#" class="text-text-dark font-medium hover:text-primary transition-all">Home</a>

                <a href="#" class="text-text-dark font-medium hover:text-primary transition-all">About</a>

                <a href="#" class="text-text-dark font-medium hover:text-primary transition-all">Categories</a>

                <a href="#" class="text-text-dark font-medium hover:text-primary transition-all">Contact</a>

            </div>

        </nav>


        <!-- Mobile Menu (Hidden by default) -->

        <div id="mobile-menu" class="hidden lg:hidden bg-white px-6 pb-4 space-y-2">

            <a href="#" class="block text-text-dark font-medium hover:text-primary transition-all">Home</a>

            <a href="#" class="block text-text-dark font-medium hover:text-primary transition-all">About</a>

            <a href="#" class="block text-text-dark font-medium hover:text-primary transition-all">Categories</a>

            <a href="#" class="block text-text-dark font-medium hover:text-primary transition-all">Contact</a>

        </div>

    </header>


    <!-- ===== Main Content ===== -->

    <div class="container mx-auto px-6 py-12 grid grid-cols-1 lg:grid-cols-3 gap-10">


        <!-- Main Blog Posts Column -->

        <!-- In Blogger: This would be <b:widget type='Blog' id='Blog1' ... /> -->

        <main class="lg:col-span-2">


            <!-- Breadcrumbs -->

            <!-- 

              In Blogger: This would be a custom widget using <b:loop> on post labels or a built-in feature.

            -->

            <nav class="bg-white p-3 rounded-lg shadow-sm mb-6" aria-label="Breadcrumb">

                <ol class="flex space-x-2 text-sm">

                    <li><a href="#" class="text-primary hover:underline"><i class="fas fa-home-alt mr-1"></i> Home</a></li>

                    <li><span class="text-text-light">/</span></li>

                    <li><a href="#" class="text-primary hover:underline">Lifestyle</a></li>

                    <li><span class="text-text-light">/</span></li>

                    <li class="text-text-light truncate" aria-current="page">My First Awesome Post</li>

                </ol>

            </nav>


            <!-- 

              SCHEMA MARKUP: BlogPosting

              This JSON-LD script is crucial for SEO, describing the post to Google.

              Blogger themes should dynamically fill 'headline', 'datePublished', 'image', etc.

            -->

            <script type="application/ld+json">

            {

              "@context": "https://schema.org",

              "@type": "BlogPosting",

              "mainEntityOfPage": {

                "@type": "WebPage",

                "@id": "https://your-blog-name.blogspot.com/2025/11/11/my-first-awesome-post.html"

              },

              "headline": "My First Awesome Post",

              "description": "This is a summary of my first awesome post, where I discuss...

              "image": "https://placehold.co/800x400/D946EF/FFFFFF?text=Post+Image",

              "author": {

                "@type": "Person",

                "name": "Cathy"

              },

              "publisher": {

                "@type": "Organization",

                "name": "Cathy's Blog",

                "logo": {

                  "@type": "ImageObject",

                  "url": "https://placehold.co/200x60/1E293B/FFFFFF?text=Blog+Logo"

                }

              },

              "datePublished": "2025-11-11T08:00:00+00:00",

              "dateModified": "2025-11-11T09:30:00+00:00"

            }

            </script>

            

            <!-- Start of a Blog Post Item -->

            <!-- In Blogger: This would be inside <b:loop values='data:posts' var='post'> -->

            <article class="bg-white rounded-lg shadow-lg overflow-hidden mb-8 transition-all hover:shadow-xl">

                <!-- Post Thumbnail -->

                <!-- In Blogger: <b:include data='post' name='postThumbnail'/> -->

                <a href="#">

                    <img src="https://placehold.co/800x400/D946EF/FFFFFF?text=Awesome+Post+Image" alt="Blog post image" class="w-full h-64 object-cover">

                </a>


                <div class="p-6 md:p-8">

                    <!-- Post Meta: Category -->

                    <!-- In Blogger: <b:loop values='data:post.labels' var='label'> -->

                    <a href="#" class="inline-block bg-secondary text-primary-dark font-semibold px-3 py-1 rounded-full text-sm uppercase transition-all hover:bg-amber-300">

                        Lifestyle

                    </a>


                    <!-- Post Title -->

                    <!-- In Blogger: <a expr:href='data:post.url'><data:post.title/></a> -->

                    <h1 class="text-3xl md:text-4xl font-bold text-text-dark mt-4">

                        <a href="#" class="transition-all hover:text-primary">My First Awesome Post</a>

                    </h1>


                    <!-- Post Meta: Author & Date -->

                    <!-- In Blogger: By <data:post.author/> on <data:post.timestamp/> -->

                    <div class="text-text-light text-sm mt-3">

                        By <a href="#" class="font-medium hover:text-primary">Cathy</a> 

                        on <time datetime="2025-11-11">November 11, 2025</time>

                    </div>


                    <!-- Post Body Snippet -->

                    <!-- In Blogger: This would be the full <data:post.body/> -->

                    <div class="text-text-light text-lg mt-6 space-y-4">

                        <p>This is the main content of your blog post. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.</p>

                        <p>Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>

                        <blockquote class="border-l-4 border-primary pl-4 italic text-text-dark">

                            "This is a blockquote. It's a great way to highlight a key point or a quote from someone. It really stands out!"

                        </blockquote>

                        <p>Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>

                    </div>


                    <!-- Post Footer: Tags & Share -->

                    <div class="mt-8 pt-6 border-t border-gray-200 flex flex-col sm:flex-row justify-between items-center">

                        <!-- Tags -->

                        <!-- In Blogger: <b:if cond='data:post.labels'> ... </b:if> -->

                        <div class="flex flex-wrap gap-2">

                            <span class="text-text-dark font-medium mr-2">Tags:</span>

                            <a href="#" class="text-sm text-text-light bg-gray-100 px-3 py-1 rounded-md transition-all hover:bg-gray-200 hover:text-primary">#travel</a>

                            <a href="#" class="text-sm text-text-light bg-gray-100 px-3 py-1 rounded-md transition-all hover:bg-gray-200 hover:text-primary">#food</a>

                            <a href="#" class="text-sm text-text-light bg-gray-100 px-3 py-1 rounded-md transition-all hover:bg-gray-200 hover:text-primary">#review</a>

                        </div>


                        <!-- Share Buttons -->

                        <div class="flex space-x-4 mt-4 sm:mt-0">

                            <a href="#" aria-label="Share on Facebook" class="text-text-light transition-all hover:text-primary"><i class="fab fa-facebook-f fa-lg"></i></a>

                            <a href="#" aria-label="Share on Twitter" class="text-text-light transition-all hover:text-primary"><i class="fab fa-twitter fa-lg"></i></a>

                            <a href="#" aria-label="Share on Pinterest" class="text-text-light transition-all hover:text-primary"><i class="fab fa-pinterest-p fa-lg"></i></a>

                            <a href="#" aria-label="Share via Email" class="text-text-light transition-all hover:text-primary"><i class="fas fa-envelope fa-lg"></i></a>

                        </div>

                    </div>

                </div>

            </article>

            <!-- End of a Blog Post Item -->


            <!-- Comments Section -->

            <!-- In Blogger: <b:include data='post' name='comments'/> -->

            <div class="bg-white rounded-lg shadow-lg p-6 md:p-8">

                <h3 class="text-2xl font-bold text-text-dark mb-6">Comments</h3>

                <!-- Blogger's comment system would render here -->

                <div class="border p-4 rounded-md text-center text-text-light">

                    (Blogger Comment System Placeholder)

                </div>

            </div>


        </main>


        <!-- ===== Sidebar ===== -->

        <!-- In Blogger: <b:section id='sidebar' ...> -->

        <aside class="lg:col-span-1 space-y-8">


            <!-- Search Widget -->

            <!-- In Blogger: <b:widget type='Search' ... /> -->

            <div class="bg-white p-6 rounded-lg shadow-lg">

                <h4 class="text-xl font-bold text-text-dark mb-4">Search</h4>

                <div class="relative">

                    <input type="text" placeholder="Search this blog..." class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:border-primary">

                    <button class="absolute right-2 top-2 text-text-light hover:text-primary">

                        <i class="fas fa-search"></i>

                    </button>

                </div>

            </div>


            <!-- About Me Widget -->

            <!-- In Blogger: <b:widget type='Profile' ... /> -->

            <div class="bg-white p-6 rounded-lg shadow-lg text-center">

                <img src="https://placehold.co/150x150/FDE68A/1E293B?text=Cathy" alt="About Me" class="w-32 h-32 rounded-full mx-auto mb-4 border-4 border-secondary">

                <h4 class="text-xl font-bold text-text-dark mb-2">About Me</h4>

                <p class="text-text-light text-sm">Welcome to my blog! I write about lifestyle, travel, and food. Thanks for stopping by!</p>

            </div>


            <!-- Categories Widget -->

            <!-- In Blogger: <b:widget type='Label' ... /> -->

            <div class="bg-white p-6 rounded-lg shadow-lg">

                <h4 class="text-xl font-bold text-text-dark mb-4">Categories</h4>

                <ul class="space-y-2">

                    <li><a href="#" class="flex justify-between items-center text-text-light hover:text-primary transition-all group">

                        <span><i class="fas fa-chevron-right fa-xs mr-2 opacity-0 group-hover:opacity-100 transition-all"></i> Lifestyle</span>

                        <span class="text-xs bg-gray-100 px-2 py-0.5 rounded-full group-hover:bg-primary group-hover:text-white">5</span>

                    </a></li>

                    <li><a href="#" class="flex justify-between items-center text-text-light hover:text-primary transition-all group">

                        <span><i class="fas fa-chevron-right fa-xs mr-2 opacity-0 group-hover:opacity-100 transition-all"></i> Travel</span>

                        <span class="text-xs bg-gray-100 px-2 py-0.5 rounded-full group-hover:bg-primary group-hover:text-white">8</span>

                    </a></li>

                    <li><a href="#" class="flex justify-between items-center text-text-light hover:text-primary transition-all group">

                        <span><i class="fas fa-chevron-right fa-xs mr-2 opacity-0 group-hover:opacity-100 transition-all"></i> Food</span>

                        <span class="text-xs bg-gray-100 px-2 py-0.5 rounded-full group-hover:bg-primary group-hover:text-white">3</span>

                    </a></li>

                    <li><a href="#" class="flex justify-between items-center text-text-light hover:text-primary transition-all group">

                        <span><i class="fas fa-chevron-right fa-xs mr-2 opacity-0 group-hover:opacity-100 transition-all"></i> Reviews</span>

                        <span class="text-xs bg-gray-100 px-2 py-0.5 rounded-full group-hover:bg-primary group-hover:text-white">2</span>

                    </a></li>

                </ul>

            </div>


        </aside>


    </div>


    <!-- ===== Footer ===== -->

    <!-- In Blogger: <b:section id='footer' ...> -->

    <footer class="bg-text-dark text-white mt-12">

        <div class="container mx-auto px-6 py-10">

            <div class="flex flex-col md:flex-row justify-between items-center text-center md:text-left">

                <!-- Social Icons -->

                <div class="flex space-x-6 mb-6 md:mb-0">

                    <a href="#" aria-label="Facebook" class="text-gray-300 hover:text-white transition-all"><i class="fab fa-facebook-f fa-lg"></i></a>

                    <a href="#" aria-label="Twitter" class="text-gray-300 hover:text-white transition-all"><i class="fab fa-twitter fa-lg"></i></a>

                    <a href="#" aria-label="Instagram" class="text-gray-300 hover:text-white transition-all"><i class="fab fa-instagram fa-lg"></i></a>

                    <a href="#" aria-label="Pinterest" class="text-gray-300 hover:text-white transition-all"><i class="fab fa-pinterest-p fa-lg"></i></a>

                </div>

                <!-- Copyright -->

                <div>

                    <p class="text-sm text-gray-400">&copy; 2025 Cathy's Blog. All Rights Reserved.</p>

                    <p class="text-xs text-gray-500">Theme Mockup by Gemini</p>

                </div>

            </div>

        </div>

    </footer>



    <!-- Mobile Menu Toggle Script -->

    <script>

        document.getElementById('mobile-menu-button').onclick = function() {

            var menu = document.getElementById('mobile-menu');

            if (menu.classList.contains('hidden')) {

                menu.classList.remove('hidden');

            } else {

                menu.classList.add('hidden');

            }

        };

    </script>


</body>

</html>