Skip to content

Commit d886036

Browse files
committed
Home page additions
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent 54ea352 commit d886036

1 file changed

Lines changed: 35 additions & 29 deletions

File tree

index.html

Lines changed: 35 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -123,36 +123,42 @@
123123

124124
<div class="container">
125125
<div class="hero pt-5 pb-4 text-center">
126-
<div class="text-center">
126+
<div class="text-start">
127127
<img src="https://docs.dotkernel.org/img/dk_logo_2024.svg" alt="Dotkernel logo with text" />
128-
<h1 class="fw-bold py-3 m-0">A Full-Fledged Headless Platform</h1>
129-
</div>
130-
<ul class="text-start list-unstyled">
131-
<li>
132-
<i class="bi bi-check text-success"></i>
133-
Built on top of the Mezzio microframework using Laminas components.
134-
</li>
135-
<li>
136-
<i class="bi bi-check text-success"></i>
137-
With both <a href="https://github.com/dotkernel/admin" target="_blank">backend management</a> and <a href="https://github.com/dotkernel/api" target="_blank">frontend-agnostic capabilities.</a>
138-
</li>
139-
<li>
140-
<i class="bi bi-check text-success"></i>
141-
Built entirely on PSR-15 middleware.
142-
</li>
143-
<li>
144-
<i class="bi bi-check text-success"></i>
145-
Follows the middleware pipeline pattern offered by Laminas and the PSR standards.
146-
</li>
147-
<li>
148-
<i class="bi bi-check text-success"></i>
149-
Adhering strictly to <a href="https://www.php-fig.org/psr/psr-3/" target="_blank">PSR-3</a> (<a href="https://github.com/php-fig/log" target="_blank">logging</a>), <a href="https://www.php-fig.org/psr/psr-7/" target="_blank">PSR-7</a> (<a href="https://github.com/php-fig/http-message" target="_blank">HTTP messages</a>), <a href="https://www.php-fig.org/psr/psr-11/" target="_blank">PSR-11</a> (<a href="https://github.com/php-fig/container" target="_blank">containers</a>), <a href="https://github.com/php-fig/http-server-handler" target="_blank">PSR-15</a> (<a href="https://github.com/php-fig/http-server-handler" target="_blank">middleware</a>).
150-
</li>
151-
</ul>
152-
<div class="text-center">
153-
<h5>Open discussions are available on
154-
<a href="https://github.com/orgs/dotkernel/discussions" target="_blank">our GitHub Discussions page</a>
155-
</h5>
128+
<h1 class="fw-bold py-3 m-0">
129+
A Full-Fledged Headless Platform
130+
</h1>
131+
<ul class="list-unstyled">
132+
<li>
133+
<i class="bi bi-check text-success"></i>
134+
Built on top of the Mezzio microframework using Laminas components.
135+
</li>
136+
<li>
137+
<i class="bi bi-check text-success"></i>
138+
With both <a href="https://github.com/dotkernel/admin" target="_blank">backend management</a>
139+
and <a href="https://github.com/dotkernel/api" target="_blank">frontend-agnostic capabilities.</a>
140+
</li>
141+
<li>
142+
<i class="bi bi-check text-success"></i>
143+
Built entirely on PSR-15 middleware.
144+
</li>
145+
<li>
146+
<i class="bi bi-check text-success"></i>
147+
Follows the middleware pipeline pattern offered by Laminas and the PSR standards.
148+
</li>
149+
<li>
150+
<i class="bi bi-check text-success"></i>
151+
Adhering strictly to
152+
<a href="https://www.php-fig.org/psr/psr-3/" target="_blank">PSR-3</a> (<a href="https://github.com/php-fig/log" target="_blank">logging</a>),
153+
<a href="https://www.php-fig.org/psr/psr-7/" target="_blank">PSR-7</a> (<a href="https://github.com/php-fig/http-message" target="_blank">HTTP messages</a>),
154+
<a href="https://www.php-fig.org/psr/psr-11/" target="_blank">PSR-11</a> (<a href="https://github.com/php-fig/container" target="_blank">containers</a>),
155+
<a href="https://www.php-fig.org/psr/psr-15/" target="_blank">PSR-15</a> (<a href="https://github.com/php-fig/http-server-handler" target="_blank">middleware</a>).
156+
</li>
157+
</ul>
158+
<p>
159+
Open discussions are available on our
160+
<a href="https://github.com/orgs/dotkernel/discussions" target="_blank">GitHub Discussions page</a>
161+
</p>
156162
</div>
157163
</div>
158164

0 commit comments

Comments
 (0)