-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
212 lines (183 loc) · 6.69 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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<title>Mothership</title>
<link rel="stylesheet" href="stylesheets/reset.css" />
<link rel="stylesheet" href="stylesheets/main.css" />
<link rel="apple-touch-icon" sizes="180x180" href="images/icons/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/icons/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/icons/favicons/favicon-16x16.png">
<link rel="manifest" href="images/icons/favicons/site.webmanifest">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/css?family=Fira+Code|Lato:400,700|Squada+One&display=swap" rel="stylesheet">
<meta property="og:title" content="Mothership">
<meta property="og:description" content="An open-source PaaS for small applications">
<meta property="og:image" content="/images/thumbnail.png">
</head>
<body>
<header id="home">
<div class="header-backdrop">
<nav>
<ul>
<li>
<a href="index.html">
<img src="images/logos/mothership-logo.svg" />
</a>
</li>
<li>
<a href="index.html" class="active">Home</a>
</li>
<li><a href="case-study.html">Case Study</a></li>
<li><a href="team.html">Our Team</a></li>
<li class="flex-float-right">
<a href="https://github.com/mothership-paas/mothership" target="_blank">
<img
src="images/logos/github-mark-light.png"
alt="Mothership GitHub"
class="github"
/>
</a>
</li>
</ul>
</nav>
<div class="banner">
<h1>Mothership</h1>
<p>An open-source PaaS for small applications</p>
<a href="case-study.html" class="button button-primary button-wide banner-cta">View Case Study</a>
</div>
<img class="planet-edge planet-edge-top" src="images/planet-edge.svg" />
</div>
</header>
<div class="planet-spacer planet-spacer-top"></div>
<h1 id="overview">Overview</h1>
<section class="integration">
<article class="box">
<div class="text-box">
<h1>Easy Setup.</h1>
<p>Have your own PaaS running in minutes using <code>mothership-setup</code>.</p>
</div>
</article>
<div class="box">
<img
src="images/diagrams/gifs/mothership-setup.gif"
alt="motership-setup command in action"
/>
</div>
</section>
<section class="integration">
<div class="box">
<img src="images/langs.png" class="supported-languages" alt="Ruby, Python, Node.js" />
</div>
<article class="box">
<div class="text-box">
<h1>Common Languages?<br/>Supported.</h1>
<p>
Deploy Ruby, Python, and Node.js apps with ease.
</p>
</div>
</article>
</section>
<section class="integration">
<article class="box">
<div class="text-box">
<h1>Manage your apps.<br/>Own your data.</h1>
<p>
Quickly create and deploy web apps, all on your existing IaaS provider.
</p>
</div>
</article>
<div class="box">
<img class="browser-screenshot" src="images/manage-apps.png" alt="central control point for viewing apps" />
</div>
</section>
<section class="lower-cta">
<h2>Want to know more?</h2>
<div class="buttons">
<a href="case-study.html" class="button button-primary button-wide banner-cta">View Case Study</a>
<a href="https://github.com/mothership-paas/mothership" target="_blank" class="button button-link banner-cta">View on GitHub</a>
</div>
</section>
<footer>
<div class="footer-backdrop">
<div class="planet-spacer planet-spacer-bottom"></div>
<img class="planet-edge planet-edge-bottom" src="images/planet-edge.svg" />
<section id="our-team">
<h1>Our Team</h1>
<p>
We are looking for opportunities.<br/>If you liked what you saw and want to
talk more, please reach out!
</p>
<ul>
<li class="individual">
<img src="images/team/ian.png" alt="Ian Evans" />
<h3>Ian Evans</h3>
<p>New York, NY</p>
<ul class="social-icons">
<li>
<a href="mailto:[email protected]" target="">
<img src="images/icons/email_icon.png" alt="email" />
</a>
</li>
<li>
<a href="http://www.iancevans.net" target="_blank">
<img src="images/icons/website_icon.png" alt="website" />
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/ian-evans-299a36187/" target="_blank">
<img src="images/icons/linked_in_icon.png" alt="linkedin" />
</a>
</li>
</ul>
</li>
<li class="individual">
<img src="images/team/jon.png" alt="Jon Kulton" />
<h3>Jon Kulton</h3>
<p>Akron, OH</p>
<ul class="social-icons">
<li>
<a href="mailto:[email protected]" target="">
<img src="images/icons/email_icon.png" alt="email" />
</a>
</li>
<li>
<a href="http://jkulton.com" target="_blank">
<img src="images/icons/website_icon.png" alt="website" />
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/jkulton/" target="_blank">
<img src="images/icons/linked_in_icon.png" alt="linkedin" />
</a>
</li>
</ul>
</li>
<li class="individual">
<img src="images/team/bharat.png" alt="Bharat Agarwal" />
<h3>Bharat Agarwal</h3>
<p>Bangalore, India</p>
<ul class="social-icons">
<li>
<a href="mailto:[email protected]" target="">
<img src="images/icons/email_icon.png" alt="email" />
</a>
</li>
<li>
<a href="https://bharatagarwal.io" target="_blank">
<img src="images/icons/website_icon.png" alt="website" />
</a>
</li>
<li>
<a href="https://www.linkedin.com/in/bharat-agarwal-b7741c91/" target="_blank">
<img src="images/icons/linked_in_icon.png" alt="linkedin" />
</a>
</li>
</ul>
</li>
</ul>
</section>
</div>
</footer>
</body>
</html>