<?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: Andrew Beeken</title>
    <description>The latest articles on DEV Community by Andrew Beeken (@abeeken).</description>
    <link>https://dev.to/abeeken</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%2F283918%2Fc7788e89-685f-4345-96e4-f9b72ce9914f.jpg</url>
      <title>DEV Community: Andrew Beeken</title>
      <link>https://dev.to/abeeken</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/abeeken"/>
    <language>en</language>
    <item>
      <title>My Shiny Gallery | An image gallery in HTML and CSS</title>
      <dc:creator>Andrew Beeken</dc:creator>
      <pubDate>Tue, 21 Jan 2020 13:16:39 +0000</pubDate>
      <link>https://dev.to/abeeken/my-shiny-gallery-an-image-gallery-in-html-and-css-3n68</link>
      <guid>https://dev.to/abeeken/my-shiny-gallery-an-image-gallery-in-html-and-css-3n68</guid>
      <description>&lt;p&gt;Just a little proof of concept for a project I'm planning, using CSS Grid to lay out a photo/image gallery with some simple transition animations on the hover and nice use of media queries to scale the images.&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/abeeken/embed/JjowYwQ?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>html</category>
      <category>css</category>
      <category>gallery</category>
    </item>
    <item>
      <title>BlurBG - playing with blurry images in CSS and HTML</title>
      <dc:creator>Andrew Beeken</dc:creator>
      <pubDate>Wed, 08 Jan 2020 14:13:06 +0000</pubDate>
      <link>https://dev.to/abeeken/blurbg-playing-with-blurry-images-in-css-and-html-41ah</link>
      <guid>https://dev.to/abeeken/blurbg-playing-with-blurry-images-in-css-and-html-41ah</guid>
      <description>&lt;p&gt;A little play with the css filter property and some positioning to display a blurry background image.&lt;/p&gt;

&lt;p&gt;We're also grabbing the image URL with Javascript and applying it to the article header so that our template would only have to include the featured image one time - this could then be set through your CMS of choice.&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/abeeken/embed/MWYQZwV?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
    </item>
    <item>
      <title>Blanka - a Flexible CSS Grid Layout</title>
      <dc:creator>Andrew Beeken</dc:creator>
      <pubDate>Fri, 03 Jan 2020 11:25:03 +0000</pubDate>
      <link>https://dev.to/abeeken/blanka-a-flexible-css-grid-layout-3b10</link>
      <guid>https://dev.to/abeeken/blanka-a-flexible-css-grid-layout-3b10</guid>
      <description>&lt;p&gt;Just a little fiddle with CSS grid and Flexbox to create an interesting layout that pushes all header and footer content into a sidebar for wider resolutions, compressing down to standard stacked layout for mobile. &lt;/p&gt;

&lt;p&gt;Chose the name because I happened to look at the Street Fighter glass on my desk! :)&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/abeeken/embed/ExabXrB?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>html</category>
      <category>css</category>
      <category>layout</category>
    </item>
    <item>
      <title>Grid based full page showcase layout</title>
      <dc:creator>Andrew Beeken</dc:creator>
      <pubDate>Tue, 10 Dec 2019 14:37:44 +0000</pubDate>
      <link>https://dev.to/abeeken/grid-based-full-page-showcase-layout-5ld</link>
      <guid>https://dev.to/abeeken/grid-based-full-page-showcase-layout-5ld</guid>
      <description>&lt;p&gt;Trying to visualise an idea I had in this pen of a series of images that fill the screen in either columns or rows depending on resolution. Could be used as a splash homepage for some kind of design oriented site and could be combined with a responsive menu in the smallest resolution. Kind of works on non-grid supporting browsers but it's not overly pretty there.&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/abeeken/embed/rNaeaXm?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
    </item>
    <item>
      <title>CSS Grid homepage widget layout</title>
      <dc:creator>Andrew Beeken</dc:creator>
      <pubDate>Mon, 02 Dec 2019 13:58:19 +0000</pubDate>
      <link>https://dev.to/abeeken/css-grid-homepage-widget-layout-2ml8</link>
      <guid>https://dev.to/abeeken/css-grid-homepage-widget-layout-2ml8</guid>
      <description>&lt;p&gt;Been playing about with CSS Grid; here's a little test of using it for a homepage layout!&lt;/p&gt;

&lt;p&gt;This layout will allow you to create a flexible grid based widget layout that snaps down nicely to a mobile friendly stacked layout.&lt;/p&gt;

&lt;p&gt;It takes advantage of the fact that CSS Grid can allow elements to flow naturally but also provides some colspan classes to allow content to be positioned easier.&lt;/p&gt;

&lt;p&gt;If you wanted you could use media queries to specify different span rules for different resoutions, but this will be largely dependent on your content needs.&lt;/p&gt;

&lt;p&gt;Using homapage block elements you can also add different styles to provide different coloured blocks for highlighting call to action areas.&lt;/p&gt;

&lt;p&gt;Have fun!&lt;/p&gt;

&lt;p&gt;&lt;iframe height="600" src="https://codepen.io/abeeken/embed/gOOVeWO?height=600&amp;amp;default-tab=result&amp;amp;embed-version=2"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

</description>
      <category>codepen</category>
      <category>css</category>
      <category>html</category>
      <category>cssgrid</category>
    </item>
  </channel>
</rss>
