Skip to content

Instantly share code, notes, and snippets.

View hnrch02's full-sized avatar

Heinrich Fenkart hnrch02

View GitHub Profile
@hnrch02
hnrch02 / index.js
Last active June 8, 2017 20:37
requirebin sketch
// Welcome! require() some modules from npm (like you were using browserify)
// and then hit Run Code to run your code on the right side.
// Modules get downloaded from browserify-cdn and bundled in your browser.
const postcss = require('postcss');
const gradients = require('postcss-easing-gradients');
const css = `
body {
background: scrim-gradient(transparent, #1c1f24);

Keybase proof

I hereby claim:

  • I am hnrch02 on github.
  • I am hnrch02 (https://keybase.io/hnrch02) on keybase.
  • I have a public key whose fingerprint is 0EB1 8FEC C260 23F6 35C6 6F10 D90D 51D2 83A8 7F28

To claim this, I am signing this object:

@hnrch02
hnrch02 / check.js
Created February 18, 2014 11:08
Blob feature detection with jQuery (see https://github.com/twbs/bootstrap/pull/12773)
+function() {
/**
* Based on:
* Blob Feature Check v1.0.0
* https://github.com/ssorallen/blob-feature-check/
* License: Public domain (http://unlicense.org)
*/
var url = window.webkitURL || window.URL // Safari 6 uses "webkitURL".
var svg = new Blob(
['<svg xmlns="http://www.w3.org/2000/svg"></svg>'],
diff --git a/public/css/lanyon.css b/public/css/lanyon.css
index 721c9d3..075935b 100644
--- a/public/css/lanyon.css
+++ b/public/css/lanyon.css
@@ -233,7 +233,8 @@ a.sidebar-nav-item:focus {
}
.sidebar-toggle:active,
-#sidebar-checkbox:checked ~ .sidebar-toggle {
+#sidebar-checkbox:checked ~ .sidebar-toggle,
@hnrch02
hnrch02 / dig.sh
Created January 28, 2014 14:08
dig getbootstrap.com +nostats +nocomments +nocmd
dig getbootstrap.com +nostats +nocomments +nocmd
; <<>> DiG 9.8.3-P1 <<>> getbootstrap.com +nostats +nocomments +nocmd
;; global options: +cmd
;getbootstrap.com. IN A
getbootstrap.com. 3593 IN A 204.232.175.78
com. 71946 IN NS j.gtld-servers.net.
com. 71946 IN NS h.gtld-servers.net.
com. 71946 IN NS b.gtld-servers.net.
com. 71946 IN NS k.gtld-servers.net.