-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcoaching.html
126 lines (119 loc) · 5.47 KB
/
coaching.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
<!DOCTYPE HTML>
<html>
<head>
<title>advoKate Coaching</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="assets/css/main.css" />
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<nav id="nav">
<ul>
<li class="current"><a href="index.html">Home</a></li>
<li>
<a href="#" class="dropdown">Menu</a>
<ul>
<li><a href="/coaching.html">Longevity Coaching</a></li>
<li><a href="/consulting.html">Operational Longevity Consulting</a></li>
<li><a href="/team.html">Our Team</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<!-- One -->
<div id="main">
<div class="wrapper">
<div class="inner">
<header class="major">
<h1>advokate Coaching</h1>
<p>advoKate serves both individuals and organizations in reaching towards their goals</p>
</header>
<div class="image main">
<img src="images/personalCoaching.jpg" alt="" />
</div>
<div>
<h2>Longevity Coaching</h2>
<p>The Method Perspective is person – centered: you are the main event. All the details of your life to this point matter, and we are here to listen to your story and create solutions for your specific needs and desires. This could be losing 50 pounds, lowering blood pressure, wanting to crawl around with grandkids, looking to hire the right care giver, or navigating the world of senior housing. Our coaches are trained across gerontology with multiple areas of expertise to help advoKate for you in this moment of life. </p>
<p><b>Below are the primary areas in which we focus with our individuals clients. We know, however, that life isn't seperable into distinct domains, and we truly work to make our coaching holisic in its approach.</b></p>
<ul class="alt">
<li>
<h3>Wellness: Multidimensional Fitness, Nourishment, and Mindfulness</h3>
<p>We use a model incorporating 10 domains of wellness to optimize fitness, nutrition, strength training, mindset management, spiritual fulfillment, environmental health, financial independence, and so much more… Wellness is not just part of our model: it’s the umbrella that sits over a well-lived life.</p>
</li>
<li>
<h3>Social Engagement: Connection, Community, Enrichment</h3>
<p>Social connection is foundational to health! So are activities and challenges that engage and inspire the mind, body, and soul. More focus in this area produces tangible longevity results. Whether it’s scripted dinner conversations, trips to Baja, wellness retreats, or bucket-list “should’s” - we’re all guilty of waiting for the right time. The right time is created with a little extra support identifying priorities in tandem with a lifespan lens. </p>
</li>
<li>
<h3>Environment: Health Design and Home Modifications</h3>
<p>Home is where the heart - health is! Environment dictates success. Working together, much can be done to optimize home spaces to prioritize the happenings of community, healthy habits, and ability-friendly, inclusive layouts. Nine out of Ten Americans want to age at home: our mission is to help accomplish this goal with foresight and beautiful, brilliant design. </p>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div id="footer">
<div class="wrapper style2">
<div class="inner">
<header class="major">
<h2>Get in Touch</h2>
<p>If you're ready to start your journey towards healthful longevity, have specific questions not answered on the site, or simply want to learn more about a specific topic, reach out to us using the contact information below. We're looking forward to hearing from you!</p>
</header>
<div class="content footer-content">
<!-- <div class="form">
<form method="post" action="#">
<div class="fields">
<div class="field half">
<input name="name" id="name" placeholder="Name" type="text" />
</div>
<div class="field half">
<input name="email" id="email" placeholder="Email" type="email" />
</div>
<div class="field">
<textarea name="message" id="message" rows="6" placeholder="Message"></textarea>
</div>
</div>
<ul class="actions special">
<li><input type="button" class="button" value="Send Message" /></li>
</ul>
</form>
</div> -->
<ul class="icons">
<li>
<span class="icon solid fa-envelope"></span>
<div>
<strong>Email</strong>
<a href="mailto:AdvoKatelongevity@gmail.com">AdvoKatelongevity@gmail.com</a>
</div>
</li>
<li>
<span class="icon solid fa-phone"></span>
<div>
<strong>Phone</strong>
914-525-7860
</div>
</li>
</ul>
</div>
</div>
<div class="copyright">
© advoKate Longevity. All rights reserved.
</div>
</div>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/jquery.dropotron.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>