diff options
Diffstat (limited to 'views/home.handlebars')
-rwxr-xr-x | views/home.handlebars | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/views/home.handlebars b/views/home.handlebars new file mode 100755 index 0000000..ae1e8c6 --- /dev/null +++ b/views/home.handlebars @@ -0,0 +1,26 @@ +<h1>Organise all the things</h1> + +<p class="lead"> + <strong>gath<span class="text-muted">io</span></strong> is a quick and easy way to make and share events which respects your privacy. +</p> + +<hr> + +<p>You don't need to sign up for an account - we just use your email to send you a secret link you can use to edit or delete your event. Send all your guests the public link, and all your co-hosts the editing link. A week after the event finishes, it's deleted from our servers for ever, and your email goes with it.</p> + +<p>Oh, and events look <em>great</em>:</p> + +<div id="example-event" class="text-center w-100 mt-4 mb-5"> + <img src="images/example-event.jpg" class="img-fluid w-75 mx-auto shadow-lg rounded"> +</div> + +<p>Also, we don't show you ads, don't sell your data, and never send you unnecessary emails.</p> + +<p>But remember: all our events are visible to anyone who knows the link, so probably don't use <strong>gath<span class="text-muted">io</span></strong> to plot your surprise birthday party or revolution. Or whatever, you do you.</p> + +<div class="card border-secondary mt-5 mb-3 mx-auto" style="min-width:300px;max-width:50%;"> + <div class="card-body text-secondary"> + <p>If you find yourself using and enjoying <strong>gath<span class="text-muted">io</span></strong>, consider buying me a coffee. It'll help keep the site running! <i class="far fa-heart"></i></p> + <script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'></script><script type='text/javascript'>kofiwidget2.init('Support Me on Ko-fi', '#46b798', 'Q5Q2O7T5');kofiwidget2.draw();</script> + </div> +</div> |