Skip to content

Instantly share code, notes, and snippets.

View tatygrassini's full-sized avatar

tatygrassini tatygrassini

View GitHub Profile
@tatygrassini
tatygrassini / 1001_albums_you_must_hear_before_you_die.txt
Created August 24, 2019 15:21
1001 Albums You Must Hear Before You Die
In The Wee Small Hours - Frank Sinatra (1955)
Birth of the Cool - Miles Davis (1956)
Ellington at Newport '56 - Duke Ellington (1956)
Elvis Presley - Elvis Presley (1956)
Songs For Swingin' Lovers - Frank Sinatra (1956)
Tragic Songs Of Life - The Louvin Brothers (1956)
Brilliant Corners - Thelonious Monk (1957)
Here's Little Richard - Little Richard (1957)
Kenya - Machito (1957)
Palo Congo - Sabu (1957)
@tatygrassini
tatygrassini / bs5col.html
Created August 21, 2015 02:59
Bootstrap Grid 1/5 test
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap Grid 1/5 test</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<!-- IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<h1>Hamburgers animés</h1>
<div class="menu-icon menu-icon-cross">
<span></span>
<svg x="0px" y="0px" width="54px" height="54px" viewBox="0 0 54 54">
<circle fill="transparent" cx="27" cy="27" r="25"></circle>
</svg>
</div>
<div class="fb-comments"data-href="<?php the_permalink(); ?>" data-num-posts="2" mobile="false"></div>
@tatygrassini
tatygrassini / 1001-albums
Last active November 4, 2024 20:11
1001 Albums You Must Hear Before You Die
1001 Albums You Must Hear Before You Die
List taken from then book edited by Robert Dimery.
Missing from the list:
Machito - Kenya 1957
Jack Elliot - Jack Takes The Floor 1958
Dolly Parton - Coat Of Mahy Colors 1971
George Jones - The Grand Tour 1974
R.D. Burman / Bappi Lahiri - Shalimar / College Girl 1975
jQuery(".modal-backdrop, .youtube .btn").click(function() {
var iframe = jQuery(this).parent().parent().find("iframe");
iframe.attr("src", iframe.attr("src"));
});
<section class="map cf">
<header>
<h3>Super Responsive Map</h3>
</header>
<div class="map" id="map"></div>
<ul class="mapinfo"></ul>
</section>
Single line, no attribution:
<figure class="quote">
<blockquote>It is the unofficial force—the Baker Street irregulars.</blockquote>
</figure>
Single line, with attribution and optional cite:
<figure class="quote">
<blockquote>It is the unofficial force—the Baker Street irregulars.</blockquote>
@tatygrassini
tatygrassini / CSS_wrapper_hack.html
Last active December 11, 2015 04:58
CSS hack for markup wrappers
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Hacking wrappers</title>
<style>
/* normalize CDN, test it on a server or add http: to the import */
/*
Make the Facebook Like box responsive (fluid width)
https://developers.facebook.com/docs/reference/plugins/like-box/
*/
/* This element holds injected scripts inside iframes that in some cases may stretch layouts. So, we're just hiding it. */
#fb-root {
display: none;
}