-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
65 lines (50 loc) · 1.67 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
53
54
55
56
57
58
59
60
61
62
63
64
65
<!DOCTYPE html>
<html>
<head>
<title>Sprint Demo</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<style type="text/css">
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic);
@import url(https://fonts.googleapis.com/css?family=Ubuntu+Mono:400,700,400italic);
body { font-family: 'Droid Serif'; }
h1, h2, h3 {
font-family: 'Yanone Kaffeesatz';
font-weight: normal;
}
.remark-code, .remark-inline-code { font-family: 'Ubuntu Mono'; }
</style>
</head>
<body>
<textarea id="source">
class: center, middle
# Agenda
1. Survey counts on Exploration page in DFP Reveal
2. Alerts and Activity summary map
3. Device status map with latest positions
4. Gauge showing the number of devices over the last 24 hours
---
# Survey Counts
- Exploration Map shows an observations count for each hexagonal sector
---
# Summary Map
- New map shows a summary of received alert and the latest activity
---
# Device locations
- New map showing the latest positions
---
# Device count
- New gauge showing the number of connected devices inthe last 24 hours
---
# Photo Monkey 0.2.7
- New release available on the Google Play Store
- Allows selecting different image sizes for photos sent to the Rest API
---
</textarea>
<script src="https://remarkjs.com/downloads/remark-latest.min.js" type="text/javascript">
</script>
<script type="text/javascript">
var slideshow = remark.create();
</script>
</body>
</html>