Skip to content

Commit

Permalink
add taskbar icon screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-george-field committed Jul 19, 2023
1 parent 791a27d commit 0d15500
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions site/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,23 @@ function App() {
<header className="App-header">
<h1>The work from home logbook app</h1>
<img
alt="An animation showing how to set your home network in the work from home log book app"
alt="An animation showing how to set your home network in the work from home log book app."
className="App-logo"
src={require("./wfh-log-animation.gif")}
/>
<p>
Automatically log your work from home hours by tracking your wifi network. Great for tax auditing for the
Australian Tax Office (ATO) or keeping hours for yourself or your boss!
Australian Tax Office (ATO) or keeping hours for workplace!
</p>
<p>
<span>
<a
className="App-link"
href="https://github.com/dylan-george-field/work-from-home-logger/releases/latest/download/wfh-log.exe"
target="_blank"
rel="noopener noreferrer"
id="download">
Download (Windows only)
Download 🪟
</a>
|
<a
Expand All @@ -32,10 +33,17 @@ function App() {
Wiki
</a>
</span>
<p>Place the wfh-log.exe in your startup folder.</p>
</p>
<p>
<img
alt="A screenshot of the wfh-log app in the windows taskbar."
src={require("./wfh-log-taskbar.png")}
/>
</p>
<p>Place the wfh-log.exe in your startup folder 😉</p>
<p>
<img
alt="A scrolling animation of the work from home log using microsoft notepad"
alt="A scrolling animation of the work from home log using microsoft notepad."
src={require("./wfh-log-notepad.gif")}
className="App-logo"
/>
Expand Down
Binary file added site/src/wfh-log-taskbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0d15500

Please sign in to comment.