|
1 | 1 | {% extends '@layout/default.html.twig' %} |
2 | | -{% block json_ld %} {% include '@jsonld/index.jsonld.twig'%} {% endblock %} |
| 2 | +{% block json_ld %} {{ include('@jsonld/index.jsonld.twig') }} {% endblock %} |
3 | 3 | {% block title %}A PSR-15 compliant application{% endblock %} |
4 | 4 |
|
5 | 5 | {% block content %} |
|
110 | 110 | </div> |
111 | 111 | </div> |
112 | 112 |
|
113 | | - <div class="card" style="--accent:var(--periwinkle)"> |
| 113 | + <div class="card" style="--accent:var(--brand-red)"> |
114 | 114 | <div class="card-top"> |
115 | 115 | <div><span class="kicker">Skeleton</span><h3>Admin</h3></div> |
116 | 116 | </div> |
117 | 117 | <div class="badges"> |
118 | | - <img alt="PHP" src="https://img.shields.io/packagist/dependency-v/dotkernel/admin/php?style=flat&label=php&color=D6D2CC"> |
119 | | - <img alt="Packagist" src="https://img.shields.io/packagist/v/dotkernel/admin?style=flat&label=&color=D6D2CC"> |
120 | | - <img alt="License" src="https://img.shields.io/github/license/dotkernel/admin?style=flat&label=&color=D6D2CC"> |
121 | | - <img alt="Stars" src="https://img.shields.io/github/stars/dotkernel/admin?style=flat&label=%E2%98%85&color=D6D2CC"> |
| 118 | + <img alt="PHP" src="https://img.shields.io/packagist/dependency-v/dotkernel/admin/php?style=flat&label=php&color=F2ABB6"> |
| 119 | + <img alt="Packagist" src="https://img.shields.io/packagist/v/dotkernel/admin?style=flat&label=&color=F2ABB6"> |
| 120 | + <img alt="License" src="https://img.shields.io/github/license/dotkernel/admin?style=flat&label=&color=F2ABB6"> |
| 121 | + <img alt="Stars" src="https://img.shields.io/github/stars/dotkernel/admin?style=flat&label=%E2%98%85&color=F2ABB6"> |
122 | 122 | </div> |
123 | 123 | <p class="desc">A ready-to-go admin skeleton for managing your platform's records with a simple, table-based approach - plus the tools to build reports and dashboards.</p> |
124 | 124 | <div class="card-btns"> |
|
128 | 128 | </div> |
129 | 129 | </div> |
130 | 130 |
|
131 | | - <div class="card" style="--accent:var(--teal)"> |
| 131 | + <div class="card" style="--accent:var(--brand-red)"> |
132 | 132 | <div class="card-top"> |
133 | 133 | <div><span class="kicker">Skeleton</span><h3>Queue</h3></div> |
134 | 134 | </div> |
135 | 135 | <div class="badges"> |
136 | | - <img alt="PHP" src="https://img.shields.io/packagist/php-v/dotkernel/queue?style=flat&label=php&color=E8B3BE"> |
137 | | - <img alt="Packagist" src="https://img.shields.io/packagist/v/dotkernel/queue?style=flat&label=&color=E8B3BE"> |
138 | | - <img alt="License" src="https://img.shields.io/github/license/dotkernel/queue?style=flat&label=&color=E8B3BE"> |
139 | | - <img alt="Stars" src="https://img.shields.io/github/stars/dotkernel/queue?style=flat&label=%E2%98%85&color=E8B3BE"> |
| 136 | + <img alt="PHP" src="https://img.shields.io/packagist/php-v/dotkernel/queue?style=flat&label=php&color=F2ABB6"> |
| 137 | + <img alt="Packagist" src="https://img.shields.io/packagist/v/dotkernel/queue?style=flat&label=&color=F2ABB6"> |
| 138 | + <img alt="License" src="https://img.shields.io/github/license/dotkernel/queue?style=flat&label=&color=F2ABB6"> |
| 139 | + <img alt="Stars" src="https://img.shields.io/github/stars/dotkernel/queue?style=flat&label=%E2%98%85&color=F2ABB6"> |
140 | 140 | </div> |
141 | 141 | <p class="desc">Asynchronous task queuing built on Symfony Messenger, wired into the Laminas Service Manager container via netglue/laminas-messenger.</p> |
142 | 142 | <div class="card-btns"> |
|
159 | 159 |
|
160 | 160 | <div class="products-grid other-skeletons-grid"> |
161 | 161 |
|
162 | | - <div class="card" style="--accent:var(--rose)"> |
| 162 | + <div class="card" style="--accent:var(--brand-red)"> |
163 | 163 | <div class="card-top"> |
164 | 164 | <div><span class="kicker">Skeleton . Didactic</span><h3>Light</h3></div> |
165 | 165 | </div> |
166 | 166 | <div class="badges"> |
167 | | - <img alt="PHP" src="https://img.shields.io/packagist/php-v/dotkernel/light?style=flat&label=php&color=F6D6DA"> |
168 | | - <img alt="Packagist" src="https://img.shields.io/packagist/v/dotkernel/light?style=flat&label=&color=F6D6DA"> |
169 | | - <img alt="License" src="https://img.shields.io/github/license/dotkernel/light?style=flat&label=&color=F6D6DA"> |
170 | | - <img alt="Stars" src="https://img.shields.io/github/stars/dotkernel/light?style=flat&label=%E2%98%85&color=F6D6DA"> |
| 167 | + <img alt="PHP" src="https://img.shields.io/packagist/php-v/dotkernel/light?style=flat&label=php&color=F2ABB6"> |
| 168 | + <img alt="Packagist" src="https://img.shields.io/packagist/v/dotkernel/light?style=flat&label=&color=F2ABB6"> |
| 169 | + <img alt="License" src="https://img.shields.io/github/license/dotkernel/light?style=flat&label=&color=F2ABB6"> |
| 170 | + <img alt="Stars" src="https://img.shields.io/github/stars/dotkernel/light?style=flat&label=%E2%98%85&color=F2ABB6"> |
171 | 171 | </div> |
172 | 172 | <p class="desc">A minimal, PSR-15 compliant skeleton built for learning purposes - a simple, didactic example of how to put together a basic website, not a Headless Platform component.</p> |
173 | 173 | <div class="card-btns"> |
|
177 | 177 | </div> |
178 | 178 | </div> |
179 | 179 |
|
180 | | - <div class="card" style="--accent:var(--sage)"> |
| 180 | + <div class="card" style="--accent:var(--brand-red)"> |
181 | 181 | <div class="card-top"> |
182 | 182 | <div><span class="kicker">Skeleton . Standalone</span><h3>Frontend</h3></div> |
183 | 183 | </div> |
184 | 184 | <div class="badges"> |
185 | | - <img alt="PHP" src="https://img.shields.io/packagist/php-v/dotkernel/frontend?style=flat&label=php&color=E39AA8"> |
186 | | - <img alt="Packagist" src="https://img.shields.io/packagist/v/dotkernel/frontend?style=flat&label=&color=E39AA8"> |
187 | | - <img alt="License" src="https://img.shields.io/github/license/dotkernel/frontend?style=flat&label=&color=E39AA8"> |
188 | | - <img alt="Stars" src="https://img.shields.io/github/stars/dotkernel/frontend?style=flat&label=%E2%98%85&color=E39AA8"> |
| 185 | + <img alt="PHP" class="badge-fetch" src="https://img.shields.io/packagist/php-v/dotkernel/frontend?style=flat&label=php&color=F2ABB6"> |
| 186 | + <img alt="Packagist" class="badge-fetch" src="https://img.shields.io/packagist/v/dotkernel/frontend?style=flat&label=&color=F2ABB6"> |
| 187 | + <img alt="License" class="badge-fetch" src="https://img.shields.io/github/license/dotkernel/frontend?style=flat&label=&color=F2ABB6"> |
| 188 | + <img alt="Stars" class="badge-fetch" src="https://img.shields.io/github/stars/dotkernel/frontend?style=flat&label=%E2%98%85&color=F2ABB6"> |
189 | 189 | </div> |
190 | 190 | <p class="desc">A web starter skeleton for building frontend applications on Mezzio and Laminas - a standalone alternative, separate from the Headless Platform.</p> |
191 | 191 | <div class="card-btns"> |
|
0 commit comments