D3
OG
Old school D3 from simpler times
All examples
By author
By category
About
bshir
Full window
Github gist
raPEmL
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> <div class="container"> <section class="header"> <h1>Firebase Authentication <span>A demo of authentication with Google+ and Github using Firebase + AngularJS</span> </h1> </section> <section class="content"> <div class="box"> <button class="button button--isi button--border-thin button--size-s button--round-s"> <i class="fa fa-home fa-2x"></i> <span>Home</span> </button> <button class="button button--isi button--border-thin button--size-s button--round-s"> <i class="fa fa-user-secret fa-2x"></i><span>Authenticated</span> </button> </div> <div class="box bg-1"> <h2>This is where we will write our updates</h2> </div> <div class="box"> <button class="button button--isi button--border-thin button--size-s button--round-s"> <i class="fa fa-google-plus-square fa-2x"></i> <span>Google+</span> </button> <button class="button button--isi button--border-thin button--size-s button--round-s"> <i class="fa fa-github fa-2x"></i> <span>Github</span> </button> </div> </section> </div>