diff --git a/src/__layout.svelte b/src/__layout.svelte deleted file mode 100644 index e69de29..0000000 diff --git a/src/app.html b/src/app.html index 1697bd0..f6420c2 100644 --- a/src/app.html +++ b/src/app.html @@ -14,7 +14,7 @@ %svelte.head% - + %svelte.body% diff --git a/src/components/Footer.svelte b/src/components/Footer.svelte index 91c50a1..f99dc43 100644 --- a/src/components/Footer.svelte +++ b/src/components/Footer.svelte @@ -37,6 +37,8 @@
Copyright © 2022 Misty Mountains Therapy +
+ High quality therapy services for the Rexburg area.
diff --git a/src/components/NavBar.svelte b/src/components/NavBar.svelte index af0cf67..a817c3e 100644 --- a/src/components/NavBar.svelte +++ b/src/components/NavBar.svelte @@ -7,7 +7,7 @@ - \ No newline at end of file + diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 51b5214..199014a 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -1,24 +1,35 @@ -
-
- mountains +
+
+ mountains
-
-

Helping you conquer mount doom

+
+

Helping you conquer Mount Doom

+

FREE 15 Minute Consultation

-
- -
-
-

Darkness must pass, a new day will come, and when the sun shines, it will shine out the clearer.

-
- - Samwise Gamgee +
+
+
+

Darkness must pass, a new day will come, and when the sun shines, it will shine out the clearer.

+
+ - Samwise Gamgee +
+
+

+ Misty Mountains Therapy is a privately owned, high quality, specialty therapy clinic, founded in January 2020 by Jefferson Hunt. We are dedicated to providing comprehensive therapy evaluation and treatment services to children and adults for a wide variety of disorders in the most efficient and effective manner possible in the Rexburg area. We believe that therapy should be fun, engaging, and most importantly, useful to our clients. +

+

+ We are currently accepting new clients and offer a variety of services to help you live the life you desire. To find the right fit for you, schedule a free 15-minute consultation. +

-
-
- 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 1(800)273-TALK (8255), or text HELLO to 741-741. +
+ +
+
+
+ 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 (800)273-TALK (8255), or text HELLO to 741-741. +
- diff --git a/src/routes/team/PersonBio.svelte b/src/routes/team/PersonBio.svelte deleted file mode 100644 index 437f57b..0000000 --- a/src/routes/team/PersonBio.svelte +++ /dev/null @@ -1,20 +0,0 @@ - - -
- {#if showMore} -

{bio}

- - {:else} -

{bio.substr(0, bio.lastIndexOf(' ', 150)) + '...'}

- - {/if} -
- - \ No newline at end of file diff --git a/src/routes/team/PersonCard.svelte b/src/routes/team/PersonCard.svelte index 3859179..1b11193 100644 --- a/src/routes/team/PersonCard.svelte +++ b/src/routes/team/PersonCard.svelte @@ -1,26 +1,36 @@
-
- {#if direction == 'right'} -
- {person.name} + {#if direction == 'right'} +
+
+ {person.name}
-
- +
+

{person.name}, {person.position}

+

{person.bio}

+

{person.email}

- {:else} -
- +
+ {:else} +
+
+

{person.name}, {person.position}

+

{person.bio}

+

{person.email}

-
- {person.name} +
+ {person.name}
- {/if} -
-
\ No newline at end of file +
+ {/if} + + +