Skip to content

Instantly share code, notes, and snippets.

View danillonunes's full-sized avatar

Marcus Danillo M. Nunes danillonunes

View GitHub Profile
<!DOCTYPE html>
<!-- saved from url=(0032)http://www.rodrigoghedin.com.br/ -->
<html lang="pt-BR"><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta charset="UTF-8">
<title>Rodrigo Ghedin</title>
<link href="http://www.rodrigoghedin.com.br/css" rel="stylesheet" type="text/css">
<link href="http://www.rodrigoghedin.com.br/favicon.png" rel="shortcut icon" type="image/x-icon">
<meta name="description" content="Página pessoal de Rodrigo Ghedin.">
<meta name="keywords" content="rodrigo ghedin, ghedin, gizmodo, gemind, rodrigo, meio bit, winajuda, paranavaí, direito, faculdades maringá, uem, comunicação, maringá">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
@danillonunes
danillonunes / index.html
Last active December 29, 2015 19:59 — forked from darwin/index.html
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="stylesheet" href="http://cmx.io/v/0.1/cmx.css">
<script src="http://cmx.io/v/0.1/cmx.js" charset="utf-8"></script>
<style>
h1 {
font-family: "xkcd", "comic sans", sans-serif;
text-align: center;
text-transform: uppercase;
}
@danillonunes
danillonunes / dabblet.css
Created November 29, 2013 22:11
(C)Leanest CSS spinner ever
/**
* (C)Leanest CSS spinner ever
*/
@keyframes spin {
to { transform: rotate(1turn); }
}
.progress {
position: relative;
@danillonunes
danillonunes / dabblet.css
Created November 29, 2013 21:33
(C)Leanest CSS spinner ever
/**
* (C)Leanest CSS spinner ever
*/
@keyframes spin {
to { transform: rotate(1turn); }
}
.progress {
position: relative;
@danillonunes
danillonunes / dabblet.css
Created November 29, 2013 21:33 — forked from LeaVerou/dabblet.css
(C)Leanest CSS spinner ever
/**
* (C)Leanest CSS spinner ever
*/
@keyframes spin {
to { transform: rotate(1turn); }
}
.progress {
position: relative;
@danillonunes
danillonunes / wysiwyg-ckeditor-4-0.make
Last active December 11, 2015 07:18
Drush Makefile for Wysiwyg with CKEditor 4.0.1
; Drush Makefile for Drupal
; Wysiwyg with CKEditor 4.0.1
projects[wysiwyg][version] = 2.2
projects[wysiwyg][patch][1853550] = http://drupal.org/files/wyiwyg-support_v4_ckeditor-1853550-42.patch
libraries[ckeditor][download][type] = file
libraries[ckeditor][download][url] = http://download.cksource.com/CKEditor/CKEditor/CKEditor%204.0.1/ckeditor_4.0.1_full.zip
libraries[ckeditor][download][md5] = d47c37acf2d03ffe6ad39f55e00b099b
@danillonunes
danillonunes / custom-awesome.css.less
Created August 23, 2012 22:18
Property options test
@import "property/property.css.less";
selector {
.awesomeness();
}
@danillonunes
danillonunes / gist:3113614
Created July 14, 2012 21:59
brew install php54 from Snow Leopard log
josegonzalez-php ((6594be1...))$ brew install php54 --with-mysql --with-fpm --with-intl
==> Downloading http://www.php.net/get/php-5.4.4.tar.bz2/from/this/mirror
Already downloaded: /Library/Caches/Homebrew/php54-5.4.4
==> ./configure --prefix=/usr/local/Cellar/php54/5.4.4 --disable-debug --localstatedir=/usr/local/var --sysconfdir=/usr/local/etc/php/5.4 --with-config-file-path=/usr/local/etc/p
==> make
/bin/sh /private/tmp/homebrew-php54-5.4.4-21Yk/php-5.4.4/libtool --silent --preserve-dup-deps --mode=compile /usr/bin/gcc-4.2 -Iext/date/lib -Iext/date/ -I/private/tmp/homebrew-php54-5.4.4-21Yk/php-5.4.4/ext/date/ -DPHP_ATOM_INC -I/private/tmp/homebrew-php54-5.4.4-21Yk/php-5.4.4/include -I/private/tmp/homebrew-php54-5.4.4-21Yk/php-5.4.4/main -I/private/tmp/homebrew-php54-5.4.4-21Yk/php-5.4.4 -I/usr/local/include -I/private/tmp/homebrew-php54-5.4.4-21Yk/php-5.4.4/ext/date/lib -I/private/tmp/homebrew-php54-5.4.4-21Yk/php-5.4.4/ext/ereg/regex -I/usr/local/Cellar/libxml2/2.8.0/include/libxml2 -I/usr/local/Cellar/j
@danillonunes
danillonunes / style.css
Created May 3, 2012 13:55
Exemplo de CSS enviado pelo mspano
/**
* Generic elements
*/
body {
margin: 0;
padding: 0;
background: #edf5fa;
font: 76%/170% Verdana, sans-serif;
color: #494949;