This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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]> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="fb-comments"data-href="<?php the_permalink(); ?>" data-num-posts="2" mobile="false"></div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jQuery(".modal-backdrop, .youtube .btn").click(function() { | |
var iframe = jQuery(this).parent().parent().find("iframe"); | |
iframe.attr("src", iframe.attr("src")); | |
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<section class="map cf"> | |
<header> | |
<h3>Super Responsive Map</h3> | |
</header> | |
<div class="map" id="map"></div> | |
<ul class="mapinfo"></ul> | |
</section> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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 */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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; | |
} |
NewerOlder