Skip to content

Commit

Permalink
New gradients
Browse files Browse the repository at this point in the history
  • Loading branch information
ghosh committed Nov 26, 2016
1 parent d245abd commit 00288ca
Show file tree
Hide file tree
Showing 4 changed files with 69 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Expand Up @@ -332,7 +332,7 @@ module.exports = function(grunt) {
'notify:build' 'notify:build'
]); ]);


grunt.registerTask('lint', 'Json Lints the gradients file', [ grunt.registerTask('test', 'Json Lints the gradients file', [
'jsonlint', 'jsonlint',
]); ]);


Expand Down
33 changes: 33 additions & 0 deletions build/gradients.json
Expand Up @@ -775,5 +775,38 @@
{ {
"name": "EasyMed", "name": "EasyMed",
"colors": ["#DCE35B", "#45B649"] "colors": ["#DCE35B", "#45B649"]
},
{
"name": "Rose Colored Lenses",
"colors": ["#E8CBC0", "#636FA4"]
},
{
"name": "What lies Beyond",
"colors": ["#F0F2F0", "#000C40"]
},
{
"name": "Roseanna",
"colors": ["#FFAFBD", "#ffc3a0"]
},
{
"name": "Honey Dew",
"colors": ["#43C6AC", "#F8FFAE"]
},
{
"name": "Under the Lake",
"colors": ["#093028", "#237A57"]
},
{
"name": "The Blue Lagoon",
"colors": ["#43C6AC", "#191654"]
},

{
"name": "Can You Feel The Love Tonight",
"colors": ["#4568DC", "#B06AB3"]
},
{
"name": "Very Blue",
"colors": ["#0575E6", "#021B79"]
} }
] ]
4 changes: 2 additions & 2 deletions build/index.html
Expand Up @@ -18,7 +18,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta http-equiv="X-UA-Compatible" content="IE=edge">


<link rel="stylesheet" href="assets/styles/site.css?rel=1480143632815"> <link rel="stylesheet" href="assets/styles/site.css?rel=1480143897790">


<title>uiGradients - Beautiful colored gradients</title> <title>uiGradients - Beautiful colored gradients</title>
<meta name="description" content="A handpicked collection of beautiful color gradients for designers and developers"> <meta name="description" content="A handpicked collection of beautiful color gradients for designers and developers">
Expand Down Expand Up @@ -274,7 +274,7 @@ <h6 class="popup__heading">


</footer> </footer>


<script type="text/javascript" src="assets/scripts/site.js?rel=1480143632812"></script> <script type="text/javascript" src="assets/scripts/site.js?rel=1480143897785"></script>


</body> </body>


Expand Down
33 changes: 33 additions & 0 deletions gradients.json
Expand Up @@ -775,5 +775,38 @@
{ {
"name": "EasyMed", "name": "EasyMed",
"colors": ["#DCE35B", "#45B649"] "colors": ["#DCE35B", "#45B649"]
},
{
"name": "Rose Colored Lenses",
"colors": ["#E8CBC0", "#636FA4"]
},
{
"name": "What lies Beyond",
"colors": ["#F0F2F0", "#000C40"]
},
{
"name": "Roseanna",
"colors": ["#FFAFBD", "#ffc3a0"]
},
{
"name": "Honey Dew",
"colors": ["#43C6AC", "#F8FFAE"]
},
{
"name": "Under the Lake",
"colors": ["#093028", "#237A57"]
},
{
"name": "The Blue Lagoon",
"colors": ["#43C6AC", "#191654"]
},

{
"name": "Can You Feel The Love Tonight",
"colors": ["#4568DC", "#B06AB3"]
},
{
"name": "Very Blue",
"colors": ["#0575E6", "#021B79"]
} }
] ]

0 comments on commit 00288ca

Please sign in to comment.