-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·52 lines (46 loc) · 1.96 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
<!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>CareWeb - Your workforce connected online</title>
<link rel="stylesheet" href="css/style.css" type="text/css" media="all" />
<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>
</head>
<body class="startup">
<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">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>
</div>
<div>
<div class="main-content">
<div class="startup-logo"><img src="images/logo-startup.png" alt="careweb"/></div>
<div class="start-btn"><a href="benefits.html">Start</a></div>
<div class="title"><span class="title1">An intranet for</span></div>
<h1>communication</h1>
<h1>compliance </h1>
<h1>training & recruitment</h1>
<div class="title"><span class="title2">for the care industry</span></div>
</div>
</div>
<div class="clearfix"></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>