Skip to content

Instantly share code, notes, and snippets.

<menu>
<button class="rw"></button>
<button class="play"></button>
<button class="pause"></button>
<button class="stop"></button>
<button class="ff"></button>
</menu>
<menu class="medium">
@iansoper
iansoper / index.html
Created November 30, 2012 04:27
A CodePen by Ian Soper.
<div class="ribbon">
<span class="left"></span>
<div class="front">This is Something</div>
<span class="right"></span>
</div>
<div class="content">
<ul class="portfolio" >
<li id="item1">
<h2>Portfolio Item1</h2>
@iansoper
iansoper / gist:4731396
Created February 7, 2013 14:52
RegEx for HTML Email
// Convert 3 char HEX to 6 char (for better email support)
pattern:
#(\w)(\w)(\w);
replace:
#$1$1$2$2$3$3;
@iansoper
iansoper / index.slim
Created March 28, 2013 16:44
A CodePen by Ian Soper.
.container.cf
.treatment.circle.one.small.effective
.treatment.circle.one.medium.effective
.treatment.circle.one.large.effective
.treatment.circle.one.small.ineffective
.treatment.circle.one.small.inconclusive
4/29/14 10:21:07.958 AM Alfred Preferences[61316]: (
0 CoreFoundation 0x00007fff90cfcb06 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff9460b3f0 objc_exception_throw + 43
2 CoreFoundation 0x00007fff90d9340a -[NSObject(NSObject) doesNotRecognizeSelector:] + 186
3 CoreFoundation 0x00007fff90ceb02e ___forwarding___ + 414
4 CoreFoundation 0x00007fff90ceae18 _CF_forwarding_prep_0 + 232
5 Alfred Preferences 0x000000010000c454 Alfred Preferences + 50260
6 AppKit 0x00007fff94a7a50e -[NSWindow sendEvent:] + 6853
7 AppKit 0x00007fff94a76644 -[NSApplication sendEvent:] + 5761
8 Alfred Preferences 0x00000001000038b0 Alfred Preferences + 14512