Skip to content

Instantly share code, notes, and snippets.

View netzzwerg's full-sized avatar

Béla Varga netzzwerg

View GitHub Profile
#!/bin/sh
# Some things taken from here
# https://github.com/mathiasbynens/dotfiles/blob/master/.osx
# Set the colours you can use
black='\033[0;30m'
white='\033[0;37m'
red='\033[0;31m'
green='\033[0;32m'
@netzzwerg
netzzwerg / Table-of-Contents.markdown
Created May 31, 2014 14:56
A Pen by Béla Varga.
@netzzwerg
netzzwerg / index.html
Created February 9, 2013 14:37
A CodePen by Béla Varga. Pure CSS3 rotating tetrahedron
<div class="tetrahedron">
<figure class="front"><div class="triangle"></div></figure>
<figure class="left"><div class="triangle"></div></figure>
<figure class="right"><div class="triangle"></div></figure>
<figure class="bottom"><div class="triangle"></div></figure>
</div>
@netzzwerg
netzzwerg / gist:1011917
Created June 7, 2011 08:51 — forked from mrflix/gist:1010898
Lion Mail 3d Animation
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Lion Mail 3d Animation</title>
<style type="text/css">
body {
font: 12px/15px "Helvetica Neue", sans-serif;
background: #adb0b8;
}