diff options
-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> |