summaryrefslogtreecommitdiff
path: root/src/routes/contact
diff options
context:
space:
mode:
authorElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-30 09:38:48 -0700
committerElizabeth Hunt <elizabeth.hunt@simponic.xyz>2024-04-30 09:38:48 -0700
commitbd9fcb53a59b6ad4de0ebb83c0329f312d647b11 (patch)
treef814cb867f0ccb6cb7cc6b0a9ff8882840728bb3 /src/routes/contact
parent115ca3bbf2b3e1ee6f46956ef111981bb04c3bf0 (diff)
downloadmistymountainstherapy-bd9fcb53a59b6ad4de0ebb83c0329f312d647b11.tar.gz
mistymountainstherapy-bd9fcb53a59b6ad4de0ebb83c0329f312d647b11.zip
run prettier and fix bug on safari
Diffstat (limited to 'src/routes/contact')
-rw-r--r--src/routes/contact/index.svelte46
1 files changed, 34 insertions, 12 deletions
diff --git a/src/routes/contact/index.svelte b/src/routes/contact/index.svelte
index eaa1fea..f4439a1 100644
--- a/src/routes/contact/index.svelte
+++ b/src/routes/contact/index.svelte
@@ -69,9 +69,9 @@
</script>
<main>
- <h1 class="text-center">Get in touch</h1>
+ <h1 class="text-center">Get in touch.</h1>
<div class="d-flex justify-content-center flex-row row">
- <div class="border shadow bg-light py-2 col-lg-2 d-flex align-items-center flex-column m-2">
+ <div class="border shadow bg-light py-2 col-lg-3 d-flex align-items-center flex-column m-2">
<h1><i class="bi bi-map-fill"></i></h1>
<p style="hyphens: auto;">
<a href="https://maps.app.goo.gl/s1AFqfKvUKgXDCrq5">534 Trejo Street
@@ -84,25 +84,35 @@
</a>
</p>
</div>
- <div class="border shadow bg-light py-2 col-lg-2 d-flex align-items-center flex-column m-2">
+ <div class="border shadow bg-light py-2 col-lg-3 d-flex align-items-center flex-column m-2">
<div><h1><i class="bi bi-phone-fill"></i></h1></div>
<p style="hyphens: auto;">
- For scheduling and other: <a href="tel:12084994517">(208) 499 - 4517</a>
+ Scheduling and Other
+ <br>
+ <a href="tel:12084994517">(208) 499 - 4517</a>
</p>
</div>
- <div class="border shadow bg-light py-2 col-lg-2 d-flex align-items-center flex-column m-2">
+ <div class="border shadow bg-light py-2 col-lg-3 d-flex align-items-center flex-column m-2" style="word-break: break-all;">
<h1><i class="bi bi-envelope-fill"></i></h1>
- <p style="hyphens: auto;">
- For billing: <a href="mailto:billing@mistymountainstherapy.com">billing@mistymountainstherapy.com</a>
- <br>
- For other questions: <a href="mailto:jeffer@mistymountainsthreapy.com">jeffer@mistymountainstherapy.com</a>
- </p>
+ <div>
+ <p style="hyphens: auto;">
+ Billing
+ <br>
+ <a href="mailto:billing@mistymountainstherapy.com">billing@mistymountainstherapy.com</a>
+ </p>
+ <p style="hyphens: auto;">
+ Inqueries
+ <br>
+ <a href="mailto:contact@mistymountainsthreapy.com">contact@mistymountainstherapy.com</a>
+ </p>
+ <div><em>note: please watch spam for replies</em></div>
+ </div>
</div>
</div>
<br>
<hr>
- <h3>Or send us a message</h3>
<form class="bg-light border shadow p-4" on:submit|preventDefault={handleSubmit}>
+ <h2>Or send us a message.</h2>
<div class="row mb-2">
<div class="form-group col-md-6">
<label for="email">Email *</label>
@@ -130,7 +140,19 @@
/>
</div>
<button type="submit" class="btn btn-primary">Submit</button>
+ <div class="my-2"><em>note: please watch spam for any replies</em></div>
</form>
<br>
-</main>
+ <div class="bg-light border shadow p-4">
+ <div class="d-flex justify-content-center">
+ <div class="col-md-8 mt-2">
+ <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">(800)273-TALK</a> (8255), or text HELLO to 741-741.
+ </div>
+ </div>
+ </div>
+ </div>
+</main>