-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
256 lines (201 loc) · 10.2 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
<!DOCTYPE html>
<html>
<head>
<title>Hope + Healing + Happiness</title>
<!--Background lake image Image by <a href="https://pixabay.com/users/Atlantios-4957810/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=2845930">Antonios Ntoumas</a> from <a href="https://pixabay.com/?utm_source=link-attribution&utm_medium=referral&utm_campaign=image&utm_content=2845930">Pixabay</a>-->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="HandheldFriendly" content="true">
<meta property='og:title' content='Hope Healing Happiness Life Solutions'/>
<meta property='og:image' content='ls.PNG'/>
<meta property='og:description' content='GitHub Pages'/>
<meta property='og:url' content='https://von-amari.github.io/lifesolutions/'/>
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<!--Google Fonts-->
<link href="https://fonts.googleapis.com/css?family=Bebas+Neue|Bilbo|Raleway:400,800&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/e09d4ac963.js" crossorigin="anonymous"></script>
<!--CSS style sheet-->
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<!--Bootstrap Navigation Bar -->
<header>
<!-- <img id="logo" class="img-fluid" src="images/logo.png" width="300" height="80"> -->
<div id="navbar" class=" navbar navbar-expand-lg navbar-light navbar-toggleable-lg" data-toggle="collapse" data-target="#navbarSupportedContent">
<a class="navbar-brand" href="index.html">
<img id="logo" src="images/logo.png" width="300" height="80" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mx-auto">
<li class="nav-item active"><a href="index.html" class="text-muted">Home</a></li>
<li class="nav-item "><a href="about.html" class="text-muted">Your Therapist </a></li>
<li class="nav-item "><a href="services.html" class="text-muted">Services</a></li>
<li class="nav-item "><a href="contact.html" class="text-muted">Connect</a></li>
<li class="nav-item "><a href="https://www.therapyportal.com/p/hopehealing1976/" class="text-muted">Client Portal</a></li>
<li class="nav-item "><a href="#" class="text-muted">Forms</a></li>
</ul>
</div>
</div>
</nav>
</header>
<!--Background image-->
<img src="images/lake.jpg" class= "img-fluid bg top" alt="Lake image">
<!--Bootstrap Jumbotron-->
<div class="jumbotron home">
<h1 class="">Start Your Journey Today.</h1>
<a class="btn btn-lg" href="contact.html" role="button">Schedule An Appointment</a>
</div>
<!--Body Content-->
<div id="top" class="container-fluid home" >
<h2>Allow Us to Partner With You.</h2>
<p>We at Life Solutions believe in
HEALING PARTNERSHIPS rather than the traditional
therapist/client relationship. Through building trust,
respect, honest dialogue (real talk) and compassionate
inquiry, together, we discover where you really are.</p>
</div>
<div class="container">
<!--Bootstrap Carousel-->
<div id="carouselExampleSlidesOnly" class="carousel slide" data-ride="carousel" data-interval="4000" data-pause="hover">
<div class="carousel-inner ">
<div class="carousel-item active">
<img src="images/couple-1200.jpg" class="d-block w-75 mx-auto" alt="...">
</div>
<div class="carousel-item">
<img src="images/woman-flowers.jpg" class="d-block w-75 mx-auto" alt="...">
</div>
<div class="carousel-item">
<img src="images/mom.jpg" class="d-block w-75 mx-auto" alt="...">
</div>
<div class="carousel-item">
<img src="images/men-1200.jpg" class="d-block w-75 mx-auto" alt="...">
</div>
<div class="carousel-item">
<img src="images/woman2-1000.jpg" class="d-block w-75 mx-auto" alt="...">
</div>
<div class="carousel-item">
<img src="images/man1-1200.jpg" class="d-block w-75 mx-auto" alt="...">
</div>
<div class="carousel-item">
<img src="images/hands-1200.jpg" class="d-block w-75 mx-auto" alt="...">
</div>
<div class="carousel-item">
<img src="images/man22.jpg" class="d-block w-75 mx-auto" alt="...">
</div>
<div class="carousel-item">
<img src="images/family-1200.jpg" class="d-block w-75 mx-auto" alt="...">
</div>
<div class="carousel-item">
<img src="images/man3-1000.jpg" class="d-block w-75 mx-auto" alt="...">
</div>
<div class="carousel-item">
<img src="images/woman1-1000.jpg" class="d-block w-75 mx-auto" alt="...">
</div>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-12">
<h2>Life Solutions Can Help You Find Your Way Back.</h2>
</div>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-lg-4 home">
<h3>Individuals</h3>
<p>Do you remember the moment you lost yourself?
Life has the sneakiest way of hijacking our thoughts, hopes,
dreams, and best intentions. Coupled with our experiences, these
things make us who we are.</p>
</div>
<div class="col-lg-4 home">
<h3>Couples</h3>
<p>Do you remember the moment you lost yourself?
Life has the sneakiest way of hijacking our thoughts, hopes,
dreams, and best intentions. Coupled with our experiences, these
things make us who we are.</p>
</div>
<div class="col-lg-4 home">
<h3>Family</h3>
<p>Do you remember the moment you lost yourself?
Life has the sneakiest way of hijacking our thoughts, hopes,
dreams, and best intentions. Coupled with our experiences, these
things make us who we are.</p>
</div>
</div>
</div>
<!-- Bottom Image -->
<img class="bottom-img-bison" src="images/bison.jpg" class="img-fluid bg" alt="Lake image">
<div class="container-fluid home" id="bottom">
<p>Once we discover where you are, we begin the therapeutic process of coaching you to where you envision</p>
<p>your wellness, </p>
<p>your career, </p>
<p>your relationships,</p>
<h2>your happiness.</h2>
</div>
<!-- footer <!-- mt-auto -->
<footer class="footer mx-auto py-3">
<div class="container">
<span class="text-muted"> <a href="https://www.psychologytoday.com/us/therapists/hope-healing-happiness-life-solutions-wjules-greenville-sc/426532"><img src="images/today.png" class="psychology-today img-footer" alt="Psychology Today Verified"></a>
<i class="fab fa-twitter fa-5x img-footer"></i>
<i class="fab fa-instagram fa-5x img-footer"></i>
<div class="row">
<div class="col-md-4">
<p>100 Orchard Park #26141 Greenville, SC 29616</p>
</div>
<div class="col-md-4">
<p>864-412-0895</p>
</div>
<div class="col-md-4">
<p>© 2020 Life Solutions. Website by Yvonne King</p></span>
</div>
</div>
</div>
</footer>
<script>
// When the user scrolls down 80px from the top of the document, resize the navbar's padding and the logo's font size
// if (document.documentElement.clientWidth > 900) {
// scripts
window.onscroll = function() {scrollFunction()};
function scrollFunction() {
if (document.body.scrollTop > 50 || document.documentElement.scrollTop > 50) {
document.getElementById("navbar").style.padding="0";
document.getElementById("navbar").style.margin="0 auto";
document.getElementById("navbar").style.display="block";
document.getElementById("logo").style.display = "none";
} else {
document.getElementById("navbar").style.padding = "0px 0px 0px 0";
document.getElementById("logo").style.display = "inline";
}
}
/*Add your javascript for screens wider than or equal to 768 here*/
// // When the user scrolls the page, execute myFunction
// window.onscroll = function() {myFunction()};
// // Get the header
// var header = document.getElementById("header");
// // Get the offset position of the navbar
// var sticky = header.offsetTop;
// // Add the sticky class to the header when you reach its scroll position. Remove "sticky" when you leave the scroll position
// function myFunction() {
// if (window.pageYOffset > sticky) {
// navbar.classList.add("sticky");
// } else {
// navbar.classList.remove("sticky");
// }
// }
</script>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
</body>
</html>