<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Collections on Give 'n' Go</title><link>https://give-n-go.co/collections/</link><description>Recent content in Collections on Give 'n' Go</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 15 Aug 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://give-n-go.co/collections/index.xml" rel="self" type="application/rss+xml"/><item><title>Dashboards</title><link>https://give-n-go.co/collections/dashboards/</link><pubDate>Fri, 15 Aug 2025 00:00:00 +0000</pubDate><guid>https://give-n-go.co/collections/dashboards/</guid><description>&lt;h2 id="dashboards-as-visual-composition">Dashboards as Visual Composition&lt;/h2>
&lt;p>Dashboard interfaces are among the most visually dense things you can build in a browser. They combine layout, typography, color coding, data visualization, and interactive controls into a single view that needs to communicate clearly at a glance. Getting the composition right is as much a design challenge as a technical one.&lt;/p>
&lt;p>This collection features dashboard components and full-layout recreations that demonstrate how to structure information-rich interfaces using CSS Grid, Flexbox, SVG charts, and vanilla JavaScript. The focus is on the front-end craft: how do you make a dashboard that looks good, loads fast, and remains readable across screen sizes?&lt;/p></description></item><item><title>Micro-Interactions</title><link>https://give-n-go.co/collections/micro-interactions/</link><pubDate>Sun, 10 Mar 2024 00:00:00 +0000</pubDate><guid>https://give-n-go.co/collections/micro-interactions/</guid><description>&lt;h2 id="the-details-that-matter">The Details That Matter&lt;/h2>
&lt;p>Micro-interactions are the smallest unit of interactive design. A button that subtly shifts color on hover. A toggle that animates between states rather than snapping. A notification that slides into view with a slight spring. These details are invisible when done well and painfully obvious when missing.&lt;/p>
&lt;p>This collection gathers browser-native micro-interactions that demonstrate restraint, timing, and purpose. The best examples here add information or feedback through motion rather than just adding motion for its own sake.&lt;/p></description></item><item><title>Illustrations</title><link>https://give-n-go.co/collections/illustrations/</link><pubDate>Mon, 15 Jan 2024 00:00:00 +0000</pubDate><guid>https://give-n-go.co/collections/illustrations/</guid><description>&lt;h2 id="drawing-in-the-browser">Drawing in the Browser&lt;/h2>
&lt;p>Browser-native illustration occupies a fascinating space between design and engineering. Every shape is a DOM element or SVG path. Every color is a computed value. Every shadow and gradient follows the browser&amp;rsquo;s rendering pipeline. The constraints are real, but they produce work with qualities that raster illustrations cannot match: resolution independence, interactivity, animatability, and the ability to be styled with CSS.&lt;/p>
&lt;p>This collection features illustrations built entirely with HTML/CSS, SVG, or a combination of both. No embedded raster images, no canvas bitmaps. The pieces range from simple geometric compositions to detailed scenes with dozens of layered elements.&lt;/p></description></item><item><title>Navigation</title><link>https://give-n-go.co/collections/navigation/</link><pubDate>Sun, 10 Sep 2023 00:00:00 +0000</pubDate><guid>https://give-n-go.co/collections/navigation/</guid><description>&lt;h2 id="navigation-as-structural-design">Navigation as Structural Design&lt;/h2>
&lt;p>Navigation is the most structurally consequential UI element on any page. It determines how people discover content, how search engines understand hierarchy, and how the entire page layout responds to interaction. Getting navigation wrong cascades into every other design decision.&lt;/p>
&lt;p>The pieces in this collection explore navigation not as a solved problem but as a design space with real trade-offs. Hamburger menus save space but hide structure. Mega-menus expose depth but overwhelm on touch devices. Tab systems work beautifully for flat hierarchies but collapse under deep nesting.&lt;/p></description></item><item><title>Loaders</title><link>https://give-n-go.co/collections/loaders/</link><pubDate>Sun, 20 Aug 2023 00:00:00 +0000</pubDate><guid>https://give-n-go.co/collections/loaders/</guid><description>&lt;h2 id="the-craft-of-waiting-well">The Craft of Waiting Well&lt;/h2>
&lt;p>Loading indicators are one of the few UI elements that users stare at directly. That makes them disproportionately important to perceived performance. A smooth, well-timed loader communicates progress and competence. A janky or generic one communicates neglect.&lt;/p>
&lt;p>The best loaders in this collection share a few qualities: they start instantly, they animate smoothly without layout recalculation, and they feel like they belong to the interface around them rather than being dropped in from a component library.&lt;/p></description></item><item><title>Clocks</title><link>https://give-n-go.co/collections/clocks/</link><pubDate>Sat, 15 Jul 2023 00:00:00 +0000</pubDate><guid>https://give-n-go.co/collections/clocks/</guid><description>&lt;h2 id="why-clocks-make-great-practice">Why Clocks Make Great Practice&lt;/h2>
&lt;p>Clock interfaces sit at a productive intersection of visual design and technical constraint. Every clock needs to solve the same core problems: circular layout, rotating elements, time-based state, and readable typography at multiple scales. But the number of ways you can approach those problems in the browser is enormous.&lt;/p>
&lt;p>A pure CSS analog clock forces you to think about &lt;code>transform-origin&lt;/code>, rotation math, and how &lt;code>transition-timing-function&lt;/code> affects perceived smoothness. An SVG version opens up path-based tick marks, gradient fills, and more precise control over stroke rendering. Adding JavaScript for real-time updates introduces requestAnimationFrame patterns, timezone handling, and DOM update efficiency.&lt;/p></description></item></channel></rss>