-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
500 lines (480 loc) · 14.7 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
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<title>Qubble</title>
<meta name="description" content="Your data with real-time analytics" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1"
/>
<link rel="shortcut icon" href="img/favicon/favicon.svg" type="image/png" />
<link rel="apple-touch-icon" href="img/favicon/apple-touch-icon.png" />
<link
rel="apple-touch-icon"
sizes="72x72"
href="img/favicon/apple-touch-icon-72x72.png"
/>
<link
rel="apple-touch-icon"
sizes="114x114"
href="img/favicon/apple-touch-icon-114x114.png"
/>
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#36A26B" />
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#36A26B" />
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-status-bar-style" content="#36A26B" />
<style>
body {
opacity: 0;
overflow-x: hidden;
}
html {
background-color: #fff;
}
</style>
<!-- Hosted at: https://marktim24.github.io/Data-analytics-Landing/ -->
</head>
<body>
<section
id="top_banner"
style="background-image: url('img/main_section/bg_main_banner.svg')"
>
<header id="header">
<div class="container">
<div class="inner_header">
<a href="" class="logo"
><img src="img/header/logo.svg" alt="Analytics"
/></a>
<div class="right_header">
<div class="hamburger" id="hamburger-1">
<span class="line"></span>
<span class="line"></span>
<span class="line"></span>
</div>
<ul class="menu_top">
<li class="has_sub_menu">
<a href="#">About</a>
<ul class="sub_menu">
<li><a href="#">Certification</a></li>
<li><a href="#">Team</a></li>
<li><a href="#">Requisities</a></li>
<li><a href="#">History</a></li>
</ul>
</li>
<li><a href="#">Pricing</a></li>
<li><a href="#">Contact Us</a></li>
<li><a href="#">Login</a></li>
</ul>
<a href="" class="btn_header">Get Started</a>
</div>
</div>
</div>
</header>
<div class="main_banner">
<div class="container">
<div class="row">
<div
class="col-lg-6 col-md-8 order-lg-1 order-2 wow slideInLeft"
data-wow-duration="1s"
>
<div class="main_banner_info">
<div class="notif">
<img
src="img/main_section/update-icon_first_banner.svg"
alt="update icon"
/>
<p>v3.1 released.<a href=""> Learn more</a></p>
</div>
<h1>Your data with real-time analytics</h1>
<div class="descrtiption">
Harness the potential of Big Data Analytics & Cloud Services
and become a data-driven organization with Needle tail
</div>
<div class="btns">
<a href="#" class="btn">Start free trial</a>
<a href="#" class="btn btn_white">Learn more</a>
</div>
</div>
</div>
<div
class="col-lg-6 col-md-4 order-lg-2 order-1 wow slideInRight"
data-wow-duration="1s"
>
<picture class="img-responsive">
<source
srcset="img/main_section/first_banner_img.webp"
type="image/webp"
/>
<img
src="img/main_section/first_banner_img.png"
class="animate_graphic"
alt="First banner"
/>
</picture>
</div>
</div>
</div>
</div>
</section>
<section id="advantages">
<div class="container wow fadeIn" data-wow-duration="2s">
<div class="notif">
<img src="img/advantages/eye_icon.svg" alt="eye_icon" />
<p>Why Qubly</p>
</div>
<div class="heading_main">
<h2>Get actionable insights from Big Data in 3 steps</h2>
<div class="description">
Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam
nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam
erat, sed diam voluptua.
</div>
</div>
<div class="row row_adv">
<div class="col-md-4 col-sm-12">
<div class="item_adv">
<img src="img/advantages/timeline.svg" alt="timeline_icon" />
<div class="heading">Data in real-time</div>
<div class="descr">
Collect data in real-time from multiple channels and move it
into a data lake, in its original format.
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="item_adv">
<img
src="img/advantages/newsletter-dev.svg"
alt="newsletter_icon"
/>
<div class="heading">Powerful Algorithms</div>
<div class="descr">
With the help of powerful algorithms, quality rules &
techniques, obtain simplified & enriched data.
</div>
</div>
</div>
<div class="col-md-4 col-sm-12">
<div class="item_adv">
<img src="img/advantages/chart-bar-33.svg" alt="chart-bar_icon" />
<div class="heading">Valuable business insights</div>
<div class="descr">
Collect processed & cleansed data that is ready to be analyzed
to gather valuable business insights.
</div>
</div>
</div>
</div>
</div>
</section>
<section id="info_1" class="information">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-6 col-md-4 wow fadeInLeft" data-wow-duration="1s">
<picture class="img-responsive">
<source srcset="./img/info/circle_icons.webp" type="image/webp" />
<img
src="./img/info/circle_icons.png"
class="animate_graphic"
alt="Circle icons"
/>
</picture>
</div>
<div class="col-lg-6 col-md-8 wow fadeInRight" data-wow-duration="1s">
<div class="right_info">
<div class="notif">
<img
src="img/info/electronic-circuit.svg"
alt="electronic-circuit icon"
/>
<p>For Product Teams</p>
</div>
<h3>Launch with the best stack</h3>
<div class="descr">
A centralized platform that integrates zillions of data sources
using Big Data ELT (Extract, Load & Transform) that leaves no
data behind
</div>
</div>
</div>
</div>
</div>
</section>
<section id="info_2" class="information">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-6 col-md-8 wow fadeInLeft" data-wow-duration="1s">
<div class="right_info">
<div class="notif">
<img src="img/info/compass.svg" alt="compass icon" />
<p>For Engineering Teams</p>
</div>
<h3>Data-driven pipelines in minutes</h3>
<div class="descr">
Maintenance-free data pipelines with quick set-up and
straight-forward deployments that are powered by a modern &
scalable platform.
</div>
</div>
</div>
<div class="col-lg-6 col-md-4 wow fadeInRight" data-wow-duration="1s">
<picture class="img-responsive">
<source
srcset="./img/info/pipeline_icons.webp"
type="image/webp"
/>
<img
src="./img/info/pipeline_icons.png"
class="animate_graphic"
alt="Pipeline icons"
/>
</picture>
</div>
</div>
</div>
</section>
<section id="reviews">
<div class="container wow fadeIn" data-wow-duration="2s">
<div id="rev_1" class="review_item active">
<div class="quotes">
"What I love about Qubly is the easy way we can collaborate even if
there is a lot of people involved in the process"
</div>
<img src="./img/reviews/profile.webp" alt="Profile Image" />
<h5 class="name">Guillaume Cabane</h5>
<div class="job_title">CTO @ BigSpring</div>
</div>
<div id="rev_2" class="review_item">
<div class="quotes">
"Qubly is my #1 go-to tool. If you're serious about data sources,
you need Qubly"
</div>
<img src="./img/reviews/profile.webp" alt="Profile Image" />
<h5 class="name">Alex Citivis</h5>
<div class="job_title">SEO @ builder.io</div>
</div>
<div id="rev_3" class="review_item">
<div class="quotes">
"I would highly recommend Qubly as they were extremely professional
and incredibly helpful throughout the entire process"
</div>
<img src="./img/reviews/profile.webp" alt="Profile Image" />
<h5 class="name">Max Kitman</h5>
<div class="job_title">Founder @ TURBOPACK</div>
</div>
<div id="rev_4" class="review_item">
<div class="quotes">
"Thanks to Qubly, we are able to gain real-time visibility into our
customer debt and follow up on unpaid invoices if necessary."
</div>
<img src="./img/reviews/profile.webp" alt="Profile Image" />
<h5 class="name">Mark Abigale</h5>
<div class="job_title">CTO @ upstash</div>
</div>
<div id="rev_5" class="review_item">
<div class="quotes">
"It's not just a pretty face. I'm also thrilled by the quality of
support. It is fast, reliable and has no complications at all."
</div>
<img src="./img/reviews/profile.webp" alt="profile_image" />
<h5 class="name">Nick Diamond</h5>
<div class="job_title">CTO @ nhost</div>
</div>
<div class="line"></div>
<div class="nav_review">
<div data-revid="#rev_1" class="active">
<img src="./img/reviews/bigspring.svg" alt="builder-io_logo" />
</div>
<div data-revid="#rev_2">
<img src="./img/reviews/builder-io.svg" alt="BigSpring_logo" />
</div>
<div data-revid="#rev_3">
<img src="./img/reviews/turbopack.svg" alt="turbopack_logo" />
</div>
<div data-revid="#rev_4">
<img src="./img/reviews/upstash.svg" alt="upstash_logo" />
</div>
<div data-revid="#rev_5">
<img src="./img/reviews/nhost.svg" alt="nhost_logo" />
</div>
</div>
</div>
</section>
<section id="form">
<div class="container">
<div class="row d-flex align-items-center">
<div class="col-lg-6 wow fadeInLeft" data-wow-duration="1s">
<div class="form_info">
<h4>
See why the world’s best companies use Qubly to become truly
data-driven.
</h4>
<img
src="./img/form/Trusted_by.svg"
alt="Trusted by_icon"
class="trusted_line"
/>
<img
src="./img/form/Client_logos.svg"
alt="Clients logos"
class="img-responsive"
/>
</div>
</div>
<div class="col-lg-6 wow fadeInRight" data-wow-duration="1s">
<div class="form_wrapper">
<form action="mail.php" method="POST">
<h4>Sign Up</h4>
<input
type="email"
placeholder="Your primary email"
name="email"
required
/>
<input
type="password"
placeholder="Password"
name="password"
required
/>
<input
type="password"
placeholder="Re-type password"
name="password"
required
/>
<button type="submit" class="btn_form">
Start your free trial
</button>
<div class="or">or</div>
<a href="#"
><img src="img/form/google_signin.png" alt="Google Sign In"
/></a>
<div class="form_footer">
<div class="line"></div>
<p>Already have an account? <a href="#">Login</a></p>
</div>
</form>
</div>
</div>
</div>
</div>
</section>
<footer id="footer">
<div class="container">
<div class="row_flex">
<div class="col_footer_1">
<div class="logo_info">
<a href=""
><img src="img/footer/Logo_footer.svg" alt="Qubly Logo"
/></a>
<div class="descr">
Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed
diam nonummy nibh euismod tincidunt ut laoreet dolore magna
aliquam erat volutpat ut wisi enim ad minim
</div>
<ul class="socials">
<li>
<a href="#"
><img src="img/footer/facebook.svg" alt="facebook Logo"
/></a>
</li>
<li>
<a href="#"
><img src="img/footer/twitter.svg" alt="twitter Logo"
/></a>
</li>
<li>
<a href="#"
><img src="img/footer/instagram.svg" alt="instagram Logo"
/></a>
</li>
</ul>
</div>
</div>
<div class="col_footer_2">
<div class="menu_footer_wrapper">
<div class="menu_footer">
<b class="heading">Product</b>
<ul>
<li>
<a href="">Connections</a>
<a href="">Protocols</a>
<a href="">Personas</a>
<a href="">Integrations Catalog</a>
<a href="">Pricing</a>
<a href="">Security</a>
<a href="">GDPR</a>
</li>
</ul>
</div>
<div class="menu_footer">
<b class="heading">For Developers</b>
<ul>
<li>
<a href="">Docs</a>
<a href="">API</a>
<a href="">Open Source</a>
<a href="">Engineering Team</a>
</li>
</ul>
</div>
<div class="menu_footer">
<b class="heading">Company</b>
<ul>
<li>
<a href="">Careers</a>
<a href="">Blog</a>
<a href="">Press</a>
</li>
</ul>
</div>
<div class="menu_footer">
<b class="heading">Support</b>
<ul>
<li>
<a href="">Help Center</a>
<a href="">Contact Us</a>
<a href="">Security Bulletins</a>
<a href="">Documentation</a>
<a href="">Partner Portal</a>
</li>
</ul>
</div>
</div>
</div>
<div class="col_footer_3">
<div class="newsletter">
<b class="heading">Newsletter</b>
<form>
<input type="email" placeholder="Email" />
<button>
<img src="img/footer/send_email.svg" alt="Send Email" />
</button>
</form>
</div>
</div>
</div>
<div class="copyright">Designed by Rahul Rao</div>
</div>
</footer>
<!-- libs -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,900&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="libs/bootstrap-grid.min.css" />
<link rel="stylesheet" href="libs/animate.css" />
<script src="libs/jquery/dist/jquery.min.js"></script>
<script src="libs/wow.min.js"></script>
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/adaptive.css" />
<script src="js/common.js"></script>
</body>
</html>