Log In
BASIC-LIBRARY / SECTION / BLOG

Blog Nine

Preview Code
Quick edit
<div
  class="bg-white pt-6 pb-6 py-6 sm:pt-8 sm:pb-8 sm:py-8 lg:pt-12 lg:pb-12 lg:py-12"
>
  <div
    class="ml-auto mr-auto mx-auto max-w-screen-xl pl-4 pr-4 px-4 md:pl-8 md:pr-8 md:px-8"
  >
    <div class="mb-10 md:mb-16">
      <h2
        class="mb-4 text-center text-2xl font-bold text-gray-800 md:mb-6 lg:text-3xl"
      >
        Insights &amp; Resources
      </h2>
      <p
        class="ml-auto mr-auto mx-auto max-w-screen-md text-center text-gray-500 md:text-lg"
      >
        Stay informed with expert tips, in-depth guides, and real-world stories
        from our engineering and design teams.
      </p>
    </div>
    <div
      class="grid sm:grid-cols-2 lg:grid-cols-2 xl:grid-cols-2 gap-4 md:gap-6 xl:gap-8"
    >
      <div
        class="overflow-hidden flex flex-col items-center rounded-lg border md:flex-row"
      >
        <a
          href="#"
          class="group relative block overflow-hidden h-48 w-full shrink-0 self-start bg-gray-100 md:h-full md:w-32 lg:w-48"
        >
          <img
            src="https://images.unsplash.com/photo-1593508512255-86ab42a8e620?auto=format&amp;q=75&amp;fit=crop&amp;w=600"
            loading="lazy"
            alt="Photo by Minh Pham"
            class="transition duration-200 group-hover:scale-110 absolute inset-0 h-full w-full object-cover object-center"
          />
        </a>
        <div
          class="flex flex-col gap-2 pt-4 pr-4 pb-4 pl-4 lg:pt-6 lg:pr-6 lg:pb-6 lg:pl-6"
        >
          <span class="text-sm text-gray-400">July 19, 2021</span>
          <h2 class="text-xl font-bold text-gray-800">
            <a
              href="#"
              class="transition duration-100 active:text-indigo-600 hover:text-indigo-500"
            >
              Designing for Performance: Tips from the Field
            </a>
          </h2>
          <p class="text-gray-500">
            Learn how small UI tweaks and smarter rendering strategies can
            significantly improve product responsiveness.
          </p>
          <div class>
            <a
              href="#"
              class="transition duration-100 active:text-indigo-700 font-semibold text-indigo-500 hover:text-indigo-600"
            >
              Read more
            </a>
          </div>
        </div>
      </div>
      <div
        class="overflow-hidden flex flex-col items-center rounded-lg border md:flex-row"
      >
        <a
          href="#"
          class="group relative block overflow-hidden h-48 w-full shrink-0 self-start bg-gray-100 md:h-full md:w-32 lg:w-48"
        >
          <img
            src="https://images.unsplash.com/photo-1550745165-9bc0b252726f?auto=format&amp;q=75&amp;fit=crop&amp;w=600"
            loading="lazy"
            alt="Photo by Lorenzo Herrera"
            class="transition duration-200 group-hover:scale-110 absolute inset-0 h-full w-full object-cover object-center"
          />
        </a>
        <div
          class="flex flex-col gap-2 pt-4 pr-4 pb-4 pl-4 lg:pt-6 lg:pr-6 lg:pb-6 lg:pl-6"
        >
          <span class="text-sm text-gray-400">April 07, 2021</span>
          <h2 class="text-xl font-bold text-gray-800">
            <a
              href="#"
              class="transition duration-100 active:text-indigo-600 hover:text-indigo-500"
            >
              Refactoring Legacy Code with Confidence
            </a>
          </h2>
          <p class="text-gray-500">
            Strategies for safely improving old codebases while maintaining
            stability in production environments.
          </p>
          <div class>
            <a
              href="#"
              class="transition duration-100 active:text-indigo-700 font-semibold text-indigo-500 hover:text-indigo-600"
            >
              Read more
            </a>
          </div>
        </div>
      </div>
      <div
        class="overflow-hidden flex flex-col items-center rounded-lg border md:flex-row"
      >
        <a
          href="#"
          class="group relative block overflow-hidden h-48 w-full shrink-0 self-start bg-gray-100 md:h-full md:w-32 lg:w-48"
        >
          <img
            src="https://images.unsplash.com/photo-1542759564-7ccbb6ac450a?auto=format&amp;q=75&amp;fit=crop&amp;w=600"
            loading="lazy"
            alt="Photo by Magicle"
            class="transition duration-200 group-hover:scale-110 absolute inset-0 h-full w-full object-cover object-center"
          />
        </a>
        <div
          class="flex flex-col gap-2 pt-4 pr-4 pb-4 pl-4 lg:pt-6 lg:pr-6 lg:pb-6 lg:pl-6"
        >
          <span class="text-sm text-gray-400">March 15, 2021</span>
          <h2 class="text-xl font-bold text-gray-800">
            <a
              href="#"
              class="transition duration-100 active:text-indigo-600 hover:text-indigo-500"
            >
              Top Devices Developers Love in 2024
            </a>
          </h2>
          <p class="text-gray-500">
            We reviewed the latest phones and tablets to find the best balance
            of power, portability, and compatibility.
          </p>
          <div class>
            <a
              href="#"
              class="transition duration-100 active:text-indigo-700 font-semibold text-indigo-500 hover:text-indigo-600"
            >
              Read more
            </a>
          </div>
        </div>
      </div>
      <div
        class="overflow-hidden flex flex-col items-center rounded-lg border md:flex-row"
      >
        <a
          href="#"
          class="group relative block overflow-hidden h-48 w-full shrink-0 self-start bg-gray-100 md:h-full md:w-32 lg:w-48"
        >
          <img
            src="https://images.unsplash.com/photo-1610465299996-30f240ac2b1c?auto=format&amp;q=75&amp;fit=crop&amp;w=600"
            loading="lazy"
            alt="Photo by Martin Sanchez"
            class="transition duration-200 group-hover:scale-110 absolute inset-0 h-full w-full object-cover object-center"
          />
        </a>
        <div
          class="flex flex-col gap-2 pt-4 pr-4 pb-4 pl-4 lg:pt-6 lg:pr-6 lg:pb-6 lg:pl-6"
        >
          <span class="text-sm text-gray-400">January 27, 2021</span>
          <h2 class="text-xl font-bold text-gray-800">
            <a
              href="#"
              class="transition duration-100 active:text-indigo-600 hover:text-indigo-500"
            >
              Choosing the Right Laptop for Remote Teams
            </a>
          </h2>
          <p class="text-gray-500">
            Whether you&apos;re coding or managing, this guide helps you pick a
            machine that suits your remote workflow.
          </p>
          <div class>
            <a
              href="#"
              class="transition duration-100 active:text-indigo-700 font-semibold text-indigo-500 hover:text-indigo-600"
            >
              Read more
            </a>
          </div>
        </div>
      </div>
    </div>
  </div>
</div>
© 2025 tailsections.com. All rights reserved

Don’t Lose Your Edits!

Your changes are saved locally, but they may expire or be lost if you don’t create an account.

Create Account