This is an automated email from the ASF dual-hosted git repository.
bcall pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/trafficserver-site.git
The following commit(s) were added to refs/heads/asf-site by this push:
new b13ab66 Update Web Resources section to match other boxes
b13ab66 is described below
commit b13ab6644859f088af37a9f7a010600504925e5d
Author: Bryan Call <[email protected]>
AuthorDate: Thu Jan 8 13:57:37 2026 -0800
Update Web Resources section to match other boxes
- Add check circle icons matching Get Support and Get Involved
- Reformat text with links embedded in sentences
- Consistent styling across all three Learn More boxes
---
content/index.html | 30 +++++++++++++++++++++---------
source/templates/index.template.html | 30 +++++++++++++++++++++---------
2 files changed, 42 insertions(+), 18 deletions(-)
diff --git a/content/index.html b/content/index.html
index 62f9eef..9d30180 100644
--- a/content/index.html
+++ b/content/index.html
@@ -271,17 +271,29 @@ To update:
<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 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 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">Read the <a
href="https://docs.trafficserver.apache.org/en/latest/admin-guide/index.en.html"
class="text-accent underline">Administrator's Guide</a> for installation,
configuration, and operations.</p>
+ </div>
</li>
- <li>
- <a
href="https://docs.trafficserver.apache.org/en/latest/developer-guide/index.en.html"
class="text-accent 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 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">Check out the <a
href="https://docs.trafficserver.apache.org/en/latest/developer-guide/index.en.html"
class="text-accent underline">Developer's Guide</a> for plug-in development
and internals.</p>
+ </div>
</li>
- <li>
- <a href="/via.html" class="text-accent underline
font-medium">Via Header Decoder</a>
- <p class="text-gray-600 text-sm mt-1">Parse and
understand ATS Via headers for debugging</p>
+ <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">Use the <a
href="/via.html" class="text-accent underline">Via Header Decoder</a> to parse
and debug ATS Via headers.</p>
+ </div>
</li>
</ul>
</div>
diff --git a/source/templates/index.template.html
b/source/templates/index.template.html
index e1bd189..44739ec 100644
--- a/source/templates/index.template.html
+++ b/source/templates/index.template.html
@@ -271,17 +271,29 @@ To update:
<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 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 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">Read the <a
href="https://docs.trafficserver.apache.org/en/latest/admin-guide/index.en.html"
class="text-accent underline">Administrator's Guide</a> for installation,
configuration, and operations.</p>
+ </div>
</li>
- <li>
- <a
href="https://docs.trafficserver.apache.org/en/latest/developer-guide/index.en.html"
class="text-accent 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 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">Check out the <a
href="https://docs.trafficserver.apache.org/en/latest/developer-guide/index.en.html"
class="text-accent underline">Developer's Guide</a> for plug-in development
and internals.</p>
+ </div>
</li>
- <li>
- <a href="/via.html" class="text-accent underline
font-medium">Via Header Decoder</a>
- <p class="text-gray-600 text-sm mt-1">Parse and
understand ATS Via headers for debugging</p>
+ <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">Use the <a
href="/via.html" class="text-accent underline">Via Header Decoder</a> to parse
and debug ATS Via headers.</p>
+ </div>
</li>
</ul>
</div>