forked from impress/impress.js
-
Notifications
You must be signed in to change notification settings - Fork 1
/
dms-on-demand.html
116 lines (101 loc) · 4.28 KB
/
dms-on-demand.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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1280" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Adlibre DMS On-Demand</title>
<meta name="description" content="Adlibre DMS On-Demand SAAS Provider Model" />
<meta name="author" content="Andrew Cutler - Adlibre Pty Ltd" />
<link href='http://fonts.googleapis.com/css?family=Asap' rel='stylesheet' type='text/css'>
<link href="css/impress-adlibre.css" rel="stylesheet" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
<style>
/* Presentation specific Styles */
#start div {margin-top:-200px;}
#start h1 {font-size: 36px; margin-top: -50px; margin-left:265px;}
</style>
</head>
<body>
<div id="impress" class="impress-not-supported">
<div class="fallback-message">
<p>Your browser <b>doesn't support the features required</b> by impress.js, so you are presented with a simplified version of this presentation.</p>
<p>For the best experience please use the latest <b>Chrome</b>, <b>Safari</b> or <b>Firefox</b> browser. Upcoming version 10 of Internet Explorer <i>should</i> also handle it.</p>
</div>
<div id="start" class="step" data-x="-1280" data-y="300" data-rotate="0" data-scale="4">
<div>
<img src="images/adlibre.svg" width="100%" />
<h1>Document Management System</h1>
</div>
</div>
<div id="intro" class="step" data-x="1280" data-y="0" data-scale="1.5">
<h1>Introduction</h1>
<ul>
<li>Adlibre DMS ~ Transaction oriented document management system designed for integration and scale</li>
<li>Flexible features via plugins</li>
<li>In-House or Hosted on the Adlibre On-Demand platform (SAAS)</li>
</ul>
</div>
<div id="on-demand" class="step" data-x="1280" data-y="800">
<h1>Adlibre DMS On-Demand</h1>
<ul>
<li>Pay per use
<ul>
<li>Lowest cost for adoption - Lowest implementation cost</li>
<li>OPEX not CAPEX</li>
</ul>
</li>
<li>Managed Infrastructure
<ul>
<li>Scalable</li>
<li>Secure</li>
<li>No maintenance</li>
</ul>
</li>
<li>Reliable — Highly Available</li>
<li>Flexible Integrations</li>
</ul>
</div>
<div id="solution-overview" class="step" data-x="0" data-y="800">
<img src="images/solution_overview.png" width="100%" />
</div>
<div id="integration-high-level" class="step" data-x="0" data-y="1600">
<img src="images/integration_high_level.png" width="100%" />
</div>
<div id="solution-detail" class="step" data-x="0" data-y="2400">
<img src="images/solution_detail.png" width="100%" />
</div>
<div id="special-sauce" class="step" data-x="1280" data-y="1600">
<h1>Special Sauce</h1>
<ul>
<li>No Database Required</li>
<li>Easy Integration (loose coupling)</li>
<li>Turn Key Implementation — immediate benefit</li>
<li>Scalability — think X + Lots of Zeros</li>
</ul>
</div>
<div id="opportunities" class="step" data-x="1280" data-y="2400">
<h1>Opportunities for Document Service Providers</h1>
<ul>
<li>Provide an end-to-end document management solution</li>
<li>Value Add ~ integration with customer's systems</li>
<li>Client retention through value-added integration</li>
<li>Revenue from SAAS model ~ monthly rental, compliment to existing service model</li>
</ul>
</div>
<div id="overview" class="step" data-x="-200" data-y="1080" data-scale="5">
<img src="images/dms.png" style="padding-top: 200px;" />
</div>
</div>
<div class="hint">
<p>Use a spacebar or arrow keys to navigate</p>
</div>
<script>
if ("ontouchstart" in document.documentElement) {
document.querySelector(".hint").innerHTML = "<p>Tap on the left or right to navigate</p>";
}
</script>
<script src="js/impress.js"></script>
<script>impress();</script>
</body>
</html>