-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
226 lines (217 loc) · 7.43 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
<html>
<head>
<title>
ServerChef - Local webserver for modern web development.
</title>
<meta charSet="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/main.css">
<link rel="stylesheet" type="text/css" href="css/devices.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link rel="canonical" href="https://serverchef.io"/>
<link rel="icon" type="image/png" href="/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="/favicon-16x16.png" sizes="16x16">
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5">
</head>
<body>
<header class="header">
<div class="container-lrg">
<div class="col-12 spread">
<div>
<a class="logo">
<img src="img/serverchef-logo.png">
</a>
</div>
<div>
<a class="nav-link" href="https://twitter.com/serverchef_io">
Twitter
</a>
<a class="nav-link" href="https://github.com/serverchef">
GitHub
</a>
</div>
</div>
</div>
<div class="container-sml text-center">
<div class="col-12">
<h1 class="heading">
Local webserver for modern web development.
</h1>
</div>
</div>
<div class="container-lrg flex">
<div class="col-6 centervertical">
<h2 class="paragraph">
ServerChef is the easiest way to simplify your web development workflow. With ServerChef, you can get productive immediately instead of wasting hours on configuration and debugging.
</h2>
<h2 class="paragraph">
<br>
Subscribe below to be the first to know when we are ready.
</h2>
<div class="ctas">
<div class="error" id="emailFormError"></div>
<div class="error" id="emailFormSuccess" style="display:none;">
Success! Please check your inbox to complete the process. See you on the other side!
</div>
<form method="POST" id="emailCollectionForm">
<input class="ctas-input" type="email" placeholder="Your Email Address" name="email" required>
<button id="submit-button" type='submit' class="ctas-button">
Notify Me
</button>
</form>
</div>
</div>
<div class="col-6 sidedevices">
<div class="browserwrapper">
<div class="browser">
<div class="mask">
<img class="mask-img" src="img/topscreenshot.png">
</div>
</div>
</div>
</div>
</div>
</header>
<div class="feature5">
<div class="container-sml text-center">
<div class="col-12">
<h3 class="heading">
Everything you've asked for and more
</h3>
</div>
</div>
<div class="container-lrg flex">
<div class="col-5 centervertical">
<div class="steps">
<div class="emoji">
<b>
</b>
</div>
<h3 class="subheading">
Unlimited VirtualHosts
</h3>
<p class="paragraph">
Develop as many projects in parallel as you like. ServerChef supports unlimited VirtualHosts for both nginx and Apache.
</p>
</div>
<div class="steps">
<div class="emoji">
<b>
</b>
</div>
<h3 class="subheading">
Flexible Enviroment
</h3>
<p class="paragraph">
Choose between any combination of PHP, nginx, Apache with the click of a button. Production parity has never been easier.
</p>
</div>
<div class="steps">
<div class="emoji">
<b>
</b>
</div>
<h3 class="subheading">
Automated Tasks
</h3>
<p class="paragraph">
ServerChef run all your tasks for you, from compiling stylesheets to optimizing images with built in support for Gulp and Grunt.
</p>
</div>
</div>
<div class="col-1">
</div>
<div class="col-6">
<div class="sidedevices">
<div class="browserwrapper">
<div class="browser">
<div class="mask">
<img class="mask-img" src="img/webapp.png">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="feature1">
<div class="container-sml">
<div class="col-12 text-center">
<h3 class="heading">
Simple demo & testing
</h3>
<p class="paragraph">
Create demo URL from ServerChef control panel to share your local work instantly with anyone over the internet. Say goodbye to sending screenshots or uploading your code every time you have some change.
</p>
</div>
</div>
<div class="container-lrg centerdevices col-12">
<div class="computeriphone">
<img src="img/demo-testing.png" style="max-width: 100%">
</div>
</div>
</div>
<div class="feature6">
<div class="container-sml flex">
<div class="col-12">
<h3 class="heading">
Mac, Windows and Linux Support
</h3>
<p class="paragraph">
ServerChef runs on any system that can run VirtualBox. Collaborating across multiple platforms has never been easier.
</p>
</div>
</div>
</div>
<div class="footer">
<div class="container-lrg center">
<div class="col-7">
<h5 class="heading">
Help us build something amazing.
</h5>
</div>
<div class="col-5">
<div class="ctas text-right">
<a class="ctas-button" href="https://github.com/serverchef">
Fork
</a>
<a class="ctas-button-2" href="https://github.com/serverchef">
Star
</a>
</div>
</div>
</div>
<div class="container-sml footer-nav text-center">
<div class="col-12">
<div>
<a class="nav-link" href="https://twitter.com/serverchef_io">
Twitter
</a>
<a class="nav-link" href="https://github.com/serverchef">
GitHub
</a>
<a class="nav-link" href="#">
Contact
</a>
</div>
<br>
<div>
<span>
© 2017 ServerChef.
</span>
</div>
</div>
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/zepto/1.2.0/zepto.min.js"></script>
<script src="js/email.js"></script>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-91796644-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>