Skip to content

Commit

Permalink
Added new gradients
Browse files Browse the repository at this point in the history
  • Loading branch information
ghosh committed Jan 16, 2017
1 parent d2431bd commit a313940
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/assets/scripts/site.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions build/gradients.json
@@ -1,4 +1,8 @@
[
{
"name": "Sea Blue",
"colors": ["#2b5876", "#4e4376"]
},
{
"name": "Nimvelo",
"colors": ["#314755", "#26a0da"]
Expand Down Expand Up @@ -824,5 +828,9 @@
{
"name": "Pacific Dream",
"colors": ["#34e89e", "#0f3443"]
},
{
"name": "Learning and Leading",
"colors": ["#F7971E", "#FFD200"]
}
]
4 changes: 2 additions & 2 deletions build/index.html
Expand Up @@ -18,7 +18,7 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">

<link rel="stylesheet" href="assets/styles/site.css?rel=1482391230184">
<link rel="stylesheet" href="assets/styles/site.css?rel=1484565093605">

<title>uiGradients - Beautiful colored gradients</title>
<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>

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

</body>

Expand Down

0 comments on commit a313940

Please sign in to comment.