<?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>DEV Community: winslause</title>
    <description>The latest articles on DEV Community by winslause (@winslause).</description>
    <link>https://dev.to/winslause</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%2F2623861%2F08999477-72a5-453a-955e-ed98d7964939.jpeg</url>
      <title>DEV Community: winslause</title>
      <link>https://dev.to/winslause</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/winslause"/>
    <language>en</language>
    <item>
      <title>CSS CELEBRATION Art</title>
      <dc:creator>winslause</dc:creator>
      <pubDate>Sat, 28 Dec 2024 06:44:53 +0000</pubDate>
      <link>https://dev.to/winslause/css-celebration-art-3p2p</link>
      <guid>https://dev.to/winslause/css-celebration-art-3p2p</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2024-12-04"&gt;Frontend Challenge - December Edition, CSS Art: December&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Inspiration
&lt;/h2&gt;

&lt;p&gt;December brings warmth, family gatherings, and celebrations, especially for my family. We have a unique tradition where houses are decorated with colorful balloons, children are playing outside, and women are busy cooking delicious meals. A cow is tied outside, peacefully feeding as part of the tradition. This scene reflects the joy, love, and togetherness that we feel during the Christmas celebrations.&lt;/p&gt;

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

&lt;p&gt;You can view my animated CSS family ceremony scene in this: &lt;a href="https://winslause.github.io/css-fantasy/" rel="noopener noreferrer"&gt;https://winslause.github.io/css-fantasy/&lt;/a&gt; completing the celebration atmosphere.&lt;/p&gt;

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

&lt;p&gt;While working on this CSS art, I aimed to capture the essence of a traditional family celebration during Christmas in my culture. I started by sketching the scene in my mind and breaking it down into simpler elements.&lt;/p&gt;

&lt;p&gt;Key Lessons:&lt;br&gt;
I explored CSS animations to add life to the scene, making the balloons float and children jump around.&lt;br&gt;
I learned how to create simple shapes using CSS, especially by leveraging border-radius and keyframes for animation.&lt;br&gt;
The biggest challenge was translating a mental image into a web-based visual with only CSS. The joy of seeing it come to life was definitely the most rewarding part of the process.&lt;br&gt;
In the future, I’d like to add more interactivity to the scene, such as clickable elements that reveal more details of the celebration or even more intricate animations.&lt;/p&gt;

</description>
      <category>frontendchallenge</category>
      <category>devchallenge</category>
      <category>css</category>
    </item>
    <item>
      <title>Front-end Challenge</title>
      <dc:creator>winslause</dc:creator>
      <pubDate>Sat, 28 Dec 2024 06:07:09 +0000</pubDate>
      <link>https://dev.to/winslause/front-end-challenge-3kle</link>
      <guid>https://dev.to/winslause/front-end-challenge-3kle</guid>
      <description>&lt;p&gt;&lt;em&gt;This is a submission for &lt;a href="https://dev.to/challenges/frontend-2024-12-04"&gt;Frontend Challenge - December Edition, Glam Up My Markup: Winter Solstice&lt;/a&gt;&lt;/em&gt;&lt;/p&gt;

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

&lt;p&gt;For this Frontend Challenge, I created an interactive and visually dynamic landing page to celebrate the Winter Solstice. The page aims to highlight the astronomical and cultural significance of the event while offering an engaging, smooth user experience. Key features include:&lt;/p&gt;

&lt;p&gt;Responsive Design: A collapsible navigation bar that adjusts to different screen sizes.&lt;br&gt;
Light and Dark Mode Toggle: A button that allows users to switch between light and dark modes, enhancing accessibility and user experience.&lt;br&gt;
Wave Animation on Headers: Interactive headers that feature a subtle wave animation, making the page feel dynamic and lively.&lt;br&gt;
Bright Hover Effects: Various header elements change color when hovered over, giving a modern and playful touch to the page.&lt;br&gt;
Custom Button Styling: A floating button for light/dark mode with a stylish design that stands out while keeping the layout clean.&lt;br&gt;
The goal was to combine aesthetics with functionality, delivering an engaging user experience, while also focusing on accessibility.&lt;/p&gt;

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

&lt;p&gt;You can check out the live demo and code on GitHub here:&lt;a href="https://winslause.github.io/Winter-Solstice-Landing-Page/" rel="noopener noreferrer"&gt;https://winslause.github.io/Winter-Solstice-Landing-Page/&lt;/a&gt;&lt;/p&gt;

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

&lt;p&gt;This project was an exciting challenge that allowed me to experiment with both CSS animations and JavaScript functionalities to bring interactivity to a simple landing page. Some key aspects I learned and enjoyed during this project include:&lt;/p&gt;

&lt;p&gt;CSS Animations: Implementing keyframe-based animations (such as the wave effect) allowed me to create an interactive user experience without relying on JavaScript for animations.&lt;br&gt;
Responsive Design: I focused heavily on ensuring that the page looks great across all devices, from desktop to mobile. This required understanding of CSS Flexbox, media queries, and how to make the navbar behave responsively.&lt;br&gt;
Light/Dark Mode: Adding a toggle for light/dark mode not only increased user engagement but also made the page more accessible. It was a fun implementation using just a bit of JavaScript to manipulate CSS variables.&lt;br&gt;
Hover Effects: I implemented hover animations with vibrant colors, which added an extra layer of visual feedback when users interact with different elements on the page.&lt;br&gt;
I'm particularly proud of how the wave animations and hover effects tie together to create a modern, interactive vibe for the page. Moving forward, I'd love to improve the performance of the animations and possibly incorporate more interactive elements, like scroll-triggered animations, or integrate real-time data about the Winter Solstice.&lt;/p&gt;

&lt;p&gt;What I Hope to Do Next&lt;br&gt;
Next, I plan to enhance the functionality of the page by adding more dynamic content, such as integrating data visualizations about the solstice (e.g., comparing day length across different locations) and improving the layout further for mobile-first accessibility. Additionally, I’m considering making the page more interactive with the integration of an API for real-time information related to the solstice.&lt;/p&gt;

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