<?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: Drawcard</title>
    <description>The latest articles on DEV Community by Drawcard (@drawcard).</description>
    <link>https://dev.to/drawcard</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%2F128177%2F078b4e7d-86a2-4eea-908c-3fa8543acbf3.png</url>
      <title>DEV Community: Drawcard</title>
      <link>https://dev.to/drawcard</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/drawcard"/>
    <language>en</language>
    <item>
      <title>CodePen Challenge: Pool Rules</title>
      <dc:creator>Drawcard</dc:creator>
      <pubDate>Mon, 09 Aug 2021 09:11:07 +0000</pubDate>
      <link>https://dev.to/drawcard/codepen-challenge-pool-rules-4jf8</link>
      <guid>https://dev.to/drawcard/codepen-challenge-pool-rules-4jf8</guid>
      <description>&lt;p&gt;CODEPEN CHALLENGE: &lt;br&gt;
&lt;a href="https://codepen.io/challenges/2021/august/1"&gt;https://codepen.io/challenges/2021/august/1&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;DEV TIME: 2.5 hrs&lt;/p&gt;

&lt;p&gt;FEATURES:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Screws are 100% CSS&lt;/li&gt;
&lt;li&gt;Material icon font for the icons&lt;/li&gt;
&lt;/ul&gt;

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

</description>
      <category>html</category>
      <category>css</category>
      <category>codepen</category>
    </item>
    <item>
      <title>CodePen Challenge: Fibonacci Sequence</title>
      <dc:creator>Drawcard</dc:creator>
      <pubDate>Mon, 09 Aug 2021 09:08:55 +0000</pubDate>
      <link>https://dev.to/drawcard/codepen-challenge-fibonacci-sequence-536</link>
      <guid>https://dev.to/drawcard/codepen-challenge-fibonacci-sequence-536</guid>
      <description>&lt;p&gt;CodePen Challenge: &lt;br&gt;
&lt;a href="https://codepen.io/challenges/2021/july/4"&gt;https://codepen.io/challenges/2021/july/4&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;DEV TIME: 2.5 hrs&lt;/p&gt;

&lt;p&gt;FEATURES:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Flexbox layout utilising a golden mean ratio, that is derived from the Fibonacci sequence&lt;/li&gt;
&lt;li&gt;Earthy colour palette, to match the imagery and suit a herbarium theme&lt;/li&gt;
&lt;li&gt;Added mobile responsivness (&amp;lt;768px)&lt;/li&gt;
&lt;li&gt;Nice hover effect on buttons&lt;/li&gt;
&lt;li&gt;Thanks to Wikipedia for dummy content&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;(View full screen)&lt;/p&gt;

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

</description>
      <category>html</category>
      <category>css</category>
      <category>codepen</category>
    </item>
    <item>
      <title>CodePen Challenge: Tessellations</title>
      <dc:creator>Drawcard</dc:creator>
      <pubDate>Mon, 26 Jul 2021 09:48:53 +0000</pubDate>
      <link>https://dev.to/drawcard/codepen-challenge-tessellations-4o1d</link>
      <guid>https://dev.to/drawcard/codepen-challenge-tessellations-4o1d</guid>
      <description>&lt;p&gt;This week's &lt;a href="https://codepen.io/challenges/2021/july/3"&gt;CodePen challenge&lt;/a&gt; called for repeating patterns, or tiles to be incorporated in the work. After some trial and error I managed to create a nice &amp;amp; repetitious folded paper effect using just CSS and the &lt;code&gt;conic-gradient&lt;/code&gt; declaration.&lt;/p&gt;

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

</description>
      <category>html</category>
      <category>css</category>
      <category>codepen</category>
    </item>
    <item>
      <title>CodePen Challenge: Textile Patterns</title>
      <dc:creator>Drawcard</dc:creator>
      <pubDate>Mon, 26 Jul 2021 09:46:00 +0000</pubDate>
      <link>https://dev.to/drawcard/codepen-challenge-textile-patterns-4mcn</link>
      <guid>https://dev.to/drawcard/codepen-challenge-textile-patterns-4mcn</guid>
      <description>&lt;p&gt;Our entry for this week's &lt;a href="https://codepen.io/challenges/2021/july/2"&gt;CodePen Challenge&lt;/a&gt; took the 4 supplied fabric swatches, and added a little bit more realism to them. We ended up mocking up a generative poster design for a fictitious textile exhibition - which changes layout every time the page is reloaded!&lt;/p&gt;

