diff --git a/docs/site/layouts/index.html b/docs/site/layouts/index.html index fdf39a77..4dfa9537 100644 --- a/docs/site/layouts/index.html +++ b/docs/site/layouts/index.html @@ -57,7 +57,7 @@ Deploy on Elestio
Deploy on Zeabur -

*listmonk has no affiliation with any of these providers.

+

*listmonk is not affiliated to these providers

@@ -100,6 +100,14 @@ docker compose up -d

+
+

For everyone

+

+ From easy user management with fine-grained permissions, + to internationalization in 34+ languages, listmonk is for everyone—individuals, small teams, and large organizations everywhere. +

+
+

Transactional mails

@@ -129,7 +137,7 @@ docker compose up -d

Create powerful, dynamic e-mail templates with the Go templating language. Use template expressions, logic, and 100+ functions in subject lines and content. - Write HTML e-mails in a WYSIWYG editor, Markdown, raw syntax-highlighted HTML, or just plain text. + Write HTML e-mails using a visual drag-and-drop builder, a WYSIWYG editor, Markdown, raw syntax-highlighted HTML, or just plain text.

diff --git a/docs/site/layouts/partials/footer.html b/docs/site/layouts/partials/footer.html index ec361af6..e14c5584 100644 --- a/docs/site/layouts/partials/footer.html +++ b/docs/site/layouts/partials/footer.html @@ -1,9 +1,7 @@ -
- -
+ diff --git a/docs/site/static/static/images/splash.png b/docs/site/static/static/images/splash.png index 83df57be..777d344b 100644 Binary files a/docs/site/static/static/images/splash.png and b/docs/site/static/static/images/splash.png differ diff --git a/docs/site/static/static/style.css b/docs/site/static/static/style.css index fc33fdf6..a8894933 100644 --- a/docs/site/static/static/style.css +++ b/docs/site/static/static/style.css @@ -116,11 +116,11 @@ figcaption { /* Layout */ .container { - max-width: 1200px; + max-width: 1300px; margin: 0 auto; } .header { - margin: 30px 0 60px 0; + margin: 20px 0 60px 0; text-align: left; } @@ -156,7 +156,7 @@ nav { color: #666; } .splash .confetti { - max-width: 1000px; + max-width: 1200px; margin: 0 auto; } .splash .demo { @@ -229,8 +229,8 @@ nav { .footer { border-top: 1px solid #eee; - padding-top: 30px; - margin: 90px 0 30px 0; + margin-top: 30px; + padding: 30px 0; color: #777; }