Skip to content

Commit

Permalink
Update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
webprofusion-chrisc committed Oct 18, 2024
1 parent 6726b30 commit 3b1e0a4
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
6 changes: 3 additions & 3 deletions src/categories.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ permalink: "categories/{{ item.key | slug }}/"
layout: default
---
<main class="container mx-auto flex flex-col flex-wrap px-2 pt-12">
<header class="flex w-full flex-col justify-center overflow-y-hidden lg:items-start xl:w-2/3 pb-4 break-after-auto bg-slate-50 drop-shadow p-4 rounded-md">
<h1 class="my-4 text-center text-3xl leading-tight text-slate-500 md:text-left md:text-5xl">
ACME Clients
<header>
<h1 class="my-4 text-center text-3xl leading-tight md:text-left">
ACME Clients - Categories
</h1>

</header>
Expand Down
4 changes: 2 additions & 2 deletions src/certificate-authorities.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
---

<main class="container mx-auto flex flex-col flex-wrap px-2 pt-12">
<header class="flex w-full flex-col justify-center overflow-y-hidden lg:items-start pb-4 break-after-auto bg-slate-50 drop-shadow p-4 rounded-md">
<h1 class="my-4 text-center text-3xl leading-tight text-slate-500 md:text-left md:text-5xl">
<header>
<h1 class="my-4 text-center text-3xl leading-tight md:text-left">
ACME Certificate Authorities
</h1>

Expand Down
4 changes: 2 additions & 2 deletions src/details.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ layout: default
---
<main class="container mx-auto flex flex-col flex-wrap px-4 pt-12 mx-4">
<header>
<h1 class="my-4 text-center text-3xl leading-tight text-slate-500 md:text-left md:text-5xl">
ACME Clients
<h1 class="my-4 text-center text-3xl leading-tight md:text-left">
ACME Clients - {{item.title}}
</h1>
</header>

Expand Down
7 changes: 5 additions & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
---

<main class="container mx-auto flex flex-col flex-wrap px-2 pt-12 font-sans">
<header class="flex w-full flex-col justify-center overflow-y-hidden lg:items-start pb-4 break-after-auto bg-slate-50 p-4 rounded-md">
<h1 class="my-4 text-center text-3xl leading-tight text-slate-500 md:text-left md:text-5xl">
<header >
<h1 class="my-4 text-center text-3xl leading-tight md:text-left ">
ACME Clients
</h1>
<p class="mb-6 text-base leading-normal">A dedicated resource to help you find the right ACME client option to meet your requirements from a broad selection of popular tools.</p>

<div class="flex w-full flex-col justify-center overflow-y-hidden lg:items-start pb-4 break-after-auto bg-slate-50 p-4 rounded-md">

<h2 class="mb-2 text-slate-600">What is an ACME client?</h2>
<p>An ACME client is any software which can talk to an ACME (Automatic Certificate Management Environment) enabled <a href="/certificate-authorities">Certificate Authority</a> (such as Let’s Encrypt, BuyPass Go, ZeroSSL etc). Some are tools designed to be used by end-users to order and manage certificates, some are integrations into other services (such as a built-in feature in a web hosting product).</p>
<p class="mt-2">To submit edits to the information listed here, see our <a class="font-bold hover:text-slate-400" href="https://github.com/webprofusion/acme-clients" target="_blank">github project</a>
Expand All @@ -20,6 +22,7 @@ <h2 class="mb-2 text-slate-600">What is an ACME client?</h2>
</p>
<p class="mt-2 text-sm text-slate-600">Note: This site is hosted and maintained by the developers of <a target="_blank" href="https://certifytheweb.com">Certify The Web</a>
</p>
</div>

</header>

Expand Down

0 comments on commit 3b1e0a4

Please sign in to comment.