-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
7 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.