-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
453 lines (412 loc) · 13.1 KB
/
index.html
File metadata and controls
453 lines (412 loc) · 13.1 KB
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
---
layout: landing-page
---
<!-- Header -->
<!-- <div
id="myCarousel"
class="carousel slide banner-carousel"
data-ride="carousel"
> -->
<!-- Indicators -->
<!-- <ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
<li data-target="#myCarousel" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="item active">
<img src="/img/home/agile-software-development-agency.jpg" alt="Los Angeles" />
<div class="carousel-caption mb-150">
<h1>We Build Full Stack, AI/ML and DevOps Solutions</h1>
<p class="intro-sub-title">
We are experts at building digital products
</p>
</div>
</div>
<div class="item">
<img src="/img/home/codecrux-banner-10.jpg" alt="Chicago" />
<div class="carousel-caption mb-150">
<h1>Agile Software Development Agency</h1>
<p class="intro-sub-title">Innovative, Quality & On-time</p>
</div>
</div>
<div class="item">
<img src="/img/home/codecrux-banner-2.jpg" alt="New york" />
<div class="carousel-caption mb-150">
<h1>We are your remote team</h1>
<p class="intro-sub-title">Reliable, Talented & Smart</p>
</div>
</div>
</div>
<a class="left carousel-control" href="#myCarousel" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
</a>
<a class="right carousel-control" href="#myCarousel" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div> -->
<section class="banner">
<div class="intro-text">
<h1 class="intro-heading"><div class="intro-lead-in">We Create</div>Smart, Data-Driven and Outcome focussed Products</h1>
<div class="intro-sub-text">
<p class="for-text">for</p>
<ul class="intro-sub-list">
<li>Startups</li>
<li>High Growth</li>
<li>Enterprises</li>
</ul>
</div>
<a href="/contact" class="page-scroll btn btn-know-more">Contact Us <i class="fa fa-angle-right fa-lg"></i></a>
</div>
</section>
<div class="clearfix"></div>
<!-- {% include /technology.html %} -->
<div class="container">
<hr class="pf-item-hr" />
</div>
{% include /what-we-do.html %}
<style>
:root {
/* CodeCrux inspired palette */
--primary-gradient: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
--glass-bg: rgba(255, 255, 255, 0.8);
}
.hero-section {
padding: 40px 0;
/* background-color: #9048fd; */
overflow: hidden;
}
/* Left Side Content */
.hero-content {
padding-right: 2rem;
}
/* Right Side: Responsive Half-Card Container */
.hero-card-wrapper {
display: flex;
justify-content: center;
align-items: center;
perspective: 1000px;
}
.hero-img-card {
position: relative;
/* Desktop: Takes up 70% of its column to look like a floating "half-part" */
width: 100%;
padding: 0px;
border-radius: 20px; /* Ultra-round corners */
box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
cursor: pointer;
animation: float 5s ease-in-out infinite;
}
/* Hover Effect: Scale up, rotate slightly, and increase shadow */
.hero-img-card:hover {
transform: scale(1.05) rotateX(5deg) rotateY(-5deg);
box-shadow: 0 30px 60px rgba(59, 130, 246, 0.4);
}
.hero-img-card img {
width: 100%;
border-radius: 20px; /* Matches the outer container padding */
display: block;
}
/* Floating Animation */
@keyframes float {
0%, 100% { transform: translateY(0px); }
50% { transform: translateY(-15px); }
}
/* Mobile Responsiveness */
@media (max-width: 991.98px) {
.hero-section {
padding: 50px 0;
text-align: center;
}
.hero-content {
padding-right: 0;
margin-bottom: 3rem;
}
.hero-img-card {
width: 100%; /* Take full width on mobile for better visibility */
border-radius: 30px;
}
.hero-img-card img {
border-radius: 20px;
}
.justify-content-md-start {
justify-content: center !important;
}
}
/* Button Styling */
.btn-gradient {
background: var(--primary-gradient);
color: #fff;
border: none;
border-radius: 50px;
padding: 10px 35px;
font-weight: 600;
transition: 0.3s;
}
.btn-gradient:hover {
opacity: 0.9;
color: #fff;
transform: translateY(-2px);
}
</style>
<div class="section-heading">
<h2>Our SaaS Products</h2>
<br />
<center>
<p>
We've helped organizations across industries leverage our products for quick setup.
</p>
</center>
</div>
<section class="hero-section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 hero-content">
<h1 class="display-5 fw-bold mb-4">Insightful
<span style="color: #3b82f6;">Revenue-Driving Call Intelligence with AI Platform</span></h1>
<p class="lead mb-4">
Semantic Intent Engine
Stop searching for keywords like "cancel" or "happy." Our AI understands meaning.
It identifies frustration, urgency, and buying signals even if the customer never uses the specific words.
</p>
<ul>
<li>1) Find exactly where calls went wrong in seconds</li>
<li>2) Auto-tag competitor mentions across millions of calls</li>
</ul>
<br>
<div class="d-grid d-md-flex justify-content-md-start gap-3">
<a href="/insightful-call-intelligence-AI-platform.html" target="_blank">
<button class="btn btn-gradient btn-lg">View More Details</button>
</a>
</div>
</div>
<div class="col-lg-6 hero-card-wrapper">
<a href="/insightful-call-intelligence-AI-platform.html" target="_blank">
<div class="hero-img-card">
<img src="/img/insightful-call-intelligence-AI-platform.webp" alt="App Screenshot" class="img-fluid">
</div>
</a>
</div>
<br>
</div>
</div>
</section>
<section class="hero-section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 hero-card-wrapper">
<a href="https://blinkcrm.in/" target="_blank">
<div class="hero-img-card">
<img src="/img/blinkcrm.webp" alt="App Screenshot" class="img-fluid">
</div>
</a>
</div>
<div class="col-lg-6 hero-content">
<h1 class="display-5 fw-bold mb-4">BlinkCRM
<span style="color: #3b82f6;">Turn Your LinkedIn Network into Leads. </span></h1>
<p class="lead mb-4">
BlinkCRM is the AI-powered platform to automate lead nurturing, personalize outreach,
and close deals faster, directly from your LinkedIn connections.
No more manual data entry. No more generic emails. Just results.
</p>
<br>
<div class="d-grid d-md-flex justify-content-md-start gap-3">
<a href="https://blinkcrm.in/" target="_blank">
<button class="btn btn-gradient btn-lg">View More Details</button>
</a>
</div>
</div>
<br>
</div>
</div>
</section>
<section class="hero-section">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6 hero-content">
<h1 class="display-5 fw-bold mb-4">Razorops
<span style="color: #3b82f6;">Kubernetes Performance and Cost Optimization using AI</span></h1>
<p class="lead mb-4">
The intelligent AI platform that continuously tunes your Kubernetes
clusters for peak performance at the lowest possible cost. Automatically.
</p>
<br>
<div class="d-grid d-md-flex justify-content-md-start gap-3">
<a href="https://razorops.com/" target="_blank">
<button class="btn btn-gradient btn-lg">View More Details</button>
</a>
</div>
</div>
<div class="col-lg-6 hero-card-wrapper">
<a href="https://razorops.com/" target="_blank">
<div class="hero-img-card">
<img src="/img/razorops-kubecost.webp" alt="App Screenshot" class="img-fluid">
</div>
</a>
</div>
<br>
</div>
</div>
</section>
<!-- <section
id="focus-areas"
class="features-wraper"
style="padding: 1px !important"
>
<div class="features-wraper-head">
<div class="section-heading">
<h2>Industries we've worked</h2>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-sm-12"></div>
<img
src="/img/home/codecrux-product-industries.png"
alt="codecrux product industries"
width="100%"
style="margin-top: -60px"
/>
</div>
</div>
</section> -->
<!-- Portfolio Grid Section -->
<section id="portfolio" class="portfolio-wrap">
<br />
<div class="section-heading">
<h2>Our Clients</h2>
<br />
<center>
<p>
We've helped organizations across industries leverage the web and mobile
for their business goals.
</p>
</center>
</div>
<div class="container">
<div class="row text-center">
<div class="col-sm-3 col-xs-6">
<img src="/img/clients/yaxis.jpg" alt="Y-Axis" class="client-logo" />
</div>
<div class="col-sm-3 col-xs-6">
<img
src="/img/clients/novartis.png"
alt="novartis"
class="client-logo"
/>
</div>
<div class="col-sm-3 col-xs-6">
<img
src="/img/clients/comakeit.jpg"
alt="ComakeIT"
class="client-logo"
/>
</div>
<div class="col-sm-3 col-xs-6">
<img
src="/img/clients/tech-mahindre.jpg"
alt="Tech Mahindra"
class="client-logo"
/>
</div>
<div class="col-sm-3 col-xs-6">
<img src="/img/clients/hclub.jpg" alt="Hclub" class="client-logo" />
</div>
<div class="col-sm-3 col-xs-6">
<img
src="/img/clients/barknlounge.jpg"
alt="Barknlounge"
class="client-logo"
/>
</div>
<div class="col-sm-3 col-xs-6">
<img
src="/img/clients/hiredgrad.jpg"
alt="Hiredgrad"
class="client-logo"
/>
</div>
<div class="col-sm-3 col-xs-6">
<img src="/img/clients/zaggle.jpg" alt="Zaggle" class="client-logo" />
</div>
<div class="col-sm-3 col-xs-6">
<img src="/img/clients/auzmor.png" alt="auzmor" class="client-logo" />
</div>
<div class="col-sm-3 col-xs-6">
<img
src="/img/clients/maverick.jpg"
alt="Maverick"
class="client-logo"
/>
</div>
<div class="col-sm-3 col-xs-6">
<img
src="/img/clients/cantileverlabs.png"
alt="cantileverlabs"
class="client-logo"
/>
</div>
<div class="col-sm-3 col-xs-6">
<img
src="/img/clients/1dossier.png"
alt="1dossier"
class="client-logo"
/>
</div>
<div class="col-sm-3 col-xs-6">
<img
src="/img/clients/apposite.png"
alt="apposite"
class="client-logo"
/>
</div>
<div class="col-sm-3 col-xs-6">
<img
src="/img/clients/teepublic.png"
alt="teepublic"
class="client-logo"
/>
</div>
<div class="col-sm-3 col-xs-6">
<img src="/img/clients/proarch.png" alt="proarch" class="client-logo" />
</div>
<div class="col-sm-3 col-xs-6">
<img src="/img/clients/predera.png" alt="predera" class="client-logo" />
</div>
<div class="col-sm-3 col-xs-6">
<img src="/img/clients/minibar.png" alt="minibar" class="client-logo" />
</div>
<div class="col-sm-3 col-xs-6">
<img
src="/img/clients/migrocer.png"
alt="migrocer"
class="client-logo"
/>
</div>
<div class="col-sm-3 col-xs-6">
<img
src="/img/clients/dbmtgroup.png"
alt="dbmtgroup"
class="client-logo"
/>
</div>
<div class="col-sm-3 col-xs-6">
<img
src="/img/clients/university-of-hyderabad.jpg"
alt="university of hyderabad"
class="client-logo"
/>
</div>
</div>
</div>
</section>
<div class="module-border-wrap">
<div class="module">{% include /testimonial.html %}</div>
</div>
<!-- {% include /products.html %} -->
{% include /articles.html %}
<br>
<br>
<br>