I hereby claim:
- I am briansw on github.
- I am briansw (https://keybase.io/briansw) on keybase.
- I have a public key whose fingerprint is 7463 E896 534A 5D24 D79A 70EA 7ECE 5E31 1AAD DC5D
To claim this, I am signing this object:
| { | |
| "workbench.colorTheme": "Darcula", | |
| "editor.fontSize": 16, | |
| "editor.fontFamily": "InputMono-Light, Menlo, Monaco, 'Courier New', monospace", | |
| "editor.lineHeight": 24, | |
| "editor.minimap.enabled": false, | |
| "editor.renderWhitespace": "all", | |
| "editor.tabSize": 2, | |
| "workbench.startupEditor": "newUntitledFile", | |
| "window.zoomLevel": 0, |
| var pinStyles = { | |
| 'home': { | |
| url: "<%= asset_path('[email protected]') %>", | |
| scaledSize: new google.maps.Size(144, 20), | |
| anchor: new google.maps.Point(10, 10) | |
| }, | |
| 'default': { | |
| url: "<%= asset_path('[email protected]') %>", | |
| scaledSize: new google.maps.Size(15, 15) |
| ########################################### | |
| ################# SOLD ################# | |
| ########################################### | |
| $5 - Architecture Words: Max Bill Form, Function, Beauty = Gestalt | |
| $5 - After Art - David Joselit | |
| $5 - Mark Wallinger: The Russian Linesman | |
| $5 - Matthew Barney & Hans Ulrich Obrist, The Conversation Series | |
| $15 - Resembling the Social, Bruno Latour | |
| $15 - 24th International Poster & Graphic Design Festival of Chaumont 2013 |
| $('.slides').on('beforeChange', function(event, slick, currentSlide, nextSlide) { | |
| var caption = $($('.slide')[nextSlide + 1]).data('caption'); | |
| $('.footer .caption').html(caption); | |
| }); | |
| $('.slides').on('init', function(event, slick) { | |
| var caption = $($('.slide')[1]).data('caption'); | |
| $('.footer .caption').html(caption); | |
| }); |
| var styles = [ | |
| { | |
| "featureType": "poi", | |
| "stylers": [ | |
| { "visibility": "off" } | |
| ] | |
| },{ | |
| "featureType": "poi.park", | |
| "elementType": "geometry", | |
| "stylers": [ |
| def submit | |
| @order = Order.find(params[:id]) | |
| begin | |
| customer = Stripe::Customer.create( | |
| email: params[:order][:email], | |
| :card => params[:order][:stripe_token] | |
| ) | |
| charge = Stripe::Charge.create( | |
| :customer => customer.id, | |
| :amount => params[:order_total_price], |
I hereby claim:
To claim this, I am signing this object:
| @mixin gridparent($columns) { | |
| @extend %#{$columns}; | |
| @include whitespacefix; | |
| @include nogutters; | |
| } | |
| @mixin griditem($columns, $font_size) { | |
| @extend %#{$columns}; | |
| @extend %#{$font_size}; | |
| @include inlineblock; |
| <html> | |
| <head> | |
| <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script> | |
| <style> | |
| .circle { | |
| position: absolute; | |
| width: 100px; | |
| height: 100px; | |
| border-radius: 50px; | |
| background: #f1f1f1; |