mirror of
https://github.com/knadh/listmonk.git
synced 2025-09-08 23:46:24 +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>
|
<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 />
|
<br />
|
||||||
<a href="https://zeabur.com/templates/5EDMN6"><img width="148" src="https://zeabur.com/button.svg" alt="Deploy on Zeabur"/></a>
|
<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>
|
</div>
|
||||||
<div class="col-6">
|
<div class="col-6">
|
||||||
|
@ -100,6 +100,14 @@ docker compose up -d
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</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">
|
<section class="tx feature">
|
||||||
<h2>Transactional mails</h2>
|
<h2>Transactional mails</h2>
|
||||||
<div class="center">
|
<div class="center">
|
||||||
|
@ -129,7 +137,7 @@ docker compose up -d
|
||||||
<p>
|
<p>
|
||||||
Create powerful, dynamic e-mail templates with the <a href="https://golang.org/pkg/text/template/">Go templating language</a>.
|
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.
|
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>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,7 @@
|
||||||
|
|
||||||
<div class="container">
|
<footer class="container footer">
|
||||||
<footer class="footer">
|
© 2019-{{ now.Format "2006" }} / <a href="https://nadh.in">Kailash Nadh</a>
|
||||||
© 2019-{{ now.Format "2006" }} / <a href="https://nadh.in">Kailash Nadh</a>
|
</footer>
|
||||||
</footer>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
<script async defer src="https://buttons.github.io/buttons.js"></script>
|
||||||
</body>
|
</body>
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 32 KiB After Width: | Height: | Size: 444 KiB |
|
@ -116,11 +116,11 @@ figcaption {
|
||||||
|
|
||||||
/* Layout */
|
/* Layout */
|
||||||
.container {
|
.container {
|
||||||
max-width: 1200px;
|
max-width: 1300px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
.header {
|
.header {
|
||||||
margin: 30px 0 60px 0;
|
margin: 20px 0 60px 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -156,7 +156,7 @@ nav {
|
||||||
color: #666;
|
color: #666;
|
||||||
}
|
}
|
||||||
.splash .confetti {
|
.splash .confetti {
|
||||||
max-width: 1000px;
|
max-width: 1200px;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
}
|
}
|
||||||
.splash .demo {
|
.splash .demo {
|
||||||
|
@ -229,8 +229,8 @@ nav {
|
||||||
|
|
||||||
.footer {
|
.footer {
|
||||||
border-top: 1px solid #eee;
|
border-top: 1px solid #eee;
|
||||||
padding-top: 30px;
|
margin-top: 30px;
|
||||||
margin: 90px 0 30px 0;
|
padding: 30px 0;
|
||||||
color: #777;
|
color: #777;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue