Skip to content

Commit

Permalink
feat (website): re-style page to fit demo image
Browse files Browse the repository at this point in the history
  • Loading branch information
dylan-george-field committed Aug 21, 2023
1 parent 4f81479 commit 87c4ae0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 19 deletions.
9 changes: 9 additions & 0 deletions site/src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
margin: 10px;
}

.Sub-heading {
margin-top: 0;
}

blockquote {
font-size: calc(10px + 1vmin);
padding: 0 20%;
}

footer {
background-color: #282c34;
color: gray;
Expand Down
23 changes: 4 additions & 19 deletions site/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,24 @@ function App() {
<div className="App">
<header className="App-header">
<h1>work from home log</h1>
<p className="Sub-heading">Automatically record your WiFi network hourly</p>
<img
alt="A scrolling animation of the work from home log using microsoft notepad."
src={require("./wfh-log-demo.gif")}
className="App-logo"
/>
<p>
<blockquote>
<a
className="App-link"
href="https://www.ato.gov.au/Media-centre/Media-releases/ATO-announces-changes-to-working-from-home-deductions/"
target="_blank"
rel="noreferrer"
>
"Taxpayers need to keep a record of all the hours worked from home for the entire income year – the Australian Tax Office (ATO) won’t accept estimates, or a 4-week representative diary or similar document under this method from 1 March 2023"
"Taxpayers need to keep a record of all the hours worked from home for the entire income year – the Australian Tax Office (ATO) won’t accept estimates"
</a>
</blockquote>
Automatically record your WiFi network hourly.
<br />
Claim with 100% accuracy.

<br />
Stay compliant.
</p>
<p>
<span>
<a
Expand All @@ -47,23 +43,12 @@ function App() {
</a>
</span>
</p>
<h2>Installation instructions ✅</h2>
<p>
<img
alt="A screenshot of the wfh-log app in the windows taskbar."
src={require("./wfh-log-taskbar.png")}
/>
</p>
<p>Installation instructions ✅</p>
Download the app <br />
Press 'Windows + R' <br />
Type 'shell:startup' and hit OK <br />
Paste the 'wfh-log.exe' into this folder <br />
<p>
<img
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>
</header>
<footer>
Expand Down

0 comments on commit 87c4ae0

Please sign in to comment.