-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
130 lines (124 loc) · 6.74 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Reportr</title>
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/octicons/octicons.css">
<link rel="icon" type="image/png" href="assets/images/icon.png">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta name="description" content="Your life's personal dashboard. Open source application, easy to use and deploy.">
</head>
<body>
<div id="page">
<div class="header clearfix">
<div class="container">
<div class="buttons hidden-xs pull-right">
<iframe src="http://ghbtns.com/github-btn.html?user=Reportr&repo=dashboard&type=watch&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="160px" height="30px"></iframe>
<iframe src="http://ghbtns.com/github-btn.html?user=SamyPesse&type=follow&count=true&size=large" allowtransparency="true" frameborder="0" scrolling="0" width="224px" height="30px"></iframe>
</div>
<h1><span class="octicon octicon-pulse"></span> Reportr</h1>
</div>
</div>
<div class="intro">
<div class="container">
<h2>Your life's personal dashboard</h2>
<p class="actions">
<a href="https://github.com/Reportr/dashboard">Learn more & documentation</a>
</p>
</div>
</div>
<div class="features">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="feature">
<div class="icon"><span class="octicon octicon-broadcast"></span></div>
<h4>Track Everything</h4>
<p>Use reportr to track everything that happens in your life: online or offline.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature">
<div class="icon"><span class="octicon octicon-graph"></span></div>
<h4>Visualizations</h4>
<p>Visualize your data in many differents ways: line chart, pie chart, map, list, etc.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature">
<div class="icon"><span class="octicon octicon-mark-github"></span></div>
<h4>Open Source</h4>
<p>The project is completely free to use and open source.</p>
</div>
</div>
</div>
<div class="row">
<div class="col-md-4">
<div class="feature">
<div class="icon"><span class="octicon octicon-location"></span></div>
<h4>Geo Data</h4>
<p>Reportr lets you visualize geo events using the map visualization.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature">
<div class="icon"><span class="octicon octicon-terminal"></span></div>
<h4>REST API</h4>
<p>The easy to use Reportr API lets you post and manage events using simple HTTP requests.</p>
</div>
</div>
<div class="col-md-4">
<div class="feature">
<div class="icon"><span class="octicon octicon-microscope"></span></div>
<h4>Predict</h4>
<p>Using machine learning, Reportr lets you predict the evolution of your data.</p>
</div>
</div>
</div>
</div>
</div>
<hr />
<div class="features">
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="feature">
<div class="icon"><span class="octicon octicon-browser"></span></div>
<h4>Web Navigation</h4>
<p>Measure and analyse your web navigation using a Google Chrome extension.</p>
<p><a href="https://github.com/Reportr/tracker-googlechrome">Learn more</a></p>
</div>
</div>
<div class="col-md-4">
<div class="feature">
<div class="icon"><span class="octicon octicon-home"></span></div>
<h4>Home</h4>
<p>Measure and home ambient (temperature, humidity, sound and luminosity levels) using <a href="https://tessel.io/">tessel.io</a>.</p>
<p><a href="https://github.com/Reportr/tracker-home-ambient">Learn more</a></p>
</div>
</div>
<div class="col-md-4">
<div class="feature">
<div class="icon"><span class="octicon octicon-dashboard"></span></div>
<h4>Monitor</h4>
<p>Monitor your computer (memory, cpu load) and send the data to reportr for a great visualization.</p>
<p><a href="https://github.com/Reportr/tracker-machine">Learn more</a></p>
</div>
</div>
</div>
</div>
</div>
<div class="preview">
<div class="container">
<img src="https://raw.githubusercontent.com/Reportr/dashboard/master/preview.png" />
</div>
</div>
<div class="footer">
<div class="container">
Made with <span class="octicon octicon-heart heart"></span> by <a href="https://github.com/SamyPesse">Samy Pessé</a>
</div>
</div>
</div>
</body>
</html>