-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.php
62 lines (62 loc) · 3.75 KB
/
values.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Evercam - App store for Cameras. Get more from your camera.</title>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="cameras, apps, android, integration, recording, remote storage, sharing, api, developer platform">
<meta name="description" content="Add email notification, remote storage, sharing, timelapses, logs and more to your camera and access from any mobile device.">
<meta name="author" content="Evercam">
<link href="css/main.css" rel="stylesheet">
<meta property="twitter:account_id" content="4503599630778866" />
<link rel="apple-touch-icon" sizes="57x57" href="https://dash.evercam.io/apple-touch-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="https://dash.evercam.io/apple-touch-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="https://dash.evercam.io/apple-touch-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="https://dash.evercam.io/apple-touch-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="https://dash.evercam.io/apple-touch-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="https://dash.evercam.io/apple-touch-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="https://dash.evercam.io/apple-touch-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="https://dash.evercam.io/apple-touch-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="https://dash.evercam.io/apple-touch-icon-180x180.png">
<link rel="icon" type="image/png" href="https://dash.evercam.io/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="https://dash.evercam.io/android-chrome-192x192.png" sizes="192x192">
<link rel="icon" type="image/png" href="https://dash.evercam.io/favicon-96x96.png" sizes="96x96">
<link rel="icon" type="image/png" href="https://dash.evercam.io/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="https://dash.evercam.io/manifest.json">
<meta name="msapplication-TileColor" content="#dc4c3f">
<meta name="msapplication-TileImage" content="https://dash.evercam.io/mstile-144x144.png">
<meta name="theme-color" content="#ffffff">
</head>
<body id="values">
<? include 'nav.php'; ?>
<header>
<div class="banner">
<div class="banner-content">
<h1>Evercam Values</h1>
<h2>The customer is your granny & they are sitting beside you</h2>
</div>
</div>
</header>
<div class="alt-color">
<main>
<section>
<h3>1. Seek the truth</h3>
<h2>Integrity matters. Tell the truth.</h2>
<h3>2. Carry the heaviest load</h3>
<h2>Anticipate the customer’s pain and be ambitious in our undertakings to reduce it.</h2>
<h3>3. Respect privacy requirements</h3>
<h2>We are in the business of managing people’s privacy. Respect people’s different understandings of that.</h2>
<h3>4. Be transparent about risk</h3>
<h2>Life is full of risk. People are trusting us to provide a sensible solution. Let people know the risks that we are managing for them and our limitations.</h2>
<h3>5. Get things done</h3>
<h2>Getting things done and out there is better than stressing about getting something perfect. Do it, then iterate.</h2>
</section>
</main>
</div>
<? include 'footer.php'; ?>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js" async></script>
<script src="/js/bootstrap.min.js" async></script>
<script src="/js/custom.min.js" async></script>
</body>
</html>