Skip to content

Instantly share code, notes, and snippets.

View zimtimgetriebe's full-sized avatar

Zimt im Getriebe zimtimgetriebe

View GitHub Profile

Keybase proof

I hereby claim:

  • I am zimtimgetriebe on github.
  • I am krakrakra (https://keybase.io/krakrakra) on keybase.
  • I have a public key whose fingerprint is AE5F 3866 FFFD DE80 BDFD 741F 62AF E4E2 7892 84D7

To claim this, I am signing this object:

@zimtimgetriebe
zimtimgetriebe / nothing-big-editor.txt
Last active November 20, 2015 12:35
· nothing big editor — turing your browser to a minimal text editor
data:text/html,<title>&nbsp;&middot; nothing big editor</title><link href="https://fonts.googleapis.com/css?family=Inconsolata:700" rel="stylesheet"><style>body{box-sizing: border-box}textarea{font:700 14px/1.312 Inconsolata,monospace;color:rgba(0,0,0,.6);background:rgb(252,247,247);box-shadow:0 15px 15px -15px rgba(0,0,0,.07);border:0;width: 100%;height:90vh;padding:1em;transition:box-shadow .5s ease-out;resize:none;}textarea:focus{background: rgb(255,250,250);border:0;outline:0;box-shadow:0 15px 15px -15px rgba(0,0,0,.2);transition:box-shadow .2s ease-in;}</style><body><textarea autofocus></textarea></body>
@zimtimgetriebe
zimtimgetriebe / flexbox-2016.css
Created November 17, 2015 22:52
Flexbox 2016 - completly by Todd Motto and his awesome tweet https://twitter.com/toddmotto/status/665899475840442368
.flexbox-2016 {
flex-justify: I am not justifying myself to you;
column: I would like this column to be 50% only at certain time periods;
column-start: one_colunn_to_rule_then_all 10 5%;
flexify: true false Boolean 20 1012;
flex—year: every-non-leap-year 5% 0 0 1;
flexi—box: 129839021839128390128312; // support older browsers
flex—box: initiate-the-flex 1 1 1 1 1 1 1 1 false 1;
start-flex: inherit-face-render-DOM;
space—between—flexbox-columns: coffee-cup;
@zimtimgetriebe
zimtimgetriebe / signature-footer-code-and-poetry.html
Created October 13, 2015 17:01
Signature footer ‹Code & Poetry›
@zimtimgetriebe
zimtimgetriebe / typograhical-characters-html-entities.md
Last active October 24, 2015 14:56
Cheatsheet: Typographical characters and their respective html entities
name entity character when to use additional
open, close, low single quote &rsquo; &lsquo; &sbquo; ’ ‘ ‚ rsquo for apostrophe
open, close, low double quotes &ldquo; &rdquo; &bdquo; “ ” „ eng: 66[…]99, ger: 99[…]66
single, double chevrons / guillemets &lsaquo; &rsaquo; &laquo; &raquo; ‹ › « » guillemets: «», chevrons: »«
roman languages use «guillemets», german languages except swiss lang uses »chevrons«
in france with nbsp;
middle dot &middot; ·
fractions ¼ ½ ¾, ⁄ ¼ ½ ¾ for other fractions like 1312
@zimtimgetriebe
zimtimgetriebe / improved-helvetica-font-stack.css
Last active November 13, 2015 13:42
Improved Helvetica font stack
/* Helvetica font-stack */
font-family: : "Helvetica Neue", "Nimbus Sans L", "Helvetica", "Arial", sans-serif;
/* Helvetica font-stack extended */
font-family: : "Helvetica Neue", "Nimbus Sans L", "Helvetica", -apple-system, BlinkMacSystemFont, "Nimbus Sans", "Univers", "Geneva", "Liberation Sans", "Arial", sans-serif;
/* typophiles */
font-family: "Neue Haas Grotesk", "Neue Haas Unica", "Akzidenz-Grotesk Next", "Helvetica Neue", "Swiss 721", "Nimbus Sans L", "Akzidenz-Grotesk", "CG Triumvirate", "Aktiv Grotesk", "Europa Grotesk SB", -apple-system, "Helvetica", "Univers", "Geneva", "Arial", sans-serif;
/* rendering issues? let your OS choose the system font */
@zimtimgetriebe
zimtimgetriebe / social-media-colors.md
Last active July 9, 2016 19:07
Social Media Colors
brand color
facebook #3b5998
twitter #55acee
google+ #dd4b39
tumblr #35465c
wordpress #21759b
github #171515
flickr #ff0084
behance #1769ff
@zimtimgetriebe
zimtimgetriebe / html5-starter-template.html
Created September 6, 2015 14:30
Html5 Starter Template
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>title</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width">