Skip to content

Commit

Permalink
Add statistics to the features page
Browse files Browse the repository at this point in the history
  • Loading branch information
vnen committed Mar 17, 2015
1 parent e79bf87 commit e7c759d
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
Binary file added public/images/charts.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/statistics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 20 additions & 2 deletions views/info/features.jade
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,10 @@ block preoutside
p Mark projects as finished and/or inactive. Inactive projects will be hidden from the main dashboard.
.row
.col-md-6
h2 See your writing habits
h2 A dashboard with statistics
p You can see a summary of your statistics and know what are the best session length for you.
p Know how much you have written and the period of day you are most productive.
p All that without leaving your main dashboard.
.col-md-6
img.full(src='/images/stats.png' alt='Habits and statistics' title='Habits and statistics')
.row
Expand All @@ -64,6 +65,23 @@ block preoutside
h2 Timer & Chronometer
p A timer and a chronometer so you can track your writing sessions inside the app.
p It fills the form on its own but gives you a chance to review before submitting (you can also edit it later). Now you can focus on your writing!
.row
.col-md-6
h2 Statistics about your writing
p A lot of information about your writing habits condensed in a single page. Things that you didn't know that you wanted to now are now available.
p See your best performance and try to beat it. See also your average and modes and try to change (or keep) them. It's your call!
.col-md-6
img.full(src='/images/statistics.png' alt='Full writing statistics' title='Full writing statistics')
.row
.col-md-6
img.full(src='/images/charts.png' alt='Charts' title='Charts')
.col-md-6
h2 More charts
p A neat way to compare your writing habits. See at one glance if you are a person of the day or like to pass your nights by the keyboard.
p Those are just a peak. There are a few more charts and also some more yet to come! Provide 
a(href='/feedback') some feedback
| if you want to see something else.


.jumbotron.text-center
h2 And more features to come! What are you waiting for?
Expand All @@ -79,4 +97,4 @@ block preoutside
| to look for beta codes and be one of the firsts to try out Writer's Trail.

append styles
link(rel='stylesheet', href='/stylesheets/home.css')
link(rel='stylesheet', href='/stylesheets/home.css')

0 comments on commit e7c759d

Please sign in to comment.