diff --git a/README.md b/README.md new file mode 100644 index 000000000..455d8f772 --- /dev/null +++ b/README.md @@ -0,0 +1,49 @@ +# Git collaboration, @Mania + +## 🌐 Web Standards and Accessibility + +| Before | After | +|--------------------------------|------------------------------------------------------------------------| +| No `lang` attribute | Added `lang="fr"` to specify the content language (French) | +| No character encoding | Added `` to properly display special characters | +| Not mobile-friendly | Added `` for responsive design | + +--- + +## Visual Presentation (CSS Styling) + +| Before | After | +|----------------------------|-----------------------------------------------------------------------| +| Only `font-size` defined | Added modern font, background color, text color, padding, and spacing | +| Plain list | Bold city names and proper spacing between items | +| Unstyled links | Colored links with hover effect | + +--- + +## Content Quality + +| Before | After | +|-------------------------|-------------------------------------------------------------------------| +| Only 4 cities listed | Extended to 8 major cities | +| Hard-to-read numbers | Formatted numbers using non-breaking spaces (e.g. `17 836 133`) | +| Content in English | Translated fully into **French** to match `lang="fr"` | + +--- + +## External Link Best Practices + +| Before | After | +|-----------------------------------|------------------------------------------------------------------------| +| Just a basic link | Added `target="_blank"` to open in a new tab | +| — | Added `rel="noopener noreferrer"` for security and performance | + +--- + +## Professional HTML Structure + +- Clean indentation +- Proper semantic tags: `
- Taken (borrowed?) from - - Wikipedia + Données extraites de + + Wikipédia