Skip to content

Instantly share code, notes, and snippets.

View dejardine's full-sized avatar

Nick de Jardine dejardine

View GitHub Profile
@meodai
meodai / inspiration
Last active March 21, 2023 13:52
Sexy Frontend
One-pager / Scroll:
- http://www.north2.net/
- http://10x16.com/
- http://www.hm.com/us/kenzo#inspiration
- http://www.stinkdigital.com/
- https://nameoflove.com/
- https://www.thened.com/
- https://thecreativeindependent.com/
- http://www.melville-design.com/
- http://designgest.com/
@timohanninen
timohanninen / equal-height.js
Created July 23, 2013 07:27
Responsive equal height divs and other HTML elements with jQuery. Ready to use out-of-the-box. // FEATURES: Automatically checks for row ends, so no need for classes like "last" for the last element of a row // Supports multiple classes that can be set. // Resizing can be cancelled simply by adding the class "noresize" to an element (added for c…
/*
Usage:
<div class="equal-height">
<div class="resize-me">Stuff</div>
<div class="resize-me">Stuff</div>
<div class="resize-me">Stuff</div>
<div class="resize-me">Stuff</div>
</div>