diff options
Diffstat (limited to 'src/routes/index.svelte')
| -rw-r--r-- | src/routes/index.svelte | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte index f9234a1..51b5214 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,3 +1,24 @@ -<h1> - HELLO -</h1>
\ No newline at end of file +<div class="row align-items-center"> + <div class="col-md-8"> + <img src="https://ztxoywaazhxdeiftmsiy.supabase.co/storage/v1/object/public/mistymountains/mountains.png" alt="mountains" class="img-fluid rounded"> + </div> + <div class="col-md-4"> + <h2>Helping you conquer mount doom</h2> + </div> +</div> + +<hr> + +<div class="d-flex justify-content-center"> + <div class="col-md-8"> + <h3>Darkness must pass, a new day will come, and when the sun shines, it will shine out the clearer.</h3> + <div class="d-flex justify-content-end"> + - Samwise Gamgee + </div> + <br> + <div> + We do not have a crisis line. If you or someone you know is in danger please call 911, visit your nearest emergency room, call the National Suicide Prevention Lifeline for free crisis counseling at <a href="tel:18002738255">1(800)273-TALK (8255)</a>, or text HELLO to 741-741. + </div> + </div> +</div> + |
