I hereby claim:
- I am clawfire on github.
- I am thibault (https://keybase.io/thibault) on keybase.
- I have a public key whose fingerprint is E089 0014 2F0E E6D0 18E2 7D1B C315 BF56 AB98 FAC4
To claim this, I am signing this object:
0 info it worked if it ends with ok | |
1 verbose cli [ '/usr/local/Cellar/node/5.3.0/bin/node', | |
1 verbose cli '/Users/thibault/.node/bin/npm', | |
1 verbose cli 'install' ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 silly loadCurrentTree Starting | |
5 silly install loadCurrentTree | |
6 silly install readLocalPackageData | |
7 silly install normalizeTree |
sudo chown $(whoami):admin /usr/local | |
xcode-select — install | |
brew update | |
brew upgrade |
<div style="width:100%; text-align:left;" > | |
<iframe src="//eventbrite.fr/tickets-external?eid=17225744666&ref=etckt" frameborder="0" height="214" width="100%" vspace="0" hspace="0" marginheight="5" marginwidth="5" scrolling="auto" allowtransparency="true"></iframe> | |
<div style="font-family:Helvetica, Arial; font-size:10px; padding:5px 0 5px; margin:2px; width:100%; text-align:left;" > | |
<a class="powered-by-eb" style="color: #dddddd; text-decoration: none;" target="_blank" href="http://www.eventbrite.fr/r/etckt">Développé par Eventbrite</a> | |
</div> | |
</div> |
I hereby claim:
To claim this, I am signing this object:
# EditorConfig is awesome: http://EditorConfig.org | |
# Unix-style newlines with a newline ending every file | |
[*] | |
end_of_line = lf | |
insert_final_newline = true | |
indent_style = space | |
indent_size = 4 | |
charset = "utf-8" | |
trim_trailing_whitespace = true |
{ | |
"query": { | |
"count": 1, | |
"created": "2014-10-10T22:08:28Z", | |
"lang": "fr-fr", | |
"results": { | |
"channel": { | |
"title": "Yahoo! Weather - Luxembourg, LU", | |
"link": "http://us.rd.yahoo.com/dailynews/rss/weather/Luxembourg__LU/*http://weather.yahoo.com/forecast/LUXX0004_f.html", | |
"description": "Yahoo! Weather for Luxembourg, LU", |
wget -q -O - http://opensource.wandisco.com/wandisco-debian.gpg | sudo apt-key add - | |
sudo echo "deb http://opensource.wandisco.com/debian/ wheezy svn17" > /etc/apt/sources.list.d/wandisco-subversion.list | |
sudo apt-get update | |
sudo apt-get install subversion subversion-tools |
// ---- | |
// Sass (v3.4.0.rc.3) | |
// Compass (v1.0.0.rc.1) | |
// ---- | |
$size-text : 12rem; | |
$nombre : 12; | |
$famille : 'Roboto, Arial, serif'; | |
$famille-alt : 'Roboto', 'Arial', 'serif'; |
@mixin breakpoint($point) { | |
$media-mobile-max: 767px !default; | |
$media-desktop-min: 768px !default; | |
@if $point == mobile { | |
@media screen and (max-width: #{$media-mobile-max}) { @content; } | |
} | |
@else if $point == desktop { | |
@media screen and (min-width: #{$media-desktop-min}) { @content; } |
/** | |
* For modern browsers | |
* 1. The space content is one way to avoid an Opera bug when the | |
* contenteditable attribute is included anywhere else in the document. | |
* Otherwise it causes space to appear at the top and bottom of elements | |
* that are clearfixed. | |
* 2. The use of `table` rather than `block` is only necessary if using | |
* `:before` to contain the top-margins of child elements. | |
*/ | |
.cf:before, |