Skip to content

Commit

Permalink
docs: Add placeholder description and screenshot (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbmorley authored Jan 18, 2024
1 parent 8cc3663 commit 3ca3f7f
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
--tint-color: color(display-p3 0.946 0.64 0.263);
--brand-color: color(display-p3 0.946 0.64 0.263);
--body-color: #000000;
--content-width: 800px;
--content-width: 900px;
--vertical-spacing: 1.5em;
}

Expand Down Expand Up @@ -77,3 +77,7 @@ h1 {
text-align: center;
font-size: 3em;
}

img.hero {
max-width: 100%;
}
Binary file added docs/images/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion docs/index.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,12 @@ title: About

# Overview

<p class="tagline">Generate monthly calendar summaries</p>
<p class="tagline">Calendar Summaries</p>

<img class="hero" src="/images/screenshot.png" width="867" />

Overview is a minimal app that gives you an at-a-glance overview of how you spend your time each month by grouping like-named calendar entries.

Select one-or-more calendar and quickly identify tasks that are taking up too much time, and ones might need a little more love.

Combined with all-day calendar entries that record where you are, and work or non-work days, Overview can be a great way to report on how you spend your time for multi-region tax reporting.

0 comments on commit 3ca3f7f

Please sign in to comment.