|
123 | 123 |
|
124 | 124 | <div class="container"> |
125 | 125 | <div class="hero pt-5 pb-4 text-center"> |
126 | | - <div class="text-center"> |
| 126 | + <div class="text-start"> |
127 | 127 | <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> |
156 | 162 | </div> |
157 | 163 | </div> |
158 | 164 |
|
|
0 commit comments