mirror of
https://github.com/knadh/listmonk.git
synced 2025-09-07 23:14:43 +08:00
Update homepage.
This commit is contained in:
parent
11f52ee8a3
commit
a7085cb594
4 changed files with 18 additions and 12 deletions
|
@ -57,7 +57,7 @@
|
|||
<a href="https://dash.elest.io/deploy?soft=Listmonk&id=237"><img height="33" src="https://raw.githubusercontent.com/elestio-examples/reactjs/refs/heads/master/src/deploy-on-elestio.png" alt="Deploy on Elestio" /></a>
|
||||
<br />
|
||||
<a href="https://zeabur.com/templates/5EDMN6"><img width="148" src="https://zeabur.com/button.svg" alt="Deploy on Zeabur"/></a>
|
||||
<p><small>*listmonk has no affiliation with any of these providers.</small></p>
|
||||
<p><small>*listmonk is not affiliated to these providers</small></p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="col-6">
|
||||
|
@ -100,6 +100,14 @@ docker compose up -d
|
|||
</p>
|
||||
</section>
|
||||
|
||||
<section class="tx feature">
|
||||
<h2>For everyone</h2>
|
||||
<p>
|
||||
From easy user management with fine-grained permissions,
|
||||
to internationalization in 34+ languages, listmonk is for everyone—individuals, small teams, and large organizations everywhere.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
<section class="tx feature">
|
||||
<h2>Transactional mails</h2>
|
||||
<div class="center">
|
||||
|
@ -129,7 +137,7 @@ docker compose up -d
|
|||
<p>
|
||||
Create powerful, dynamic e-mail templates with the <a href="https://golang.org/pkg/text/template/">Go templating language</a>.
|
||||
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.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
|
|
|
@ -1,9 +1,7 @@
|
|||
|
||||
<div class="container">
|
||||
<footer class="footer">
|
||||
© 2019-{{ now.Format "2006" }} / <a href="https://nadh.in">Kailash Nadh</a>
|
||||
</footer>
|
||||
</div>
|
||||
<footer class="container footer">
|
||||
© 2019-{{ now.Format "2006" }} / <a href="https://nadh.in">Kailash Nadh</a>
|
||||
</footer>
|
||||
|
||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||
</body>
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 444 KiB |
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue