From 0bdd2aa09b8637986601f035994f25c47fc27b29 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 07:23:15 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=A8=20Palette:=20Improve=20accessibili?= =?UTF-8?q?ty=20and=20loading=20experience?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Set html lang to 'es' to match Spanish content. - Add descriptive title to iframe for screen readers. - Move internal styles to style.css. - Set body background color to match dark theme to prevent white flash. Co-authored-by: dgalodesign <74675156+dgalodesign@users.noreply.github.com> --- .Jules/palette.md | 6 ++++++ index.html | 18 +++--------------- style.css | 1 + 3 files changed, 10 insertions(+), 15 deletions(-) create mode 100644 .Jules/palette.md diff --git a/.Jules/palette.md b/.Jules/palette.md new file mode 100644 index 0000000..30c0333 --- /dev/null +++ b/.Jules/palette.md @@ -0,0 +1,6 @@ +## UX/Accessibility Learnings - Portfolio + +- The site is a wrapper for a Super.site portfolio. To avoid a "white flash" during loading, the parent page background should match the portfolio's dark theme. +- The `iframe` must have a `title` attribute for accessibility. +- The `html` `lang` attribute should reflect the primary content language (Spanish). +- Maintain global styles in `style.css` instead of internal ` +