Icons and home page copy update

This commit is contained in:
Nicholas Zuber 2018-11-09 01:09:06 -05:00
parent 6015da6010
commit 35bc45c3a3
5 changed files with 12 additions and 6 deletions

BIN
.github/template.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -52,6 +52,8 @@ import cloudOff from './svg/cloudoff.svg';
import tag from './svg/tag.svg';
import tagWhite from './svg/tag-white.svg';
import sync from './svg/sync.svg';
import noPhone from './svg/nophone.svg';
import noMusic from './svg/nomusic.svg';
import issue_closed from './svg/github/issue-closed.svg';
import issue_open from './svg/github/issue-open.svg';
@ -131,6 +133,8 @@ Icon.CloudOffWhite = createIcon(cloudOff);
Icon.Tag = createIcon(tag);
Icon.TagWhite = createIcon(tagWhite);
Icon.Sync = createIcon(sync);
Icon.NoPhone = createIcon(noPhone);
Icon.NoMusic = createIcon(noMusic);
Icon.IssueClosed = createIcon(issue_closed);
Icon.IssueOpen = createIcon(issue_open);

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="none" d="M0 0h24v24H0z"/><path fill="#fff" d="M4.27 3L3 4.27l9 9v.28c-.59-.34-1.27-.55-2-.55-2.21 0-4 1.79-4 4s1.79 4 4 4 4-1.79 4-4v-1.73L19.73 21 21 19.73 4.27 3zM14 7h4V3h-6v5.18l2 2z"/></svg>

After

Width:  |  Height:  |  Size: 291 B

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#fff" d="M2.76 2.49L1.49 3.76 5 7.27V21c0 1.1.9 2 2 2h10c1.02 0 1.85-.77 1.98-1.75l1.72 1.72 1.27-1.27L2.76 2.49zM7 19V9.27L16.73 19H7zM17 5v9.17l2 2V3c0-1.1-.9-2-2-2H7c-.85 0-1.58.54-1.87 1.3L7.83 5H17z"/><path fill="none" d="M0 0h24v24H0z"/></svg>

After

Width:  |  Height:  |  Size: 345 B

View File

@ -542,18 +542,18 @@ export default function Scene ({loggedIn, onLogout, ...props}) {
}} />
<Item style={{flex: '0 0 2.5%', padding: 0}} />
<Item id="item-text">
<h2>Your privacy matters, so<br />we keep things offline.</h2>
<h2>Your time matters, so<br />we keep things simple.</h2>
<ItemText>
<Icon.CloudOffWhite />
<p>a</p>
<p>All of the information we use to make your notifications more useful is kept offline and kept on your own computer.</p>
</ItemText>
<ItemText>
<Icon.CloudOffWhite />
<p>a</p>
<Icon.NoPhone />
<p>Simply sign in and start working no complicated or intrusive set up needed.</p>
</ItemText>
<ItemText>
<Icon.CloudOffWhite />
<p>a</p>
<Icon.NoMusic />
<p>No distractions we only show you updates on things that matter to you.</p>
</ItemText>
</Item>
<Item>