Skip to content

Commit fc86782

Browse files
author
Rob Levin
committed
replace alexwolfe with unicorn-ui (on master)
1 parent 1953e72 commit fc86782

File tree

3 files changed

+12
-12
lines changed

3 files changed

+12
-12
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,21 +3,21 @@ Buttons
33

44
Buttons is a fully customizable CSS button library that's built using Sass & Compass, and created by [Alex Wolfe](https://twitter.com/alexwolfe) and [Rob Levin](https://twitter.com/roblevintennis).
55

6-
Quickly get started by [visiting the Buttons Builder Website](http://alexwolfe.github.io/Buttons/) where you can view live examples and fully customize your Buttons download.
6+
Quickly get started by [visiting the Buttons Builder Website](http://unicorn-ui.github.io/Buttons/) where you can view live examples and fully customize your Buttons download.
77

8-
[![Example of Buttons](https://dl.dropboxusercontent.com/u/1517246/builder.png "Example of Buttons")](http://alexwolfe.github.io/Buttons/)
8+
[![Example of Buttons](https://dl.dropboxusercontent.com/u/1517246/builder.png "Example of Buttons")](http://unicorn-ui.github.io/Buttons/)
99

1010
Setup & Installation
1111
====================
1212

13-
1. Visit the [Buttons Builder Website](http://alexwolfe.github.io/Buttons/), download and add files to your website.
13+
1. Visit the [Buttons Builder Website](http://unicorn-ui.github.io/Buttons/), download and add files to your website.
1414
2. Include css in the head of your webpage. *You only need the font-awesome css if you're using icons*
1515
`<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">`
1616
`<link rel="stylesheet" href="css/buttons.css">`
1717
3. Include jQuery and buttons.js if you're using dropdown menu buttons.
1818
`<script src="http://code.jquery.com/jquery-1.10.1.min.js"></script>`
1919
`<script type="text/javascript" src="js/buttons.js"></script>`
20-
4. Create buttons in your html. [View code examples here](http://alexwolfe.github.io/Buttons/).
20+
4. Create buttons in your html. [View code examples here](http://unicorn-ui.github.io/Buttons/).
2121

2222

2323
or Install with Bower

bower.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
22
"name": "Buttons",
33
"version": "1.1.1",
4-
"homepage": "https://github.com/alexwolfe/Buttons",
4+
"homepage": "https://github.com/unicorn-ui/Buttons",
55
"authors": [
66
"alexwolfe"
77
],
8-
"description": "A fully customizable CSS button library built using Sass & Compass",
8+
"description": "A fully customizable CSS button library built using Sass",
99
"main": "css/buttons.css",
1010
"keywords": [
1111
"Buttons",

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,22 @@ <h2>A CSS button library built with Sass &amp; Compass</h2>
5858
</hgroup>
5959

6060
<span class="button-wrap button-download">
61-
<a class="button button-circle button-flat button-flat-primary glow" href="https://github.com/alexwolfe/Buttons/raw/gh-pages/Buttons.zip">Download</a>
61+
<a class="button button-circle button-flat button-flat-primary glow" href="https://github.com/unicorn-ui/Buttons/raw/gh-pages/Buttons.zip">Download</a>
6262
</span>
6363

6464
<section class="social-buttons">
6565
<!-- GITHUB STAR BUTTON -->
6666
<iframe class="github-btn" src="http://ghbtns.com/github-btn.html?user=alexwolfe&repo=Buttons&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100px" height="20px"></iframe>
6767

6868
<!-- GITHUB FORK BUTTON -->
69-
<iframe class="github-button" src="http://ghbtns.com/github-btn.html?user=alexwolfe&repo=Buttons&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="62" height="20"></iframe>
69+
<iframe class="github-button" src="http://ghbtns.com/github-btn.html?user=unicorn-ui&repo=Buttons&type=fork&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="62" height="20"></iframe>
7070

7171
<!-- TWITTER TWEET BUTTON -->
72-
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://alexwolfe.github.io/Buttons/" data-text="Buttons - a customizable CSS button library built with Sass &amp; Compass">Tweet</a>
72+
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://unicorn-ui.github.io/Buttons/" data-text="Buttons - a customizable CSS button library built with Sass &amp; Compass">Tweet</a>
7373
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
7474

7575
<!-- FACEBOOK LIKE BUTTON -->
76-
<div class="fb-like" data-href="http://alexwolfe.github.io/Buttons/" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div>
76+
<div class="fb-like" data-href="http://unicorn-ui.github.io/Buttons/" data-send="false" data-layout="button_count" data-width="450" data-show-faces="false"></div>
7777
</section>
7878
</header>
7979

@@ -719,7 +719,7 @@ <h2>Getting Started</h2>
719719
<h3><i class="fa fa-code"></i> Setup Buttons</h2>
720720
<ol class="steps">
721721
<li>
722-
<a class="button button-rounded button-flat-primary button-tiny" href="https://github.com/alexwolfe/Buttons/raw/gh-pages/Buttons.zip"><i class="fa fa-download"></i> Download Buttons</a> and add files to your website.
722+
<a class="button button-rounded button-flat-primary button-tiny" href="https://github.com/unicorn-ui/Buttons/raw/gh-pages/Buttons.zip"><i class="fa fa-download"></i> Download Buttons</a> and add files to your website.
723723
</li>
724724
<li> Add css in the head of your webpage.
725725
<pre class="prettyprint linenums">&lt;link href=&quot;//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css&quot; rel=&quot;stylesheet&quot;&gt;
@@ -738,7 +738,7 @@ <h3><i class="fa fa-code"></i> Setup Buttons</h2>
738738
<section class="customize">
739739
<h3><i class="fa fa-github"></i> Customize Buttons</h2>
740740
<ol class="steps">
741-
<li><a class="button button-rounded button-flat-action button-tiny" href="https://github.com/alexwolfe/Buttons/"><i class="fa fa-github"></i> Fork or Download</a> the Buttons project on github.
741+
<li><a class="button button-rounded button-flat-action button-tiny" href="https://github.com/unicorn-ui/Buttons/"><i class="fa fa-github"></i> Fork or Download</a> the Buttons project on github.
742742
</li>
743743
<li>Make sure you have <a target="_blank" href="http://sass-lang.com/download.html">Sass</a> and <a target="_blank" href="http://compass-style.org/install/">Compass</a> installed.</li>
744744
<li>Edit the _options.scss with your own custom values</li>

0 commit comments

Comments
 (0)