-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbenefits.html
executable file
·197 lines (184 loc) · 8.11 KB
/
benefits.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 PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Carer and Health mobile communication software</title>
<meta name="viewport" content="initial-scale = 1.0, maximum-scale = 1.0, user-scalable = no, width = device-width">
<link rel="stylesheet" href="css/style.css" type="text/css" />
<link rel="stylesheet" href="css/jquery.bxslider.css" type="text/css" />
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-8471109-61', 'joincareweb.com');
ga('send', 'pageview');
</script>
<script src="js/jquery.min.js" type="text/javascript"></script>
<script src="js/jquery.bxslider.js" type="text/javascript"></script>
<script src="js/plugins/jquery.easing.1.3.js" type="text/javascript"></script>
<script src="js/plugins/jquery.fitvids.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.slide').bxSlider({
oneToOneTouch: true,
pagerType:'short',
});
});
$(document).keydown( function(eventObject) {
if(eventObject.which==37) {//left arrow
$('.bx-wrapper .bx-prev').click();//emulates click on prev button
} else if(eventObject.which==39) {//right arrow
$('.bx-wrapper .bx-next').click();//emulates click on next button
}
} );
</script>
</head>
<body>
<div class="header-top">
<div class="content clearfix">
<div class="logo"><a href="index.html"><img src="images/logo.png" alt="careweb"/></a></div>
<div class="menu">
<ul>
<li><a href="benefits.html" class="active">Benefits</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="pricing.html">Pricing</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
<div class="right"><a href="index.html" class="home-btn"><img src="images/btn-home.png" alt="careweb"/></a></div>
</div>
</div>
<div class="slider">
<ul class="slide">
<li id="page3">
<div class="main">
<div class="main-content">
<div class="content ">
<h1 class="header">Scale your workforce communication</h1>
<h4>Engage past, current and future staff in a scalable way</h4>
<table class="workforce" width="100%;">
<tr>
<td><p>Workforce</p>
<img src="images/Workforce.png" alt="workforce"/></td>
<td>--------></td>
<td><p>Online intranet</p>
<img src="images/Online-intranet.png" alt="Online Internet"/></td>
<td><-------- <br/>
--------></td>
<td><p>Your organisation</p>
<img src="images/organisation.png" alt="Organisation"/></td>
</tr>
<tr>
<td></td>
<td></td>
<td><img src="images/sign.png" alt=""/></td>
<td></td>
<td></td>
</tr>
</table>
<div class="gives-you">
<center>
<p><big>Gives you...</big></p>
</center>
<div class="workforce-flow">
<div class="top-line"></div>
<p><span>Training Records</span></p>
<p><span>Great Internal<br />
Communication</span></p>
<p><span>Real Time<br />
Availability</span></p>
<p><span>Access to<br />
Bank Staff</span></p>
<p><span>Workforce<br />
Reports</span></p>
<p><span>Collect National<br />
Minimum Data</span></p>
</div>
</div>
<h5>All for £125 per month and free for the first 6 months</h5>
</div>
</div>
</div>
</li>
<li id="page4">
<div class="main">
<div class="main-content">
<div class="content ">
<h1 class="header">Add optional features…</h1>
<h4>Our platform allows you to add on features as and when you need</h4>
<br />
<div class="gives-you">
<center>
<p><big>Such as...</big></p>
</center>
<div class="optional-feature-flow">
<div class="top-line"></div>
<p class="odd"><span>Online training</span></p>
<p class="even"><span>Online referencing</span></p>
<p class="odd"><span>Train the trainer certificates</span></p>
<p class="even"><span>Course booking</span></p>
<p class="odd"><span>Online recruitment</span></p>
<p class="even"><span>Interview management</span></p>
<p class="odd"><span>Compliance workflows</span></p>
<p class="even"><span>Track job Completion</span></p>
<p class="odd"><span>Personal development</span></p>
</div>
</div>
</div>
</div>
</div>
</li>
<li id="page6">
<div class="main">
<div class="main-content">
<div class="content ">
<h1 class="header">Why will your carers love CareWeb?</h1>
<h4>Access to the wider care network</h4>
<div class="list-style">
<ul>
<li><span class="odd">View news & events from multiple sources</span></li>
<li><span class="even">Register experience & build an E-folio online</span></li>
<li><span class="odd">Find and access online training</span></li>
<li><span class="even">Download resources to help with work</span></li>
<li><span class="odd">Find opportunities within an organisation</span></li>
<li><span class="even">Participate in reward schemes</span></li>
<li><span class="odd">Reduce duplication of training between roles</span></li>
</ul>
</div>
</div>
</div>
</div>
</li>
<li id="page8">
<div class="main">
<div class="main-content">
<div class="content">
<h1 class="header">What does CareWeb do for your organisation?</h1>
<h4>Imagine an always on communication channel to your staff</h4>
<div class="list-style">
<ul>
<li><span class="odd">Export workforce records for CQC inspectors easily</span></li>
<li><span class="even">Share safeguarding information and best practice</span></li>
<li><span class="odd">Cost effective way to engage a mobile workforce</span></li>
<li><span class="even">Develop standards and recognition for excellence</span></li>
<li><span class="odd">Promote relevant courses and training opportunities</span></li>
<li><span class="even">A framework for evaluation and appraisal</span></li>
<li><span class="odd">Operational efficiencies of using platform</span></li>
<li><span class="even">Workforce intelligence features</span></li>
<li><span class="odd">Share courses to increase occupancy</span></li>
<li><span class="even">Targeted workforce communications</span></li>
</ul>
</div>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="footer">
<p><a href="http://www.skillsweb.org/#contact-us?utm_source=joincareweb" target="_blank"><b>Contact us</b></a> | Powered by <a href="http://www.skillsweb.org/?utm_source=joincareweb" target="_blank"><b>SkillsWeb</b></a></p>
</div>
</body>
</html>