Skip to content

Instantly share code, notes, and snippets.

View k9ordon's full-sized avatar
🐙

Klemens Gordon k9ordon

🐙
View GitHub Profile
@k9ordon
k9ordon / index.html
Created May 30, 2016 10:53
super-uber-chapter-meetup homepage
<html><head><title>super-uber-chapter-meetup</title></head><body><img src="http://media0.giphy.com/gifsu/l2Je7F2ADWJZmBrEc/giphy-glitter.gif"> <br><a href="http://karriere.at">we are hiring</a></body></html>
@k9ordon
k9ordon / bookmarklet.html
Created April 5, 2017 07:53
Design Mode Bookmarklet
<h1><a href="javascript:!function(){document.designMode=%22on%22}();">DesignMode</a></h1>
<p>Drag this to your bookmark bar</p>
"workbench.colorCustomizations": {
"terminal.background": "#1e2429",
"terminal.foreground": "#d1d5da",
"terminalCursor.background": "#c5e1ff",
"terminalCursor.foreground": "#c5e1ff",
"terminal.ansiBlack": "#000000",
"terminal.ansiBlue": "#1571ce",
"terminal.ansiBrightBlack": "#666666",
"terminal.ansiBrightBlue": "#2e8df1",
"terminal.ansiBrightCyan": "#00badf",