-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
72 lines (55 loc) · 3.34 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
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Scalable - Business Software Solutions by Sclbl</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="stylesheets/normalize.css" media="screen">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="stylesheets/github-light.css" media="screen">
</head>
<body>
<section class="page-header">
<h1 class="project-name">Scalable - Business Software Solutions</h1>
<h2 class="project-tagline">Scalable</h2>
</section>
<section class="main-content">
<h1>
<a id="scalable" class="anchor" href="#scalable" aria-hidden="true"><span class="octicon octicon-link"></span></a>Scalable</h1>
<p>Scalable is a modular business software solution which makes it easy to build the business software you always wanted.</p>
<img src="./screenshot-1.png" alt="Scalable Screenshot"/>
<h2>
<a id="how-does-it-work" class="anchor" href="#how-does-it-work" aria-hidden="true"><span class="octicon octicon-link"></span></a>How does it work?</h2>
<p>It consists of at least two parts:</p>
<ol>
<li>The Scalable core system</li>
<li>Additional modules (such as e.g. Chat, Notes, Todos, CRM, ... you name it)</li>
</ol>
<p>Modules are independent mini applications you can add / remove on the fly.
They won't clutter / slow down the whole system.
If a module is missing you are able to build it on your own or contact us so we can build it for you.</p>
<p>Take a look at the <a href="http://github.com/sclbl">Scalable GitHub profile</a> to see what modules are already available.</p>
<h2>
<a id="how-much-does-it-cost" class="anchor" href="#how-much-does-it-cost" aria-hidden="true"><span class="octicon octicon-link"></span></a>How much does it cost?</h2>
<p>The Scalable core functionality and selected modules are free.
There are additional modules you can buy to extend the functionality of your Scalable system.</p>
<h2>
<a id="what-about-support" class="anchor" href="#what-about-support" aria-hidden="true"><span class="octicon octicon-link"></span></a>What about support?</h2>
<p>We support Scalable actively. If you need help setting up your Scalable installation or just want consultancy drop us a line at <a href="mailto:[email protected]">[email protected]</a></p>
<footer class="site-footer">
<span class="site-footer-credits">This page was generated by <a href="https://pages.github.com">GitHub Pages</a> using the <a href="https://github.com/jasonlong/cayman-theme">Cayman theme</a> by <a href="https://twitter.com/jasonlong">Jason Long</a>.</span>
</footer>
</section>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
</script>
<script type="text/javascript">
try {
var pageTracker = _gat._getTracker("UA-50765725-36");
pageTracker._trackPageview();
} catch(err) {}
</script>
</body>
</html>