From f4d398d01bc7f67ae9d87e26ddcc72bb23714727 Mon Sep 17 00:00:00 2001 From: Anurag Pandey Date: Mon, 15 Jul 2024 16:18:24 +0530 Subject: [PATCH] Improved HTML Structure for Better Accessibility and Maintainability Commit Description: Semantic Sectioning and Class Names: Updated class names to be more descriptive. Ensured better readability and maintainability. Alt Text for Images: Added alt attributes to all tags to improve accessibility. SVG Elements: Added appropriate role attributes to SVG elements. External Links: Updated external links to open in a new tab using target="_blank". Added rel="noopener noreferrer" for security reasons. CSS Separation: Inlined styles for demonstration purposes but recommended moving them to a separate stylesheet for better separation of concerns. --- en/docs/index.html | 83 +++++++++++++++++----------------------------- 1 file changed, 30 insertions(+), 53 deletions(-) diff --git a/en/docs/index.html b/en/docs/index.html index 85ac7bdb0..0aff7cdbd 100644 --- a/en/docs/index.html +++ b/en/docs/index.html @@ -1,110 +1,87 @@ - +
- - + style="height: min(100vh, 120vw); position: relative; margin-top: -2.4rem; padding: 0; overflow: hidden;"> + + Universe background - +
- + Hello, Algo!
-

- Data structures and algorithms crash course with animated illustrations and off-the-shelf code -

+

Data structures and algorithms crash course with animated illustrations and off-the-shelf code

- - + + Dive in - - - - + + + - GitHub + Github
- -
- - - -
@@ -371,4 +348,4 @@ - \ No newline at end of file +