Skip to content

Instantly share code, notes, and snippets.

@laurieguetat
laurieguetat / dabblet.css
Created January 4, 2015 13:58
Simple Audio Player with Custom Controls
/**
* Simple Audio Player with Custom Controls
*/
article, aside, figure, figcaption, footer, header, hgroup, menu, nav, section { display:block; }
video {
height:183px;
width:293px;
border:1px solid #262626;
}
@laurieguetat
laurieguetat / keybase.md
Created September 25, 2014 11:52
keybase.md

Keybase proof

I hereby claim:

  • I am laurieguetat on github.
  • I am lguetat (https://keybase.io/lguetat) on keybase.
  • I have a public key whose fingerprint is 96A3 83F4 4594 6376 6A04 A162 1F73 5284 AF55 A893

To claim this, I am signing this object:

@laurieguetat
laurieguetat / index.haml
Created March 11, 2013 10:32
A CodePen by Victor Pegado. :focus tooltip - Tooltips folding out on :focus of the input fields. Done with CSS3
.container
.info
%h1 :focus tooltip
.form
%input.form-input{:type => "text", :placeholder => "Select this to fold tooltip"}
.form-tooltip Information only visible on :focus
%input.form-input{:type => "text", :placeholder => "Or this to fold another"}
.form-tooltip Another tooltip with.<br> Only this with some more content.
.info
%p
@laurieguetat
laurieguetat / gist:1985040
Created March 6, 2012 09:03
Start the server
from /Users/laurieguetat/code/fullcompta_infra/vendor/gems/ruby/1.9.1/gems/vagrant-0.9.7/lib/vagrant/cli.rb:38:in `execute'
from /Users/laurieguetat/code/fullcompta_infra/vendor/gems/ruby/1.9.1/gems/vagrant-0.9.7/lib/vagrant/environment.rb:156:in `cli'
from /Users/laurieguetat/code/fullcompta_infra/vendor/gems/ruby/1.9.1/gems/vagrant-0.9.7/bin/vagrant:43:in `<top (required)>'
from ./bin/vagrant:16:in `load'
from ./bin/vagrant:16:in `<main>'