-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex_holding.html
56 lines (52 loc) · 2.86 KB
/
index_holding.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Kemuri</title>
<meta name="format-detection" content="telephone=no"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href=/css/holding.css>
<meta name="description" content="Kemuri are building a smart power socket to help elderly people live independently">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-64813499-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-64813499-3');
</script>
</head>
<body>
<main class="page__main main">
<section class="landing">
<div class="pullout">
<p><span class="underline underline--orange desktop">NEW WEBSITE</span><br/> <span class="underline underline--orange desktop">COMING SOON</span><span class="underline underline--orange mobile">NEW WEBSITE COMING SOON</span></p>
<i class="icon"></i>
</div>
<div class="table"><div class="cell middle">
<div class="container clearfix">
<div class="content f-left">
<img src="/images/holding_page/logo-retina.png" alt="Kemuri" class="logo">
<h1><span class="underline underline--green desktop">Safer independent living from</span><br/><span class="underline underline--green desktop">cost-effective technology</span><span class="underline underline--green mobile">Safer independent living from cost-effective technology</span></h1>
<p>Discover a smarter, more efficient way to help people live independently at home for longer.</p>
<p>Kemuri technology monitors activity automatically and alerts carers and responders when there might be a problem, even when individuals can’t make that call themselves.</p>
<div class="contact-wrap">
<h4><span class="underline underline--orange">For investment enquiries please contact:</span></h4>
<p class="nmb">E: <a href="mailto:[email protected]">[email protected]</a></p>
<p class="nmb">T: <a href="tel:+442034407555">+44 (0)20 3440 7555</a></p>
<h4><span class="underline underline--orange">For general enquiries please contact:</span></h4>
<p class="nmb">E: <a href="mailto:[email protected]">[email protected]</a></p>
<p class="nmb">T: <a href="tel:++441483771234">+44 (0)1483 771234</a></p>
</div>
</div>
<div class="image f-right">
<img src="/images/holding_page/mobile-retina.png" class="desktop" alt="desktop">
<img src="/images/holding_page/mobile-mb-retina.png" class="mobile" alt="mobile">
</div>
</div>
</div></div>
</section>
</main>
</body>
</html>