From 5ead4af2dcd33f7210e1d3aba0cb274d3e755236 Mon Sep 17 00:00:00 2001 From: Bogdan Cerovac Date: Sat, 21 Oct 2023 22:08:58 +0200 Subject: [PATCH] docs: Semantic fixes and improvements for the main documentation page (#4576) * Added missing alt text on logo in documentation * Better to use CSS to do the uppercases Some assistive technology can spell each letter instead of read the word, depends a lot on internals but it's better to prevent... * Semantic fix - single paragraph instead of many + uppercase via CSS Single sentence in single paragraph, using css instead * React requires className instead of class... --- docs/src/pages/index.tsx | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index 529a04ebc7..72159f51ce 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -6,29 +6,31 @@ function HomepageHeader() { return (
- -

- IMMICH + Immich logo +

+ Immich

-

SELF-HOSTED BACKUP SOLUTION

-

FOR PHOTOS AND VIDEOS

-

ON MOBILE DEVICE

+

+ Self-hosted backup solution + for photos and videos + on mobile device +

- GET STARTED + Get started - DEMO PORTAL + Demo portal