Add about section and rearrange home page
This commit is contained in:
parent
d940ecb970
commit
83161dc7e0
|
@ -19,7 +19,7 @@ export default class Home extends React.Component {
|
||||||
</div>
|
</div>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="six columns">
|
<div className="six columns">
|
||||||
<p><code>$ make all; notica Code is done compiling!</code></p>
|
<p><code>$ long-running-command; notica Finished!</code></p>
|
||||||
<p>
|
<p>
|
||||||
This will wait until the first command completes before running Notica. That way you can go do other things while your long task runs. Then you will recieve a notification.
|
This will wait until the first command completes before running Notica. That way you can go do other things while your long task runs. Then you will recieve a notification.
|
||||||
</p>
|
</p>
|
||||||
|
@ -30,6 +30,15 @@ export default class Home extends React.Component {
|
||||||
</div>
|
</div>
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<div className="twelve columns">
|
<div className="twelve columns">
|
||||||
|
<h4>Quick Setup</h4>
|
||||||
|
<p>
|
||||||
|
Run this command: <br />
|
||||||
|
<code>
|
||||||
|
$ echo 'notica() { curl --data "d:$*" https://notica.us/{id}; }' >> ~/.bashrc && source ~/.bashrc
|
||||||
|
</code>
|
||||||
|
</p>
|
||||||
|
<p>Go to this link to receive your notifications (bookmark it since it's yours): <Link to={'/' + id}>https://notica.us/{id}</Link></p>
|
||||||
|
|
||||||
<h4>Setup</h4>
|
<h4>Setup</h4>
|
||||||
<p>Curl is required to use Notica.</p>
|
<p>Curl is required to use Notica.</p>
|
||||||
<p>
|
<p>
|
||||||
|
@ -47,14 +56,16 @@ export default class Home extends React.Component {
|
||||||
<Link to={'/' + id}>https://notica.us/{id}</Link>
|
<Link to={'/' + id}>https://notica.us/{id}</Link>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<h4>Quick Setup</h4>
|
<h4>About</h4>
|
||||||
<p>
|
<p>
|
||||||
Run this command: <br />
|
Notica was written by <a href="http://tannercollin.com" target="_blank">Tanner Collin</a> after he got tired of checking if his commands were done running.
|
||||||
<code>
|
</p>
|
||||||
$ echo 'notica() { curl --data "d:$*" https://notica.us/{id}; }' >> ~/.bashrc && source ~/.bashrc
|
<p>
|
||||||
</code>
|
Notica <strike>is</strike> <i>will be, once it's done,</i> free and open-source software: <a href="https://github.com/tannercollin/Notica" target="_blank">https://github.com/tannercollin/Notica</a>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
Thanks to exdevlin for thinking of the name. Thanks to all the devs behind Node.js, React, webpack, and socket.io.
|
||||||
</p>
|
</p>
|
||||||
<p>Go to this link to receive your notifications (bookmark it since it's yours): <Link to={'/' + id}>https://notica.us/{id}</Link></p>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user