-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhome_01.html
125 lines (118 loc) · 5.31 KB
/
home_01.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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Scalien" />
<meta name="author" content="Scalien" />
<title>Scalien - Transactional NoSQL</title>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" />
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="assets/css/main.css" />
<link rel="stylesheet" type="text/css" href="assets/css/inner.css" />
<link rel="stylesheet" type="text/css" href="assets/css/home_01.css" />
<!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
</head>
<body id="landing">
<div class="header">
<div class="wrap">
<a href="/"><img class="logo" src="assets/images/header_logo_new.png" alt="Scalien - Transactional NOSQL" /></a>
<!-- Mainmenu -->
<div class="menu">
<div class="broken-line">
</div>
<nav id="mainmenu">
<ul>
<li class="item">
<span class="mbl"></span>
<a target="_self" href="products">Products</a>
<span class="mbr"></span>
<ul id="submenu-products" class="submenu">
<li class="subitem"><a target="_self" href="products">ScalienDB</a></li>
<li class="subitem"><a target="_self" href="products">Management Console</a></li>
</ul>
</li>
<li class="item">
<span class="mbl"></span>
<a target="_self" href="services">Services</a>
<span class="mbr"></span>
</li>
<li class="mid-separator">
</li>
<li class="item">
<span class="mbl"></span>
<a target="_self" href="#">Technology</a>
<span class="mbr"></span>
<ul id="submenu-technology" class="submenu">
<li class="subitem"><a target="_self" href="technology">Overview</a></li>
<li class="subitem"><a target="_self" href="technology/paxos">Paxos</a></li>
<li class="subitem"><a target="_self" href="technology/whitepapers">Whitepapers</a></li>
</ul>
</li>
<li class="item">
<span class="mbl"></span>
<a target="_self" href="company">Company</a>
<span class="mbr"></span>
</li>
</ul>
</nav>
<div class="broken-line">
</div>
</div>
<a href="downloads"><img class="downloadbutton" src="assets/images/download_button_new.png" alt="Download" /></a>
<!-- header main text -->
<a href="products"><h1><img class="main_text" src="assets/images/header_01.png" alt="How important is your data? - Scalien uses paxos to keep your data safe" /></h1></a>
</div>
</div>
<div class="inner-content">
<div class="wrap">
<div class="landing-columns">
<div class="landing-column">
<h2>Why ScalienDB?</h2>
<p>ScalienDB combines the scalability<br />
and speed of NoSQL with the<br />
reliability and integrity of SQL.<br />
Designed from the ground up to<br />
be a scalable Transactional NoSQL<br />
database for the Enterprise.
</p>
<img src="assets/images/whitepaper.png" alt="Whitepaper: Transactional NoSQL" title="Whitepaper: Transactional NoSQL" id="whitepaper" />
</div>
<div class="landing-column second">
<h2>A NoSQL “system of record” primary database.</h2>
<h3>Unparalleled replication reliability using Paxos.</h3>
<p>Contact us for a free consultation to discuss<br />
your requirements.
</p>
<p>
Email: <a href="mailto:bizdev@scalien.com" title="Please contact us">bizdev@scalien.com</a>
</p>
</div>
</div>
</div>
<div class="footer">
<div class="wrap">
<div class="broken-line">
</div>
<p class="copyright">Copyright © 2012 Scalien. All rights reserved</p>
</div>
</div>
</div>
<script type="text/javascript" src="assets/plugins/jquery/jquery.js"></script>
<script type="text/javascript" src="assets/plugins/jquery.hoverIntent.min.js"></script>
<script type="text/javascript" src="assets/plugins/jquery.form.js"></script>
<script type="text/javascript" src="assets/js/common_func.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-9801399-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>