Sha256: 05f0a14e5826dae8ed1e32ac1bea49c273df2dbf4099e5d37fd678d214c0aa55

Contents?: true

Size: 1.35 KB

Versions: 15

Compression:

Stored size: 1.35 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
    <title>Fancy Buttons - Demo</title>
    <link href="./stylesheets/buttons.css" media="screen, projection" rel="stylesheet" type="text/css" />
    <!--[if lte IE 6]>
      <link href='./stylesheets/ie6.css' rel='stylesheet' type='text/css' />
    <![endif]-->
  </head>
  <body>
    <h1>Fancy Buttons</h1>
    <div>
      <button class="green">Click Me</button>
      <a href="#" class="button blue">Click Me</a>
      <button class="red">Click Me</button>
    </div>
    <div>
      <button>Click Me</button>
      <button class="yellow">Click Me</button>
    </div>
    <h2>Matte Gradient</h2>
    <div>
      <button class="light">Click Me</button>
      <button class="matte-blue">Click Me</button>
    </div>
    <h2>Disabled Buttons</h2>
    <div>
      <button class="green" disabled>Click Me</button>
      <button class="red" disabled>Click Me</button>
    </div>
    <h2>Custom Radial Gradient</h2>
    <div>
      <button class="custom heart">&hearts;</button>
      <button class="custom arrow">&rarr;</button>
      <button class="custom spade">&Omega;</button>
    </div>
  </body>
</html>

Version data entries

15 entries across 15 versions & 3 rubygems

Version Path
wikyd-fancy-buttons-0.5.5 lib/templates/project/index.html
wikyd-fancy-buttons-0.5.4 lib/templates/project/index.html
wikyd-fancy-buttons-0.5.3 lib/templates/project/index.html
wikyd-fancy-buttons-0.5.2 lib/templates/project/index.html
wikyd-fancy-buttons-0.5.1 lib/templates/project/index.html
fancy-buttons-0.5.4 lib/templates/project/index.html
fancy-buttons-0.5.2 lib/templates/project/index.html
fancy-buttons-0.5.3 lib/templates/project/index.html
fancy-buttons-0.5.1 lib/templates/project/index.html
fancy-buttons-0.5.0 lib/templates/project/index.html
fancy-buttons-0.4.1 lib/templates/project/index.html
fancy-buttons-0.4.0 lib/templates/project/index.html
middleman-0.13.1 lib/middleman/vendor/gems/ruby/1.8/gems/fancy-buttons-0.3.9/lib/templates/project/index.html
fancy-buttons-0.3.9 lib/templates/project/index.html
fancy-buttons-0.3.8 lib/templates/project/index.html