-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconsulting.html
114 lines (106 loc) · 4.15 KB
/
consulting.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
<!DOCTYPE HTML>
<html>
<head>
<title>advoKate Consulting</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 Consulting</h1>
<p>advoKate serves both individuals and organizations in reaching towards their goals</p>
</header>
<div class="image main">
<img src="images/businessConsulting.jpg" alt="" />
</div>
<div>
<h2>Age- Friendly and Inclusive Business Consulting </h2>
<p>It’s no secret that post-pandemic workplaces are different than ever before. Accommodating for an age diverse workplace requires different considerations for safety, agism, health policies and inclusion. Additionally, studies show that companies who prioritize the well-being of their employees have higher levels of productivity and lower costs associated with health-related losses. AdvoKate Longevity consultants can help your company navigate this new terrain, improve health outcomes, lower healthcare costs, and prevent liabilities. </p>
<br>
<p>AdvoKate Longevity helps senior providers serve the interests of their residents, staff, and communities to lead healthy and engaged meaningful lives in optimized environments, through a variety of specialized program offerings. Contact us so that we can learn more about how we may support you in this transitional market.</p>
</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>