-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
385 lines (304 loc) · 14.9 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
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
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Codeblase</title>
<meta name="Nova theme" content="width=device-width, initial-scale=1">
<link rel="shortcut icon" type="image/png" href="assets/images/favicon.png" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"
integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css" />
<link rel="stylesheet" href="assets/css/responsive.css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" />
</head>
<body>
<!-- Navigation
================================================== -->
<div class="hero-background">
<div class="container">
<div class="header-container header">
<a href="#email-form">
<button class="header-btn"> <b>Get Started</b></button>
</a>
<div class="header-right">
<a class="navbar-item" href="#team">The Team</a>
<a class="navbar-item" href="#pricing">Pricing</a>
<a class="navbar-item" href="#features">Features</a>
</div>
</div>
<!--navigation-->
<!-- Hero-Section
================================================== -->
<div class="hero row">
<div class="hero-right col-sm-6 col-sm-6">
<img class="logo" src="assets/images/logo.png" />
<img class="mobile-only-image" src="assets/images/feature1.png" />
<h4 class="header-running-text light"> Codeblase is an online platform that allows users to create,
manage and host a full backend stack easily and without writing any code. </h4>
<a href="#email-form">
<button class="hero-btn"> <b>Get Started</b> </button>
</a>
</div>
<!--hero-left-->
<div class="col-sm-6 col-sm-6 ipad">
<img class="ipad-screen img-responsive" src="assets/images/feature1.png" />
</div>
<div><img class="mouse" src="assets/images/mouse.svg" /></div>
</div>
<!--hero-->
</div>
<!--hero-container-->
</div>
<!--hero-background-->
<!-- Features
================================================== -->
<div id="features" class="features-section">
<div class="features-container row">
<h2 class="features-headline light">FEATURES</h2>
<div class="col-sm-4 feature">
<div class="feature-icon feature-no-display">
<img class="feature-img" src="assets/images/customizable.svg">
</div>
<h5 class="feature-head-text feature-no-display"> GUI Backend creator </h5>
<p class="feature-subtext light feature-no-display"> Create Database / CMS, and get automatically
generated (C.R.U.D) REST API. Plus create your own custom endpoints</p>
</div>
<div class="col-sm-4 feature">
<div class="feature-icon feature-no-display feature-display-mid">
<img class="feature-img" src="assets/images/shield.svg">
</div>
<h5 class="feature-head-text feature-no-display feature-display-mid"> Auth-ready APIs </h5>
<p class="feature-subtext light feature-no-display feature-display-mid"> Out-of-the-box Authentication
and User roles authorization and customizations</p>
</div>
<div class="col-sm-4 feature">
<div class="feature-icon feature-no-display feature-display-last">
<img class="feature-img" src="assets/images/server.svg">
</div>
<h5 class="feature-head-text feature-no-display feature-display-last"> Hosting & Storage </h5>
<p class="feature-subtext light feature-no-display feature-display-last"> Media / Files upload
management APIs</p>
</div>
</div>
<!--features-container-->
</div>
<!--features-section-->
<!-- Grey-Section
================================================== -->
<div class="comp-section row">
<div class="compare-item">
<h2 class="imac-section-header light">WHAT YOU GET:</h2>
<h4 class=" pricing-section-sub text-center light">Backend & Databse Builder</h4>
<div class="comparison">
<figure style="background-image: url(./assets/images/before-after/1-after.jpg);;">
<div id="divisor-1" style="background-image: url(./assets/images/before-after/1-before.jpg);">
</div>
</figure>
<input type="range" min="0" max="100" value="50" id="slider-1" oninput="moveDivisor('1')">
</div>
</div>
<div class="compare-item">
<h4 class=" pricing-section-sub text-center light">Automatically Generated CMS, REST APIs, User Auth &
Roles, Media
upload, and many more...</h4>
<div class="comparison">
<figure style="background-image: url(./assets/images/before-after/2-after.jpg);">
<div id="divisor-2" style="background-image: url(./assets/images/before-after/2-before.jpg);">
</div>
</figure>
<input type="range" min="0" max="100" value="50" id="slider-2" oninput="moveDivisor('2')">
</div>
</div>
</div>
<!-- White-Section
================================================== -->
<div class="white-section row">
<div class="imac col-sm-6">
<img class="imac-screen img-responsive" src="assets/images/feature2.png">
</div>
<!--imac-->
<div class="col-sm-6">
<div class="white-section-text">
<h2 class="imac-section-header light">SIMPLE AND EASY</h2>
<div class="imac-section-desc">
<span> Backend-as-a-Service: Create the whole backend stack of your projects without backend
programming experience. Our platform will give you full control to generate a database, manage
(add/edit/delete) data on an automatically generated CMS or JSON REST APIs with CRUD operations
on the database, authorization and authentication APIs, Media upload, visually create the
backend logic, create customizable user roles and access levels, and many more. </span>
</div>
</div>
</div>
</div>
<!-- Logos
================================================== -->
<div class="logos-section">
<img class="logos" src="assets/images/logos.png" />
</div>
<!--logos-section-->
<!-- Pricing
================================================== -->
<div id="pricing" class="pricing-background">
<h2 class="pricing-section-header light text-center">CHOOSE YOUR PRICING PLAN</h2>
<h4 class=" pricing-section-sub text-center light">Pick any of our super affordable pricing plans</h4>
<div class="pricing-table row">
<div class="col-sm-4">
<div class="plan">
<h3 class="plan-title light">STARTER</h3>
<h4 class="plan-cost bold">15</h4>
<h5 class="monthly">per month</h5>
<ul class="plan-features">
<li>1 Core vCPU</li>
<li>1 GB Memory</li>
<li>40 GB SSD Strorage</li>
<li>2 TB transfer</li>
<li>Dedicated public IPv4</li>
<li>Custom domain </li>
</ul>
<div class="plan-price-div text-center">
<div class="choose-plan-div">
<a class="plan-btn light" href="#">
Get Started
</a>
</div>
</div>
</div>
<!--basic-plan--->
</div>
<!--col-->
<div class="col-sm-4">
<div class="mid-plan">
<h3 class="plan-title light">DEV</h3>
<h4 class="plan-cost bold">30</h4>
<h5 class="monthly">per month</h5>
<ul class="plan-features">
<li>2 Core vCPUs</li>
<li>4 GB Memory</li>
<li>80 GB SSD Strorage</li>
<li>4 TB transfer</li>
<li>Dedicated public IPv4</li>
<li>Custom domain</li>
</ul>
<div class="plan-price-div text-center">
<div class="choose-plan-div">
<a class="plan-btn light" href="#">
Get Started
</a>
</div>
</div>
</div>
<!--pro-plan--->
</div>
<!--col-->
<div class="col-sm-4">
<div class="plan">
<h3 class="plan-title light">SUDO</h3>
<h4 class="plan-cost bold">50</h4>
<h5 class="monthly">per month</h5>
<ul class="plan-features">
<li>2 Core vCPUs</li>
<li>8 GB Memory</li>
<li>160 GB SSD Strorage</li>
<li>5 TB transfer</li>
<li>Dedicated public IPv4</li>
<li>Custom domain</li>
</ul>
<div class="plan-price-div text-center">
<div class="choose-plan-div">
<a class="plan-btn light" href="#">
Get Started
</a>
</div>
</div>
</div>
<!--pro-plan--->
</div>
<!--col-->
</div>
<!--pricing-table-->
</div>
<!--pricing-background-->
<!-- Team
================================================== -->
<div id="team" class="team">
<h2 class="team-section-header light text-center">CREATED BY COMPUTER GEEKS LIKE YOU!</h2>
<div class="team-container row">
<div class="col-sm-4 team-member">
<img src="assets/images/vader.png">
<div class="team-member-text">
<h4 class="team-member-position light">CEO / Fullstack Engineer</h4>
<h5 class="bold">Jeanclaude Aoun</h5>
<p class="light">Developing Big Ideas and Planning Every Step! <br> JavaScript ♥</p>
<a href="http://www.twitter.com"><img class="team-social-icon"
src="assets/images/team-twitter.svg"></a>
<a href="http://www.facebook.com"><img class="team-social-icon"
src="assets/images/team-facebook.svg"></a>
<a href="https://plus.google.com/"><img class="team-social-icon"
src="assets/images/team-google.svg"></a>
</div>
</div>
<div class="col-sm-4 team-member">
<img src="assets/images/ironman.png">
<div class="team-member-text">
<h4 class="team-member-position light">Backend Engineer</h4>
<h5 class="bold">Elias El Teeny</h5>
<p class="light">Coding Secure and Scalable Modules with Best Practices! <br> Flutter/Dart ♥
</p>
<a href="http://www.twitter.com"><img class="team-social-icon"
src="assets/images/team-twitter.svg"></a>
<a href="http://www.facebook.com"><img class="team-social-icon"
src="assets/images/team-facebook.svg"></a>
<a href="https://plus.google.com/"><img class="team-social-icon"
src="assets/images/team-google.svg"></a>
</div>
</div>
<div class="col-sm-4 team-member">
<img src="assets/images/batman.png">
<div class="team-member-text">
<h4 class="team-member-position light">Systems Architect Dev-Ops</h4>
<h5 class="bold">Roger Tannous</h5>
<p class="light">Secure Deploymnet Automation and Autoscaling! <br> Linux ♥</p>
<a href="http://www.twitter.com"><img class="team-social-icon"
src="assets/images/team-twitter.svg"></a>
<a href="http://www.facebook.com"><img class="team-social-icon"
src="assets/images/team-facebook.svg"></a>
<a href="https://plus.google.com/"><img class="team-social-icon"
src="assets/images/team-google.svg"></a>
</div>
</div>
<! -- .row -->
</div>
<!--team-container--->
</div>
<!--team-section--->
<!-- Footer
================================================== -->
<div class="footer">
<div class="container">
<div class="row">
<div class="col-sm-2"></div>
<div class="col-sm-8 promospan">
<a href="#"> <img src="assets/images/logo.png" style="width: 100px;" /> </a>
<p class="promospan-text"> © All rights reserved </p>
</div>
<!--promospan-->
<div class="col-sm-2">
<div class="social-links">
<a href="#"> <img class="social-link" src="assets/images/twitter.svg" /> </a>
<a href="#"> <img src="assets/images/facebook.svg" /> </a>
</div>
<!--social-links-->
</div>
<!--social-links-parent-->
</div>
<!--row-->
</div>
<!--container-->
</div>
<!--footer-->
<script src="https://code.jquery.com/jquery-3.2.1.min.js"
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script src="assets/js/script.js"></script>
</body>
</html>