Skip to content

Commit a7085cb

Browse files
committed
Update homepage.
1 parent 11f52ee commit a7085cb

File tree

4 files changed

+18
-12
lines changed

4 files changed

+18
-12
lines changed

docs/site/layouts/index.html

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ <h3>Hosting providers</h3>
5757
<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>
5858
<br />
5959
<a href="https://zeabur.com/templates/5EDMN6"><img width="148" src="https://zeabur.com/button.svg" alt="Deploy on Zeabur"/></a>
60-
<p><small>*listmonk has no affiliation with any of these providers.</small></p>
60+
<p><small>*listmonk is not affiliated to these providers</small></p>
6161
</div>
6262
</div>
6363
<div class="col-6">
@@ -100,6 +100,14 @@ <h2>One-way mailing lists</h2>
100100
</p>
101101
</section>
102102

103+
<section class="tx feature">
104+
<h2>For everyone</h2>
105+
<p>
106+
From easy user management with fine-grained permissions,
107+
to internationalization in 34+ languages, listmonk is for everyone—individuals, small teams, and large organizations everywhere.
108+
</p>
109+
</section>
110+
103111
<section class="tx feature">
104112
<h2>Transactional mails</h2>
105113
<div class="center">
@@ -129,7 +137,7 @@ <h2>Templating</h2>
129137
<p>
130138
Create powerful, dynamic e-mail templates with the <a href="https://golang.org/pkg/text/template/">Go templating language</a>.
131139
Use template expressions, logic, and 100+ functions in subject lines and content.
132-
Write HTML e-mails in a WYSIWYG editor, Markdown, raw syntax-highlighted HTML, or just plain text.
140+
Write HTML e-mails using a visual drag-and-drop builder, a WYSIWYG editor, Markdown, raw syntax-highlighted HTML, or just plain text.
133141
</p>
134142
</section>
135143

docs/site/layouts/partials/footer.html

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11

2-
<div class="container">
3-
<footer class="footer">
4-
&copy; 2019-{{ now.Format "2006" }} / <a href="https://nadh.in">Kailash Nadh</a>
5-
</footer>
6-
</div>
2+
<footer class="container footer">
3+
&copy; 2019-{{ now.Format "2006" }} / <a href="https://nadh.in">Kailash Nadh</a>
4+
</footer>
75

86
<script async defer src="https://buttons.github.io/buttons.js"></script>
97
</body>
412 KB
Loading

docs/site/static/static/style.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,11 @@ figcaption {
116116

117117
/* Layout */
118118
.container {
119-
max-width: 1200px;
119+
max-width: 1300px;
120120
margin: 0 auto;
121121
}
122122
.header {
123-
margin: 30px 0 60px 0;
123+
margin: 20px 0 60px 0;
124124
text-align: left;
125125
}
126126

@@ -156,7 +156,7 @@ nav {
156156
color: #666;
157157
}
158158
.splash .confetti {
159-
max-width: 1000px;
159+
max-width: 1200px;
160160
margin: 0 auto;
161161
}
162162
.splash .demo {
@@ -229,8 +229,8 @@ nav {
229229

230230
.footer {
231231
border-top: 1px solid #eee;
232-
padding-top: 30px;
233-
margin: 90px 0 30px 0;
232+
margin-top: 30px;
233+
padding: 30px 0;
234234
color: #777;
235235
}
236236

0 commit comments

Comments
 (0)