&lt;p&gt;DEV TIME: 2 hours&lt;br&gt;FEATURES:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Added more linear gradients to create a 3d fabric texture&lt;/li&gt;
&lt;li&gt;Used clip-path on the swatches to give them a ragged edge&lt;/li&gt;
&lt;li&gt;Added some randomisation effects in JS to create a new layout every time the page is refreshed&lt;/li&gt;
&lt;li&gt;Adapted script to add in random rotation &amp;amp; better grouping of elements, and adaption to mobile resolution&lt;/li&gt;
&lt;/ul&gt;

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

</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
      <category>codepen</category>
    </item>
    <item>
      <title>CodePen Challenge: Dots &amp; Dashes</title>
      <dc:creator>Drawcard</dc:creator>
      <pubDate>Mon, 12 Jul 2021 01:33:18 +0000</pubDate>
      <link>https://dev.to/drawcard/codepen-challenge-dots-dashes-1878</link>
      <guid>https://dev.to/drawcard/codepen-challenge-dots-dashes-1878</guid>
      <description>&lt;p&gt;This week's &lt;a href="https://codepen.io/challenges/2021/july/1"&gt;CodePen Challenge&lt;/a&gt; is based on an open interpretation of the theme "Dots and Dashes".&lt;/p&gt;

&lt;p&gt;As a solution to this, I decided to build on the theme of morse code, and create something interactive and educational.&lt;/p&gt;

&lt;p&gt;Using a library, morse-decoder, I wrote a simple JS script that listens for key inputs, and then this is encoded into morse code and output on the screen. As a bonus, the audio version of that morse code character is also played.&lt;/p&gt;

&lt;p&gt;Check it out here (click inside the preview below first, so the script can detect your key press!)&lt;/p&gt;

&lt;p&gt;See the Pen &lt;a href="https://codepen.io/drawcard/pen/zYwrQyz"&gt;
CPC 2021-07-1 Dots &amp;amp; Dashes&lt;/a&gt; by Drawcard (&lt;a href="https://codepen.io/drawcard"&gt;@drawcard&lt;/a&gt;)
on &lt;a href="https://codepen.io"&gt;CodePen&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>html</category>
      <category>css</category>
      <category>javascript</category>
      <category>codepen</category>
    </item>
    <item>
      <title>CodePen Challenge: Menu Layout</title>
      <dc:creator>Drawcard</dc:creator>
      <pubDate>Mon, 12 Jul 2021 01:27:31 +0000</pubDate>
      <link>https://dev.to/drawcard/codepen-challenge-menu-layout-4376</link>
      <guid>https://dev.to/drawcard/codepen-challenge-menu-layout-4376</guid>
      <description>&lt;p&gt;This week's &lt;a href="https://codepen.io/challenges/2021/june/4?cursor=ZD0xJm89MCZwPTEmdj03NzkxNjcy"&gt;CodePen challenge&lt;/a&gt; involves creating a digital menu for a café - taking a raw HTML file with no styling, and doing something creative with it. It's a great open brief with loads of possibilities, and we decided to answer it by creating a menu as it might appear in real life - with the added bonus of making fold down nicely for mobile displays.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Features&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;• Flexbox layout of 3 panels within a container&lt;br&gt;
• CSS skew transform to create the 3d fold effect&lt;br&gt;
• Global variables to define colour system, padding system etc.&lt;br&gt;
• Mobile responsiveness with some overrides below 768px&lt;/p&gt;

&lt;p&gt;Check out our design below, and be sure to view it in a mobile to see its responsiveness in action! Take a look at the HTML and CSS to see how we answered the problem.&lt;/p&gt;

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

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