Sha256: 1b6bdcfddd794491c0a485e1a24e0eaa1fcdcde4a1ab9c7416f48d795017fccb

Contents?: true

Size: 1.08 KB

Versions: 3

Compression:

Stored size: 1.08 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" />
  </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>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

3 entries across 3 versions & 2 rubygems

Version Path
middleman-0.12.1 lib/middleman/vendor/gems/gems/fancy-buttons-0.3.6/lib/templates/project/index.html
fancy-buttons-0.3.6 lib/templates/project/index.html
fancy-buttons-0.3.5 lib/templates/project/index.html