This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* (C)Leanest CSS spinner ever | |
*/ | |
@keyframes spin { | |
to { transform: rotate(1turn); } | |
} | |
.progress { | |
position: relative; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* (C)Leanest CSS spinner ever | |
*/ | |
@keyframes spin { | |
to { transform: rotate(1turn); } | |
} | |
.progress { | |
position: relative; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* (C)Leanest CSS spinner ever | |
*/ | |
@keyframes spin { | |
to { transform: rotate(1turn); } | |
} | |
.progress { | |
position: relative; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
; 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@import "property/property.css.less"; | |
selector { | |
.awesomeness(); | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Generic elements | |
*/ | |
body { | |
margin: 0; | |
padding: 0; | |
background: #edf5fa; | |
font: 76%/170% Verdana, sans-serif; | |
color: #494949; |