-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
265 lines (195 loc) · 8.45 KB
/
index.html
File metadata and controls
265 lines (195 loc) · 8.45 KB
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
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Docket Stack | Cloud and Deployment Management Made Easy</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/animate.css" rel="stylesheet">
<link href="bower_components/angular-carousel/dist/angular-carousel.css" rel="stylesheet" type="text/css" />
<link href="css/ds.css" rel="stylesheet">
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
<link href='bower_components/components-font-awesome/css/font-awesome.css' rel='stylesheet' type='text/css'>
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-74179749-1', 'auto');
ga('send', 'pageview');
</script>
</head>
<body>
<nav class="navbar navbar-ds navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#"><i class="fa fa-terminal"></i> Docker Stack</a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
</ul>
<!--
<ul class="nav navbar-nav navbar-right">
<li><a href="#">Link</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">Dropdown <span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="#">Action</a></li>
<li><a href="#">Another action</a></li>
<li><a href="#">Something else here</a></li>
<li class="divider"></li>
<li><a href="#">Separated link</a></li>
</ul>
</li>
</ul>
-->
</div><!-- /.navbar-collapse -->
</div><!-- /.container-fluid -->
</nav>
<section class="mastHead back11">
<div class="container">
<div class="mast-content">
<div class="row">
<div class="col-md-6 col-md-offset-6">
<h1 class="">Container { Orchestration, Monitoring, Cluster Management } at one place</h1>
<a href="get.html" class="btn btn-ds m-t">
Get access to our Beta <i class="fa fa-angle-right"></i>
</a>
</div>
</div>
<div class="whale">
</div>
<div class="wave-holder">
<div class="wave1"> </div>
<div class="wave2"> </div>
<div class="wave3"> </div>
</div>
</div>
</div>
</section>
<section class="mastHead features">
<div class="container">
<div class="mast-content">
<div class="row white text-center">
<div class="col-md-3 wrapper bg-blue card ">
<div class="card-head">
<div class="card-image">
<img src="img/monitor.png">
</div>
</div>
<h2 class="text-center">Monitoring</h2>
<p>
Layer by layer monitoring to understand the server’s behaviour and track metrics about deployment status and performance.
</p>
</div>
<div class="col-md-3 wrapper bg-blue card">
<div class="card-head">
<div class="card-image">
<img src="img/cloud.png">
</div>
</div>
<h2 class="text-center">Cloud</h2>
<p>
Manage multiple cloud service providers in with a single web based tool. We support AWS, Rackspace, Softlayer, Google App Engine and many more on the way!
</p>
</div>
<div class="col-md-3 wrapper bg-blue card">
<div class="card-head">
<div class="card-image">
<img src="img/gears.png">
</div>
</div>
<h2 class="text-center">Automation</h2>
<p>
Single click automation with most of the configuration management tools like ansible, saltstack from the dashboard across various environments.
</p>
</div>
<div class="col-md-3 wrapper bg-blue card">
<div class="card-head">
<div class="card-image">
<img src="img/rocket.png">
</div>
</div>
<h2 class="text-center">Deployment</h2>
<p>
Native Deployments on Servers will be a piece of cake for the Application to do across the Servers.
</p>
</div>
</div>
</div>
</div>
</section>
<!--
<section class=" bg-blue wrapper-lg">
<div class="container">
<div class="row">
<h1 class="white text-center">Agent</h1>
<div class="connect-img">
<img class="full-img" src="img/connect.png">
</div>
<div class="col-md-6 col-md-offset-3">
<p class="white lead m-t text-center">Server metrics and server monitoring made easy to understand from the dashboard across the servers.</p>
</div>
<div class="clearfix"></div>
</div>
</div>
</section>
-->
<section class=" bg-blue wrapper-lg">
<h1 class="text-center white">PEOPLE</h1>
<div class="">
<div class="row">
<div class="col-md-3 m-t-lg">
<img src="img/vamshi.jpg" class="full-img img-circle">
<h2 class="text-center white">Vamsi Kotipalli</h2>
<p class="text-center white">Developer</p>
</div>
<!-- <div class="col-md-3 m-t-lg">
<img src="img/yashwanth.jpg" class="full-img img-circle">
<h2 class="text-center white">Yashwanth M</h2>
<p class="text-center white">Business Head</p>
</div>--!>
</div>
</div>
</section>
<div class="footer">
<div class="container">
<ul class="nav nav-pills">
<li> <a href="">Home</a></li>
<li> <a href="get.html">Sign up</a></li>
<li> <a href="mailto:admin@dockerstack.org">admin@dockerstack.org</a></li>
<li>
<a href="https://survey.zohopublic.com/zs/Ery2WZ">Feedback</a>
</li>
</ul>
</div>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-touch/angular-touch.js"></script>
<script src="bower_components/angular-carousel/dist/angular-carousel.js"></script>
<script src="bower_components\gsap\src\minified\TweenMax.min.js"></script>
<script src="js/script.js"></script>
</body>
</html>