<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: Carlos</title>
    <description>The latest articles on Forem by Carlos (@filoxo).</description>
    <link>https://forem.com/filoxo</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F582446%2Fb48207d3-2e9d-40a3-bf81-d3db854aed21.JPG</url>
      <title>Forem: Carlos</title>
      <link>https://forem.com/filoxo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/filoxo"/>
    <language>en</language>
    <item>
      <title>Glam up my markup: beaches</title>
      <dc:creator>Carlos</dc:creator>
      <pubDate>Sun, 09 Jun 2024 07:01:34 +0000</pubDate>
      <link>https://forem.com/filoxo/glam-up-my-markup-beaches-1e56</link>
      <guid>https://forem.com/filoxo/glam-up-my-markup-beaches-1e56</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2024-05-29"&gt;Frontend Challenge v24.04.17&lt;/a&gt;, Glam Up My Markup: Beaches&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;i set out to build a page that felt worth sharing with a friend, neighbor, or even stranger! imagining the beach always evokes a sense of happiness and freedom for me, and i really enjoyed what i was able to build!&lt;/p&gt;

&lt;p&gt;(shameless plug!)&lt;br&gt;
this month’s theme is also serendipitously aligned with &lt;a href="https://www.travelpass.com/guides/all"&gt;Travelpass Guides&lt;/a&gt;, a new product feature my team and i’ve been passionately exploring and developing, making this Challenge entry a natural extension to explore some creative experiences on web!&lt;/p&gt;

&lt;h2&gt;
  
  
  Demo
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://glam-up-my-markup-11ty.pages.dev/"&gt;Online demo&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/filoxo/glam-up-my-markup-11ty/tree/attempt-1"&gt;glam-up-my-markup repo on GitHub&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0fcz7sg4faddufy7dcpg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F0fcz7sg4faddufy7dcpg.png" alt="Screenshot of submission, details below" width="800" height="906"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Journey
&lt;/h2&gt;

&lt;p&gt;i found that i starting having fun once i got to work on some features that i'd never implemented before. a few highlights stand out:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;technical : i started with what i thought was going to be the hardest feature - the animated background. the subtle changing colors remind me of how waves come and go out of view. the pattern comes from &lt;a href="https://heropatterns.com/"&gt;https://heropatterns.com/&lt;/a&gt; (CC BY 4.0). i thought i would need js for this, but using an external svg file + embedded style sheet is all this is. &lt;/li&gt;
&lt;li&gt;technical : i sourced most images from &lt;a href="https://commons.wikimedia.org/wiki/Main_Page"&gt;Wikimedia Commons&lt;/a&gt; so as to avoid licensing issues. &lt;/li&gt;
&lt;li&gt;creative : i also enjoyed the extra challenge of not modifying the html at all. i created a class-less theme by composing unocss/tailwind classes together into a html-only selectors. pretty powerful!&lt;/li&gt;
&lt;li&gt;creative : the hover effect had a couple of iterations to figure out. i had considered hue-shifting, desaturation and blurring/glassmorphism but ultimately a simple color gradient gave me a better way to have the text over the photo. its still very imperfect though and i suspect would not pass WCAG rigor.&lt;/li&gt;
&lt;li&gt;creative : the border is a little reminiscent of a postcard or polariod frame&lt;/li&gt;
&lt;li&gt;other: the script font is called &lt;a href="https://fonts.google.com/specimen/Seaweed+Script?query=script"&gt;seaweed script&lt;/a&gt; 🤣&lt;/li&gt;
&lt;li&gt;accessibility : if you're sensitive to motion, then enabling your browsers "prefers reduced motion" will make the cards taller, preventing as much of the bg image from growing!&lt;/li&gt;
&lt;li&gt;todo : because the html uses non-interactive elements, i was puzzling how i could make for a more interesting mobile experience where hovering. i think it would be cool to setup an intersectionobserver that would expand the card when its title is visible. perhaps a exercise for the reader!&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>devchallenge</category>
      <category>frontendchallenge</category>
      <category>css</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
