diff --git a/.Jules/palette.md b/.Jules/palette.md new file mode 100644 index 0000000..f84d8dd --- /dev/null +++ b/.Jules/palette.md @@ -0,0 +1,7 @@ +## 2026-04-09 - [Seamless Iframe Loading] +**Learning:** For sites that act as an iframe wrapper, setting the host page's background color to match the embedded site's theme prevents a disruptive "white flash" during load. +**Action:** Always identify the target site's background color and apply it to the wrapper's body. + +## 2026-04-09 - [Iframe Accessibility] +**Learning:** Iframes must have a descriptive title for screen readers to understand the purpose of the embedded content. +**Action:** Add a 'title' attribute to all iframes. diff --git a/index.html b/index.html index 0ec0065..d596a70 100644 --- a/index.html +++ b/index.html @@ -1,24 +1,14 @@ - + Edgar D' Galo • UX/UI Designer | Portafolio Online - + + +