Skip to content

Instantly share code, notes, and snippets.

@plugn
plugn / index.html
Created February 15, 2017 12:09 — forked from anonymous/index.html
JS Bin // source http://jsbin.com/vofowip
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<style id="jsbin-css">
#app [draggable=true] {
outline: 1px solid #eee;
}
@plugn
plugn / index.html
Last active February 14, 2017 13:20 — forked from anonymous/index.html
contentful API // http://jsbin.com/lopovo
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
<script src="https://unpkg.com/contentful@latest/browser-dist/contentful.min.js"></script>
</head>
<body>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>SRBL</title>
<script src="http://rubaxa.github.io/Sortable/Sortable.js"></script>
<style id="jsbin-css">
.tile {
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>SRBL</title>
<script src="http://rubaxa.github.io/Sortable/Sortable.js"></script>
<style id="jsbin-css">
.tile {
@plugn
plugn / index.html
Created January 31, 2017 11:31 — forked from anonymous/index.html
SRBL // source http://jsbin.com/nahile
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>SRBL</title>
<script src="http://rubaxa.github.io/Sortable/Sortable.js"></script>
<style id="jsbin-css">
.tile {
@plugn
plugn / index.html
Created January 31, 2017 10:46 — forked from anonymous/index.html
SRBL // source http://jsbin.com/mibiku
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>SRBL</title>
<script src="http://rubaxa.github.io/Sortable/Sortable.js"></script>
<style id="jsbin-css">
.tile {
@plugn
plugn / index.html
Created January 31, 2017 10:31 — forked from anonymous/index.html
SRBL // source http://jsbin.com/mibiku
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>SRBL</title>
<script src="http://rubaxa.github.io/Sortable/Sortable.js"></script>
<style id="jsbin-css">
.tile {
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>SRBL</title>
<script src="http://rubaxa.github.io/Sortable/Sortable.js"></script>
<style id="jsbin-css">
.tile {
margin: 10px 0;
@plugn
plugn / index.html
Created January 27, 2017 12:40 — forked from anonymous/index.html
sortable multi jsbin
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>SRBL</title>
<script src="http://rubaxa.github.io/Sortable/Sortable.js"></script>
</head>
<body>
@plugn
plugn / index.html
Created January 20, 2017 14:19 — forked from anonymous/index.html
mvt-styler2 // source http://jsbin.com/pimuli
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>mvt-styler2</title>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/uikit/2.27.2/css/uikit.min.css"/>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/uikit/2.27.2/css/components/accordion.min.css"/>
<link rel="stylesheet" href="http://cdnjs.cloudflare.com/ajax/libs/uikit/2.27.2/css/components/sortable.min.css"/>
<script src="http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>