Skip to content

Instantly share code, notes, and snippets.

View heathermiller's full-sized avatar

Heather Miller heathermiller

View GitHub Profile
@oschettler
oschettler / delicious-tinkerthon.html
Last active December 11, 2015 19:27
Javascript snippet to display delicious bookmarks on a page. See it in action at https://tinkerthon.de
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<div class="col-sm-3 col-xs-6">
<h4>Morsels</h4>
<p>Some delicious bookmarks.</p>
<ul class="delicious"></ul>
<p>Enjoy!</p>
<script>
jQuery(function ($)
@font-face {
font-family: 'EntypoRegular';
src: url('font/entypo.eot');
src: url('font/entypo.eot?#iefix') format('embedded-opentype'),
url('font/entypo.woff') format('woff'),
url('font/entypo.ttf') format('truetype'),
url('font/entypo.svg#EntypoRegular') format('svg');
font-weight: normal;
font-style: normal;
}