Skip to content

Instantly share code, notes, and snippets.

View mirzu's full-sized avatar

Michal Minecki mirzu

View GitHub Profile
// Contact CTA
// Contact section, featured on Front and Our Work.
$contact-md: 560px;
$contact-mdlg: 690px;
$contact-lg: 850px;
.front-contact {
@include clearfix;
//////////////////////////////
// Default Variables
//////////////////////////////
$Breakpoint-Settings: (
'default media': all,
'default feature': min-width,
'default pair': width,
'force all media type': false,
'to ems': false,
@mirzu
mirzu / digger.js
Created January 20, 2016 02:49
A simple minecraft script that digs holes leaving only valuable ore in place. Written with Blocky on learntomod.com
var currentBlock;
var depth;
var drone;
var i;
var keep;
var keepIndex;
var length2;
var width;
function cube(length2, width, depth) {
@mirzu
mirzu / keybase.md
Created November 11, 2016 15:30
keybase.md

Keybase proof

I hereby claim:

  • I am mirzu on github.
  • I am mirzu (https://keybase.io/mirzu) on keybase.
  • I have a public key whose fingerprint is 47DA 68D3 7AD1 45D8 E0A4 B14A 90EA 062E F5CF 1E1E

To claim this, I am signing this object:

@mirzu
mirzu / circle.yml
Last active June 24, 2017 17:57
CircleCi 2.0 config for creating Multidev enviroments from a Github PR
version: 2
jobs:
build:
docker:
- image: notnoopci/php:7.1.5-browsers
working_directory: ~/wordpress
steps:
- add_ssh_keys
- run:
name: Install Terminus