diff options
| author | Carlos Sosa <gnusosa@gnusosa.net> | 2020-03-19 15:09:32 -0700 |
|---|---|---|
| committer | Carlos Sosa <gnusosa@gnusosa.net> | 2020-03-19 15:09:32 -0700 |
| commit | 1213016d5e1d535237b28935ae1a859abb6bf307 (patch) | |
| tree | 78054752a2891400344c6c5b388084c6a525844f /talks/blueprint/plugins/buttons/readme.txt | |
| parent | adb1a4da84fdd5c12a0ed48736d1bbca69a943fa (diff) | |
Add platicas and talks assets
Diffstat (limited to 'talks/blueprint/plugins/buttons/readme.txt')
| -rw-r--r-- | talks/blueprint/plugins/buttons/readme.txt | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/talks/blueprint/plugins/buttons/readme.txt b/talks/blueprint/plugins/buttons/readme.txt new file mode 100644 index 0000000..aa9fe26 --- /dev/null +++ b/talks/blueprint/plugins/buttons/readme.txt @@ -0,0 +1,32 @@ +Buttons + +* Gives you great looking CSS buttons, for both <a> and <button>. +* Demo: particletree.com/features/rediscovering-the-button-element + + +Credits +---------------------------------------------------------------- + +* Created by Kevin Hale [particletree.com] +* Adapted for Blueprint by Olav Bjorkoy [bjorkoy.com] + + +Usage +---------------------------------------------------------------- + +1) Add this plugin to lib/settings.yml. + See compress.rb for instructions. + +2) Use the following HTML code to place the buttons on your site: + + <button type="submit" class="button positive"> + <img src="css/blueprint/plugins/buttons/icons/tick.png" alt=""/> Save + </button> + + <a class="button" href="/password/reset/"> + <img src="css/blueprint/plugins/buttons/icons/key.png" alt=""/> Change Password + </a> + + <a href="#" class="button negative"> + <img src="css/blueprint/plugins/buttons/icons/cross.png" alt=""/> Cancel + </a> |
