Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
joshfng committed Sep 8, 2024
1 parent 7753a8a commit fb84ee1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,5 @@ Detonate encrypts and stores valuable information and checks in at a configurabl

[^1]: [https://en.wikipedia.org/wiki/Dead_man%27s_switch](https://en.wikipedia.org/wiki/Dead_man%27s_switch)
[^2]: [https://en.wikipedia.org/wiki/Dead_man%27s_switch#Software](https://en.wikipedia.org/wiki/Dead_man%27s_switch#Software)

![homepage](img/homepage.png)
15 changes: 5 additions & 10 deletions app/views/home/index.html.erb
Original file line number Diff line number Diff line change
@@ -1,26 +1,21 @@
<div class="jumbotron">
<div class="container">
<h1 class="display-3">Detonate</h1>
<p>Detonate is a <a href="https://en.wikipedia.org/wiki/Dead_man%27s_switch#Software" target="_blank">Software Dead Man's Switch</a>. We'll send you heartbeat attempts to make sure you're ok, and if not, we will email your stored information to the address of your choice. You can configure how often we should check in with you, and how many missed heartbeats it takes to release your stored information. All data is stored encrypted at rest and is only ever visible to you and the address you send it to.</p>

<!-- <p>This service is offered for free in the hope that others can find value in it. If you're in journalism, or any field where your life may be at risk due to the information you know, this service helps to provide insurance that others know too, should the worst happen.</p>
<p style="display: inline-block">
<a class="btn btn-primary btn-lg" href="/users/sign_up" role="button">Sign Up ✅</a>
</p> -->
<p>Detonate is a <a href="https://en.wikipedia.org/wiki/Dead_man%27s_switch#Software" target="_blank">software dead man's switch</a>designed to activate if an operator becomes unresponsive.</p>
</div>
</div>

<div class="row center">
<div class="col-lg-4">
<h3>Create A "Switch"</h3>
<p>A switch is a set of data you want saved, and some settings to configure how often we should send heartbeat attempts, and how many should be missed before we consider you "dead".</p>
<p>A switch is a set of data you want saved. You configure settings to specify how often you should be sent heartbeats and how many should be missed before you are considered unresponsive.</p>
</div>
<div class="col-lg-4">
<h3>We Send "Heartbeats"</h3>
<p>At your chosen interval we'll send you an email with a link. Clicking the link lets us know you're alive and well. You can configure how often these should come, and how many need to be missed.</p>
<h3>Receive "Heartbeats"</h3>
<p>At your chosen interval you're sent an email with a link. Clicking the link considers you responsive. You configure how often these should be sent and how many need to be missed.</p>
</div>
<div class="col-lg-4">
<h3>Detonate Your Switch</h3>
<p>If too many of your heartbeat attempts are missed, we email the information you've stored with us to the email address you've configured. We never see the data you stored.</p>
<p>If too many of your heartbeat attempts are missed, the switch's information that's stored in Detonate is sent to the email addresses you've configured. Swtich data is encrypted and only accessible to you.</p>
</div>
</div>
Binary file added img/homepage.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 fb84ee1

Please sign in to comment.