Skip to content

Commit

Permalink
Changed urls to organization urls
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser committed Oct 2, 2020
1 parent 2916789 commit 5c12bd5
Show file tree
Hide file tree
Showing 8 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- Please read the contribution guide before contributing https://github.com/shahednasser/sbuttons/blob/master/CONTRIBUTING.md -->
<!-- Please read the contribution guide before contributing https://github.com/sButtons/sbuttons/blob/master/CONTRIBUTING.md -->
<!-- Please describe what changes or additions this pull request pertain to -->

<!-- Specify the issue it relates to, if any --->
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ If you would like to suggest a new button idea, please create a "New Button Idea
```
4. To make sure your forked repository is up to date with this repository. Add this repository as the upstream repository by doing the following:
```
git remote add upstream https://github.com/shahednasser/sbuttons.git
git remote add upstream https://github.com/sButtons/sbuttons.git

```
Then, to fetch from this repository:
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Shahed Nasser
Copyright (c) 2020 sButtons

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

# Participate in Hacktoberfest!

This repository will help people who don't know how to participate in [Hacktoberfest](https://hacktoberfest.digitalocean.com/) or where to start contributing. We will be adding a Hacktoberfest label to help contributors find the issues they can contribute to. If you have any ideas for new issues or ways to help contributors participate in Hacktoberfest, please add them [here](https://github.com/shahednasser/sbuttons/issues/161).
This repository will help people who don't know how to participate in [Hacktoberfest](https://hacktoberfest.digitalocean.com/) or where to start contributing. We will be adding a Hacktoberfest label to help contributors find the issues they can contribute to. If you have any ideas for new issues or ways to help contributors participate in Hacktoberfest, please add them [here](https://github.com/sbuttons/sbuttons/issues/161).

**DO NOT submit any pull request that does no fix based on an issue or an actual bug/fix, as it will be labeled invalid and will not count for your Hacktoberfest participation**

Expand All @@ -34,18 +34,18 @@ This repository will help people who don't know how to participate in [Hacktober

## Download CSS File

You can download the CSS file [here](https://cdn.statically.io/gh/shahednasser/sbuttons/c135f5f7/dist/sbuttons.min.css) and then add it to your html file inbetween the `<head>` tags:
You can download the CSS file [here](https://cdn.statically.io/gh/sButtons/sbuttons/c135f5f7/dist/sbuttons.min.css) and then add it to your html file inbetween the `<head>` tags:

```
<link rel="stylesheet" href="/path/to/sbuttons.min.css">
```

## CDN

You can use the [CDN](https://cdn.statically.io/gh/shahednasser/sbuttons/c135f5f7/dist/sbuttons.min.css):
You can use the [CDN](https://cdn.statically.io/gh/sButtons/sbuttons/c135f5f7/dist/sbuttons.min.css):

```
<link rel="stylesheet" href="https://cdn.statically.io/gh/shahednasser/sbuttons/c135f5f7/dist/sbuttons.min.css">
<link rel="stylesheet" href="https://cdn.statically.io/gh/sButtons/sbuttons/c135f5f7/dist/sbuttons.min.css">
```

## NPM
Expand All @@ -69,7 +69,7 @@ For example, to change the blue color to a different shade
@blue: #54a2bd; /* Make it darker */
```
Check out [sbuttons.less](https://github.com/shahednasser/sbuttons/blob/master/src/sbuttons.less) for the full list of variables.
Check out [sbuttons.less](https://github.com/sButtons/sbuttons/blob/master/src/sbuttons.less) for the full list of variables.

# Usage

Expand All @@ -85,7 +85,7 @@ Same can be done for `<a>` tag
<a href='#' class='sbtn basic-btn blue-btn'>Button</a>
```

You can find all classes and their corresponding sButtons mentioned in our [website](https://shahednasser.github.io/sbuttons/).
You can find all classes and their corresponding sButtons mentioned in our [website](https://sbuttons.github.io/sbuttons/).

## Block Buttons

Expand Down
2 changes: 1 addition & 1 deletion assets/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ $(document).ready(function () {

function downloadGithubCssRaw() {
var link =
"https://cdn.statically.io/gh/shahednasser/sbuttons/c135f5f7/dist/sbuttons.min.css";
"https://cdn.statically.io/gh/sButtons/sbuttons/c135f5f7/dist/sbuttons.min.css";
if (window.fetch) {
fetch(link)
.then((resp) => resp.blob())
Expand Down
14 changes: 7 additions & 7 deletions getStarted.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<meta name="description" content="Simple buttons you can use easily for your next project.">
<meta name="keywords"
content="css, less, buttons, simple, project, github, open source, contribute, first timers, animation, hover, basic, social, login">
<meta name="og:url" content="https://shahednasser.github.io/sbuttons/">
<meta name="og:url" content="https://sButtons.github.io/sbuttons/">
<meta name="og:description" content="Simple buttons you can use easily for your next project.">
<meta name="og:image" content="site logo url">
<meta name="og:type" content="website">
Expand Down Expand Up @@ -62,7 +62,7 @@
<a href="#" id="downloadGithubRawHeader" class="download-link">
<i class="fas fa-download"></i>
</a>
<a href="https://github.com/shahednasser/sbuttons" target="_blank" class="icon-link">
<a href="https://github.com/sButtons/sbuttons" target="_blank" class="icon-link">
<i class="fab fa-github"></i>
</a>
</div>
Expand Down Expand Up @@ -146,7 +146,7 @@ <h2>CDN</h2>
<br>
<div class="code-block-container">
<div class="script-copy">
<pre><code class="language-markup"> &lt;link rel="stylesheet" href="https://cdn.statically.io/gh/shahednasser/sbuttons/c135f5f7/dist/sbuttons.min.css"></code></pre>
<pre><code class="language-markup"> &lt;link rel="stylesheet" href="https://cdn.statically.io/gh/sButtons/sbuttons/c135f5f7/dist/sbuttons.min.css"></code></pre>
<div class="div-copy"><button class="clipboard"></button></div>
</div>
<br>
Expand Down Expand Up @@ -199,7 +199,7 @@ <h2>Modifying Button Colors</h2>
</div>
</div>
<div class="text">
Check out <a href="https://github.com/shahednasser/sbuttons/blob/master/src/sbuttons.less" target="_blank">sbuttons.less</a> for the full list of variables.
Check out <a href="https://github.com/sButtons/sbuttons/blob/master/src/sbuttons.less" target="_blank">sbuttons.less</a> for the full list of variables.
</div>
</section>

Expand All @@ -220,7 +220,7 @@ <h2 class="display-inlineBlock">Basic Button</h2>
</div>
</div>
<div class="text">
You can find all classes and their corresponding sButtons mentioned in our <a href="https://shahednasser.github.io/sbuttons/">website</a>.
You can find all classes and their corresponding sButtons mentioned in our <a href="https://sButtons.github.io/sbuttons/">website</a>.
</div>
<br>
</section>
Expand Down Expand Up @@ -284,9 +284,9 @@ <h2 class="display-inlineBlock">Icon Buttons</h2>
</span>
<footer class="footer">
<span class="tagline">Made with <span style="color: floralwhite" class="tagline-heart">❤︎</span></span><br/>
<div style="padding: 20px 0">Say Hello to our awesome <a href="https://github.com/shahednasser/sbuttons/blob/master/CONTRIBUTORS.md">contributors</a>!<br/>
<div style="padding: 20px 0">Say Hello to our awesome <a href="https://github.com/sButtons/sbuttons/blob/master/CONTRIBUTORS.md">contributors</a>!<br/>
Have any suggestions or want to contribute?
<a href="https://github.com/shahednasser/sbuttons" target="_blank" title="View on Github">View on Github</a></div>
<a href="https://github.com/sButtons/sbuttons" target="_blank" title="View on Github">View on Github</a></div>
<div style="padding:20px 0 0 0; font-size: 13px;">Logo made by <a href="https://www.github.com/icoderharshit"
title="Harshit Sharma">Harshit Sharma</a> </div>
</footer>
Expand Down
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta name="description" content="Simple buttons you can use easily for your next project.">
<meta name="keywords"
content="css, less, buttons, simple, project, github, open source, contribute, first timers, animation, hover, basic, social, login">
<meta name="og:url" content="https://shahednasser.github.io/sbuttons/">
<meta name="og:url" content="https://sbuttons.github.io/sbuttons/">
<meta name="og:description" content="Simple buttons you can use easily for your next project.">
<meta name="og:image" content="site logo url">
<meta name="og:type" content="website">
Expand Down Expand Up @@ -61,7 +61,7 @@
<a href="#" id="downloadGithubRawHeader" class="download-link">
<i class="fas fa-download"></i>
</a>
<a href="https://github.com/shahednasser/sbuttons" target="_blank" class="icon-link">
<a href="https://github.com/sButtons/sbuttons" target="_blank" class="icon-link">
<i class="fab fa-github"></i>
</a>
</div>
Expand Down Expand Up @@ -100,9 +100,9 @@
<footer class="footer">
<span class="tagline">Made with <span style="color: floralwhite" class="tagline-heart">❤︎</span></span><br />
<div style="padding: 20px 0">Say Hello to our awesome <a
href="https://github.com/shahednasser/sbuttons/blob/master/CONTRIBUTORS.md">contributors</a>!<br />
href="https://github.com/sButtons/sbuttons/blob/master/CONTRIBUTORS.md">contributors</a>!<br />
Have any suggestions or want to contribute?
<a href="https://github.com/shahednasser/sbuttons" target="_blank" title="View on Github">View on Github</a></div>
<a href="https://github.com/sButtons/sbuttons" target="_blank" title="View on Github">View on Github</a></div>
<div style="padding:20px 0 0 0; font-size: 13px;">Logo made by <a href="https://www.github.com/icoderharshit"
title="Harshit Sharma">Harshit Sharma</a> </div>
</footer>
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "index.html",
"author": "Shahed Nasser",
"license": "ISC",
"homepage": "https://shahednasser.github.io/sbuttons/",
"homepage": "https://sbuttons.github.io/sbuttons/",
"keywords": [
"less",
"buttons",
Expand Down Expand Up @@ -35,11 +35,11 @@
"surge": "^0.21.6"
},
"bugs": {
"url": "https://github.com/shahednasser/sbuttons/issues",
"url": "https://github.com/sButtons/sbuttons/issues",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/shahednasser/sbuttons"
"url": "https://github.com/sButtons/sbuttons"
}
}

0 comments on commit 5c12bd5

Please sign in to comment.