-
Notifications
You must be signed in to change notification settings - Fork 21
/
index.html
executable file
·233 lines (232 loc) · 11.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description" content="Tsuru is an extensible and open source Platform as a Service (Paas) that uses Docker to make deploys simple and fast.">
<meta name="keywords" content="tsuru, software open source, open source, paas, private paas, docker, docker container, auto scale, cloud, cloud computing, plataform as a service, deploy, deployment, paas iaas, iaas paas, cloud iaas, cloud computing iaas, paas saas iaas">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:image" content="https://tsuru.io/resources/images/icons/tsuru-fb-icon.png" />
<title>Tsuru</title>
<link rel="stylesheet" href="resources/styles/font-awesome.css" />
<link rel="stylesheet" href="resources/styles/application.css" />
</head>
<body>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-6912161-11"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-6912161-11');
</script>
<header id="header" class="section">
<div class="container">
<h1 class="brand">
<a href="/">
<img class="brand-image" src="resources/images/brand.svg" alt="Tsuru" />
<span class="brand-name">Tsuru</span>
</a>
</h1>
<button class="navigation-button" id="navigation-button">
<div class="burger-layer"></div>
</button>
</div>
<nav class="navigation" id="navigation">
<ul class="navigation-items">
<li class="navigation-item navigation-self">Home</li>
<li class="navigation-item">
<a class="navigation-link" href="https://docs.tsuru.io/" title="Documentation">Documentation</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://tsuru.io/media/" title="Media">Media</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://blog.tsuru.io" title="Blog">Blog</a>
</li>
<li class="navigation-item">
<a class="navigation-link" href="https://github.com/tsuru" target="_blank" title="Code">Code</a>
</li>
</ul>
</nav>
</header>
<section id="hero" class="section">
<div class="container">
<p>Tsuru is an open source Platform as a Service software, focused in Developer productivity.</p>
<div class="try">
<a href="#" class="button" id="try-button">
Try tsuru <span class="caret"></span>
</a>
<ul class="dropdown-menu" id="dropdown-menu">
<li>
<a class="dropdown-menu-link" target="_blank" href="https://tsuru.github.io/docs/getting_started/install_minikube/">
Install local with minikube
</a>
</li>
<li>
<a class="dropdown-menu-link" target="_blank" href="https://tsuru.github.io/docs/getting_started/install_gke/">
Install on Google Kubernetes Engine
</a>
</li>
</ul>
</div>
</div>
</section>
<main id="content">
<article id="features" class="content-section section">
<div class="content-container container">
<header class="section-header">
<h2 class="section-title">Features</a2>
</header>
<section class="feature column">
<header class="feature-header">
<img src="resources/images/icons/techs-icon.svg" alt="Ruby, Python and Java programming languages icons" />
<h2 class="section-subtitle feature-title">Run anything</h2>
</header>
<p class="feature-description">
Tsuru goes beyond 12 factor apps. Run any application written in any language or framework.
</p>
</section>
<section class="feature column">
<header class="feature-header">
<img src="resources/images/icons/rocket-icon.svg" alt="Rocket Rising" />
<h2 class="section-subtitle feature-title">Deploy fast and safe</h2>
</header>
<p class="feature-description">
The deploy process is really simple with just one commmand.
</p>
</section>
<section class="feature column">
<header class="feature-header">
<img src="resources/images/icons/scale-icon.svg" alt="Evolving graph" />
<h2 class="section-subtitle feature-title">Scale</h2>
</header>
<p class="feature-description">
Grow your application dynamically allocating resources with ease.
</p>
</section>
</div>
<div class="content-container container">
<section class="feature column">
<header class="feature-header">
<img src="resources/images/icons/optimize-icon.svg" alt="Speedometer" />
<h2 class="section-subtitle feature-title">Developer Velocity</h2>
</header>
<p class="feature-description">
Let your developers code and understand the business instead of solving infrastructure problems or handling large configuration files.
</p>
</section>
<section class="feature column">
<header class="feature-header">
<img src="resources/images/icons/cncf-icon-black.svg" alt="Cloud Native Computing Foundation" height="100px" />
<h2 class="section-subtitle feature-title">CNCF Integrated</h2>
</header>
<p class="feature-description">
We built the platform as a service atop of battle tested technologies from <a href="https://cncf.io">Cloud Native Computing Foundation</a> stack.
</p>
</section>
<section class="feature column">
<header class="feature-header">
<img src="resources/images/icons/cloud.svg" alt="Cloud Native Computing Foundation" height="100px" />
<h2 class="section-subtitle feature-title">Multi Cluster/Region</h2>
</header>
<p class="feature-description">
Manage your distributed apps in many kubernetes clusters/regions with a single point of control.
</p>
</section>
</div>
</article>
<article id="trusted" class="content-section section">
<div class="content-container container">
<header class="section-header">
<h2 class="section-title">Trusted by</h2>
</header>
<p class="section-leader">
These are just a few companies and projects that are using tsuru:
</p>
<ul class="trusted">
<li class="trusted-item gcom">
<a href="https://www.globo.com/" target="_blank">
<img src="resources/images/companies/globo.svg" alt="Globo company logo">
</a>
</li>
<li class="trusted-item qdq">
<a href="https://www.qdqmedia.com" target="_blank">
<img src="resources/images/companies/qdqmedia.png" srcset="resources/images/companies/qdqmedia-2x.png 2x" alt="QDQ Media company logo">
</a>
</li>
<li class="trusted-item hu">
<a href="https://www.hotelurbano.com" target="_blank">
<img src="resources/images/companies/hu.png" srcset="resources/images/companies/hu-2x.png 2x" alt="Hotel Urbano company logo">
</a>
</li>
<li class="trusted-item eduk">
<a href="https://www.eduk.com.br" target="_blank">
<img src="resources/images/companies/eduk.png" srcset="resources/images/companies/eduk-2x.png 2x" alt="Eduk company logo">
</a>
</li>
<li class="trusted-item rivendel">
<a href="https://rivendel.mandic.com.br/" target="_blank">
<img src="resources/images/companies/rivendel.png" srcset="resources/images/companies/rivendel-2x.png 2x" alt="Rivendel company logo">
</a>
</li>
<li class="trusted-item nuveo">
<a href="https://www.nuveo.com.br/" target="_blank">
<img src="resources/images/companies/nuveo.png" srcset="resources/images/companies/nuveo-2x.png 2x" alt="Nuveo company logo">
</a>
</li>
<li class="trusted-item filmow">
<a href="https://filmow.com/" target="_blank">
<img src="resources/images/companies/filmow.png" srcset="resources/images/companies/filmow-2x.png 2x" alt="Filmow company logo">
</a>
<li class="trusted-item jumia">
<a href="https://www.jumia.com/" target="_blank">
<img src="resources/images/companies/jumia.png" srcset="resources/images/companies/jumia-2x.png 2x" alt="Jumia company logo">
</a>
</li>
<li class="trusted-item stone">
<a href="https://www.stone.com.br" target="_blank">
<img src="resources/images/companies/stone.png" srcset="resources/images/companies/stone-2x.png 2x" alt="Stone company logo">
</a>
</li>
</li>
</ul>
</div>
</article>
<article id="community" class="content-section section">
<div class="content-container container">
<header class="section-header">
<h2 class="section-title">Community</h2>
</header>
<p class="section-leader">
Tsuru is an open source project and, as such, we welcome contributions. Feel free to report or fix bugs, contribute to the documentation, or just give your opinion about the software.
</p>
<ul class="social container">
<li class="social-item column">
<a class="social-link" href="https://github.com/tsuru" target="_blank" title="Tsuru on GitHub">
<i class="social-icon icon fa fa-github"></i> GitHub
</a>
</li>
<li class="social-item column">
<a class="social-link" href="https://gitter.im/tsuru/tsuru" target="_blank" title="Tsuru on Gitter">
<i class="social-icon icon fa fa-comments"></i> Talk to us on Gitter
</a>
</li>
<li class="social-item column">
<a class="social-link" href="https://twitter.com/tsurupaas" target="_blank" title="Tsuru on twitter">
<i class="social-icon icon fa fa-twitter"></i> Twitter
</a>
</li>
<li class="social-item column">
<a class="social-link" href="https://groups.google.com/forum/?fromgroups#!forum/tsuru-users" target="_blank" title="Tsuru general mailing list">
<i class="social-icon icon fa fa-envelope"></i> General mailing list
</a>
</li>
</ul>
</div>
</article>
</main>
<footer id="footer"></footer>
<link rel="stylesheet" media="print" href="resources/styles/print.css" />
<link rel="icon" type="image/x-icon" href="favicon.ico" />
<script src="resources/js/tsuruio.js"></script>
</body>
</html>