This is an automated email from the ASF dual-hosted git repository.

bcall pushed a commit to branch modernize-website
in repository https://gitbox.apache.org/repos/asf/trafficserver-site.git

commit 316c622812f8931a9863306ae3b165e2addd96c6
Author: Bryan Call <[email protected]>
AuthorDate: Wed Dec 24 13:28:27 2025 -0800

    Remove Wiki link from main navigation, keep in footer
    
    - Removed Wiki from header navigation on all pages
    - Wiki link still available in footer Resources section
    - Wiki link also remains in homepage 'Learn More' section
    - Cleaner, more focused main navigation
---
 newsite/content/acknowledgements.html | 392 ++++++++---------
 newsite/content/assistance.html       | 394 ++++++++---------
 newsite/content/downloads.html        |   2 -
 newsite/content/index.html            | 769 ++++++++++++++++++----------------
 newsite/content/press.html            | 392 ++++++++---------
 newsite/content/users.html            |  10 +-
 6 files changed, 1002 insertions(+), 957 deletions(-)

diff --git a/newsite/content/acknowledgements.html 
b/newsite/content/acknowledgements.html
index 3f1e5c4..8f55ed4 100644
--- a/newsite/content/acknowledgements.html
+++ b/newsite/content/acknowledgements.html
@@ -1,132 +1,132 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Apache Traffic Server - Acknowledgements</title>
-    
-    <!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements.
-         See the NOTICE file distributed with this work for additional 
information regarding copyright ownership.
-         The ASF licenses this file to you under the Apache License, Version 
2.0 (the "License"); you
-         may not use this file except in compliance with the License. You may 
obtain a copy of the License at
-         
-         https://www.apache.org/licenses/LICENSE-2.0
-         
-         Unless required by applicable law or agreed to in writing, software 
distributed under the License is
-         distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY KIND, either express or implied.
-         See the License for the specific language governing permissions and 
limitations under the License. -->
-    
-    <!-- Tailwind CSS -->
-    <script src="https://cdn.tailwindcss.com";></script>
-    <script>
-        tailwind.config = {
-            theme: {
-                extend: {
-                    colors: {
-                        'primary': '#1e3a8a',
-                        'accent': '#3b82f6',
-                        'secondary': '#64748b'
-                    },
-                    fontFamily: {
-                        'sans': ['Inter', '-apple-system', 
'BlinkMacSystemFont', 'SF Pro', 'Segoe UI', 'Roboto', 'sans-serif']
-                    }
-                }
-            }
-        }
-    </script>
-    
-    <!-- Custom Styles -->
-    <link rel="stylesheet" href="/styles/custom.css">
-    
-    <style>
-        .headerlink, .elementid-permalink {
-            visibility: hidden;
-        }
-        
-        /* Mobile menu animation */
-        .mobile-menu-enter {
-            animation: slideDown 0.3s ease-out;
-        }
-        
-        @keyframes slideDown {
-            from {
-                opacity: 0;
-                transform: translateY(-10px);
-            }
-            to {
-                opacity: 1;
-                transform: translateY(0);
-            }
-        }
-    </style>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Apache Traffic Server - Acknowledgements</title>
+ 
+ <!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements.
+ See the NOTICE file distributed with this work for additional information 
regarding copyright ownership.
+ The ASF licenses this file to you under the Apache License, Version 2.0 (the 
"License"); you
+ may not use this file except in compliance with the License. You may obtain a 
copy of the License at
+ 
+ https://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing, software 
distributed under the License is
+ distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
KIND, either express or implied.
+ See the License for the specific language governing permissions and 
limitations under the License. -->
+ 
+ <!-- Tailwind CSS -->
+ <script src="https://cdn.tailwindcss.com";></script>
+ <script>
+ tailwind.config = {
+ theme: {
+ extend: {
+ colors: {
+ 'primary': '#1e3a8a',
+ 'accent': '#3b82f6',
+ 'secondary': '#64748b'
+ },
+ fontFamily: {
+ 'sans': ['Inter', '-apple-system', 'BlinkMacSystemFont', 'SF Pro', 'Segoe 
UI', 'Roboto', 'sans-serif']
+ }
+ }
+ }
+ }
+ </script>
+ 
+ <!-- Custom Styles -->
+ <link rel="stylesheet" href="/styles/custom.css">
+ 
+ <style>
+ .headerlink, .elementid-permalink {
+ visibility: hidden;
+ }
+ 
+ /* Mobile menu animation */
+ .mobile-menu-enter {
+ animation: slideDown 0.3s ease-out;
+ }
+ 
+ @keyframes slideDown {
+ from {
+ opacity: 0;
+ transform: translateY(-10px);
+ }
+ to {
+ opacity: 1;
+ transform: translateY(0);
+ }
+ }
+ </style>
 </head>
 <body class="font-sans text-gray-800 bg-white">
-    <!-- Header -->
-    <header class="sticky top-0 z-50 bg-white shadow-sm">
-        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
-            <div class="flex justify-between items-center py-4">
-                <!-- Logo -->
-                <div class="flex items-center">
-                    <a href="/" class="flex items-center space-x-3">
-                        <img src="/images/press/ts_logo_tm_380x73.png" 
alt="Apache Traffic Server" class="h-12 w-auto">
-                    </a>
-                </div>
-                
-                <!-- Desktop Navigation -->
-                <nav class="hidden lg:flex items-center space-x-6">
-                    <a href="/" class="text-gray-700 hover:text-accent 
transition-colors font-medium">Home</a>
-                    <a href="/downloads" class="text-gray-700 
hover:text-accent transition-colors font-medium">Downloads</a>
-                    <a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-gray-700 hover:text-accent transition-colors 
font-medium">Documentation</a>
-                    <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">Wiki</a>
-                    <a href="https://github.com/apache/trafficserver/issues"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">Issues</a>
-                    <a href="https://ci.trafficserver.apache.org/"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">CI</a>
-                    <a href="/users.html" class="text-gray-700 
hover:text-accent transition-colors font-medium">Customers</a>
-                </nav>
-                
-                <!-- Apache Logo -->
-                <div class="hidden lg:flex items-center space-x-4">
-                    <a href="https://www.apache.org/"; class="flex 
items-center">
-                        <img 
src="https://www.apache.org/images/feather-small.png"; alt="The Apache Software 
Foundation" class="h-10 w-auto">
-                    </a>
-                </div>
-                
-                <!-- Mobile menu button -->
-                <button id="mobile-menu-button" class="lg:hidden p-2 
rounded-md text-gray-700 hover:text-accent hover:bg-gray-100 focus:outline-none 
focus:ring-2 focus:ring-accent" aria-label="Toggle menu">
-                    <svg class="h-6 w-6" fill="none" stroke="currentColor" 
viewBox="0 0 24 24">
-                        <path id="menu-icon" stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
-                        <path id="close-icon" class="hidden" 
stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 
6l12 12"/>
-                    </svg>
-                </button>
-            </div>
-            
-            <!-- Mobile Navigation -->
-            <nav id="mobile-menu" class="hidden lg:hidden pb-4 
mobile-menu-enter">
-                <div class="space-y-2">
-                    <a href="/" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Home</a>
-                    <a href="/downloads" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Downloads</a>
-                    <a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; class="block 
px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Documentation</a>
-                    <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Wiki</a>
-                    <a href="https://github.com/apache/trafficserver/issues"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Issues</a>
-                    <a href="https://ci.trafficserver.apache.org/"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">CI</a>
-                    <a href="/users.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Customers</a>
-                    <a href="/acknowledgements.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Acknowledgements</a>
-                    <a href="/press.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Press Kit</a>
-                    <a href="/assistance.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Assistance</a>
-                    <div class="border-t border-gray-200 my-2"></div>
-                    <a 
href="https://github.com/apache/trafficserver/security/policy"; class="block 
px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Security</a>
-                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; class="block px-3 
py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Donate</a>
-                    <a href="https://www.apache.org/"; class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Apache Foundation</a>
-                </div>
-            </nav>
-        </div>
-    </header>
-    
-    <!-- Main Content -->
-    <main class="min-h-screen bg-gray-50 py-12">
-        <div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
-            <div class="bg-white rounded-lg shadow-sm p-8">
-                <div id="content" class="prose prose-blue max-w-none">
-                    <h1 id='acknowledgements'>Acknowledgements<a 
href='#acknowledgements' title='Permanent link to this' 
class='headerlink'>&para;</a></h1>
+ <!-- Header -->
+ <header class="sticky top-0 z-50 bg-white shadow-sm">
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
+ <div class="flex justify-between items-center py-4">
+ <!-- Logo -->
+ <div class="flex items-center">
+ <a href="/" class="flex items-center space-x-3">
+ <img src="/images/press/ts_logo_tm_380x73.png" alt="Apache Traffic Server" 
class="h-12 w-auto">
+ </a>
+ </div>
+ 
+ <!-- Desktop Navigation -->
+ <nav class="hidden lg:flex items-center space-x-6">
+ <a href="/" class="text-gray-700 hover:text-accent transition-colors 
font-medium">Home</a>
+ <a href="/downloads" class="text-gray-700 hover:text-accent transition-colors 
font-medium">Downloads</a>
+ <a href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-gray-700 hover:text-accent transition-colors 
font-medium">Documentation</a>
+ 
+ <a href="https://github.com/apache/trafficserver/issues"; class="text-gray-700 
hover:text-accent transition-colors font-medium">Issues</a>
+ <a href="https://ci.trafficserver.apache.org/"; class="text-gray-700 
hover:text-accent transition-colors font-medium">CI</a>
+ <a href="/users.html" class="text-gray-700 hover:text-accent 
transition-colors font-medium">Customers</a>
+ </nav>
+ 
+ <!-- Apache Logo -->
+ <div class="hidden lg:flex items-center space-x-4">
+ <a href="https://www.apache.org/"; class="flex items-center">
+ <img src="https://www.apache.org/images/feather-small.png"; alt="The Apache 
Software Foundation" class="h-10 w-auto">
+ </a>
+ </div>
+ 
+ <!-- Mobile menu button -->
+ <button id="mobile-menu-button" class="lg:hidden p-2 rounded-md text-gray-700 
hover:text-accent hover:bg-gray-100 focus:outline-none focus:ring-2 
focus:ring-accent" aria-label="Toggle menu">
+ <svg class="h-6 w-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
+ <path id="menu-icon" stroke-linecap="round" stroke-linejoin="round" 
stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
+ <path id="close-icon" class="hidden" stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/>
+ </svg>
+ </button>
+ </div>
+ 
+ <!-- Mobile Navigation -->
+ <nav id="mobile-menu" class="hidden lg:hidden pb-4 mobile-menu-enter">
+ <div class="space-y-2">
+ <a href="/" class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Home</a>
+ <a href="/downloads" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors font-medium">Downloads</a>
+ <a href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Documentation</a>
+ <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Wiki</a>
+ <a href="https://github.com/apache/trafficserver/issues"; class="block px-3 
py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Issues</a>
+ <a href="https://ci.trafficserver.apache.org/"; class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">CI</a>
+ <a href="/users.html" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors font-medium">Customers</a>
+ <a href="/acknowledgements.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Acknowledgements</a>
+ <a href="/press.html" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors font-medium">Press Kit</a>
+ <a href="/assistance.html" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Assistance</a>
+ <div class="border-t border-gray-200 my-2"></div>
+ <a href="https://github.com/apache/trafficserver/security/policy"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Security</a>
+ <a href="https://www.apache.org/foundation/sponsorship.html"; class="block 
px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Donate</a>
+ <a href="https://www.apache.org/"; class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Apache Foundation</a>
+ </div>
+ </nav>
+ </div>
+ </header>
+ 
+ <!-- Main Content -->
+ <main class="min-h-screen bg-gray-50 py-12">
+ <div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
+ <div class="bg-white rounded-lg shadow-sm p-8">
+ <div id="content" class="prose prose-blue max-w-none">
+ <h1 id='acknowledgements'>Acknowledgements<a href='#acknowledgements' 
title='Permanent link to this' class='headerlink'>&para;</a></h1>
 <p>The Apache Traffic Server team would like to acknowledge the support and 
 contributions of the following companies, organizations and individuals:</p>
 <ul>
@@ -135,78 +135,78 @@ contributions of the following companies, organizations 
and individuals:</p>
 <li><a href="http://www.godaddy.com";>GoDaddy</a>, for additional resources to 
our CI, as well as SSL certificates for our sites.</li>
 <li><a href="http://www.measurement-factory.com/";>The Measurement Factory</a>, 
for letting us run their Co-Advisor test suite against Apache Traffic 
Server.</li>
 </ul>
-                </div>
-            </div>
-        </div>
-    </main>
-    
-    <!-- Footer -->
-    <footer class="bg-gray-50 border-t border-gray-200 mt-16">
-        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
-            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
-                <!-- Column 1 -->
-                <div>
-                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Resources</h3>
-                    <ul class="space-y-3">
-                        <li><a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-secondary hover:text-accent 
transition-colors">Documentation</a></li>
-                        <li><a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="text-secondary hover:text-accent transition-colors">Wiki</a></li>
-                        <li><a 
href="https://cwiki.apache.org/confluence/display/TS/FAQ"; class="text-secondary 
hover:text-accent transition-colors">FAQ</a></li>
-                        <li><a href="https://github.com/apache/trafficserver/"; 
class="text-secondary hover:text-accent transition-colors">Source Code</a></li>
-                    </ul>
-                </div>
-                
-                <!-- Column 2 -->
-                <div>
-                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Community</h3>
-                    <ul class="space-y-3">
-                        <li><a href="/users.html" class="text-secondary 
hover:text-accent transition-colors">Customers</a></li>
-                        <li><a href="/assistance.html" class="text-secondary 
hover:text-accent transition-colors">Get Help</a></li>
-                        <li><a 
href="https://github.com/apache/trafficserver/issues"; class="text-secondary 
hover:text-accent transition-colors">Issues</a></li>
-                        <li><a href="https://the-asf.slack.com/"; 
class="text-secondary hover:text-accent transition-colors">Slack 
Channel</a></li>
-                    </ul>
-                </div>
-                
-                <!-- Column 3 -->
-                <div>
-                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Apache</h3>
-                    <ul class="space-y-3">
-                        <li><a href="https://www.apache.org/"; 
class="text-secondary hover:text-accent transition-colors">Foundation</a></li>
-                        <li><a href="https://www.apache.org/licenses/"; 
class="text-secondary hover:text-accent transition-colors">License</a></li>
-                        <li><a 
href="https://github.com/apache/trafficserver/security/policy"; 
class="text-secondary hover:text-accent transition-colors">Security</a></li>
-                        <li><a 
href="https://www.apache.org/foundation/sponsorship.html"; class="text-secondary 
hover:text-accent transition-colors">Donate</a></li>
-                        <li><a 
href="https://www.apache.org/foundation/thanks.html"; class="text-secondary 
hover:text-accent transition-colors">Thanks</a></li>
-                    </ul>
-                </div>
-                
-                <!-- Column 4 -->
-                <div>
-                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">More</h3>
-                    <ul class="space-y-3">
-                        <li><a href="/press.html" class="text-secondary 
hover:text-accent transition-colors">Press Kit</a></li>
-                        <li><a href="/acknowledgements.html" 
class="text-secondary hover:text-accent 
transition-colors">Acknowledgements</a></li>
-                        <li><a href="https://blogs.apache.org/trafficserver/"; 
class="text-secondary hover:text-accent transition-colors">Blog</a></li>
-                        <li><a href="https://twitter.com/trafficserver"; 
class="text-secondary hover:text-accent transition-colors">Twitter</a></li>
-                    </ul>
-                </div>
-            </div>
-            
-            <div class="mt-12 pt-8 border-t border-gray-200 flex flex-col 
md:flex-row justify-between items-center">
-                <p class="text-secondary text-sm text-center md:text-left">
-                    Copyright &copy; 2025 <a href="https://www.apache.org/"; 
class="hover:text-accent">The Apache Software Foundation</a>.
-                    Licensed under the <a 
href="https://www.apache.org/licenses/"; class="hover:text-accent">Apache 
License</a>, Version 2.0.
-                    Apache Traffic Server, Apache, the Apache Traffic Server 
logo, and the Apache feather logo are trademarks of The Apache Software 
Foundation.
-                </p>
-                <div class="mt-4 md:mt-0">
-                    <a href="https://www.apache.org/"; class="inline-block">
-                        <img 
src="https://www.apache.org/images/feather-small.png"; alt="Apache" class="h-8 
w-auto">
-                    </a>
-                </div>
-            </div>
-        </div>
-    </footer>
-    
-    <!-- Mobile Menu Script -->
-    <script src="/js/menu.js"></script>
+ </div>
+ </div>
+ </div>
+ </main>
+ 
+ <!-- Footer -->
+ <footer class="bg-gray-50 border-t border-gray-200 mt-16">
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
+ <!-- Column 1 -->
+ <div>
+ <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">Resources</h3>
+ <ul class="space-y-3">
+ <li><a href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-secondary hover:text-accent 
transition-colors">Documentation</a></li>
+ <li><a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="text-secondary hover:text-accent transition-colors">Wiki</a></li>
+ <li><a href="https://cwiki.apache.org/confluence/display/TS/FAQ"; 
class="text-secondary hover:text-accent transition-colors">FAQ</a></li>
+ <li><a href="https://github.com/apache/trafficserver/"; class="text-secondary 
hover:text-accent transition-colors">Source Code</a></li>
+ </ul>
+ </div>
+ 
+ <!-- Column 2 -->
+ <div>
+ <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">Community</h3>
+ <ul class="space-y-3">
+ <li><a href="/users.html" class="text-secondary hover:text-accent 
transition-colors">Customers</a></li>
+ <li><a href="/assistance.html" class="text-secondary hover:text-accent 
transition-colors">Get Help</a></li>
+ <li><a href="https://github.com/apache/trafficserver/issues"; 
class="text-secondary hover:text-accent transition-colors">Issues</a></li>
+ <li><a href="https://the-asf.slack.com/"; class="text-secondary 
hover:text-accent transition-colors">Slack Channel</a></li>
+ </ul>
+ </div>
+ 
+ <!-- Column 3 -->
+ <div>
+ <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">Apache</h3>
+ <ul class="space-y-3">
+ <li><a href="https://www.apache.org/"; class="text-secondary hover:text-accent 
transition-colors">Foundation</a></li>
+ <li><a href="https://www.apache.org/licenses/"; class="text-secondary 
hover:text-accent transition-colors">License</a></li>
+ <li><a href="https://github.com/apache/trafficserver/security/policy"; 
class="text-secondary hover:text-accent transition-colors">Security</a></li>
+ <li><a href="https://www.apache.org/foundation/sponsorship.html"; 
class="text-secondary hover:text-accent transition-colors">Donate</a></li>
+ <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="text-secondary hover:text-accent transition-colors">Thanks</a></li>
+ </ul>
+ </div>
+ 
+ <!-- Column 4 -->
+ <div>
+ <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">More</h3>
+ <ul class="space-y-3">
+ <li><a href="/press.html" class="text-secondary hover:text-accent 
transition-colors">Press Kit</a></li>
+ <li><a href="/acknowledgements.html" class="text-secondary hover:text-accent 
transition-colors">Acknowledgements</a></li>
+ <li><a href="https://blogs.apache.org/trafficserver/"; class="text-secondary 
hover:text-accent transition-colors">Blog</a></li>
+ <li><a href="https://twitter.com/trafficserver"; class="text-secondary 
hover:text-accent transition-colors">Twitter</a></li>
+ </ul>
+ </div>
+ </div>
+ 
+ <div class="mt-12 pt-8 border-t border-gray-200 flex flex-col md:flex-row 
justify-between items-center">
+ <p class="text-secondary text-sm text-center md:text-left">
+ Copyright &copy; 2025 <a href="https://www.apache.org/"; 
class="hover:text-accent">The Apache Software Foundation</a>.
+ Licensed under the <a href="https://www.apache.org/licenses/"; 
class="hover:text-accent">Apache License</a>, Version 2.0.
+ Apache Traffic Server, Apache, the Apache Traffic Server logo, and the Apache 
feather logo are trademarks of The Apache Software Foundation.
+ </p>
+ <div class="mt-4 md:mt-0">
+ <a href="https://www.apache.org/"; class="inline-block">
+ <img src="https://www.apache.org/images/feather-small.png"; alt="Apache" 
class="h-8 w-auto">
+ </a>
+ </div>
+ </div>
+ </div>
+ </footer>
+ 
+ <!-- Mobile Menu Script -->
+ <script src="/js/menu.js"></script>
 </body>
 </html>
 
diff --git a/newsite/content/assistance.html b/newsite/content/assistance.html
index 164d8ee..bf2f319 100644
--- a/newsite/content/assistance.html
+++ b/newsite/content/assistance.html
@@ -1,132 +1,132 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Third Party Assistance - Apache Traffic Server</title>
-    
-    <!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements.
-         See the NOTICE file distributed with this work for additional 
information regarding copyright ownership.
-         The ASF licenses this file to you under the Apache License, Version 
2.0 (the "License"); you
-         may not use this file except in compliance with the License. You may 
obtain a copy of the License at
-         
-         https://www.apache.org/licenses/LICENSE-2.0
-         
-         Unless required by applicable law or agreed to in writing, software 
distributed under the License is
-         distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY KIND, either express or implied.
-         See the License for the specific language governing permissions and 
limitations under the License. -->
-    
-    <!-- Tailwind CSS -->
-    <script src="https://cdn.tailwindcss.com";></script>
-    <script>
-        tailwind.config = {
-            theme: {
-                extend: {
-                    colors: {
-                        'primary': '#1e3a8a',
-                        'accent': '#3b82f6',
-                        'secondary': '#64748b'
-                    },
-                    fontFamily: {
-                        'sans': ['Inter', '-apple-system', 
'BlinkMacSystemFont', 'SF Pro', 'Segoe UI', 'Roboto', 'sans-serif']
-                    }
-                }
-            }
-        }
-    </script>
-    
-    <!-- Custom Styles -->
-    <link rel="stylesheet" href="/styles/custom.css">
-    
-    <style>
-        .headerlink, .elementid-permalink {
-            visibility: hidden;
-        }
-        
-        /* Mobile menu animation */
-        .mobile-menu-enter {
-            animation: slideDown 0.3s ease-out;
-        }
-        
-        @keyframes slideDown {
-            from {
-                opacity: 0;
-                transform: translateY(-10px);
-            }
-            to {
-                opacity: 1;
-                transform: translateY(0);
-            }
-        }
-    </style>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Third Party Assistance - Apache Traffic Server</title>
+ 
+ <!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements.
+ See the NOTICE file distributed with this work for additional information 
regarding copyright ownership.
+ The ASF licenses this file to you under the Apache License, Version 2.0 (the 
"License"); you
+ may not use this file except in compliance with the License. You may obtain a 
copy of the License at
+ 
+ https://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing, software 
distributed under the License is
+ distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
KIND, either express or implied.
+ See the License for the specific language governing permissions and 
limitations under the License. -->
+ 
+ <!-- Tailwind CSS -->
+ <script src="https://cdn.tailwindcss.com";></script>
+ <script>
+ tailwind.config = {
+ theme: {
+ extend: {
+ colors: {
+ 'primary': '#1e3a8a',
+ 'accent': '#3b82f6',
+ 'secondary': '#64748b'
+ },
+ fontFamily: {
+ 'sans': ['Inter', '-apple-system', 'BlinkMacSystemFont', 'SF Pro', 'Segoe 
UI', 'Roboto', 'sans-serif']
+ }
+ }
+ }
+ }
+ </script>
+ 
+ <!-- Custom Styles -->
+ <link rel="stylesheet" href="/styles/custom.css">
+ 
+ <style>
+ .headerlink, .elementid-permalink {
+ visibility: hidden;
+ }
+ 
+ /* Mobile menu animation */
+ .mobile-menu-enter {
+ animation: slideDown 0.3s ease-out;
+ }
+ 
+ @keyframes slideDown {
+ from {
+ opacity: 0;
+ transform: translateY(-10px);
+ }
+ to {
+ opacity: 1;
+ transform: translateY(0);
+ }
+ }
+ </style>
 </head>
 <body class="font-sans text-gray-800 bg-white">
-    <!-- Header -->
-    <header class="sticky top-0 z-50 bg-white shadow-sm">
-        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
-            <div class="flex justify-between items-center py-4">
-                <!-- Logo -->
-                <div class="flex items-center">
-                    <a href="/" class="flex items-center space-x-3">
-                        <img src="/images/press/ts_logo_tm_380x73.png" 
alt="Apache Traffic Server" class="h-12 w-auto">
-                    </a>
-                </div>
-                
-                <!-- Desktop Navigation -->
-                <nav class="hidden lg:flex items-center space-x-6">
-                    <a href="/" class="text-gray-700 hover:text-accent 
transition-colors font-medium">Home</a>
-                    <a href="/downloads" class="text-gray-700 
hover:text-accent transition-colors font-medium">Downloads</a>
-                    <a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-gray-700 hover:text-accent transition-colors 
font-medium">Documentation</a>
-                    <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">Wiki</a>
-                    <a href="https://github.com/apache/trafficserver/issues"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">Issues</a>
-                    <a href="https://ci.trafficserver.apache.org/"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">CI</a>
-                    <a href="/users.html" class="text-gray-700 
hover:text-accent transition-colors font-medium">Customers</a>
-                </nav>
-                
-                <!-- Apache Logo -->
-                <div class="hidden lg:flex items-center space-x-4">
-                    <a href="https://www.apache.org/"; class="flex 
items-center">
-                        <img 
src="https://www.apache.org/images/feather-small.png"; alt="The Apache Software 
Foundation" class="h-10 w-auto">
-                    </a>
-                </div>
-                
-                <!-- Mobile menu button -->
-                <button id="mobile-menu-button" class="lg:hidden p-2 
rounded-md text-gray-700 hover:text-accent hover:bg-gray-100 focus:outline-none 
focus:ring-2 focus:ring-accent" aria-label="Toggle menu">
-                    <svg class="h-6 w-6" fill="none" stroke="currentColor" 
viewBox="0 0 24 24">
-                        <path id="menu-icon" stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
-                        <path id="close-icon" class="hidden" 
stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 
6l12 12"/>
-                    </svg>
-                </button>
-            </div>
-            
-            <!-- Mobile Navigation -->
-            <nav id="mobile-menu" class="hidden lg:hidden pb-4 
mobile-menu-enter">
-                <div class="space-y-2">
-                    <a href="/" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Home</a>
-                    <a href="/downloads" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Downloads</a>
-                    <a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; class="block 
px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Documentation</a>
-                    <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Wiki</a>
-                    <a href="https://github.com/apache/trafficserver/issues"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Issues</a>
-                    <a href="https://ci.trafficserver.apache.org/"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">CI</a>
-                    <a href="/users.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Customers</a>
-                    <a href="/acknowledgements.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Acknowledgements</a>
-                    <a href="/press.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Press Kit</a>
-                    <a href="/assistance.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Assistance</a>
-                    <div class="border-t border-gray-200 my-2"></div>
-                    <a 
href="https://github.com/apache/trafficserver/security/policy"; class="block 
px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Security</a>
-                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; class="block px-3 
py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Donate</a>
-                    <a href="https://www.apache.org/"; class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Apache Foundation</a>
-                </div>
-            </nav>
-        </div>
-    </header>
-    
-    <!-- Main Content -->
-    <main class="min-h-screen bg-gray-50 py-12">
-        <div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
-            <div class="bg-white rounded-lg shadow-sm p-8">
-                <div id="content" class="prose prose-blue max-w-none">
-                    <h1 id='third-party-assistance'>Third Party Assistance<a 
href='#third-party-assistance' title='Permanent link to this' 
class='headerlink'>&para;</a></h1>
+ <!-- Header -->
+ <header class="sticky top-0 z-50 bg-white shadow-sm">
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
+ <div class="flex justify-between items-center py-4">
+ <!-- Logo -->
+ <div class="flex items-center">
+ <a href="/" class="flex items-center space-x-3">
+ <img src="/images/press/ts_logo_tm_380x73.png" alt="Apache Traffic Server" 
class="h-12 w-auto">
+ </a>
+ </div>
+ 
+ <!-- Desktop Navigation -->
+ <nav class="hidden lg:flex items-center space-x-6">
+ <a href="/" class="text-gray-700 hover:text-accent transition-colors 
font-medium">Home</a>
+ <a href="/downloads" class="text-gray-700 hover:text-accent transition-colors 
font-medium">Downloads</a>
+ <a href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-gray-700 hover:text-accent transition-colors 
font-medium">Documentation</a>
+ 
+ <a href="https://github.com/apache/trafficserver/issues"; class="text-gray-700 
hover:text-accent transition-colors font-medium">Issues</a>
+ <a href="https://ci.trafficserver.apache.org/"; class="text-gray-700 
hover:text-accent transition-colors font-medium">CI</a>
+ <a href="/users.html" class="text-gray-700 hover:text-accent 
transition-colors font-medium">Customers</a>
+ </nav>
+ 
+ <!-- Apache Logo -->
+ <div class="hidden lg:flex items-center space-x-4">
+ <a href="https://www.apache.org/"; class="flex items-center">
+ <img src="https://www.apache.org/images/feather-small.png"; alt="The Apache 
Software Foundation" class="h-10 w-auto">
+ </a>
+ </div>
+ 
+ <!-- Mobile menu button -->
+ <button id="mobile-menu-button" class="lg:hidden p-2 rounded-md text-gray-700 
hover:text-accent hover:bg-gray-100 focus:outline-none focus:ring-2 
focus:ring-accent" aria-label="Toggle menu">
+ <svg class="h-6 w-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
+ <path id="menu-icon" stroke-linecap="round" stroke-linejoin="round" 
stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
+ <path id="close-icon" class="hidden" stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/>
+ </svg>
+ </button>
+ </div>
+ 
+ <!-- Mobile Navigation -->
+ <nav id="mobile-menu" class="hidden lg:hidden pb-4 mobile-menu-enter">
+ <div class="space-y-2">
+ <a href="/" class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Home</a>
+ <a href="/downloads" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors font-medium">Downloads</a>
+ <a href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Documentation</a>
+ <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Wiki</a>
+ <a href="https://github.com/apache/trafficserver/issues"; class="block px-3 
py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Issues</a>
+ <a href="https://ci.trafficserver.apache.org/"; class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">CI</a>
+ <a href="/users.html" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors font-medium">Customers</a>
+ <a href="/acknowledgements.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Acknowledgements</a>
+ <a href="/press.html" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors font-medium">Press Kit</a>
+ <a href="/assistance.html" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Assistance</a>
+ <div class="border-t border-gray-200 my-2"></div>
+ <a href="https://github.com/apache/trafficserver/security/policy"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Security</a>
+ <a href="https://www.apache.org/foundation/sponsorship.html"; class="block 
px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Donate</a>
+ <a href="https://www.apache.org/"; class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Apache Foundation</a>
+ </div>
+ </nav>
+ </div>
+ </header>
+ 
+ <!-- Main Content -->
+ <main class="min-h-screen bg-gray-50 py-12">
+ <div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
+ <div class="bg-white rounded-lg shadow-sm p-8">
+ <div id="content" class="prose prose-blue max-w-none">
+ <h1 id='third-party-assistance'>Third Party Assistance<a 
href='#third-party-assistance' title='Permanent link to this' 
class='headerlink'>&para;</a></h1>
 <p>This page is intended as an independently made list of companies offering 
 commercial or free support and consulting for the Apache Traffic Server. </p>
 <p>This list is NOT an endorsement nor a recommendation by the Traffic Server 
@@ -138,7 +138,7 @@ recommend one resource over the other.</p>
 <p>Sorted alphabetically</p>
 <p><a href="http://www.mirimar.net/";>Mirimar Networks</a></p>
 <p><a href="https://www.network-geographics.com/";>Network Geographics</a> </p>
-<p><a href="http://www.omniti.com/";>OmniTI</a>  </p>
+<p><a href="http://www.omniti.com/";>OmniTI</a> </p>
 <p><a href="http://www.we-amp.com/";>We-Amp</a></p>
 <p>Any company or individual that so wishes, can be put on this page by 
sending an 
 email to dev [at] trafficserver.apache.org, listing:</p>
@@ -146,78 +146,78 @@ email to dev [at] trafficserver.apache.org, listing:</p>
 <li>The name of the company/individual doing ATS support</li>
 <li>A link to their/his/her web site</li>
 </ul>
-                </div>
-            </div>
-        </div>
-    </main>
-    
-    <!-- Footer -->
-    <footer class="bg-gray-50 border-t border-gray-200 mt-16">
-        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
-            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
-                <!-- Column 1 -->
-                <div>
-                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Resources</h3>
-                    <ul class="space-y-3">
-                        <li><a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-secondary hover:text-accent 
transition-colors">Documentation</a></li>
-                        <li><a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="text-secondary hover:text-accent transition-colors">Wiki</a></li>
-                        <li><a 
href="https://cwiki.apache.org/confluence/display/TS/FAQ"; class="text-secondary 
hover:text-accent transition-colors">FAQ</a></li>
-                        <li><a href="https://github.com/apache/trafficserver/"; 
class="text-secondary hover:text-accent transition-colors">Source Code</a></li>
-                    </ul>
-                </div>
-                
-                <!-- Column 2 -->
-                <div>
-                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Community</h3>
-                    <ul class="space-y-3">
-                        <li><a href="/users.html" class="text-secondary 
hover:text-accent transition-colors">Customers</a></li>
-                        <li><a href="/assistance.html" class="text-secondary 
hover:text-accent transition-colors">Get Help</a></li>
-                        <li><a 
href="https://github.com/apache/trafficserver/issues"; class="text-secondary 
hover:text-accent transition-colors">Issues</a></li>
-                        <li><a href="https://the-asf.slack.com/"; 
class="text-secondary hover:text-accent transition-colors">Slack 
Channel</a></li>
-                    </ul>
-                </div>
-                
-                <!-- Column 3 -->
-                <div>
-                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Apache</h3>
-                    <ul class="space-y-3">
-                        <li><a href="https://www.apache.org/"; 
class="text-secondary hover:text-accent transition-colors">Foundation</a></li>
-                        <li><a href="https://www.apache.org/licenses/"; 
class="text-secondary hover:text-accent transition-colors">License</a></li>
-                        <li><a 
href="https://github.com/apache/trafficserver/security/policy"; 
class="text-secondary hover:text-accent transition-colors">Security</a></li>
-                        <li><a 
href="https://www.apache.org/foundation/sponsorship.html"; class="text-secondary 
hover:text-accent transition-colors">Donate</a></li>
-                        <li><a 
href="https://www.apache.org/foundation/thanks.html"; class="text-secondary 
hover:text-accent transition-colors">Thanks</a></li>
-                    </ul>
-                </div>
-                
-                <!-- Column 4 -->
-                <div>
-                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">More</h3>
-                    <ul class="space-y-3">
-                        <li><a href="/press.html" class="text-secondary 
hover:text-accent transition-colors">Press Kit</a></li>
-                        <li><a href="/acknowledgements.html" 
class="text-secondary hover:text-accent 
transition-colors">Acknowledgements</a></li>
-                        <li><a href="https://blogs.apache.org/trafficserver/"; 
class="text-secondary hover:text-accent transition-colors">Blog</a></li>
-                        <li><a href="https://twitter.com/trafficserver"; 
class="text-secondary hover:text-accent transition-colors">Twitter</a></li>
-                    </ul>
-                </div>
-            </div>
-            
-            <div class="mt-12 pt-8 border-t border-gray-200 flex flex-col 
md:flex-row justify-between items-center">
-                <p class="text-secondary text-sm text-center md:text-left">
-                    Copyright &copy; 2025 <a href="https://www.apache.org/"; 
class="hover:text-accent">The Apache Software Foundation</a>.
-                    Licensed under the <a 
href="https://www.apache.org/licenses/"; class="hover:text-accent">Apache 
License</a>, Version 2.0.
-                    Apache Traffic Server, Apache, the Apache Traffic Server 
logo, and the Apache feather logo are trademarks of The Apache Software 
Foundation.
-                </p>
-                <div class="mt-4 md:mt-0">
-                    <a href="https://www.apache.org/"; class="inline-block">
-                        <img 
src="https://www.apache.org/images/feather-small.png"; alt="Apache" class="h-8 
w-auto">
-                    </a>
-                </div>
-            </div>
-        </div>
-    </footer>
-    
-    <!-- Mobile Menu Script -->
-    <script src="/js/menu.js"></script>
+ </div>
+ </div>
+ </div>
+ </main>
+ 
+ <!-- Footer -->
+ <footer class="bg-gray-50 border-t border-gray-200 mt-16">
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
+ <!-- Column 1 -->
+ <div>
+ <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">Resources</h3>
+ <ul class="space-y-3">
+ <li><a href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-secondary hover:text-accent 
transition-colors">Documentation</a></li>
+ <li><a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="text-secondary hover:text-accent transition-colors">Wiki</a></li>
+ <li><a href="https://cwiki.apache.org/confluence/display/TS/FAQ"; 
class="text-secondary hover:text-accent transition-colors">FAQ</a></li>
+ <li><a href="https://github.com/apache/trafficserver/"; class="text-secondary 
hover:text-accent transition-colors">Source Code</a></li>
+ </ul>
+ </div>
+ 
+ <!-- Column 2 -->
+ <div>
+ <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">Community</h3>
+ <ul class="space-y-3">
+ <li><a href="/users.html" class="text-secondary hover:text-accent 
transition-colors">Customers</a></li>
+ <li><a href="/assistance.html" class="text-secondary hover:text-accent 
transition-colors">Get Help</a></li>
+ <li><a href="https://github.com/apache/trafficserver/issues"; 
class="text-secondary hover:text-accent transition-colors">Issues</a></li>
+ <li><a href="https://the-asf.slack.com/"; class="text-secondary 
hover:text-accent transition-colors">Slack Channel</a></li>
+ </ul>
+ </div>
+ 
+ <!-- Column 3 -->
+ <div>
+ <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">Apache</h3>
+ <ul class="space-y-3">
+ <li><a href="https://www.apache.org/"; class="text-secondary hover:text-accent 
transition-colors">Foundation</a></li>
+ <li><a href="https://www.apache.org/licenses/"; class="text-secondary 
hover:text-accent transition-colors">License</a></li>
+ <li><a href="https://github.com/apache/trafficserver/security/policy"; 
class="text-secondary hover:text-accent transition-colors">Security</a></li>
+ <li><a href="https://www.apache.org/foundation/sponsorship.html"; 
class="text-secondary hover:text-accent transition-colors">Donate</a></li>
+ <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="text-secondary hover:text-accent transition-colors">Thanks</a></li>
+ </ul>
+ </div>
+ 
+ <!-- Column 4 -->
+ <div>
+ <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">More</h3>
+ <ul class="space-y-3">
+ <li><a href="/press.html" class="text-secondary hover:text-accent 
transition-colors">Press Kit</a></li>
+ <li><a href="/acknowledgements.html" class="text-secondary hover:text-accent 
transition-colors">Acknowledgements</a></li>
+ <li><a href="https://blogs.apache.org/trafficserver/"; class="text-secondary 
hover:text-accent transition-colors">Blog</a></li>
+ <li><a href="https://twitter.com/trafficserver"; class="text-secondary 
hover:text-accent transition-colors">Twitter</a></li>
+ </ul>
+ </div>
+ </div>
+ 
+ <div class="mt-12 pt-8 border-t border-gray-200 flex flex-col md:flex-row 
justify-between items-center">
+ <p class="text-secondary text-sm text-center md:text-left">
+ Copyright &copy; 2025 <a href="https://www.apache.org/"; 
class="hover:text-accent">The Apache Software Foundation</a>.
+ Licensed under the <a href="https://www.apache.org/licenses/"; 
class="hover:text-accent">Apache License</a>, Version 2.0.
+ Apache Traffic Server, Apache, the Apache Traffic Server logo, and the Apache 
feather logo are trademarks of The Apache Software Foundation.
+ </p>
+ <div class="mt-4 md:mt-0">
+ <a href="https://www.apache.org/"; class="inline-block">
+ <img src="https://www.apache.org/images/feather-small.png"; alt="Apache" 
class="h-8 w-auto">
+ </a>
+ </div>
+ </div>
+ </div>
+ </footer>
+ 
+ <!-- Mobile Menu Script -->
+ <script src="/js/menu.js"></script>
 </body>
 </html>
 
diff --git a/newsite/content/downloads.html b/newsite/content/downloads.html
index 34bf045..ecea634 100644
--- a/newsite/content/downloads.html
+++ b/newsite/content/downloads.html
@@ -53,7 +53,6 @@
                     <a href="/" class="text-gray-700 hover:text-accent 
transition-colors font-medium">Home</a>
                     <a href="/downloads.html" class="text-accent 
font-semibold">Downloads</a>
                     <a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-gray-700 hover:text-accent transition-colors 
font-medium">Documentation</a>
-                    <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">Wiki</a>
                     <a href="https://github.com/apache/trafficserver/issues"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">Issues</a>
                     <a href="https://ci.trafficserver.apache.org/"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">CI</a>
                     <a href="/users.html" class="text-gray-700 
hover:text-accent transition-colors font-medium">Customers</a>
@@ -78,7 +77,6 @@
                     <a href="/" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Home</a>
                     <a href="/downloads.html" class="block px-3 py-2 
rounded-md bg-blue-50 text-accent font-semibold">Downloads</a>
                     <a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; class="block 
px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Documentation</a>
-                    <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Wiki</a>
                     <a href="https://github.com/apache/trafficserver/issues"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Issues</a>
                     <a href="https://ci.trafficserver.apache.org/"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">CI</a>
                     <a href="/users.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Customers</a>
diff --git a/newsite/content/index.html b/newsite/content/index.html
index 6e5e8da..598d4bb 100644
--- a/newsite/content/index.html
+++ b/newsite/content/index.html
@@ -1,371 +1,412 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" 
"https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>
-<html xmlns="https://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
-
+<!DOCTYPE html>
+<html lang="en">
 <head>
-  <meta charset="utf-8" />
-  <meta name="google-site-verification" 
content="0Zvqk8EoyLzvCzEZj86bw4McxpCrEzUskO2c1n5OqE8" />
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <!-- The 1140px Grid - https://cssgrid.net/ -->
-  <link rel="stylesheet" type="text/css" href="/styles/1140.css" 
media="screen" />
-  <link rel="stylesheet" type="text/css" href="/styles/styles.css" 
media="screen" />
-  <!--css3-mediaqueries-js - https://code.google.com/p/css3-mediaqueries-js/ - 
Enables media queries in some unsupported browsers-->
-  <script type="text/javascript" src="/js/css3-mediaqueries.js"></script>
-  <link 
href="https://fonts.googleapis.com/css?family=Droid+Serif:regular,italic,bold"; 
rel="stylesheet">
-
-  <title>Apache Traffic Server</title>
-
-  <!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements.
-       See the NOTICE file distributed with this work for additional 
information regarding copyright ownership.
-       The ASF licenses this file to you under the Apache License, Version 2.0 
(the &quot;License&quot;); you
-       may not use this file except in compliance with the License.  You may 
obtain a copy of the License at
-
-           https://www.apache.org/licenses/LICENSE-2.0
-
-      Unless required by applicable law or agreed to in writing, software 
distributed under the License is
-      distributed on an &quot;AS IS&quot; BASIS, WITHOUT WARRANTIES OR 
CONDITIONS OF ANY KIND, either express
-      or implied.  See the License for the specific language governing 
permissions and limitations under the
-      License. -->
-
-
+    <meta charset="UTF-8">
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta name="google-site-verification" 
content="0Zvqk8EoyLzvCzEZj86bw4McxpCrEzUskO2c1n5OqE8" />
+    <title>Apache Traffic Server</title>
+    
+    <script src="https://cdn.tailwindcss.com";></script>
+    <script>
+        tailwind.config = {
+            theme: {
+                extend: {
+                    colors: {
+                        'primary': '#1e3a8a',
+                        'accent': '#3b82f6',
+                        'secondary': '#64748b'
+                    },
+                    fontFamily: {
+                        'sans': ['Inter', '-apple-system', 
'BlinkMacSystemFont', 'SF Pro', 'Segoe UI', 'Roboto', 'sans-serif']
+                    }
+                }
+            }
+        }
+    </script>
+    
+    <link rel="stylesheet" href="/newsite/styles/custom.css">
 </head>
-
-<body class="container">
-  <!-- Header -->
-  <div class="row" id="header">
-    <div class="fourcol">
-      <a href="/"><img class="logo" alt="Apache Traffic Server" 
src="/images/press/ts_logo_tm_380x73.png" /></a>
-    </div>
-    <div class="fourcol">
-      <a href="https://www.apache.org/";><img alt="The Apache Software 
Foundation" src="https://www.apache.org/images/feather-small.png"; /></a>
-    </div>
-    <div class="fourcol right last" id="searchbox">
-      <form 
action="https://docs.trafficserver.apache.org/en/latest/search.html"; 
id="cse-search-box" name="cse-search-box">
-        <input type="text" name="q" size="22" style="font-size: 80%" />
-        <input type="submit" name="sa" value="Search Documentation" 
style="font-size: 80%" />
-      </form>
-    </div>
-  </div>
-  </div>
-
-  <div class="row nav">
-    <div class="ninecol">
-      <a href="https://trafficserver.apache.org/";>Home</a>
-      <a href="downloads">Downloads</a>
-      <a 
href="https://docs.trafficserver.apache.org/en/latest/index.html";>Documentation</a>
-      <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server";>Wiki</a>
-      <a href="https://github.com/apache/trafficserver/issues";>Issues</a>
-      <a href="https://ci.trafficserver.apache.org/";>CI</a>
-      <a href="/users.html">Customers</a>
-      <a href="/acknowledgements.html">Acknowledgements</a>
-      <a href="/press.html">Press kit</a>
-      <a href="/assistance.html">Assistance</a>
-    </div>
-    <div class="threecol last right">
-      <a 
href="https://github.com/apache/trafficserver/security/policy";>Security</a>
-      <a href="https://www.apache.org/foundation/sponsorship.html";>Donate</a>
-      <a href="https://www.apache.org/foundation/thanks.html";>Thanks</a>
-    </div>
-  </div>
-
-  <div class="row content">
-    <div class="eightcol">
-      <div id="blurbbox">
-        <p style="padding-top: 20px;">Apache Traffic Serverâ„¢ software is a 
fast, scalable and extensible HTTP/1.1 and
-          HTTP/2 compliant caching
-          proxy server. Formerly a commercial product, Yahoo! donated it to 
the Apache
-          Foundation, and currently used by several major CDNs and content 
owners.</p>
-      </div>
-    </div>
-    <div class="fourcol right last">
-      <span id="download">
-        <a title="Downloads" href="/downloads">Downloads</a>
-      </span>
-      <span style="display: table; margin:0 auto;">
-        <a href="https://twitter.com/trafficserver"; 
class="twitter-follow-button" data-show-count="false">Follow
-          @trafficserver</a>
-        <script>!function (d, s, id) { var js, fjs = 
d.getElementsByTagName(s)[0], p = /^http:/.test(d.location) ? 'http' : 'https'; 
if (!d.getElementById(id)) { js = d.createElement(s); js.id = id; js.src = p + 
'://platform.twitter.com/widgets.js'; fjs.parentNode.insertBefore(js, fjs); } 
}(document, 'script', 'twitter-wjs');</script>
-      </span>
-    </div>
-  </div>
-
-  <div class="row content">
-    <div class="twelvecol banner">
-      <h1 id="Overview">Overview</h1>
-    </div>
-  </div>
-
-  <div class="row content">
-    <div class="fourcol">
-      <div id="blurbbox">
-        <ul>
-          <li>
-            <b>Caching</b>
-            <p>Improve your response time, while reducing server load and 
bandwidth needs by
-              caching and reusing frequently-requested web pages, images, and 
web service
-              calls.</p>
-          </li>
-
-          <li>
-            <b>Proxying</b>
-            <p>Easily add keep-alive, filter or anonymize content requests, or 
add load
-              balancing by adding a proxy layer.</p>
-          </li>
-        </ul>
-      </div>
-    </div>
-
-    <div class="fourcol">
-      <div id="blurbbox">
-        <ul>
-          <li>
-            <b>Fast</b>
-            <p>Scales well on modern SMP hardware, handling 10s of thousands 
of requests per
-              second.</p>
-          </li>
-          <li>
-            <b>Extensible</b>
-            <p>APIs to write your own plug-ins to do anything from modifying 
HTTP headers to
-              handling ESI requests to writing your own cache algorithm.</p>
-          </li>
-        </ul>
-      </div>
-    </div>
-
-    <div class="fourcol last">
-      <div id="blurbbox">
-        <ul>
-          <li>
-            <b>Proven</b>
-            <p>Handling over 400TB a day at <a 
href="https://www.yahoo.com/";>Yahoo!</a> both as
-              forward and reverse proxies, Apache Traffic Server is battle
-              hardened. Also visit our <a href="users.html">Customers page</a> 
for
-              some of our corporate users and supporters.</p>
-          </li>
-        </ul>
-      </div>
-    </div>
-  </div>
-
-  <div class="row content">
-    <div class="twelvecol banner">
-      <h1 id="LearnMore">Learn More</h1>
-    </div>
-  </div>
-
-  <div class="row content">
-    <div class="fourcol">
-      <div id="blurbbox">
-        <div class="banner">
-          <h3>Get Support</h3>
+<body class="font-sans text-gray-800 bg-white">
+    <header class="sticky top-0 z-50 bg-white shadow-sm">
+        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
+            <div class="flex justify-between items-center py-4">
+                <div class="flex items-center">
+                    <a href="/newsite/" class="flex items-center space-x-3">
+                        <img src="/newsite/images/press/ts_logo_tm_380x73.png" 
alt="Apache Traffic Server" class="h-12 w-auto">
+                    </a>
+                </div>
+                
+                <nav class="hidden lg:flex items-center space-x-6">
+                    <a href="/newsite/" class="text-gray-700 hover:text-accent 
transition-colors font-medium">Home</a>
+                    <a href="/newsite/downloads.html" class="text-gray-700 
hover:text-accent transition-colors font-medium">Downloads</a>
+                    <a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-gray-700 hover:text-accent transition-colors 
font-medium">Documentation</a>
+                    <a href="https://github.com/apache/trafficserver/issues"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">Issues</a>
+                    <a href="https://ci.trafficserver.apache.org/"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">CI</a>
+                    <a href="/newsite/users.html" class="text-gray-700 
hover:text-accent transition-colors font-medium">Customers</a>
+                </nav>
+                
+                <div class="hidden lg:flex items-center space-x-4">
+                    <a href="https://www.apache.org/"; class="flex 
items-center">
+                        <img 
src="https://www.apache.org/images/feather-small.png"; alt="The Apache Software 
Foundation" class="h-10 w-auto">
+                    </a>
+                </div>
+                
+                <button id="mobile-menu-button" class="lg:hidden p-2 
rounded-md text-gray-700 hover:text-accent hover:bg-gray-100 focus:outline-none 
focus:ring-2 focus:ring-accent" aria-label="Toggle menu">
+                    <svg class="h-6 w-6" fill="none" stroke="currentColor" 
viewBox="0 0 24 24">
+                        <path id="menu-icon" stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
+                        <path id="close-icon" class="hidden" 
stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 
6l12 12"/>
+                    </svg>
+                </button>
+            </div>
+            
+            <nav id="mobile-menu" class="hidden lg:hidden pb-4 
mobile-menu-enter">
+                <div class="space-y-2">
+                    <a href="/newsite/" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Home</a>
+                    <a href="/newsite/downloads.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Downloads</a>
+                    <a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; class="block 
px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Documentation</a>
+                    <a href="https://github.com/apache/trafficserver/issues"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Issues</a>
+                    <a href="https://ci.trafficserver.apache.org/"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">CI</a>
+                    <a href="/newsite/users.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Customers</a>
+                    <a href="/newsite/acknowledgements.html" class="block px-3 
py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Acknowledgements</a>
+                    <a href="/newsite/press.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Press Kit</a>
+                    <a href="/newsite/assistance.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Assistance</a>
+                </div>
+            </nav>
         </div>
-        <ul class="blurblist">
-          <li>
-            <p>Having trouble with builds, configurations or are you getting 
errors you don't understand?
-              <a 
href="mailto:[email protected]";>Subscribe</a> to our 
Users Mailing List
-              or join our <b>#traffic-server</b> channel on <a 
href="https://the-asf.slack.com/"; title="Slack">
-                The ASF Slack</a> workspace to get help! Use your @apache.org 
email address to automatically join.
-              If you need a workspace invitation, contact us on our devevelop 
mailing list, or ask any ASF
-              committer.</p> 
-          </li>
-
-          <li>
-            <p>
-              Can't get your plugin to work? Have questions about the ATS 
code? Or maybe you have suggestions for
-              improvements or new features? <a 
href="mailto:[email protected]";>Get help</a>
-              from developers or start a discussion on our dev discussion 
list.</p>
-          </li>
-
-          <li>
-            <p>
-              <a 
href="https://cwiki.apache.org/confluence/display/TS/Filing+useful+bug+reports";>Report</a>
 or confirm
-              bugs or try out the latest patches from our <a 
href="https://github.com/apache/trafficserver/";>Bug
-                Tracker</a></p>
-          </li>
-
-          <li>
-            <p>
-              <a 
href="https://cwiki.apache.org/confluence/display/TS/Filing+useful+bug+reports";>Learn
 how</a> to ask
-              <i>good</i> questions, create useful bug reports and how to 
apply patches.</p>
-          </li>
-        </ul>
-      </div>
-    </div>
-
-    <div class="fourcol">
-      <div id="blurbbox">
-        <div class="banner">
-          <h3>Get Involved</h3>
+    </header>
+    
+    <section class="relative bg-gradient-to-br from-blue-900 via-blue-800 
to-cyan-700 text-white py-20">
+        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
+            <div class="grid grid-cols-1 lg:grid-cols-2 gap-12 items-center">
+                <div>
+                    <h1 class="text-4xl md:text-5xl lg:text-6xl font-bold 
leading-tight mb-6">
+                        Apache Traffic Server
+                    </h1>
+                    <p class="text-xl md:text-2xl text-blue-100 mb-8 
leading-relaxed">
+                        A fast, scalable and extensible HTTP/1.1 and HTTP/2 
compliant caching proxy server.
+                    </p>
+                    <p class="text-lg text-blue-100 mb-8 leading-relaxed">
+                        Formerly a commercial product, Yahoo! donated it to 
the Apache Foundation, and is currently used by several major CDNs and content 
owners.
+                    </p>
+                    <div class="flex flex-col sm:flex-row gap-4">
+                        <a href="/newsite/downloads.html" class="btn-gradient 
inline-block px-8 py-4 rounded-lg font-semibold text-white text-lg text-center">
+                            Download Now
+                        </a>
+                        <a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="inline-block px-8 py-4 rounded-lg font-semibold bg-white/10 
hover:bg-white/20 backdrop-blur-sm text-white text-lg text-center 
transition-all border border-white/20">
+                            Documentation
+                        </a>
+                    </div>
+                    <div class="mt-8">
+                        <a href="https://twitter.com/trafficserver"; 
class="inline-flex items-center text-blue-100 hover:text-white 
transition-colors">
+                            <svg class="w-5 h-5 mr-2" fill="currentColor" 
viewBox="0 0 24 24">
+                                <path d="M23.953 4.57a10 10 0 01-2.825.775 
4.958 4.958 0 002.163-2.723c-.951.555-2.005.959-3.127 1.184a4.92 4.92 0 
00-8.384 4.482C7.69 8.095 4.067 6.13 1.64 3.162a4.822 4.822 0 00-.666 2.475c0 
1.71.87 3.213 2.188 4.096a4.904 4.904 0 01-2.228-.616v.06a4.923 4.923 0 003.946 
4.827 4.996 4.996 0 01-2.212.085 4.936 4.936 0 004.604 3.417 9.867 9.867 0 
01-6.102 2.105c-.39 0-.779-.023-1.17-.067a13.995 13.995 0 007.557 2.209c9.053 0 
13.998-7.496 13.998-13.985 0-.21 [...]
+                            </svg>
+                            Follow @trafficserver
+                        </a>
+                    </div>
+                </div>
+                <div class="hidden lg:block">
+                    <div class="bg-white/10 backdrop-blur-md rounded-2xl p-8 
border border-white/20">
+                        <div class="space-y-4 text-sm font-mono">
+                            <div class="flex items-center">
+                                <span class="text-green-400">$</span>
+                                <span class="ml-2 text-blue-200">./configure 
--prefix=/opt/ts</span>
+                            </div>
+                            <div class="flex items-center">
+                                <span class="text-green-400">$</span>
+                                <span class="ml-2 text-blue-200">make && make 
install</span>
+                            </div>
+                            <div class="flex items-center">
+                                <span class="text-green-400">$</span>
+                                <span class="ml-2 
text-blue-200">/opt/ts/bin/traffic_server</span>
+                            </div>
+                            <div class="text-green-400 mt-4">✓ Traffic Server 
running</div>
+                        </div>
+                    </div>
+                </div>
+            </div>
         </div>
-
-        <ul class="blurblist">
-          <li>
-            <p><a 
href="mailto:[email protected]";>Subscribe</a> and
-              help out on the users Mailing List or simply share your usecase 
or experience.
-              For sometimes speedier responses check out our Slack channel
-              <b>#traffic-server</b> on <a href="https://the-asf.slack.com/"; 
title="Slack">
-                The ASF Slack</a> workspace.
-          </li>
-
-          <li>
-            <p>
-              Impress developers or help others by <a 
href="mailto:[email protected]";>participating</a>
-              on
-              our dev discussion list or <a 
href="mailto:[email protected]";>follow</a> the
-              latest development on
-              our commits list.</p>
-          </li>
-
-          <li>
-            <p>
-              <a 
href="https://cwiki.apache.org/confluence/display/TS/Filing+useful+bug+reports";>Report</a>
 issues or
-              bring patches to our <a 
href="https://github.com/apache/trafficserver/";>Bug Tracker</a></p>
-          </li>
-
-          <li>
-            <p>
-              Visit our wiki to see a list of
-              <a 
href="https://cwiki.apache.org/confluence/display/TS/Projects"; title="Apache 
Traffic Server - Projects">Projects</a>
-              we are currently working on.</p>
-          </li>
-
-          <li>
-            <p>
-              Learn <a 
href="https://cwiki.apache.org/confluence/display/TS/Contributing";>how to 
create patches</a> to
-              the code or the
-              documentation and how to debug Apache Traffic Server.</p>
-          </li>
-
-          <li>
-            <p>We've <a 
href="https://github.com/apache/trafficserver/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22";>tagged
-                github issues</a> that have a low entrance barrier.</p>
-          </li>
-        </ul>
-      </div>
-    </div>
-    <div class="fourcol last">
-      <div id="blurbbox">
-        <div class="banner">
-          <h3>Web Resources</h3>
+    </section>
+
+    <section class="py-16 bg-white">
+        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
+            <h2 class="text-3xl md:text-4xl font-bold text-center text-primary 
mb-12">Overview</h2>
+            
+            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
+                <div class="feature-card bg-white rounded-xl p-8 border 
border-gray-200 shadow-sm">
+                    <div class="w-14 h-14 bg-blue-100 rounded-lg flex 
items-center justify-center mb-6">
+                        <svg class="w-8 h-8 text-accent" fill="none" 
stroke="currentColor" viewBox="0 0 24 24">
+                            <path stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M4 7v10c0 2.21 3.582 4 8 4s8-1.79 
8-4V7M4 7c0 2.21 3.582 4 8 4s8-1.79 8-4M4 7c0-2.21 3.582-4 8-4s8 1.79 8 4m0 5c0 
2.21-3.582 4-8 4s-8-1.79-8-4"/>
+                        </svg>
+                    </div>
+                    <h3 class="text-xl font-semibold text-primary 
mb-4">Caching</h3>
+                    <p class="text-gray-600 leading-relaxed">
+                        Improve your response time, while reducing server load 
and bandwidth needs by caching and reusing frequently-requested web pages, 
images, and web service calls.
+                    </p>
+                </div>
+
+                <div class="feature-card bg-white rounded-xl p-8 border 
border-gray-200 shadow-sm">
+                    <div class="w-14 h-14 bg-blue-100 rounded-lg flex 
items-center justify-center mb-6">
+                        <svg class="w-8 h-8 text-accent" fill="none" 
stroke="currentColor" viewBox="0 0 24 24">
+                            <path stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 
002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"/>
+                        </svg>
+                    </div>
+                    <h3 class="text-xl font-semibold text-primary 
mb-4">Proxying</h3>
+                    <p class="text-gray-600 leading-relaxed">
+                        Easily add keep-alive, filter or anonymize content 
requests, or add load balancing by adding a proxy layer.
+                    </p>
+                </div>
+
+                <div class="feature-card bg-white rounded-xl p-8 border 
border-gray-200 shadow-sm">
+                    <div class="w-14 h-14 bg-blue-100 rounded-lg flex 
items-center justify-center mb-6">
+                        <svg class="w-8 h-8 text-accent" fill="none" 
stroke="currentColor" viewBox="0 0 24 24">
+                            <path stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M13 10V3L4 14h7v7l9-11h-7z"/>
+                        </svg>
+                    </div>
+                    <h3 class="text-xl font-semibold text-primary 
mb-4">Fast</h3>
+                    <p class="text-gray-600 leading-relaxed">
+                        Scales well on modern SMP hardware, handling 10s of 
thousands of requests per second.
+                    </p>
+                </div>
+
+                <div class="feature-card bg-white rounded-xl p-8 border 
border-gray-200 shadow-sm">
+                    <div class="w-14 h-14 bg-blue-100 rounded-lg flex 
items-center justify-center mb-6">
+                        <svg class="w-8 h-8 text-accent" fill="none" 
stroke="currentColor" viewBox="0 0 24 24">
+                            <path stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M11 4a2 2 0 114 0v1a1 1 0 001 1h3a1 
1 0 011 1v3a1 1 0 01-1 1h-1a2 2 0 100 4h1a1 1 0 011 1v3a1 1 0 01-1 1h-3a1 1 0 
01-1-1v-1a2 2 0 10-4 0v1a1 1 0 01-1 1H7a1 1 0 01-1-1v-3a1 1 0 00-1-1H4a2 2 0 
110-4h1a1 1 0 001-1V7a1 1 0 011-1h3a1 1 0 001-1V4z"/>
+                        </svg>
+                    </div>
+                    <h3 class="text-xl font-semibold text-primary 
mb-4">Extensible</h3>
+                    <p class="text-gray-600 leading-relaxed">
+                        APIs to write your own plug-ins to do anything from 
modifying HTTP headers to handling ESI requests to writing your own cache 
algorithm.
+                    </p>
+                </div>
+
+                <div class="feature-card bg-white rounded-xl p-8 border 
border-gray-200 shadow-sm">
+                    <div class="w-14 h-14 bg-blue-100 rounded-lg flex 
items-center justify-center mb-6">
+                        <svg class="w-8 h-8 text-accent" fill="none" 
stroke="currentColor" viewBox="0 0 24 24">
+                            <path stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M9 12l2 2 4-4m5.618-4.016A11.955 
11.955 0 0112 2.944a11.955 11.955 0 01-8.618 3.04A12.02 12.02 0 003 9c0 5.591 
3.824 10.29 9 11.622 5.176-1.332 9-6.03 9-11.622 
0-1.042-.133-2.052-.382-3.016z"/>
+                        </svg>
+                    </div>
+                    <h3 class="text-xl font-semibold text-primary 
mb-4">Proven</h3>
+                    <p class="text-gray-600 leading-relaxed">
+                        Handling over 400TB a day at <a 
href="https://www.yahoo.com/"; class="text-accent hover:underline">Yahoo!</a> 
both as forward and reverse proxies, Apache Traffic Server is battle hardened. 
Visit our <a href="/newsite/users.html" class="text-accent 
hover:underline">Customers page</a> for more users.
+                    </p>
+                </div>
+
+                <div class="feature-card bg-white rounded-xl p-8 border 
border-gray-200 shadow-sm">
+                    <div class="w-14 h-14 bg-blue-100 rounded-lg flex 
items-center justify-center mb-6">
+                        <svg class="w-8 h-8 text-accent" fill="none" 
stroke="currentColor" viewBox="0 0 24 24">
+                            <path stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M21 12a9 9 0 01-9 9m9-9a9 9 0 
00-9-9m9 9H3m9 9a9 9 0 01-9-9m9 9c1.657 0 3-4.03 3-9s-1.343-9-3-9m0 18c-1.657 
0-3-4.03-3-9s1.343-9 3-9m-9 9a9 9 0 019-9"/>
+                        </svg>
+                    </div>
+                    <h3 class="text-xl font-semibold text-primary mb-4">Modern 
Protocols</h3>
+                    <p class="text-gray-600 leading-relaxed">
+                        Full support for HTTP/1.1 and HTTP/2, with ongoing 
development for emerging web standards and protocols.
+                    </p>
+                </div>
+            </div>
         </div>
-
-        <ul class="blurblist">
-          <li>
-            <a 
href="https://docs.trafficserver.apache.org/en/latest/admin-guide/index.en.html";>Administrator's
 Guide</a>
-            <p>Installing, configuring and administrating Apache Traffic 
Server</p>
-          </li>
-
-          <li>
-            <a 
href="https://docs.trafficserver.apache.org/en/latest/developer-guide/index.en.html";>Developer's
 Guide</a>
-            <p>Developing Apache Traffic Server plug-ins and how the code 
works</p>
-          </li>
-
-          <li>
-            <a 
href="https://cwiki.apache.org/confluence/display/TS/FAQ";>Frequently Asked
-              Questions</a>
-            <p>A running list of your most common questions</p>
-          </li>
-
-          <li>
-            <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server";>Wiki</a>
-            and <a href="https://blogs.apache.org/trafficserver/";>Our blog</a>
-            <p>Collaboration and interesting topics around the project</p>
-          </li>
-
-        </ul>
-      </div>
-    </div>
-  </div>
-
-  <div class="row content">
-    <div class="twelvecol banner">
-      <h1 id="News">News</h1>
-    </div>
-  </div>
-
-  <div class="row content">
-    <div class="twelvecol">
-      <div id="blurbbox">
-        <ul>
-          <li><b>August 13, 2025</b>The first minor version of ATS 10 is 
released: v10.1.0!</li>
-          <li><b>June 17, 2025</b>We are releasing version v10.0.6 and v9.2.11 
which include security fixes and improvements. We recommend everyone to upgrade 
to one of these versions of ATS.</li>
-          <li><b>April 2, 2025</b>We are releasing version v10.0.5 and v9.2.10 
which include security fixes and improvements. We recommend everyone to upgrade 
to one of these versions of ATS.</li>
-          <li><b>March 5, 2025</b>We are releasing version v10.0.4 and v9.2.9 
with several bugfixes and improvements.</li>
-          <li><b>January 31, 2025</b>We are releasing version 9.2.8 with 
several bugfixes and improvements</li>
-          <li><b>January 31, 2025</b>We are releasing version 10.0.3 with 
several bugfixes and improvements</li>
-          <li><b>November 26, 2024:</b>We are releasing version v9.2.7 with 
several bugfixes.</li>
-          <li><b>November 12, 2024:</b>We are releasing version v10.0.2 and 
v9.2.6 with several bugfixes and improvements.</li>
-          <li><b>October 29, 2024:</b>We are releasing version v10.0.1 with 
several bugfixes and improvements.</li>
-          <li><b>August 27, 2024:</b>The first major version of ATS 10 is 
released: v10.0.0.</li>
-          <li><b>July 25, 2024:</b>We are releasing both v9.2.5 and v8.1.11. 
We recommend everyone to upgrade to one of these versions of ATS.</li>
-          <li><b>April 3, 2024:</b>We are releasing both v9.2.4 and v8.1.10. 
We recommend everyone to upgrade to one of these versions of ATS.</li>
-          <li><b>October 9, 2023:</b>We are releasing both v9.2.3 and v8.1.9. 
We recommend everyone to upgrade to one of these versions of ATS.</li>
-          <li><b>August 3, 2023:</b> We are releasing both v9.2.2 and v8.1.8 
which include security fixes. We recommend everyone to upgrade to one of these 
versions of ATS.</li>
-               <li><b>June 12, 2023:</b> We are releasing both v9.2.1 and 
v8.1.7 which include security fixes. We recommend everyone to upgrade to one of 
these versions of ATS.</li>
-          <li><b>January 23, 2023:</b>The first version of the stable v9.2.x 
ATS branch is now available for download. This version, \
-v9.2.0, is a feature and bug fix release over previous v9.1.x releases.</li>
-          <li><b>December 15, 2022:</b> We are releasing both v9.1.4 and 
v8.1.6 which include security fixes. We recommend everyone to upgrade to one of 
these versions of ATS.</li>
-          <li><b>August 9, 2022:</b> We are releasing both v9.1.3 and v8.1.5 
which include security fixes. We recommend everyone to upgrade to one of these 
versions of ATS.</li>
-          <li><b>March 21, 2022:</b>The latest version of the stable v8.x ATS 
release is now available for download. This version, v8.1.4, is a bug fix 
release over previous 8.x releases.</li>
-          <li><b>March 11, 2021:</b>The latest version of the stable v9.x ATS
-          release is now available for immediate download! This version,
-          v9.1.2, is a bug fix release over previous 9.x releases.</li>
-          <li><b>November 2, 2021:</b>We are releasing both v9.1.1 and v8.1.3 
which include security fixes. We recommend everyone to upgrade to one of these 
versions of ATS.</li>
-          <li><b>August 17, 2021:</b>We are releasing both v9.1.0, which is 
our next current release.</li>
-          <li><b>June 24, 2021:</b>We are releasing both v9.0.2 and v8.1.2 
which include security fixes. We recommend everyone to upgrade to one of these 
versions of ATS.</li>
-          <li><b>April 16, 2021:</b>We are pleased to announce v9.0.1, which 
is bug-fix release on the v9.x LTS train.</li>
-        </ul>
-      </div>
-    </div>
-  </div>
-
-  <div class="row content">
-    <div class="twelvecol banner">
-      <h1 id="Misc">Miscellaneous</h1>
-    </div>
-  </div>
-
-  <div class="row content">
-    <div class="sixcol">
-      <div id="blurbbox">
-        <ul>
-          <li><a href="https://github.com/apache/trafficserver/";>View Git code 
repository</a></li>
-          <li><a 
href="https://cwiki.apache.org/confluence/display/TS/Supported+Operating+Systems";>Supported
 Operating
-              Systems</a></li>
-        </ul>
-      </div>
-    </div>
-    <div class="sixcol last">
-      <div id="blurbbox">
-        <ul>
-          <li><a href="https://www.apache.org/licenses/";>License</a></li>
-          <li><a 
href="https://cwiki.apache.org/confluence/display/TS/Building";>Build 
Instructions</a></li>
-          <li><a 
href="https://cwiki.apache.org/confluence/display/TS/Committers";>Committers</a></li>
-          <li><a 
href="https://mail-archives.apache.org/mod_mbox/trafficserver-users/";>Users 
Archives</a></li>
-          <li><a 
href="https://mail-archives.apache.org/mod_mbox/trafficserver-dev/";>Dev 
Archives</a></li>
-        </ul>
-      </div>
-    </div>
-  </div>
-
-  <div id="footer" class="row">
-    <div class="tencol">
-
-      Copyright &copy; 2018
-      <a href="https://www.apache.org/";>The Apache Software Foundation</a>.
-      Licensed under
-      the <a href="https://www.apache.org/licenses/";>Apache License</a>,
-      Version 2.0. Apache Traffic Server, Apache,
-      the Apache Traffic Server logo, and the Apache feather logo are
-      trademarks of The Apache Software Foundation.
-    </div>
-    <div class="twocol right last">
-      <span id="apache_logo">
-        <a href="https://www.apache.org/";><img alt="The Apache Software 
Foundation" src="https://www.apache.org/images/feather-small.png"; /></a>
-      </span>
-    </div>
-  </div>
-
+    </section>
+
+    <section class="py-16 bg-gray-50">
+        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
+            <h2 class="text-3xl md:text-4xl font-bold text-center text-primary 
mb-12">Learn More</h2>
+            
+            <div class="grid grid-cols-1 md:grid-cols-3 gap-8">
+                <div class="bg-white rounded-xl p-8 shadow-sm border 
border-gray-200">
+                    <h3 class="text-2xl font-semibold text-primary mb-6">Get 
Support</h3>
+                    <ul class="space-y-4">
+                        <li class="flex items-start">
+                            <svg class="w-5 h-5 text-accent mt-1 mr-3 
flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
+                                <path fill-rule="evenodd" d="M10 18a8 8 0 
100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 
0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
+                            </svg>
+                            <div>
+                                <p class="text-gray-600">Having trouble with 
builds or configurations? <a 
href="mailto:[email protected]"; class="text-accent 
hover:underline">Subscribe</a> to our Users Mailing List or join 
<strong>#traffic-server</strong> on <a href="https://the-asf.slack.com/"; 
class="text-accent hover:underline">The ASF Slack</a> workspace.</p>
+                            </div>
+                        </li>
+                        <li class="flex items-start">
+                            <svg class="w-5 h-5 text-accent mt-1 mr-3 
flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
+                                <path fill-rule="evenodd" d="M10 18a8 8 0 
100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 
0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
+                            </svg>
+                            <div>
+                                <p class="text-gray-600">Questions about the 
ATS code? <a href="mailto:[email protected]"; 
class="text-accent hover:underline">Get help</a> from developers on our dev 
discussion list.</p>
+                            </div>
+                        </li>
+                        <li class="flex items-start">
+                            <svg class="w-5 h-5 text-accent mt-1 mr-3 
flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
+                                <path fill-rule="evenodd" d="M10 18a8 8 0 
100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 
0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
+                            </svg>
+                            <div>
+                                <p class="text-gray-600"><a 
href="https://cwiki.apache.org/confluence/display/TS/Filing+useful+bug+reports"; 
class="text-accent hover:underline">Report</a> or confirm bugs on our <a 
href="https://github.com/apache/trafficserver/"; class="text-accent 
hover:underline">Bug Tracker</a>.</p>
+                            </div>
+                        </li>
+                    </ul>
+                </div>
+
+                <div class="bg-white rounded-xl p-8 shadow-sm border 
border-gray-200">
+                    <h3 class="text-2xl font-semibold text-primary mb-6">Get 
Involved</h3>
+                    <ul class="space-y-4">
+                        <li class="flex items-start">
+                            <svg class="w-5 h-5 text-accent mt-1 mr-3 
flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
+                                <path fill-rule="evenodd" d="M10 18a8 8 0 
100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 
0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
+                            </svg>
+                            <div>
+                                <p class="text-gray-600"><a 
href="mailto:[email protected]"; class="text-accent 
hover:underline">Subscribe</a> and help out on the users Mailing List or join 
<strong>#traffic-server</strong> on <a href="https://the-asf.slack.com/"; 
class="text-accent hover:underline">The ASF Slack</a>.</p>
+                            </div>
+                        </li>
+                        <li class="flex items-start">
+                            <svg class="w-5 h-5 text-accent mt-1 mr-3 
flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
+                                <path fill-rule="evenodd" d="M10 18a8 8 0 
100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 
0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
+                            </svg>
+                            <div>
+                                <p class="text-gray-600"><a 
href="https://cwiki.apache.org/confluence/display/TS/Filing+useful+bug+reports"; 
class="text-accent hover:underline">Report</a> issues or bring patches to our 
<a href="https://github.com/apache/trafficserver/"; class="text-accent 
hover:underline">Bug Tracker</a>.</p>
+                            </div>
+                        </li>
+                        <li class="flex items-start">
+                            <svg class="w-5 h-5 text-accent mt-1 mr-3 
flex-shrink-0" fill="currentColor" viewBox="0 0 20 20">
+                                <path fill-rule="evenodd" d="M10 18a8 8 0 
100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 
0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z" clip-rule="evenodd"/>
+                            </svg>
+                            <div>
+                                <p class="text-gray-600">We've <a 
href="https://github.com/apache/trafficserver/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22";
 class="text-accent hover:underline">tagged github issues</a> that have a low 
entrance barrier.</p>
+                            </div>
+                        </li>
+                    </ul>
+                </div>
+
+                <div class="bg-white rounded-xl p-8 shadow-sm border 
border-gray-200">
+                    <h3 class="text-2xl font-semibold text-primary mb-6">Web 
Resources</h3>
+                    <ul class="space-y-4">
+                        <li>
+                            <a 
href="https://docs.trafficserver.apache.org/en/latest/admin-guide/index.en.html";
 class="text-accent hover:underline font-medium">Administrator's Guide</a>
+                            <p class="text-gray-600 text-sm mt-1">Installing, 
configuring and administrating Apache Traffic Server</p>
+                        </li>
+                        <li>
+                            <a 
href="https://docs.trafficserver.apache.org/en/latest/developer-guide/index.en.html";
 class="text-accent hover:underline font-medium">Developer's Guide</a>
+                            <p class="text-gray-600 text-sm mt-1">Developing 
Apache Traffic Server plug-ins and how the code works</p>
+                        </li>
+                        <li>
+                            <a 
href="https://cwiki.apache.org/confluence/display/TS/FAQ"; class="text-accent 
hover:underline font-medium">Frequently Asked Questions</a>
+                            <p class="text-gray-600 text-sm mt-1">A running 
list of your most common questions</p>
+                        </li>
+                        <li>
+                            <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="text-accent hover:underline font-medium">Wiki</a> and <a 
href="https://blogs.apache.org/trafficserver/"; class="text-accent 
hover:underline font-medium">Blog</a>
+                            <p class="text-gray-600 text-sm 
mt-1">Collaboration and interesting topics around the project</p>
+                        </li>
+                    </ul>
+                </div>
+            </div>
+        </div>
+    </section>
+
+    <section class="py-16 bg-white">
+        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
+            <h2 class="text-3xl md:text-4xl font-bold text-center text-primary 
mb-12">News</h2>
+            
+            <div class="max-w-4xl mx-auto">
+                <div class="space-y-6">
+                    <div class="border-l-4 border-accent pl-6 py-2">
+                        <p class="text-sm text-secondary font-semibold 
mb-1">August 13, 2025</p>
+                        <p class="text-gray-700">The first minor version of 
ATS 10 is released: <strong>v10.1.0</strong>!</p>
+                    </div>
+                    <div class="border-l-4 border-accent pl-6 py-2">
+                        <p class="text-sm text-secondary font-semibold 
mb-1">June 17, 2025</p>
+                        <p class="text-gray-700">We are releasing version 
<strong>v10.0.6</strong> and <strong>v9.2.11</strong> which include security 
fixes and improvements. We recommend everyone to upgrade to one of these 
versions of ATS.</p>
+                    </div>
+                    <div class="border-l-4 border-accent pl-6 py-2">
+                        <p class="text-sm text-secondary font-semibold 
mb-1">April 2, 2025</p>
+                        <p class="text-gray-700">We are releasing version 
<strong>v10.0.5</strong> and <strong>v9.2.10</strong> which include security 
fixes and improvements. We recommend everyone to upgrade to one of these 
versions of ATS.</p>
+                    </div>
+                    <div class="border-l-4 border-accent pl-6 py-2">
+                        <p class="text-sm text-secondary font-semibold 
mb-1">March 5, 2025</p>
+                        <p class="text-gray-700">We are releasing version 
<strong>v10.0.4</strong> and <strong>v9.2.9</strong> with several bugfixes and 
improvements.</p>
+                    </div>
+                    <div class="border-l-4 border-accent pl-6 py-2">
+                        <p class="text-sm text-secondary font-semibold 
mb-1">January 31, 2025</p>
+                        <p class="text-gray-700">We are releasing version 
<strong>9.2.8</strong> with several bugfixes and improvements.</p>
+                    </div>
+                    <div class="border-l-4 border-accent pl-6 py-2">
+                        <p class="text-sm text-secondary font-semibold 
mb-1">January 31, 2025</p>
+                        <p class="text-gray-700">We are releasing version 
<strong>10.0.3</strong> with several bugfixes and improvements.</p>
+                    </div>
+                    <div class="border-l-4 border-accent pl-6 py-2">
+                        <p class="text-sm text-secondary font-semibold 
mb-1">November 26, 2024</p>
+                        <p class="text-gray-700">We are releasing version 
<strong>v9.2.7</strong> with several bugfixes.</p>
+                    </div>
+                    <div class="border-l-4 border-accent pl-6 py-2">
+                        <p class="text-sm text-secondary font-semibold 
mb-1">November 12, 2024</p>
+                        <p class="text-gray-700">We are releasing version 
<strong>v10.0.2</strong> and <strong>v9.2.6</strong> with several bugfixes and 
improvements.</p>
+                    </div>
+                </div>
+                
+                <div class="mt-8 text-center">
+                    <a href="/newsite/downloads.html" class="inline-block px-6 
py-3 bg-gray-100 hover:bg-gray-200 text-gray-800 rounded-lg font-medium 
transition-colors">
+                        View All Releases
+                    </a>
+                </div>
+            </div>
+        </div>
+    </section>
+    
+    <footer class="bg-gray-50 border-t border-gray-200 mt-16">
+        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
+            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
+                <div>
+                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Resources</h3>
+                    <ul class="space-y-3">
+                        <li><a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-secondary hover:text-accent 
transition-colors">Documentation</a></li>
+                        <li><a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="text-secondary hover:text-accent transition-colors">Wiki</a></li>
+                        <li><a 
href="https://cwiki.apache.org/confluence/display/TS/FAQ"; class="text-secondary 
hover:text-accent transition-colors">FAQ</a></li>
+                        <li><a href="https://github.com/apache/trafficserver/"; 
class="text-secondary hover:text-accent transition-colors">Source Code</a></li>
+                    </ul>
+                </div>
+                
+                <div>
+                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Community</h3>
+                    <ul class="space-y-3">
+                        <li><a href="/newsite/users.html" 
class="text-secondary hover:text-accent transition-colors">Customers</a></li>
+                        <li><a href="/newsite/assistance.html" 
class="text-secondary hover:text-accent transition-colors">Get Help</a></li>
+                        <li><a 
href="https://github.com/apache/trafficserver/issues"; class="text-secondary 
hover:text-accent transition-colors">Issues</a></li>
+                        <li><a href="https://the-asf.slack.com/"; 
class="text-secondary hover:text-accent transition-colors">Slack 
Channel</a></li>
+                    </ul>
+                </div>
+                
+                <div>
+                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Apache</h3>
+                    <ul class="space-y-3">
+                        <li><a href="https://www.apache.org/"; 
class="text-secondary hover:text-accent transition-colors">Foundation</a></li>
+                        <li><a href="https://www.apache.org/licenses/"; 
class="text-secondary hover:text-accent transition-colors">License</a></li>
+                        <li><a 
href="https://github.com/apache/trafficserver/security/policy"; 
class="text-secondary hover:text-accent transition-colors">Security</a></li>
+                        <li><a 
href="https://www.apache.org/foundation/sponsorship.html"; class="text-secondary 
hover:text-accent transition-colors">Donate</a></li>
+                        <li><a 
href="https://www.apache.org/foundation/thanks.html"; class="text-secondary 
hover:text-accent transition-colors">Thanks</a></li>
+                    </ul>
+                </div>
+                
+                <div>
+                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">More</h3>
+                    <ul class="space-y-3">
+                        <li><a href="/newsite/press.html" 
class="text-secondary hover:text-accent transition-colors">Press Kit</a></li>
+                        <li><a href="/newsite/acknowledgements.html" 
class="text-secondary hover:text-accent 
transition-colors">Acknowledgements</a></li>
+                        <li><a href="https://blogs.apache.org/trafficserver/"; 
class="text-secondary hover:text-accent transition-colors">Blog</a></li>
+                        <li><a href="https://twitter.com/trafficserver"; 
class="text-secondary hover:text-accent transition-colors">Twitter</a></li>
+                    </ul>
+                </div>
+            </div>
+            
+            <div class="mt-12 pt-8 border-t border-gray-200 flex flex-col 
md:flex-row justify-between items-center">
+                <p class="text-secondary text-sm text-center md:text-left">
+                    Copyright &copy; 2025 <a href="https://www.apache.org/"; 
class="hover:text-accent">The Apache Software Foundation</a>.
+                    Licensed under the <a 
href="https://www.apache.org/licenses/"; class="hover:text-accent">Apache 
License</a>, Version 2.0.
+                    Apache Traffic Server, Apache, the Apache Traffic Server 
logo, and the Apache feather logo are trademarks of The Apache Software 
Foundation.
+                </p>
+                <div class="mt-4 md:mt-0">
+                    <a href="https://www.apache.org/"; class="inline-block">
+                        <img 
src="https://www.apache.org/images/feather-small.png"; alt="Apache" class="h-8 
w-auto">
+                    </a>
+                </div>
+            </div>
+        </div>
+    </footer>
+    
+    <script src="/newsite/js/menu.js"></script>
 </body>
-
 </html>
diff --git a/newsite/content/press.html b/newsite/content/press.html
index 9f1aae2..9a3205e 100644
--- a/newsite/content/press.html
+++ b/newsite/content/press.html
@@ -1,132 +1,132 @@
 <!DOCTYPE html>
 <html lang="en">
 <head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-    <title>Press Kit - Apache Traffic Server</title>
-    
-    <!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements.
-         See the NOTICE file distributed with this work for additional 
information regarding copyright ownership.
-         The ASF licenses this file to you under the Apache License, Version 
2.0 (the "License"); you
-         may not use this file except in compliance with the License. You may 
obtain a copy of the License at
-         
-         https://www.apache.org/licenses/LICENSE-2.0
-         
-         Unless required by applicable law or agreed to in writing, software 
distributed under the License is
-         distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY KIND, either express or implied.
-         See the License for the specific language governing permissions and 
limitations under the License. -->
-    
-    <!-- Tailwind CSS -->
-    <script src="https://cdn.tailwindcss.com";></script>
-    <script>
-        tailwind.config = {
-            theme: {
-                extend: {
-                    colors: {
-                        'primary': '#1e3a8a',
-                        'accent': '#3b82f6',
-                        'secondary': '#64748b'
-                    },
-                    fontFamily: {
-                        'sans': ['Inter', '-apple-system', 
'BlinkMacSystemFont', 'SF Pro', 'Segoe UI', 'Roboto', 'sans-serif']
-                    }
-                }
-            }
-        }
-    </script>
-    
-    <!-- Custom Styles -->
-    <link rel="stylesheet" href="/styles/custom.css">
-    
-    <style>
-        .headerlink, .elementid-permalink {
-            visibility: hidden;
-        }
-        
-        /* Mobile menu animation */
-        .mobile-menu-enter {
-            animation: slideDown 0.3s ease-out;
-        }
-        
-        @keyframes slideDown {
-            from {
-                opacity: 0;
-                transform: translateY(-10px);
-            }
-            to {
-                opacity: 1;
-                transform: translateY(0);
-            }
-        }
-    </style>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>Press Kit - Apache Traffic Server</title>
+ 
+ <!-- Licensed to the Apache Software Foundation (ASF) under one or more 
contributor license agreements.
+ See the NOTICE file distributed with this work for additional information 
regarding copyright ownership.
+ The ASF licenses this file to you under the Apache License, Version 2.0 (the 
"License"); you
+ may not use this file except in compliance with the License. You may obtain a 
copy of the License at
+ 
+ https://www.apache.org/licenses/LICENSE-2.0
+ 
+ Unless required by applicable law or agreed to in writing, software 
distributed under the License is
+ distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 
KIND, either express or implied.
+ See the License for the specific language governing permissions and 
limitations under the License. -->
+ 
+ <!-- Tailwind CSS -->
+ <script src="https://cdn.tailwindcss.com";></script>
+ <script>
+ tailwind.config = {
+ theme: {
+ extend: {
+ colors: {
+ 'primary': '#1e3a8a',
+ 'accent': '#3b82f6',
+ 'secondary': '#64748b'
+ },
+ fontFamily: {
+ 'sans': ['Inter', '-apple-system', 'BlinkMacSystemFont', 'SF Pro', 'Segoe 
UI', 'Roboto', 'sans-serif']
+ }
+ }
+ }
+ }
+ </script>
+ 
+ <!-- Custom Styles -->
+ <link rel="stylesheet" href="/styles/custom.css">
+ 
+ <style>
+ .headerlink, .elementid-permalink {
+ visibility: hidden;
+ }
+ 
+ /* Mobile menu animation */
+ .mobile-menu-enter {
+ animation: slideDown 0.3s ease-out;
+ }
+ 
+ @keyframes slideDown {
+ from {
+ opacity: 0;
+ transform: translateY(-10px);
+ }
+ to {
+ opacity: 1;
+ transform: translateY(0);
+ }
+ }
+ </style>
 </head>
 <body class="font-sans text-gray-800 bg-white">
-    <!-- Header -->
-    <header class="sticky top-0 z-50 bg-white shadow-sm">
-        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
-            <div class="flex justify-between items-center py-4">
-                <!-- Logo -->
-                <div class="flex items-center">
-                    <a href="/" class="flex items-center space-x-3">
-                        <img src="/images/press/ts_logo_tm_380x73.png" 
alt="Apache Traffic Server" class="h-12 w-auto">
-                    </a>
-                </div>
-                
-                <!-- Desktop Navigation -->
-                <nav class="hidden lg:flex items-center space-x-6">
-                    <a href="/" class="text-gray-700 hover:text-accent 
transition-colors font-medium">Home</a>
-                    <a href="/downloads" class="text-gray-700 
hover:text-accent transition-colors font-medium">Downloads</a>
-                    <a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-gray-700 hover:text-accent transition-colors 
font-medium">Documentation</a>
-                    <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">Wiki</a>
-                    <a href="https://github.com/apache/trafficserver/issues"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">Issues</a>
-                    <a href="https://ci.trafficserver.apache.org/"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">CI</a>
-                    <a href="/users.html" class="text-gray-700 
hover:text-accent transition-colors font-medium">Customers</a>
-                </nav>
-                
-                <!-- Apache Logo -->
-                <div class="hidden lg:flex items-center space-x-4">
-                    <a href="https://www.apache.org/"; class="flex 
items-center">
-                        <img 
src="https://www.apache.org/images/feather-small.png"; alt="The Apache Software 
Foundation" class="h-10 w-auto">
-                    </a>
-                </div>
-                
-                <!-- Mobile menu button -->
-                <button id="mobile-menu-button" class="lg:hidden p-2 
rounded-md text-gray-700 hover:text-accent hover:bg-gray-100 focus:outline-none 
focus:ring-2 focus:ring-accent" aria-label="Toggle menu">
-                    <svg class="h-6 w-6" fill="none" stroke="currentColor" 
viewBox="0 0 24 24">
-                        <path id="menu-icon" stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
-                        <path id="close-icon" class="hidden" 
stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 
6l12 12"/>
-                    </svg>
-                </button>
-            </div>
-            
-            <!-- Mobile Navigation -->
-            <nav id="mobile-menu" class="hidden lg:hidden pb-4 
mobile-menu-enter">
-                <div class="space-y-2">
-                    <a href="/" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Home</a>
-                    <a href="/downloads" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Downloads</a>
-                    <a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; class="block 
px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Documentation</a>
-                    <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Wiki</a>
-                    <a href="https://github.com/apache/trafficserver/issues"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Issues</a>
-                    <a href="https://ci.trafficserver.apache.org/"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">CI</a>
-                    <a href="/users.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Customers</a>
-                    <a href="/acknowledgements.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Acknowledgements</a>
-                    <a href="/press.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Press Kit</a>
-                    <a href="/assistance.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Assistance</a>
-                    <div class="border-t border-gray-200 my-2"></div>
-                    <a 
href="https://github.com/apache/trafficserver/security/policy"; class="block 
px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Security</a>
-                    <a 
href="https://www.apache.org/foundation/sponsorship.html"; class="block px-3 
py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Donate</a>
-                    <a href="https://www.apache.org/"; class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Apache Foundation</a>
-                </div>
-            </nav>
-        </div>
-    </header>
-    
-    <!-- Main Content -->
-    <main class="min-h-screen bg-gray-50 py-12">
-        <div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
-            <div class="bg-white rounded-lg shadow-sm p-8">
-                <div id="content" class="prose prose-blue max-w-none">
-                    <h1 id='press-kit'>Press Kit<a href='#press-kit' 
title='Permanent link to this' class='headerlink'>&para;</a></h1>
+ <!-- Header -->
+ <header class="sticky top-0 z-50 bg-white shadow-sm">
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
+ <div class="flex justify-between items-center py-4">
+ <!-- Logo -->
+ <div class="flex items-center">
+ <a href="/" class="flex items-center space-x-3">
+ <img src="/images/press/ts_logo_tm_380x73.png" alt="Apache Traffic Server" 
class="h-12 w-auto">
+ </a>
+ </div>
+ 
+ <!-- Desktop Navigation -->
+ <nav class="hidden lg:flex items-center space-x-6">
+ <a href="/" class="text-gray-700 hover:text-accent transition-colors 
font-medium">Home</a>
+ <a href="/downloads" class="text-gray-700 hover:text-accent transition-colors 
font-medium">Downloads</a>
+ <a href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-gray-700 hover:text-accent transition-colors 
font-medium">Documentation</a>
+ 
+ <a href="https://github.com/apache/trafficserver/issues"; class="text-gray-700 
hover:text-accent transition-colors font-medium">Issues</a>
+ <a href="https://ci.trafficserver.apache.org/"; class="text-gray-700 
hover:text-accent transition-colors font-medium">CI</a>
+ <a href="/users.html" class="text-gray-700 hover:text-accent 
transition-colors font-medium">Customers</a>
+ </nav>
+ 
+ <!-- Apache Logo -->
+ <div class="hidden lg:flex items-center space-x-4">
+ <a href="https://www.apache.org/"; class="flex items-center">
+ <img src="https://www.apache.org/images/feather-small.png"; alt="The Apache 
Software Foundation" class="h-10 w-auto">
+ </a>
+ </div>
+ 
+ <!-- Mobile menu button -->
+ <button id="mobile-menu-button" class="lg:hidden p-2 rounded-md text-gray-700 
hover:text-accent hover:bg-gray-100 focus:outline-none focus:ring-2 
focus:ring-accent" aria-label="Toggle menu">
+ <svg class="h-6 w-6" fill="none" stroke="currentColor" viewBox="0 0 24 24">
+ <path id="menu-icon" stroke-linecap="round" stroke-linejoin="round" 
stroke-width="2" d="M4 6h16M4 12h16M4 18h16"/>
+ <path id="close-icon" class="hidden" stroke-linecap="round" 
stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"/>
+ </svg>
+ </button>
+ </div>
+ 
+ <!-- Mobile Navigation -->
+ <nav id="mobile-menu" class="hidden lg:hidden pb-4 mobile-menu-enter">
+ <div class="space-y-2">
+ <a href="/" class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Home</a>
+ <a href="/downloads" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors font-medium">Downloads</a>
+ <a href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Documentation</a>
+ <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Wiki</a>
+ <a href="https://github.com/apache/trafficserver/issues"; class="block px-3 
py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Issues</a>
+ <a href="https://ci.trafficserver.apache.org/"; class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">CI</a>
+ <a href="/users.html" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors font-medium">Customers</a>
+ <a href="/acknowledgements.html" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Acknowledgements</a>
+ <a href="/press.html" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors font-medium">Press Kit</a>
+ <a href="/assistance.html" class="block px-3 py-2 rounded-md text-gray-700 
hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Assistance</a>
+ <div class="border-t border-gray-200 my-2"></div>
+ <a href="https://github.com/apache/trafficserver/security/policy"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Security</a>
+ <a href="https://www.apache.org/foundation/sponsorship.html"; class="block 
px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Donate</a>
+ <a href="https://www.apache.org/"; class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Apache Foundation</a>
+ </div>
+ </nav>
+ </div>
+ </header>
+ 
+ <!-- Main Content -->
+ <main class="min-h-screen bg-gray-50 py-12">
+ <div class="max-w-5xl mx-auto px-4 sm:px-6 lg:px-8">
+ <div class="bg-white rounded-lg shadow-sm p-8">
+ <div id="content" class="prose prose-blue max-w-none">
+ <h1 id='press-kit'>Press Kit<a href='#press-kit' title='Permanent link to 
this' class='headerlink'>&para;</a></h1>
 <p>If you intend to use the Apache Traffic Server logo or icon for press 
releases, articles,
 or other publications, feel free to use any of the images below:</p>
 <p><img alt="Traffic Server Logo" src="/images/press/ts_logo_tm_380x73.png" 
title="" /></p>
@@ -139,78 +139,78 @@ or other publications, feel free to use any of the images 
below:</p>
 <p><a href="/images/press/tsicon_small.png">Traffic Server Icon, Small</a> </p>
 <p><a href="/images/press/tsicon.png">Traffic Server Icon, medium</a> </p>
 <p><a href="/images/press/tsicon_large.png">Traffic Server Icon, large</a> </p>
-                </div>
-            </div>
-        </div>
-    </main>
-    
-    <!-- Footer -->
-    <footer class="bg-gray-50 border-t border-gray-200 mt-16">
-        <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
-            <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
-                <!-- Column 1 -->
-                <div>
-                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Resources</h3>
-                    <ul class="space-y-3">
-                        <li><a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-secondary hover:text-accent 
transition-colors">Documentation</a></li>
-                        <li><a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="text-secondary hover:text-accent transition-colors">Wiki</a></li>
-                        <li><a 
href="https://cwiki.apache.org/confluence/display/TS/FAQ"; class="text-secondary 
hover:text-accent transition-colors">FAQ</a></li>
-                        <li><a href="https://github.com/apache/trafficserver/"; 
class="text-secondary hover:text-accent transition-colors">Source Code</a></li>
-                    </ul>
-                </div>
-                
-                <!-- Column 2 -->
-                <div>
-                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Community</h3>
-                    <ul class="space-y-3">
-                        <li><a href="/users.html" class="text-secondary 
hover:text-accent transition-colors">Customers</a></li>
-                        <li><a href="/assistance.html" class="text-secondary 
hover:text-accent transition-colors">Get Help</a></li>
-                        <li><a 
href="https://github.com/apache/trafficserver/issues"; class="text-secondary 
hover:text-accent transition-colors">Issues</a></li>
-                        <li><a href="https://the-asf.slack.com/"; 
class="text-secondary hover:text-accent transition-colors">Slack 
Channel</a></li>
-                    </ul>
-                </div>
-                
-                <!-- Column 3 -->
-                <div>
-                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Apache</h3>
-                    <ul class="space-y-3">
-                        <li><a href="https://www.apache.org/"; 
class="text-secondary hover:text-accent transition-colors">Foundation</a></li>
-                        <li><a href="https://www.apache.org/licenses/"; 
class="text-secondary hover:text-accent transition-colors">License</a></li>
-                        <li><a 
href="https://github.com/apache/trafficserver/security/policy"; 
class="text-secondary hover:text-accent transition-colors">Security</a></li>
-                        <li><a 
href="https://www.apache.org/foundation/sponsorship.html"; class="text-secondary 
hover:text-accent transition-colors">Donate</a></li>
-                        <li><a 
href="https://www.apache.org/foundation/thanks.html"; class="text-secondary 
hover:text-accent transition-colors">Thanks</a></li>
-                    </ul>
-                </div>
-                
-                <!-- Column 4 -->
-                <div>
-                    <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">More</h3>
-                    <ul class="space-y-3">
-                        <li><a href="/press.html" class="text-secondary 
hover:text-accent transition-colors">Press Kit</a></li>
-                        <li><a href="/acknowledgements.html" 
class="text-secondary hover:text-accent 
transition-colors">Acknowledgements</a></li>
-                        <li><a href="https://blogs.apache.org/trafficserver/"; 
class="text-secondary hover:text-accent transition-colors">Blog</a></li>
-                        <li><a href="https://twitter.com/trafficserver"; 
class="text-secondary hover:text-accent transition-colors">Twitter</a></li>
-                    </ul>
-                </div>
-            </div>
-            
-            <div class="mt-12 pt-8 border-t border-gray-200 flex flex-col 
md:flex-row justify-between items-center">
-                <p class="text-secondary text-sm text-center md:text-left">
-                    Copyright &copy; 2025 <a href="https://www.apache.org/"; 
class="hover:text-accent">The Apache Software Foundation</a>.
-                    Licensed under the <a 
href="https://www.apache.org/licenses/"; class="hover:text-accent">Apache 
License</a>, Version 2.0.
-                    Apache Traffic Server, Apache, the Apache Traffic Server 
logo, and the Apache feather logo are trademarks of The Apache Software 
Foundation.
-                </p>
-                <div class="mt-4 md:mt-0">
-                    <a href="https://www.apache.org/"; class="inline-block">
-                        <img 
src="https://www.apache.org/images/feather-small.png"; alt="Apache" class="h-8 
w-auto">
-                    </a>
-                </div>
-            </div>
-        </div>
-    </footer>
-    
-    <!-- Mobile Menu Script -->
-    <script src="/js/menu.js"></script>
+ </div>
+ </div>
+ </div>
+ </main>
+ 
+ <!-- Footer -->
+ <footer class="bg-gray-50 border-t border-gray-200 mt-16">
+ <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
+ <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
+ <!-- Column 1 -->
+ <div>
+ <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">Resources</h3>
+ <ul class="space-y-3">
+ <li><a href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-secondary hover:text-accent 
transition-colors">Documentation</a></li>
+ <li><a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="text-secondary hover:text-accent transition-colors">Wiki</a></li>
+ <li><a href="https://cwiki.apache.org/confluence/display/TS/FAQ"; 
class="text-secondary hover:text-accent transition-colors">FAQ</a></li>
+ <li><a href="https://github.com/apache/trafficserver/"; class="text-secondary 
hover:text-accent transition-colors">Source Code</a></li>
+ </ul>
+ </div>
+ 
+ <!-- Column 2 -->
+ <div>
+ <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">Community</h3>
+ <ul class="space-y-3">
+ <li><a href="/users.html" class="text-secondary hover:text-accent 
transition-colors">Customers</a></li>
+ <li><a href="/assistance.html" class="text-secondary hover:text-accent 
transition-colors">Get Help</a></li>
+ <li><a href="https://github.com/apache/trafficserver/issues"; 
class="text-secondary hover:text-accent transition-colors">Issues</a></li>
+ <li><a href="https://the-asf.slack.com/"; class="text-secondary 
hover:text-accent transition-colors">Slack Channel</a></li>
+ </ul>
+ </div>
+ 
+ <!-- Column 3 -->
+ <div>
+ <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">Apache</h3>
+ <ul class="space-y-3">
+ <li><a href="https://www.apache.org/"; class="text-secondary hover:text-accent 
transition-colors">Foundation</a></li>
+ <li><a href="https://www.apache.org/licenses/"; class="text-secondary 
hover:text-accent transition-colors">License</a></li>
+ <li><a href="https://github.com/apache/trafficserver/security/policy"; 
class="text-secondary hover:text-accent transition-colors">Security</a></li>
+ <li><a href="https://www.apache.org/foundation/sponsorship.html"; 
class="text-secondary hover:text-accent transition-colors">Donate</a></li>
+ <li><a href="https://www.apache.org/foundation/thanks.html"; 
class="text-secondary hover:text-accent transition-colors">Thanks</a></li>
+ </ul>
+ </div>
+ 
+ <!-- Column 4 -->
+ <div>
+ <h3 class="text-sm font-semibold text-gray-900 uppercase tracking-wider 
mb-4">More</h3>
+ <ul class="space-y-3">
+ <li><a href="/press.html" class="text-secondary hover:text-accent 
transition-colors">Press Kit</a></li>
+ <li><a href="/acknowledgements.html" class="text-secondary hover:text-accent 
transition-colors">Acknowledgements</a></li>
+ <li><a href="https://blogs.apache.org/trafficserver/"; class="text-secondary 
hover:text-accent transition-colors">Blog</a></li>
+ <li><a href="https://twitter.com/trafficserver"; class="text-secondary 
hover:text-accent transition-colors">Twitter</a></li>
+ </ul>
+ </div>
+ </div>
+ 
+ <div class="mt-12 pt-8 border-t border-gray-200 flex flex-col md:flex-row 
justify-between items-center">
+ <p class="text-secondary text-sm text-center md:text-left">
+ Copyright &copy; 2025 <a href="https://www.apache.org/"; 
class="hover:text-accent">The Apache Software Foundation</a>.
+ Licensed under the <a href="https://www.apache.org/licenses/"; 
class="hover:text-accent">Apache License</a>, Version 2.0.
+ Apache Traffic Server, Apache, the Apache Traffic Server logo, and the Apache 
feather logo are trademarks of The Apache Software Foundation.
+ </p>
+ <div class="mt-4 md:mt-0">
+ <a href="https://www.apache.org/"; class="inline-block">
+ <img src="https://www.apache.org/images/feather-small.png"; alt="Apache" 
class="h-8 w-auto">
+ </a>
+ </div>
+ </div>
+ </div>
+ </footer>
+ 
+ <!-- Mobile Menu Script -->
+ <script src="/js/menu.js"></script>
 </body>
 </html>
 
diff --git a/newsite/content/users.html b/newsite/content/users.html
index 88070fd..6cfe68e 100644
--- a/newsite/content/users.html
+++ b/newsite/content/users.html
@@ -77,7 +77,6 @@
                     <a href="/" class="text-gray-700 hover:text-accent 
transition-colors font-medium">Home</a>
                     <a href="/downloads.html" class="text-gray-700 
hover:text-accent transition-colors font-medium">Downloads</a>
                     <a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; 
class="text-gray-700 hover:text-accent transition-colors 
font-medium">Documentation</a>
-                    <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">Wiki</a>
                     <a href="https://github.com/apache/trafficserver/issues"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">Issues</a>
                     <a href="https://ci.trafficserver.apache.org/"; 
class="text-gray-700 hover:text-accent transition-colors font-medium">CI</a>
                     <a href="/users.html" class="text-accent 
font-semibold">Customers</a>
@@ -105,7 +104,6 @@
                     <a href="/" class="block px-3 py-2 rounded-md 
text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Home</a>
                     <a href="/downloads.html" class="block px-3 py-2 
rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent transition-colors 
font-medium">Downloads</a>
                     <a 
href="https://docs.trafficserver.apache.org/en/latest/index.html"; class="block 
px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 hover:text-accent 
transition-colors font-medium">Documentation</a>
-                    <a 
href="https://cwiki.apache.org/confluence/display/TS/Apache+Traffic+Server"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Wiki</a>
                     <a href="https://github.com/apache/trafficserver/issues"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">Issues</a>
                     <a href="https://ci.trafficserver.apache.org/"; 
class="block px-3 py-2 rounded-md text-gray-700 hover:bg-gray-100 
hover:text-accent transition-colors font-medium">CI</a>
                     <a href="/users.html" class="block px-3 py-2 rounded-md 
bg-blue-50 text-accent font-semibold">Customers</a>
@@ -245,6 +243,7 @@
     <footer class="bg-gray-50 border-t border-gray-200 mt-16">
         <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12">
             <div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
+                <!-- Column 1 -->
                 <div>
                     <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Resources</h3>
                     <ul class="space-y-3">
@@ -255,6 +254,7 @@
                     </ul>
                 </div>
                 
+                <!-- Column 2 -->
                 <div>
                     <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Community</h3>
                     <ul class="space-y-3">
@@ -265,6 +265,7 @@
                     </ul>
                 </div>
                 
+                <!-- Column 3 -->
                 <div>
                     <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">Apache</h3>
                     <ul class="space-y-3">
@@ -276,6 +277,7 @@
                     </ul>
                 </div>
                 
+                <!-- Column 4 -->
                 <div>
                     <h3 class="text-sm font-semibold text-gray-900 uppercase 
tracking-wider mb-4">More</h3>
                     <ul class="space-y-3">
@@ -306,3 +308,7 @@
     <script src="/js/menu.js"></script>
 </body>
 </html>
+
+
+
+

Reply via email to