-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
197 lines (163 loc) · 8.46 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
<!doctype html>
<html lang="en">
<head>
<title>Legacy Wellness Group</title>
<!--fontawesome
checkmark <i class="fas fa-check-circle"></i>
bullseye <i class="fas fa-bullseye"></i>
heart <i class="fas fa-heart"></i> -->
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,900|Ubuntu:400,700&display=swap" rel="stylesheet">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Font Awesome -->
<script src="https://kit.fontawesome.com/e09d4ac963.js" crossorigin="anonymous"></script>
<!-- CSS Styleheet -->
<link rel="stylesheet" href="css/styles.css">
</head>
<!-- <img src="images/logo.png" class="logo img-fluid" id="home"> -->
<!-- Bootstrap navigation -->
<header>
<div>
<nav class="navbar navbar-expand-xl navbar-light ml-auto">
<button class="navbar-toggler " type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation"> <!--ml-auto-->
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ">
<!-- mr-auto -->
<li class="nav-item active">
<a class="nav-link" href="#home">Home <span class="sr-only">(current)</span></a>
</li>
<!-- <li class="nav-item ">
<a class="nav-link" href="#services">Services</a>
</li> -->
<!-- <li> </li> -->
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
</ul>
</div>
</nav>
</div>
</header>
<!--Background image-->
<img src="images/lavender.jpg" alt="Lavender" class="img-fluid bg top" alt="Lavender">
<!--Boostrap Jumbotron-->
<div>
<div class="jumbotron top">
<h1 style> Tajsheena Leggs, MSW, LCSW</h1>
<h1 style="color: white;"><em>LIFE AND WELLNESS COACH</em></h1>
</div>
<!--Services-->
<div class="container-fluid" id="services">
<h1>Hi friend! Welcome to your new beginning! </h1>
<p>Do you ever feel so overwhelmed you don’t know where to start? Have past experiences that are interfering with the progress you’d like to make in your life currently? Frustrated that life just doesn’t seem to be moving in the direction you’d like it to go at the moment? Life happens all over our plans sometimes and that can be a challenge. We get stressed and overwhelmed sometimes, and that’s ok. It’s not all about our experience at the moment, but more so our ability to cope with those experiences and become resilient. Sometimes we have to push ourselves in ways we never would have considered to in order to get through. In those moments, it’s so important for us to have self-compassion and positive coping skills to help us get through. It doesn’t hurt to have some help along that journey either. </p>
</div>
</div>
<!--Image text blocks -->
<!-- <div class="container-fluid leftblocks">
<div class="row">
<div class="col-xl-6 img">
<img src="images/family.jpg" class="img-fluid">
</div>
<div class="col-xl-6 text my-auto">
<h4> Depression</h4>
<p>We offer coaching and online therapy to help you Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra
maecenas accumsan lacus vel facilisis. Lore ipsum dolor sit amet, consectetur adipiscing elit, </p>
</div>
</div>
</div>
<div class="container-fluid rightblocks">
<div class="row">
<div class="col-xl-6 text my-auto">
<h4> Stress Management</h4>
<p>We offer coaching and online therapy to help you Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra
maecenas accumsan lacus vel facilisis. Lore ipsum dolor sit amet, consectetur adipiscing elit, </p>
</div>
<div class=" col-xl-6 img">
<img src="images/woman.jpg" class="img-fluid">
</div>
</div>
</div>
<div class="container-fluid leftblocks">
<div class="row">
<div class="col-xl-6 img">
<img src="images/man.jpg" class="img-fluid">
</div>
<div class="col-xl-6 text my-auto">
<h4> Anxiety</h4>
<p>We offer coaching and online therapy to help you Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida. Risus commodo viverra
maecenas accumsan lacus vel facilisis. Lore ipsum dolor sit amet, consectetur adipiscing elit, </p>
</div>
</div>
</div> -->
<!--end of image block-->
<!--card-->
<!-- <div class="container py-3">
<div class="card">
<div class="row ">
<div class="col-md-4">
<img src="family.jpg" class="w-100">
</div>
<div class="col-lg-8 px-3">
<div class="card-block px-3">
<h4 class="card-title">Lorem ipsum dolor sit amet</h4>
<p class="card-text">Consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. </p>
<p class="card-text">Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>
</div>
</div>
</div>
</div>
</div> -->
<!-- payments -->
<div class="container-fluid" id="payments">
<h3><em><u>Accepting Cash Payments at This Time.</u></em></h3>
</div>
<!--About -->
<div class="jumbotron about" id="about">
<div class="jumbotron about2" id="about2">
<h2>About Me </h2>
<div class="container-fluid" id="abouttext">
<div class="row">
<div class="col-lg-3 img">
<img src="images/taj.jpg" class="about img-fluid">
</div>
<div class="col-lg-9 text">
<p>My name is Tajsheena “Taj” Leggs. I’m a licensed clinical social worker who specializes in anxiety, depression, stress management, and personal development/empowerment and behavior change strategies to help you live the life you desire. Sometimes, we go through things in life that cause us to lose our confidence and sometimes hinder our ability to move forward in the way that we’d like to in life. When those issues arise, we sometimes think it’s just us; it’s usually not. Sometimes we just have to find our way to ourselves again.</p>
</div>
</div>
</div>
</div>
</div>
<!--Footer-->
<div class="footer" id="contact">
<!-- <img src="images/logo.png" class="logo-bottom img-fluid"> -->
<h2>Contact</h2>
<div class="row" id="footer">
<div class="col-lg-4">
<p><em><b>Email:</em></b></p>
<p>[email protected]</p>
</div>
<div class="col-lg-4">
<p><em><b>Mailing Address:</b></em></p>
<p> PO Box 18958 Memphis, TN 38181-0958</p>
</div>
<div class="col-lg-4">
<p><em><b>Phone:</b></em></p>
<p> 901-300-9876</p>
</div>
</div>
</div>
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>