-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
164 lines (147 loc) · 5.3 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title lang="en">Nexenta</title>
<meta name="description" content="Nexenta">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="author" content="">
<link href="/resources/images/favicon.ico" rel="shortcut icon">
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<link href="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.css" rel="stylesheet"/>
<link href="/all.css?b" rel="stylesheet">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-86415664-5"></script>
<script>
try {
if (window.location.hostname === 'nexenta.github.io') {
window.dataLayer = window.dataLayer || [];
function gtag() {dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-86415664-5');
} else {
console.warn('Google Analytics runs only on nexenta.github.io');
}
} catch (e) {
console.warn('Cannot run Google Analytics', e);
}
</script>
</head>
<body>
<header>
<section class="container-normal container-flex">
<section class="title">
<a href="https://nexenta.github.io" title="Nexenta">
<img src="/resources/images/logo-nexenta-ddn-white-with-title.png" class="desktop"/>
<img src="/resources/images/logo-nexenta-wo-title.png" class="mobile"/>
</a>
</section>
<section class="container-search">
<input id="search" placeholder="Search" />
</section>
</section>
</header>
<section class="content">
<section class="band band-first">
<section class="container-normal">
<section class="description">
<section>
<h1>OpenStack</h1>
<p>Get the latest Cinder and Manila block and file drivers for NexentaStor</p>
</section>
<section class="image">
<img class="image-openstack" src="/resources/images/logo-openstack.png">
</section>
</section>
<section class="action">
<a href="/openstack/">More Info</a>
</section>
</section>
</section>
<section class="band band-second">
<section class="container-normal">
<section class="description">
<section>
<h1>Kubernetes</h1>
<p>Get the latest CSI block and file drivers for NexentaStor</p>
</section>
<section class="image" style="padding-right:80px">
<img class="image-kubernetes" src="/resources/images/logo-kubernetes-with-border.svg">
</section>
</section>
<section class="action">
<a href="/kubernetes/">More Info</a>
</section>
</section>
</section>
<section class="band band-third">
<section class="container-normal">
<section class="description">
<section>
<h1>Docker</h1>
<p>Get the latest volume plugin for NexentaStor</p>
</section>
<section class="image" style="padding-right:60px">
<img class="image-docker" src="/resources/images/logo-docker.svg">
</section>
</section>
<section class="action">
<a href="/docker/">More Info</a>
</section>
</section>
</section>
<section class="band band-first">
<section class="container-normal">
<section class="description">
<section>
<h1 class="nexentafusion-bg">NexentaFusion</h1>
<p>Single pane of glass reporting, monitoring, analytics and orchestration for all your storage assets</p>
</section>
<section class="screenshot">
<img src="/resources/images/screenshot-nexentafusion-wide-525.png">
</section>
</section>
<section class="action">
<a href="/nexenta-fusion/">More Info</a>
</section>
</section>
</section>
<section class="band band-second">
<section class="container-normal">
<section class="description">
<section>
<h1>VMware</h1>
<p>Storage management plugins and appliances for use in VMware environments</p>
</section>
<section class="image">
<img class="image-vmware" src="/resources/images/logo-vmware.svg">
</section>
</section>
<section class="action">
<a href="/vmware/">More Info</a>
</section>
</section>
</section>
</section>
<footer>
<section class="container-normal container-flex">
<nav></nav>
<section>
©
<time><script>document.write(new Date().getFullYear())</script></time>
<a href="https://nexenta.com" title="Nexenta Systems, Inc.">
Nexenta Systems, Inc.
</a>
</section>
</section>
</footer>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/docsearch.js@2/dist/cdn/docsearch.min.js"></script>
<script type="text/javascript"> docsearch({
apiKey: '8a7bb77f6b91c0b17df8a3fd0bcb6743',
indexName: 'nexenta',
inputSelector: '#search',
debug: false // Set debug to true if you want to inspect the dropdown
});
</script>
</body>
</html>