diff options
author | lowercasename <raphaelkabo@gmail.com> | 2019-08-03 15:11:34 +0100 |
---|---|---|
committer | lowercasename <raphaelkabo@gmail.com> | 2019-08-03 15:11:34 +0100 |
commit | da3ecf3e5f67a51c989a0d0319051047ce57f581 (patch) | |
tree | 0a1d4bfaf0173b079aefdf0feb80a8a123bc8e33 | |
parent | a8fa61379b96f2179887c43d6aa870fdaba35a3c (diff) |
Changed up demo image
-rwxr-xr-x | public/images/example-event.jpg | bin | 476156 -> 0 bytes | |||
-rw-r--r-- | public/images/example-event.png | bin | 0 -> 777218 bytes | |||
-rwxr-xr-x | views/home.handlebars | 4 |
3 files changed, 1 insertions, 3 deletions
diff --git a/public/images/example-event.jpg b/public/images/example-event.jpg Binary files differdeleted file mode 100755 index b87ebb9..0000000 --- a/public/images/example-event.jpg +++ /dev/null diff --git a/public/images/example-event.png b/public/images/example-event.png Binary files differnew file mode 100644 index 0000000..a4d1318 --- /dev/null +++ b/public/images/example-event.png diff --git a/views/home.handlebars b/views/home.handlebars index ae1e8c6..c1a610f 100755 --- a/views/home.handlebars +++ b/views/home.handlebars @@ -8,10 +8,8 @@ <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"> + <img src="images/example-event.png" 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> |