<html lang="en">
 <head>
  <meta charset="utf-8"/>
  <meta content="width=device-width, initial-scale=1" name="viewport"/>
  <title>
   Mediadumai - News Portal
  </title>
  <script src="https://cdn.tailwindcss.com">
  </script>
  <link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css" rel="stylesheet"/>
  <link href="https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&amp;display=swap" rel="stylesheet"/>
  <style>
   body {
      font-family: 'Roboto', sans-serif;
    }
  </style>
 </head>
 <body class="bg-gray-50 text-gray-900">
  <!-- Header / Navbar -->
  <header class="bg-white shadow-md sticky top-0 z-50">
   <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
    <div class="flex justify-between items-center h-16">
     <a class="flex items-center space-x-2" href="#">
      <img alt="Mediadumai logo, stylized letters MD in blue and white" class="h-12 w-12" height="48" src="https://storage.googleapis.com/a1aa/image/862eb203-44be-444b-e06f-0ba25a23939e.jpg" width="48"/>
      <span class="text-2xl font-bold text-blue-600">
       Mediadumai
      </span>
     </a>
     <nav class="hidden md:flex space-x-8 font-semibold text-gray-700">
      <a class="hover:text-blue-600 transition" href="#">
       Home
      </a>
      <a class="hover:text-blue-600 transition" href="#">
       News
      </a>
      <a class="hover:text-blue-600 transition" href="#">
       Sports
      </a>
      <a class="hover:text-blue-600 transition" href="#">
       Entertainment
      </a>
      <a class="hover:text-blue-600 transition" href="#">
       Technology
      </a>
      <a class="hover:text-blue-600 transition" href="#">
       Contact
      </a>
     </nav>
     <div class="md:hidden">
      <button aria-label="Toggle menu" class="text-gray-700 focus:outline-none focus:ring-2 focus:ring-blue-600" id="mobile-menu-button">
       <i class="fas fa-bars fa-lg">
       </i>
      </button>
     </div>
    </div>
   </div>
   <!-- Mobile menu -->
   <nav class="hidden md:hidden bg-white border-t border-gray-200" id="mobile-menu">
    <a class="block px-4 py-3 text-gray-700 font-semibold hover:bg-blue-50" href="#">
     Home
    </a>
    <a class="block px-4 py-3 text-gray-700 font-semibold hover:bg-blue-50" href="#">
     News
    </a>
    <a class="block px-4 py-3 text-gray-700 font-semibold hover:bg-blue-50" href="#">
     Sports
    </a>
    <a class="block px-4 py-3 text-gray-700 font-semibold hover:bg-blue-50" href="#">
     Entertainment
    </a>
    <a class="block px-4 py-3 text-gray-700 font-semibold hover:bg-blue-50" href="#">
     Technology
    </a>
    <a class="block px-4 py-3 text-gray-700 font-semibold hover:bg-blue-50" href="#">
     Contact
    </a>
   </nav>
  </header>
  <!-- Hero Section -->
  <section class="relative bg-white">
   <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 pt-8 pb-12">
    <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
     <article class="md:col-span-2 rounded-lg overflow-hidden shadow-lg bg-white">
      <img alt="Breaking news main image showing a cityscape with a news ticker overlay" class="w-full h-64 object-cover" height="450" src="https://storage.googleapis.com/a1aa/image/1e948952-3313-4f6a-279d-1e9967011f81.jpg" width="800"/>
      <div class="p-6">
       <h1 class="text-3xl font-extrabold text-gray-900 mb-3">
        Breaking News: Major Event Shakes the City
       </h1>
       <p class="text-gray-700 mb-4">
        A major event has just occurred in the city, causing widespread attention and response from authorities. Stay tuned for live updates and detailed coverage.
       </p>
       <a class="inline-block text-blue-600 font-semibold hover:underline" href="#">
        Read More →
       </a>
      </div>
     </article>
     <aside class="space-y-6">
      <div class="rounded-lg overflow-hidden shadow-lg bg-white">
       <img alt="Sports highlight image showing an athlete in action during a game" class="w-full h-40 object-cover" height="200" src="https://storage.googleapis.com/a1aa/image/8ed1e403-70e1-4755-b038-0c519c1337e3.jpg" width="400"/>
       <div class="p-4">
        <h2 class="text-xl font-bold text-gray-900 mb-2">
         Sports: Local Team Wins Championship
        </h2>
        <p class="text-gray-700 text-sm">
         The local team clinched the championship title after a thrilling final match that kept fans on the edge of their seats.
        </p>
       </div>
      </div>
      <div class="rounded-lg overflow-hidden shadow-lg bg-white">
       <img alt="Technology news image showing futuristic gadgets and digital interfaces" class="w-full h-40 object-cover" height="200" src="https://storage.googleapis.com/a1aa/image/b686a48c-0298-4e61-9953-38414d612619.jpg" width="400"/>
       <div class="p-4">
        <h2 class="text-xl font-bold text-gray-900 mb-2">
         Technology: New Smartphone Released
        </h2>
        <p class="text-gray-700 text-sm">
         The latest smartphone model has been released, featuring cutting-edge technology and innovative design.
        </p>
       </div>
      </div>
     </aside>
    </div>
   </div>
  </section>
  <!-- Latest News Grid -->
  <section class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 pb-12">
   <h2 class="text-3xl font-extrabold text-gray-900 mb-8">
    Latest News
   </h2>
   <div class="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-8">
    <article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
     <img alt="News image showing a busy city street with people walking and cars" class="w-full h-48 object-cover" height="250" src="https://storage.googleapis.com/a1aa/image/94dfde0d-5b14-42c4-5a74-3f388e4d2fc4.jpg" width="400"/>
     <div class="p-4 flex flex-col flex-grow">
      <h3 class="text-lg font-semibold text-gray-900 mb-2">
       City Council Approves New Park
      </h3>
      <p class="text-gray-700 flex-grow text-sm">
       The city council has approved plans for a new park that will provide green space and recreational facilities for residents.
      </p>
      <a class="mt-4 text-blue-600 font-semibold hover:underline self-start" href="#">
       Read More →
      </a>
     </div>
    </article>
    <article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
     <img alt="News image showing healthcare workers in a hospital setting wearing scrubs and masks" class="w-full h-48 object-cover" height="250" src="https://storage.googleapis.com/a1aa/image/811c55a2-f909-4bef-ce73-a3d4b59d6b13.jpg" width="400"/>
     <div class="p-4 flex flex-col flex-grow">
      <h3 class="text-lg font-semibold text-gray-900 mb-2">
       Healthcare Advances in Local Hospitals
      </h3>
      <p class="text-gray-700 flex-grow text-sm">
       Local hospitals have introduced new healthcare technologies to improve patient care and treatment outcomes.
      </p>
      <a class="mt-4 text-blue-600 font-semibold hover:underline self-start" href="#">
       Read More →
      </a>
     </div>
    </article>
    <article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
     <img alt="News image showing a concert crowd enjoying live music with colorful stage lighting" class="w-full h-48 object-cover" height="250" src="https://storage.googleapis.com/a1aa/image/c9c49f52-2c6f-4a71-3176-1d17f8403afd.jpg" width="400"/>
     <div class="p-4 flex flex-col flex-grow">
      <h3 class="text-lg font-semibold text-gray-900 mb-2">
       Entertainment: Summer Music Festival Announced
      </h3>
      <p class="text-gray-700 flex-grow text-sm">
       The annual summer music festival lineup has been announced, featuring popular artists and bands from around the world.
      </p>
      <a class="mt-4 text-blue-600 font-semibold hover:underline self-start" href="#">
       Read More →
      </a>
     </div>
    </article>
    <article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
     <img alt="News image showing solar panels installed on rooftops under a clear blue sky" class="w-full h-48 object-cover" height="250" src="https://storage.googleapis.com/a1aa/image/f062b3f8-17aa-422c-195c-da4e983565a2.jpg" width="400"/>
     <div class="p-4 flex flex-col flex-grow">
      <h3 class="text-lg font-semibold text-gray-900 mb-2">
       Technology: Renewable Energy Initiatives Expand
      </h3>
      <p class="text-gray-700 flex-grow text-sm">
       New renewable energy projects are expanding across the region, aiming to reduce carbon emissions and promote sustainability.
      </p>
      <a class="mt-4 text-blue-600 font-semibold hover:underline self-start" href="#">
       Read More →
      </a>
     </div>
    </article>
    <article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
     <img alt="News image showing farmers harvesting crops in a golden field during sunset" class="w-full h-48 object-cover" height="250" src="https://storage.googleapis.com/a1aa/image/866aadb6-69b0-4d16-35d7-01294d2495ef.jpg" width="400"/>
     <div class="p-4 flex flex-col flex-grow">
      <h3 class="text-lg font-semibold text-gray-900 mb-2">
       Agriculture: Harvest Season Begins Early
      </h3>
      <p class="text-gray-700 flex-grow text-sm">
       Farmers have started the harvest season earlier than usual due to favorable weather conditions and improved techniques.
      </p>
      <a class="mt-4 text-blue-600 font-semibold hover:underline self-start" href="#">
       Read More →
      </a>
     </div>
    </article>
    <article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
     <img alt="News image showing students in graduation gowns throwing caps in the air during ceremony" class="w-full h-48 object-cover" height="250" src="https://storage.googleapis.com/a1aa/image/3c079cea-9e5d-43ff-a58a-792d6199288a.jpg" width="400"/>
     <div class="p-4 flex flex-col flex-grow">
      <h3 class="text-lg font-semibold text-gray-900 mb-2">
       Education: Graduation Ceremony Celebrates Success
      </h3>
      <p class="text-gray-700 flex-grow text-sm">
       The recent graduation ceremony honored the achievements of students completing their studies with honors.
      </p>
      <a class="mt-4 text-blue-600 font-semibold hover:underline self-start" href="#">
       Read More →
      </a>
     </div>
    </article>
    <article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
     <img alt="News image showing city traffic during sunset with cars and streetlights" class="w-full h-48 object-cover" height="250" src="https://storage.googleapis.com/a1aa/image/c38255d9-2107-410c-67ac-8d8bd736bba9.jpg" width="400"/>
     <div class="p-4 flex flex-col flex-grow">
      <h3 class="text-lg font-semibold text-gray-900 mb-2">
       Traffic: New Measures to Reduce Congestion
      </h3>
      <p class="text-gray-700 flex-grow text-sm">
       City officials have introduced new traffic measures aimed at reducing congestion and improving commute times.
      </p>
      <a class="mt-4 text-blue-600 font-semibold hover:underline self-start" href="#">
       Read More →
      </a>
     </div>
    </article>
    <article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
     <img alt="News image showing a chef preparing a gourmet dish in a modern kitchen" class="w-full h-48 object-cover" height="250" src="https://storage.googleapis.com/a1aa/image/a31ed6df-830f-4be9-8f9d-b6a66640d113.jpg" width="400"/>
     <div class="p-4 flex flex-col flex-grow">
      <h3 class="text-lg font-semibold text-gray-900 mb-2">
       Food: New Restaurant Opens Downtown
      </h3>
      <p class="text-gray-700 flex-grow text-sm">
       A new restaurant offering gourmet cuisine has opened downtown, attracting food lovers and critics alike.
      </p>
      <a class="mt-4 text-blue-600 font-semibold hover:underline self-start" href="#">
       Read More →
      </a>
     </div>
    </article>
    <article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
     <img alt="News image showing volunteers planting trees in a community park on a sunny day" class="w-full h-48 object-cover" height="250" src="https://storage.googleapis.com/a1aa/image/e534e98f-87a8-4ab8-6c24-195fab46ac24.jpg" width="400"/>
     <div class="p-4 flex flex-col flex-grow">
      <h3 class="text-lg font-semibold text-gray-900 mb-2">
       Community: Tree Planting Initiative Launched
      </h3>
      <p class="text-gray-700 flex-grow text-sm">
       A community tree planting initiative has been launched to promote environmental awareness and green spaces.
      </p>
      <a class="mt-4 text-blue-600 font-semibold hover:underline self-start" href="#">
       Read More →
      </a>
     </div>
    </article>
    <article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
     <img alt="News image showing scientists working in a laboratory with microscopes and test tubes" class="w-full h-48 object-cover" height="250" src="https://storage.googleapis.com/a1aa/image/c6426eb3-85b3-49c0-dddc-b77acc5c4d86.jpg" width="400"/>
     <div class="p-4 flex flex-col flex-grow">
      <h3 class="text-lg font-semibold text-gray-900 mb-2">
       Science: Breakthrough in Medical Research
      </h3>
      <p class="text-gray-700 flex-grow text-sm">
       Researchers have made a breakthrough in medical science that could lead to new treatments for chronic diseases.
      </p>
      <a class="mt-4 text-blue-600 font-semibold hover:underline self-start" href="#">
       Read More →
      </a>
     </div>
    </article>
    <article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
     <img alt="News image showing a mountain landscape with hikers trekking on a trail under blue sky" class="w-full h-48 object-cover" height="250" src="https://storage.googleapis.com/a1aa/image/5e19fd60-a426-40ba-fef5-9193e0098de7.jpg" width="400"/>
     <div class="p-4 flex flex-col flex-grow">
      <h3 class="text-lg font-semibold text-gray-900 mb-2">
       Travel: Top Hiking Trails to Explore
      </h3>
      <p class="text-gray-700 flex-grow text-sm">
       Discover the top hiking trails in the region offering breathtaking views and outdoor adventure.
      </p>
      <a class="mt-4 text-blue-600 font-semibold hover:underline self-start" href="#">
       Read More →
      </a>
     </div>
    </article>
    <article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
     <img alt="News image showing a business meeting with people discussing charts and graphs" class="w-full h-48 object-cover" height="250" src="https://storage.googleapis.com/a1aa/image/0b967895-6406-4228-83b6-dcb944277520.jpg" width="400"/>
     <div class="p-4 flex flex-col flex-grow">
      <h3 class="text-lg font-semibold text-gray-900 mb-2">
       Business: Market Trends Show Growth
      </h3>
      <p class="text-gray-700 flex-grow text-sm">
       Recent market trends indicate steady growth in various sectors, boosting investor confidence.
      </p>
      <a class="mt-4 text-blue-600 font-semibold hover:underline self-start" href="#">
       Read More →
      </a>
     </div>
    </article>
    <article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
     <img alt="News image showing an art gallery exhibit with paintings and visitors admiring artwork" class="w-full h-48 object-cover" height="250" src="https://storage.googleapis.com/a1aa/image/68b30c63-7ebf-41c5-bfa0-5b50caf1e6c3.jpg" width="400"/>
     <div class="p-4 flex flex-col flex-grow">
      <h3 class="text-lg font-semibold text-gray-900 mb-2">
       Culture: New Art Exhibit Opens
      </h3>
      <p class="text-gray-700 flex-grow text-sm">
       A new art exhibit featuring contemporary artists has opened, attracting art enthusiasts and collectors.
      </p>
      <a class="mt-4 text-blue-600 font-semibold hover:underline self-start" href="#">
       Read More →
      </a>
     </div>
    </article>
    <article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
     <img alt="News image showing firefighters in action extinguishing a fire at a building" class="w-full h-48 object-cover" height="250" src="https://storage.googleapis.com/a1aa/image/dff4480e-6b8e-4ff9-0bb4-2561c25aa89c.jpg" width="400"/>
     <div class="p-4 flex flex-col flex-grow">
      <h3 class="text-lg font-semibold text-gray-900 mb-2">
       Safety: Firefighters Respond to Emergency
      </h3>
      <p class="text-gray-700 flex-grow text-sm">
       Firefighters quickly responded to a building fire, ensuring the safety of residents and minimizing damage.
      </p>
      <a class="mt-4 text-blue-600 font-semibold hover:underline self-start" href="#">
       Read More →
      </a>
     </div>
    </article>
    <article class="bg-white rounded-lg shadow-md overflow-hidden flex flex-col">
     <img alt="News image showing children playing happily in a park with playground equipment and trees" class="w-full h-48 object-cover" height="250" src="https://storage.googleapis.com/a1aa/image/f5c4c308-1928-4af0-eddc-0580f259eb10.jpg" width="400"/>
     <div class="p-4 flex flex-col flex-grow">
      <h3 class="text-lg font-semibold text-gray-900 mb-2">
       Community: New Playground Opens for Kids
      </h3>
      <p class="text-gray-700 flex-grow text-sm">
       A new playground has opened in the community park, providing a safe and fun environment for children to play.
      </p>
      <a class="mt-4 text-blue-600 font-semibold hover:underline self-start" href="#">
       Read More →
      </a>
     </div>
    </article>
   </div>
  </section>
  <!-- Footer -->
  <footer class="bg-white border-t border-gray-200">
   <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-8 flex flex-col md:flex-row justify-between items-center">
    <div class="flex items-center space-x-3 mb-4 md:mb-0">
     <img alt="Mediadumai logo small blue and white letters MD" class="h-10 w-10" height="40" src="https://storage.googleapis.com/a1aa/image/da95f7d4-15eb-470a-fae8-8551c105320e.jpg" width="40"/>
     <span class="text-xl font-bold text-blue-600">
      Mediadumai
     </span>
    </div>
    <p class="text-gray-600 text-sm">
     © 2024 Mediadumai. All rights reserved.
    </p>
    <div class="flex space-x-6 mt-4 md:mt-0">
     <a aria-label="Facebook" class="text-gray-600 hover:text-blue-600 transition" href="#">
      <i class="fab fa-facebook fa-lg">
      </i>
     </a>
     <a aria-label="Twitter" class="text-gray-600 hover:text-blue-600 transition" href="#">
      <i class="fab fa-twitter fa-lg">
      </i>
     </a>
     <a aria-label="Instagram" class="text-gray-600 hover:text-blue-600 transition" href="#">
      <i class="fab fa-instagram fa-lg">
      </i>
     </a>
     <a aria-label="LinkedIn" class="text-gray-600 hover:text-blue-600 transition" href="#">
      <i class="fab fa-linkedin fa-lg">
      </i>
     </a>
    </div>
   </div>
  </footer>
  <script>
   const menuButton = document.getElementById('mobile-menu-button');
    const mobileMenu = document.getElementById('mobile-menu');

    menuButton.addEventListener('click', () => {
      mobileMenu.classList.toggle('hidden');
    });
  </script>
 </body>
</html>