This repository has been archived by the owner on Apr 12, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
168 lines (132 loc) · 5.27 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
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>DashboardHub</title>
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/black.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/zenburn.css">
<link rel="stylesheet" href="css/theme/dashboardhub.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match(/print-pdf/gi) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName('head')[0].appendChild(link);
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<!-- Column 1 -->
<section>
<section data-markdown data-separator-notes="^Note:" class="logo">
![DashboardHub Logo](https://cdn.dashboardhub.io/logo-horizontal-std.svg)
[The Pulse of Your CI & CD Pipeline](https://dashboardhub.io)
</section>
</section>
<!-- Column 2 -->
<section>
<section data-markdown>
## Problem
![The problem](https://user-images.githubusercontent.com/624760/47609030-6c4b6a80-da2f-11e8-9c24-866d8f26a466.jpg)
Note: Everyone who has worked in software development is aware of the frustrations and wasted time surrounding miscommunication
and slow relay of information about new versions and delays, to the extent that often by the time the information reaches
all members of the team it is outdated.
</section>
<section data-markdown>
## Details DashboardHub
</section>
</section>
<!-- Column 3 -->
<section>
<section data-markdown>
## Solution
![image](https://user-images.githubusercontent.com/624760/47609036-8f761a00-da2f-11e8-9dcd-7e1f9d974ff5.jpg)
Note: DashboardHub solves this problem so that your team can focus on creating the best possible product with no unnecessary
hindrances. By providing a user interface, for members of the team and managers, we provide an easy monitoring system,
with detail and a comprehensive overview. The display shows the stage at which the team is, so development, test and
production, and the version on which they are currently working. The performance of each version is also shown.
</section>
</section>
<!-- Column 4 -->
<section>
<section data-markdown>
## USP
![USP](https://user-images.githubusercontent.com/624760/47609052-e0860e00-da2f-11e8-8a81-5d7c528be849.jpg)
Note:
What makes DashboardHub unique and necessary compared to other providers of a similar service is that we keep up-to-date
with frequent releases, removing the increased miscommunication surrounding it.
</section>
</section>
<!-- Column 5 -->
<section>
<section data-markdown>
## Coming Soon!
### Beta Testing
Note: Currently the product is only available to select customers but we are working hard
on the next phase and once that is released it will be open for your use.
</section>
</section>
<!-- Column 6 -->
<section>
<section data-markdown>
## Packages & Features
Simple packages
</section>
<section data-markdown>
| Package | Features | Price |
| :--- | :--- | :--- |
| Starter | Unlimited public environments, unlimited releases, 1 monitor per environment, badges, unlimited followers, unlimited notifications | Free |
Note: We have three packages, customised for the use of single developers, small teams and large teams.
</section>
<section data-markdown>
## Packages & Features
Simple packages
| Package | Features | Price |
| :--- | :--- | :--- |
| Professional | 5 private environments, Scheduled releases | £10 / month / per environment |
Note: We have three packages, customised for the use of single developers, small teams and large teams.
</section>
<section data-markdown>
## Packages & Features
Simple packages
| Package | Features | Price |
| :--- | :--- | :--- |
| Enterprise | Unlimited private environments, export data, user management | £600 / month |
Note: We have three packages, customised for the use of single developers, small teams and large teams.
</section>
</section>
<!-- Column 7 -->
<section>
<section data-markdown>
## Team
</section>
<section data-markdown>
![Team](https://user-images.githubusercontent.com/624760/47607747-dbb75f00-da1b-11e8-958d-1429b4ac21dd.png)
</section>
</section>
</div>
</div>
<script src="lib/js/head.min.js"></script>
<script src="js/reveal.js"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
history: true,
transition: 'convex', // none/fade/slide/convex/concave/zoom
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true, callback: function () { hljs.initHighlightingOnLoad(); } }
]
});
</script>
</body>
</html>