Skip to content

Instantly share code, notes, and snippets.

View AdamDenoon's full-sized avatar

Adam Denoon AdamDenoon

View GitHub Profile
@AdamDenoon
AdamDenoon / multiple_recaptcha.html.erb
Last active September 23, 2016 21:53
Multiple reCAPTCHA Support
<div id="recap1"></div>
<div id="recap2"></div>
<script type="text/javascript">
// Support for multiple reCAPTCHAs
var verifyCallback = function(response) {
alert(response);
};
var widget1;
@AdamDenoon
AdamDenoon / Retro Macintosh OS Window.markdown
Created September 3, 2015 16:56
Retro Macintosh OS Window

Retro Macintosh OS Window

Class Macintosh OS window, for displaying alert messages or other information. The window is fully scalable, and makes use of the flex grid system.

A Pen by Adam Denoon on CodePen.

License.