diff --git a/.gitignore b/.gitignore index 496ee2c..8763996 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ -.DS_Store \ No newline at end of file +.DS_Store +test/ \ No newline at end of file diff --git a/bower.json b/bower.json new file mode 100644 index 0000000..ee8fde8 --- /dev/null +++ b/bower.json @@ -0,0 +1,19 @@ +{ + "name": "SVG-Loaders", + "version": "0.0.0", + "homepage": "https://github.com/SamHerbert/SVG-Loaders", + "authors": [ + "Sam Herbert " + ], + "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" + ] +} diff --git a/public/index.html b/public/index.html index f4b85e9..27f940e 100644 --- a/public/index.html +++ b/public/index.html @@ -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; @@ -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; @@ -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; @@ -147,7 +153,7 @@
Download - Tweet + Tweet
diff --git a/svg-loaders/audio.svg b/svg-loaders/audio.svg index 160d25e..98b3beb 100644 --- a/svg-loaders/audio.svg +++ b/svg-loaders/audio.svg @@ -3,25 +3,25 @@ diff --git a/svg-loaders/bars.svg b/svg-loaders/bars.svg new file mode 100644 index 0000000..8c2dfdf --- /dev/null +++ b/svg-loaders/bars.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + diff --git a/svg-loaders/circles.svg b/svg-loaders/circles.svg new file mode 100644 index 0000000..de8e4de --- /dev/null +++ b/svg-loaders/circles.svg @@ -0,0 +1,20 @@ + + + + + + + + diff --git a/svg-loaders/grid.svg b/svg-loaders/grid.svg new file mode 100644 index 0000000..140cb89 --- /dev/null +++ b/svg-loaders/grid.svg @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + +