Skip to content

Commit

Permalink
add grid, bars, cirles. update site, add bower
Browse files Browse the repository at this point in the history
  • Loading branch information
SamHerbert committed Nov 22, 2014
1 parent 744f33e commit 5e8cdd4
Show file tree
Hide file tree
Showing 7 changed files with 166 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
.DS_Store
.DS_Store
test/
19 changes: 19 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"name": "SVG-Loaders",
"version": "0.0.0",
"homepage": "https://github.com/SamHerbert/SVG-Loaders",
"authors": [
"Sam Herbert <sam@samherbert.net>"
],
"description": "Loading icons and small animations built purely in SVG, no CSS or JS.",
"license": "MIT",
"private": true,
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests",
"public"
]
}
20 changes: 13 additions & 7 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
}
li:nth-child(3) {
background-color: #F39C12;
background-image: url(../svg-loaders/ball-triangle.svg);
background-size: 60px;
background-image: url(../svg-loaders/grid.svg);
background-size: 40px;
}
li:nth-child(4) {
background-color: #9B59B6;
Expand All @@ -64,7 +64,7 @@
li:nth-child(5) {
background-color: #3498DB;
background-image: url(../svg-loaders/oval.svg);
background-size: 60px;
background-size: 50px;
}
li:nth-child(6) {
background-color: #E74C3C;
Expand All @@ -74,26 +74,32 @@
li:nth-child(7) {
background-color: #2ECC71;
background-image: url(../svg-loaders/spinning-circles.svg);
background-size: 60px;
background-size: 50px;
}
li:nth-child(8) {
background-color: #2C3E50;
background-image: url(../svg-loaders/puff.svg);
background-size: 60px;
background-size: 50px;
}
li:nth-child(9) {
background-color: #F1C40F;
background-image: url(../svg-loaders/circles.svg);
background-size: 50px;
}
li:nth-child(10) {
background-color: #8E44AD;
background-image: url(../svg-loaders/tail-spin.svg);
background-size: 60px;
background-size: 50px;
}
li:nth-child(11) {
background-color: #2980B9;
background-image: url(../svg-loaders/bars.svg);
background-size: 40px;
}
li:nth-child(12) {
background-color: #E74C3C;
background-image: url(../svg-loaders/ball-triangle.svg);
background-size: 50px;
}
.actions {
margin: auto;
Expand Down Expand Up @@ -147,7 +153,7 @@

<div class="actions">
<a href="https://github.com/SamHerbert/SVG-Loaders" target="_blank" class="download">Download</a>
<a href="#" target="_blank" class="tweet">Tweet</a>
<a href="https://twitter.com/intent/tweet?text=Fully%20SVG%20loaders/spinners&url=http://goo.gl/nuy8tM&via=sherb" target="_blank" class="tweet">Tweet</a>
</div>
<div style="clear: both"></div>

Expand Down
8 changes: 4 additions & 4 deletions svg-loaders/audio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
52 changes: 52 additions & 0 deletions svg-loaders/bars.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 20 additions & 0 deletions svg-loaders/circles.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
56 changes: 56 additions & 0 deletions svg-loaders/grid.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e8cdd4

Please sign in to comment.