This is a demo of Foundation's Cards.
A Pen by Ian Kirkland on CodePen.
This is a demo of Foundation's Cards.
A Pen by Ian Kirkland on CodePen.
Test Case template with Foundation 6.3.1
A Pen by Ian Kirkland on CodePen.
A Pen by Ian Kirkland on CodePen.
A Pen by Ian Kirkland on CodePen.
This is a demo of Foundation's Callouts.
A Pen by Ian Kirkland on CodePen.
After reading "Using Flexbox today" by Chris Wright [http://chriswrightdesign.com/experiments/using-flexbox-today/], i decided to make the switch. Here is my take on the cards layout, made with flexbox and graceful degradation made with Modernizr.
Note: I used a customized BEM syntax for the classes.
A Pen by Ian Kirkland on CodePen.
| #!/usr/bin/env ruby | |
| # encoding: UTF-8 | |
| require 'yaml' | |
| require 'rexml/document' | |
| class PlistWriter | |
| PLIST_STUB_DOC = %q[ | |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"></plist>] |
Josef Müller-Brockmann / 1959
From the Swiss In CSS Project: http://swissincss.com/juni-festwochen-1959.html
Forked from Jon Yablonski's Pen Juni Festwochen Zürich (1959).
A Pen by Ian Kirkland on CodePen.
| set href_value to value of XML attribute "href" of XML element "foo" |
| /usr/bin/plutil -convert xml1 -o - ~/Library/Safari/Bookmarks.plist | grep -E -o '<string>http[s]{0,1}://.*</string>' | grep -v icloud | sed -E 's/<\/{0,1}string>//g' |