From 515dc131d9dd36ada41dd2c078c3a2f663ccd6ef Mon Sep 17 00:00:00 2001 From: bidi47 Date: Mon, 24 Aug 2026 15:28:11 +0300 Subject: [PATCH] updated 'alt' for images Signed-off-by: bidi47 --- src/App/templates/app/index.html.twig | 8 ++++---- src/Page/templates/page/about.html.twig | 8 ++++---- src/Page/templates/page/admin.html.twig | 8 ++++---- src/Page/templates/page/api.html.twig | 8 ++++---- src/Page/templates/page/architecture.html.twig | 8 ++++---- src/Page/templates/page/dotboost.html.twig | 8 ++++---- src/Page/templates/page/frontend.html.twig | 8 ++++---- src/Page/templates/page/light.html.twig | 8 ++++---- src/Page/templates/page/queue.html.twig | 8 ++++---- src/Page/templates/page/wsl2.html.twig | 8 ++++---- 10 files changed, 40 insertions(+), 40 deletions(-) diff --git a/src/App/templates/app/index.html.twig b/src/App/templates/app/index.html.twig index 9465bdc6..afe15022 100644 --- a/src/App/templates/app/index.html.twig +++ b/src/App/templates/app/index.html.twig @@ -61,22 +61,22 @@
- + Doctrine, not Active Record

Doctrine, not Active Record

- + Explicit wiring, no magic

Explicit wiring, no magic

- Lightning-fast performance + One domain, three deployables

One domain, three deployables

- Easier maintenance and onboarding + Dependencies that move slowly

Dependencies that move slowly

diff --git a/src/Page/templates/page/about.html.twig b/src/Page/templates/page/about.html.twig index 737a6a5f..af48e742 100644 --- a/src/Page/templates/page/about.html.twig +++ b/src/Page/templates/page/about.html.twig @@ -144,22 +144,22 @@
- + Every change reviewed by someone else

Every change reviewed by someone else

- + One structure across every application

One structure across every application

- + Learning time counted as real work

Learning time counted as real work

- + Decisions written down, not remembered

Decisions written down, not remembered

diff --git a/src/Page/templates/page/admin.html.twig b/src/Page/templates/page/admin.html.twig index 6358f121..c991de62 100644 --- a/src/Page/templates/page/admin.html.twig +++ b/src/Page/templates/page/admin.html.twig @@ -148,22 +148,22 @@
- + Table-based record management

Table-based record management

- + Every shipped form validated and CSRF-guarded

Every shipped form validated and CSRF-guarded

- + Shares the Core module with API

Shares the Core module with API

- + Twig templates, npm asset pipeline

Twig templates, npm asset pipeline

diff --git a/src/Page/templates/page/api.html.twig b/src/Page/templates/page/api.html.twig index ad2c6115..ccbb565c 100644 --- a/src/Page/templates/page/api.html.twig +++ b/src/Page/templates/page/api.html.twig @@ -195,22 +195,22 @@
- + Doctrine ORM, not Active Record

Doctrine ORM, not Active Record

- + Explicit wiring, no runtime magic

Explicit wiring, no runtime magic

- + Auth, docs and errors on install

Auth, docs and errors on install

- + MIT licensed, actively maintained

MIT licensed, actively maintained

diff --git a/src/Page/templates/page/architecture.html.twig b/src/Page/templates/page/architecture.html.twig index 0206cf25..0b988c6c 100644 --- a/src/Page/templates/page/architecture.html.twig +++ b/src/Page/templates/page/architecture.html.twig @@ -178,22 +178,22 @@
- + Gradual learning curve

Gradual learning curve

- + Fine-tuned security

Fine-tuned security

- + KISS, YAGNI, DRY

KISS, YAGNI, DRY

- + Long-term support

Long-term support

diff --git a/src/Page/templates/page/dotboost.html.twig b/src/Page/templates/page/dotboost.html.twig index 52fc8f38..da0eaa9b 100644 --- a/src/Page/templates/page/dotboost.html.twig +++ b/src/Page/templates/page/dotboost.html.twig @@ -118,22 +118,22 @@
- + Detects the variant before it answers

Detects the variant before it answers

- + Secrets never enter the context window

Secrets never enter the context window

- + Guards catch compound commands globs miss

Guards catch compound commands globs miss

- + Copy it in - nothing to build or install

Copy it in - nothing to build or install

diff --git a/src/Page/templates/page/frontend.html.twig b/src/Page/templates/page/frontend.html.twig index 90413af6..ad180fa9 100644 --- a/src/Page/templates/page/frontend.html.twig +++ b/src/Page/templates/page/frontend.html.twig @@ -166,22 +166,22 @@
- + User accounts, from register to unregister

User accounts, from register to unregister

- + Action controllers, not request handlers

Action controllers, not request handlers

- + CSRF and reCAPTCHA on public forms

CSRF and reCAPTCHA on public forms

- + GDPR anonymization out of the box

GDPR anonymization out of the box

diff --git a/src/Page/templates/page/light.html.twig b/src/Page/templates/page/light.html.twig index 61387871..28cdfbd5 100644 --- a/src/Page/templates/page/light.html.twig +++ b/src/Page/templates/page/light.html.twig @@ -137,22 +137,22 @@
- + Six direct dependencies

Six direct dependencies

- + No database layer to configure

No database layer to configure

- + A new page is one config line and one template

A new page is one config line and one template

- + Twig layout, Vite asset pipeline

Twig layout, Vite asset pipeline

diff --git a/src/Page/templates/page/queue.html.twig b/src/Page/templates/page/queue.html.twig index 659e26cb..b8b43bb5 100644 --- a/src/Page/templates/page/queue.html.twig +++ b/src/Page/templates/page/queue.html.twig @@ -156,22 +156,22 @@
- + High request rate without overloading

High request rate without overloading

- + FIFO - the oldest message runs first

FIFO - the oldest message runs first

- + Retries with exponential backoff

Retries with exponential backoff

- + Failures parked, never blocking the queue

Failures parked, never blocking the queue

diff --git a/src/Page/templates/page/wsl2.html.twig b/src/Page/templates/page/wsl2.html.twig index d3cb8aa2..4a26406b 100644 --- a/src/Page/templates/page/wsl2.html.twig +++ b/src/Page/templates/page/wsl2.html.twig @@ -137,22 +137,22 @@
- + RHEL-compatible, matches production

RHEL-compatible, matches production

- + One playbook, the whole stack

One playbook, the whole stack

- + Virtualhosts without touching hosts file

Virtualhosts without touching hosts file

- + Aliases for switching PHP & Node versions

Aliases for switching PHP & Node versions