Skip to content

Instantly share code, notes, and snippets.

View platy11's full-sized avatar

Max platy11

  • Melbourne, Australia
View GitHub Profile
@platy11
platy11 / index.html
Last active March 9, 2018 06:50 — forked from jonathan-beebe/index.html
Leaflet.js - Mark Radius
<!doctype html>
<html>
<head>
<title>Leaflet.js - Mark Radius</title>
<link rel="stylesheet" href="https://cdn.leafletjs.com/leaflet-0.4.5/leaflet.css" />
<!--[if lte IE 8]><link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet-0.4.5/leaflet.ie.css" /><![endif]-->
<link rel="stylesheet" href="styles.css" />
<script src="https://cdn.leafletjs.com/leaflet-0.4.5/leaflet.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
body.greyBody {
background-color: #DCEDC8 !important;
}
#mnuBlueBar {
background-color: #8BC34A !important;
background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#8BC34A),color-stop(1,#AED581)) !important;
}
#component-1079 img {

Keybase proof

I hereby claim:

  • I am platy11 on github.
  • I am platy11 (https://keybase.io/platy11) on keybase.
  • I have a public key whose fingerprint is 7BB1 03F9 4B58 FD8F 7E03 167B 3ECD E55A A15F E7A5

To claim this, I am signing this object:

.markdown-preview:not([data-use-github-style]) {
padding: 2em;
font-size: 1.2em;
color: rgb(131, 148, 150);
overflow: auto;
background-color: rgb(0, 43, 54)
}
.markdown-preview:not([data-use-github-style])>:first-child {
margin-top: 0px
}
Hello, world!
@platy11
platy11 / 0_reuse_code.js
Created March 17, 2016 09:07
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console