hero banner, bump versions
This commit is contained in:
parent
01b001fead
commit
69974a0480
|
@ -1,8 +1,8 @@
|
|||
*Existing users: The url mapping has been preserved from the original app, we are just using a different domain. If you'd like to use the previous version(s), grab the tags `v1`, `v2`.*
|
||||
|
||||
#burnchart
|
||||
#[burnchart](http://burnchart.io)
|
||||
|
||||
GitHub Burndown Chart as a service. Answers the question "are my projects on track"?
|
||||
GitHub Burndown Chart as a Service. Answers the question "are my projects on track"?
|
||||
|
||||
![Build Status](http://img.shields.io/codeship/31951cd0-42c7-0132-d601-5ea438edf284.svg?style=flat)
|
||||
[![Coverage](http://img.shields.io/coveralls/radekstepan/burnchart/master.svg?style=flat)](<https://coveralls.io/r/radekstepan/burnchart>)
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
"grunt": "~0.4.5",
|
||||
"grunt-mkdir": "~0.1.2",
|
||||
"grunt-contrib-clean": "~0.6.0",
|
||||
"grunt-contrib-stylus": "~0.9.0",
|
||||
"grunt-contrib-stylus": "~0.20.0",
|
||||
"grunt-contrib-concat": "~0.5.0",
|
||||
"grunt-contrib-uglify": "~0.6.0",
|
||||
"grunt-contrib-cssmin": "~0.10.0",
|
||||
|
@ -49,7 +49,7 @@
|
|||
"grunt-gh-pages": "~0.9.1",
|
||||
"coffeeify": "~0.7.0L",
|
||||
"ractivate": "~0.2.0",
|
||||
"browserify": "~6.1.0",
|
||||
"browserify": "~6.2.0",
|
||||
"watchify": "~2.1.0",
|
||||
"node-static": "~0.7.6",
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 118 KiB |
Binary file not shown.
Before Width: | Height: | Size: 166 KiB |
Binary file not shown.
Before Width: | Height: | Size: 275 KiB |
Binary file not shown.
Before Width: | Height: | Size: 21 KiB |
Binary file not shown.
Before Width: | Height: | Size: 21 KiB |
|
@ -200,7 +200,7 @@ ul
|
|||
margin-bottom: 40px
|
||||
|
||||
#hero
|
||||
background: url('../img/hires/2.jpg') center
|
||||
background: url('../img/highway.jpg') center
|
||||
background-size: cover
|
||||
border-radius: 2px
|
||||
margin-bottom: 30px
|
||||
|
|
|
@ -2,10 +2,10 @@
|
|||
<div class="content">
|
||||
<Icons icon="address"/>
|
||||
<h2>See your project progress</h2>
|
||||
<p>Not sure where to start? Just add a demo repo to see a chart. There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour, or randomised words which don't look even slightly believable.</p>
|
||||
<p>Not sure where to start? Add your own project or load some example ones. You will see a burndown chart per milestone showing you progress through time as you close issues.</p>
|
||||
<div class="cta">
|
||||
<a href="#new/project" class="primary"><Icons icon="plus-circled"/> Add your project</a>
|
||||
<a href="#" class="secondary">Read the Guide</a>
|
||||
<a href="#new/project" class="primary"><Icons icon="plus-circled"/> Add your Project</a>
|
||||
<a href="#demo" class="secondary"><Icons icon="download-cloud"/> Demo Projects</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
Loading…
Reference in New Issue