summaryrefslogtreecommitdiff
path: root/src/routes/index.svelte
blob: 51b52144b5eee1d5faae9c99fb6592d16d56a3a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<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>