-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
576 lines (501 loc) · 37.4 KB
/
index.html
File metadata and controls
576 lines (501 loc) · 37.4 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
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
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>
Codebloom Studios
</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="utf-8">
<meta content="yes" name="apple-mobile-web-app-capable">
<meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
<!-- Core Meta Data -->
<meta content="StyleShout" name="author">
<meta content="The landing page of Codebloom Studios!" name="description">
<meta content="Responsive, Landing Page, One Page" name="keywords"><!-- Open Graph Meta Data -->
<meta content="website">
<meta content="index.html">
<script>
document.documentElement.classList.remove('no-js');
document.documentElement.classList.add('js');
</script>
<link rel="stylesheet" href="css/vendor.css">
<link rel="stylesheet" href="css/styles.css">
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon.svg">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon.svg">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon.svg">
<link rel="manifest" href="site.webmanifest">
</head>
<body id="top">
<script src="./js/index.js"></script>
<!-- preloader
================================================== -->
<div id="preloader">
<div id="loader"></div>
</div>
<!-- page wrap
================================================== -->
<div id="page" class="s-pagewrap">
<!-- # site header
================================================== -->
<header class="s-header">
<div class="row s-header__inner">
<div class="s-header__block">
<div class="s-header__logo">
<a class="logo" href="index.html">
<img src="images/logov1.svg" alt="Homepage">
<!-- CODEBLOOM STUDIOS -->
</a>
</div>
<a class="s-header__menu-toggle" href="#0"><span>Menu</span></a>
</div> <!-- end s-header__block -->
<nav class="s-header__nav">
<ul class="s-header__menu-links">
<li class="current"><a href="#intro" class="smoothscroll">Intro</a></li>
<li><a href="#about" class="smoothscroll">About</a></li>
<li><a href="#services" class="smoothscroll">Services</a></li>
<li><a href="#footer" class="smoothscroll">Contact</a></li>
<li><a href="./careers.html">Careers</a></li>
</ul> <!-- s-header__menu-links -->
<ul class="s-header__social">
<li>
<a href="https://youtube.com/@codebloomstudios">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z" />
</svg>
<span class="u-screen-reader-text">Youtube</span>
</a>
</li>
<li>
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:">
<path
d="M20,3H4C3.447,3,3,3.448,3,4v16c0,0.552,0.447,1,1,1h8.615v-6.96h-2.338v-2.725h2.338v-2c0-2.325,1.42-3.592,3.5-3.592 c0.699-0.002,1.399,0.034,2.095,0.107v2.42h-1.435c-1.128,0-1.348,0.538-1.348,1.325v1.735h2.697l-0.35,2.725h-2.348V21H20 c0.553,0,1-0.448,1-1V4C21,3.448,20.553,3,20,3z">
</path>
</svg>
<span class="u-screen-reader-text">Facebook</span>
</a>
</li>
<li>
<a href="https://twitter.com/codebstudios">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:">
<path
d="M19.633,7.997c0.013,0.175,0.013,0.349,0.013,0.523c0,5.325-4.053,11.461-11.46,11.461c-2.282,0-4.402-0.661-6.186-1.809 c0.324,0.037,0.636,0.05,0.973,0.05c1.883,0,3.616-0.636,5.001-1.721c-1.771-0.037-3.255-1.197-3.767-2.793 c0.249,0.037,0.499,0.062,0.761,0.062c0.361,0,0.724-0.05,1.061-0.137c-1.847-0.374-3.23-1.995-3.23-3.953v-0.05 c0.537,0.299,1.16,0.486,1.82,0.511C3.534,9.419,2.823,8.184,2.823,6.787c0-0.748,0.199-1.434,0.548-2.032 c1.983,2.443,4.964,4.04,8.306,4.215c-0.062-0.3-0.1-0.611-0.1-0.923c0-2.22,1.796-4.028,4.028-4.028 c1.16,0,2.207,0.486,2.943,1.272c0.91-0.175,1.782-0.512,2.556-0.973c-0.299,0.935-0.936,1.721-1.771,2.22 c0.811-0.088,1.597-0.312,2.319-0.624C21.104,6.712,20.419,7.423,19.633,7.997z">
</path>
</svg>
<span class="u-screen-reader-text">Twitter</span>
</a>
</li>
<li>
<a href="https://www.instagram.com/codebloomstudios/">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:">
<path
d="M11.999,7.377c-2.554,0-4.623,2.07-4.623,4.623c0,2.554,2.069,4.624,4.623,4.624c2.552,0,4.623-2.07,4.623-4.624 C16.622,9.447,14.551,7.377,11.999,7.377L11.999,7.377z M11.999,15.004c-1.659,0-3.004-1.345-3.004-3.003 c0-1.659,1.345-3.003,3.004-3.003s3.002,1.344,3.002,3.003C15.001,13.659,13.658,15.004,11.999,15.004L11.999,15.004z">
</path>
<circle cx="16.806" cy="7.207" r="1.078"></circle>
<path
d="M20.533,6.111c-0.469-1.209-1.424-2.165-2.633-2.632c-0.699-0.263-1.438-0.404-2.186-0.42 c-0.963-0.042-1.268-0.054-3.71-0.054s-2.755,0-3.71,0.054C7.548,3.074,6.809,3.215,6.11,3.479C4.9,3.946,3.945,4.902,3.477,6.111 c-0.263,0.7-0.404,1.438-0.419,2.186c-0.043,0.962-0.056,1.267-0.056,3.71c0,2.442,0,2.753,0.056,3.71 c0.015,0.748,0.156,1.486,0.419,2.187c0.469,1.208,1.424,2.164,2.634,2.632c0.696,0.272,1.435,0.426,2.185,0.45 c0.963,0.042,1.268,0.055,3.71,0.055s2.755,0,3.71-0.055c0.747-0.015,1.486-0.157,2.186-0.419c1.209-0.469,2.164-1.424,2.633-2.633 c0.263-0.7,0.404-1.438,0.419-2.186c0.043-0.962,0.056-1.267,0.056-3.71s0-2.753-0.056-3.71C20.941,7.57,20.801,6.819,20.533,6.111z M19.315,15.643c-0.007,0.576-0.111,1.147-0.311,1.688c-0.305,0.787-0.926,1.409-1.712,1.711c-0.535,0.199-1.099,0.303-1.67,0.311 c-0.95,0.044-1.218,0.055-3.654,0.055c-2.438,0-2.687,0-3.655-0.055c-0.569-0.007-1.135-0.112-1.669-0.311 c-0.789-0.301-1.414-0.923-1.719-1.711c-0.196-0.534-0.302-1.099-0.311-1.669c-0.043-0.95-0.053-1.218-0.053-3.654 c0-2.437,0-2.686,0.053-3.655c0.007-0.576,0.111-1.146,0.311-1.687c0.305-0.789,0.93-1.41,1.719-1.712 c0.534-0.198,1.1-0.303,1.669-0.311c0.951-0.043,1.218-0.055,3.655-0.055c2.437,0,2.687,0,3.654,0.055 c0.571,0.007,1.135,0.112,1.67,0.311c0.786,0.303,1.407,0.925,1.712,1.712c0.196,0.534,0.302,1.099,0.311,1.669 c0.043,0.951,0.054,1.218,0.054,3.655c0,2.436,0,2.698-0.043,3.654H19.315z">
</path>
</svg>
<span class="u-screen-reader-text">Instagram</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/codebloomstudios">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
</svg>
<span class="u-screen-reader-text">Linkedin</span>
</a>
</li>
</ul> <!-- s-header__social -->
</nav> <!-- end s-header__nav -->
</div> <!-- end s-header__inner -->
</header> <!-- end s-header -->
<!-- # site-content
================================================== -->
<section id="content" class="s-content">
<!-- intro
----------------------------------------------- -->
<section id="intro" class="s-intro target-section">
<div class="s-intro__bg"></div>
<div class="row s-intro__content">
<div class="s-intro__content-bg"></div>
<div class="column lg-12 s-intro__content-inner">
<h1 class="s-intro__content-title">
Coding the Future, <br>
One Blossom at a Time.<br>
</h1>
<!-- <h3 class="s-intro__content-buttons text-subtitle">
Transforming Your Vision into Digital Brilliance: <br>
Where Ideas Blossom into Seamless Solutions.
</h3> -->
<div class="s-intro__content-buttons">
<a href="#download" class="btn btn--stroke s-intro__content-btn smoothscroll">More About
Us</a>
<!-- <a href="https://player.vimeo.com/video/14592941?color=f26522&title=0&byline=0&portrait=0" class="s-intro__content-video-btn">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;"><path d="M7 6v12l10-6z"></path></svg>
</a> -->
</div>
</div> <!-- s-intro__content-inner -->
</div> <!-- s-intro__content -->
<div class="s-intro__scroll-down">
<a href="#about" class="smoothscroll">
<span>Scroll Down</span>
</a>
</div> <!-- s-intro__scroll-down -->
</section> <!-- end s-intro -->
<!-- about
----------------------------------------------- -->
<section id="about" class="s-about target-section">
<div class="row section-header" data-num="01">
<h3 class="column lg-12 section-header__pretitle pretitle text-pretitle">Who We Are</h3>
<div class="column lg-6 stack-on-1100 section-header__primary">
<h2 class="title text-display-1">
Codebloom Studios is an agency based in Bengaluru.
We cultivate ideas and craft digital solutions for brands.
</h2>
</div>
<div class="column lg-6 stack-on-1100 section-header__secondary">
<p class="desc">
We are an innovation firm that focuses on cultivating digital landscapes for bespoke
software solutions, from app development to web design, fostering creativity and redefining
the future.
</p>
</div>
</div> <!-- end section-header -->
<div class="row process-list list-block show-ctr block-lg-one-half block-tab-whole">
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Define</h3>
</div>
<div class="list-block__text">
<p>
We collaborate with you to establish a solid foundation for your digital journey,
focusing on aligning your goals with possibilities and preparing for an exceptional
digital experience.
</p>
</div>
</div> <!-- end list-block__item -->
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Design</h3>
</div>
<div class="list-block__text">
<p>
We transcend aesthetics to craft immersive and user-centric experiences. From wireframes
to pixel-perfect designs,
we mold concepts into visual stories that resonate, ensuring not just functionality, but
an emotional connection with your audience.
</p>
</div>
</div> <!-- end list-block__item -->
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Build</h3>
</div>
<div class="list-block__text">
<p>
Our skilled developers utilize advanced technologies to bring your vision to life,
ensuring a seamless transition from concept to reality.
</p>
</div>
</div> <!-- end list-block__item -->
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Launch</h3>
</div>
<div class="list-block__text">
<p>
We launch your masterpiece with strategic precision, marking the beginning of its
journey towards digital success.
</p>
</div>
</div> <!-- end list-block__item -->
</div> <!-- end process-list -->
</section> <!-- end s-about -->
<!-- services
----------------------------------------------- -->
<section id="services" class="s-services target-section">
<div class="row section-header" data-num="02">
<h3 class="column lg-12 section-header__pretitle text-pretitle">What We Do</h3>
<div class="column lg-6 stack-on-1100 section-header__primary">
<h2 class="title text-display-1">
Our services are tailored to make your business grow and stand out.
</h2>
</div>
<div class="column lg-6 stack-on-1100 section-header__secondary">
<p class="desc">
We specialize in creating seamless digital experiences,
including UI/UX design, mobile and web development, SEO optimization,
and comprehensive software solutions for IoT innovations and automation.
</p>
</div>
</div> <!-- end section-header -->
<div class="row services-list list-block block-lg-one-half block-tab-whole">
<div class="column list-block__item">
<div class="list-block__title">
<div class="list-block__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;">
<path
d="m6.516 14.323-1.49 6.452a.998.998 0 0 0 1.529 1.057L12 18.202l5.445 3.63a1.001 1.001 0 0 0 1.517-1.106l-1.829-6.4 4.536-4.082a1 1 0 0 0-.59-1.74l-5.701-.454-2.467-5.461a.998.998 0 0 0-1.822 0L8.622 8.05l-5.701.453a1 1 0 0 0-.619 1.713l4.214 4.107zm2.853-4.326a.998.998 0 0 0 .832-.586L12 5.43l1.799 3.981a.998.998 0 0 0 .832.586l3.972.315-3.271 2.944c-.284.256-.397.65-.293 1.018l1.253 4.385-3.736-2.491a.995.995 0 0 0-1.109 0l-3.904 2.603 1.05-4.546a1 1 0 0 0-.276-.94l-3.038-2.962 4.09-.326z">
</path>
</svg>
</div>
<h3 class="h5">Brand Identity</h3>
</div>
<div class="list-block__text">
<p>
We create a distinctive brand identity by analyzing your business's essence, from logo
design to color palettes,
ensuring a lasting impression and transforming your brand into an unforgettable
experience, not just a logo.
</p>
</div>
</div> <!-- end list-block__item -->
<div class="column list-block__item">
<div class="list-block__title">
<div class="list-block__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;">
<path
d="m21.406 6.086-9-4a1.001 1.001 0 0 0-.813 0l-9 4c-.02.009-.034.024-.054.035-.028.014-.058.023-.084.04-.022.015-.039.034-.06.05a.87.87 0 0 0-.19.194c-.02.028-.041.053-.059.081a1.119 1.119 0 0 0-.076.165c-.009.027-.023.052-.031.079A1.013 1.013 0 0 0 2 7v10c0 .396.232.753.594.914l9 4c.13.058.268.086.406.086a.997.997 0 0 0 .402-.096l.004.01 9-4A.999.999 0 0 0 22 17V7a.999.999 0 0 0-.594-.914zM12 4.095 18.538 7 12 9.905l-1.308-.581L5.463 7 12 4.095zM4 16.351V8.539l7 3.111v7.811l-7-3.11zm9 3.11V11.65l7-3.111v7.812l-7 3.11z">
</path>
</svg>
</div>
<h3 class="h5">Product Design</h3>
</div>
<div class="list-block__text">
<p>
We blend form and function seamlessly, creating user-centric experiences that resonate.
From conceptualization to crafting visually appealing interfaces, we bring your vision
to life.
</p>
</div>
</div> <!-- end list-block__item -->
<div class="column list-block__item">
<div class="list-block__title">
<div class="list-block__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;">
<path
d="M6 14c-2.206 0-4 1.794-4 4s1.794 4 4 4a4.003 4.003 0 0 0 3.998-3.98H10V16h4v2.039h.004A4.002 4.002 0 0 0 18 22c2.206 0 4-1.794 4-4s-1.794-4-4-4h-2v-4h2c2.206 0 4-1.794 4-4s-1.794-4-4-4-4 1.794-4 4v2h-4V5.98h-.002A4.003 4.003 0 0 0 6 2C3.794 2 2 3.794 2 6s1.794 4 4 4h2v4H6zm2 4c0 1.122-.879 2-2 2s-2-.878-2-2 .879-2 2-2h2v2zm10-2c1.121 0 2 .878 2 2s-.879 2-2 2-2-.878-2-2v-2h2zM16 6c0-1.122.879-2 2-2s2 .878 2 2-.879 2-2 2h-2V6zM6 8c-1.121 0-2-.878-2-2s.879-2 2-2 2 .878 2 2v2H6zm4 2h4v4h-4v-4z">
</path>
</svg>
</div>
<h3 class="h5">Application Development</h3>
</div>
<div class="list-block__text">
<p>
We go beyond coding, sculpting intuitive and powerful applications that elevate user
experiences.
From concept to deployment, our team ensures your vision becomes a digital reality,
seamlessly combining functionality and user delight.
</p>
</div>
</div> <!-- end list-block__item -->
<div class="column list-block__item">
<div class="list-block__title">
<div class="list-block__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;">
<path
d="M20 3H4c-1.103 0-2 .897-2 2v11c0 1.103.897 2 2 2h4l-1.8 2.4 1.6 1.2 2.7-3.6h3l2.7 3.6 1.6-1.2L16 18h4c1.103 0 2-.897 2-2V5c0-1.103-.897-2-2-2zM4 16V5h16l.001 11H4z">
</path>
<path d="M6 12h4v2H6z"></path>
</svg>
</div>
<h3 class="h5">UI/UX Research</h3>
</div>
<div class="list-block__text">
<p>
We meticulously explore user behaviors, needs, and expectations to create interfaces
that not only captivate
but also seamlessly align with user journeys.
Elevate your digital presence with designs rooted in meaningful research and tailored to
engage and delight."
</p>
</div>
</div> <!-- end list-block__item -->
<!-- <div class="column list-block__item">
<div class="list-block__title">
<div class="list-block__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;"><path d="M5 22h14c1.103 0 2-.897 2-2V9a1 1 0 0 0-1-1h-3V7c0-2.757-2.243-5-5-5S7 4.243 7 7v1H4a1 1 0 0 0-1 1v11c0 1.103.897 2 2 2zM9 7c0-1.654 1.346-3 3-3s3 1.346 3 3v1H9V7zm-4 3h2v2h2v-2h6v2h2v-2h2l.002 10H5V10z"></path></svg>
</div>
<h3 class="h5">E-Commerce</h3>
</div>
<div class="list-block__text">
<p>
Quos numquam et ea. Non fuga quidem pariatur. Repellendus doloremque unde modi aut.
Quo cumque porro eum saepe quibusdam odit eligendi. Doloribus qui sit repellendus cupiditate.
Sed porro magnam dignissimos et facilis animi quis tempora. Rerum cum molestiae.
</p>
</div>
</div>
<div class="column list-block__item">
<div class="list-block__title">
<div class="list-block__icon">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;"><path d="M21 6c0-1.654-1.346-3-3-3a2.993 2.993 0 0 0-2.815 2h-6.37A2.993 2.993 0 0 0 6 3C4.346 3 3 4.346 3 6c0 1.302.839 2.401 2 2.815v6.369A2.997 2.997 0 0 0 3 18c0 1.654 1.346 3 3 3a2.993 2.993 0 0 0 2.815-2h6.369a2.994 2.994 0 0 0 2.815 2c1.654 0 3-1.346 3-3a2.997 2.997 0 0 0-2-2.816V8.816A2.996 2.996 0 0 0 21 6zm-3-1a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm-2.815 12h-6.37A2.99 2.99 0 0 0 7 15.184V8.816A2.99 2.99 0 0 0 8.815 7h6.369A2.99 2.99 0 0 0 17 8.815v6.369A2.99 2.99 0 0 0 15.185 17zM6 5a1.001 1.001 0 1 1-1 1c0-.551.448-1 1-1zm0 14a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2zm12 0a1.001 1.001 0 0 1 0-2 1.001 1.001 0 0 1 0 2z"></path></svg>
</div>
<h3 class="h5">Illustration</h3>
</div>
<div class="list-block__text">
<p>
Quasi in nulla maiores minus cupiditate tenetur ut officia sint. Quis consequatur
officiis dolor nulla fuga itaque cum aut. Ut ut quis omnis dolor. Qui modi voluptatem eum.
Minus numquam consequatur incidunt vel maiores nostrum. Commodi dignissimos sed
laudantium aliquam tempora.
</p>
</div>
</div> -->
<!-- end list-block__item -->
</div> <!-- end process-list -->
</section> <!-- end s-services -->
</section> <!-- end content -->
<!-- # site-footer
================================================== -->
<footer id="footer" class="s-footer target-section">
<div class="row section-header" data-num="03">
<h3 class="column lg-12 section-header__pretitle text-pretitle">Get In Touch</h3>
<div class="column lg-6 stack-on-1100 section-header__primary">
<h2 class="title text-display-1">
Have an idea or an epic project in mind? Talk to us.
Let's work together and make something great.
Drop us a line at <a href="mailto:contact@codebloomstudios.com"
title="">contact@codebloomstudios.com</a>
</h2>
</div>
<div class="column lg-6 stack-on-1100 section-header__secondary">
<div class="contact-block">
<h6>Where To Find Us</h6>
<p>
No 17, Manganahalli EXTN, Sulikere PO <br>
Bengaluru - 560060 <br>
Karnataka IN
</p>
</div>
<div class="contact-block">
<h6>Contact Info</h6>
<ul class="contact-list">
<li><a href="tel:+919980916377">+91 99809 16377</a></li>
<li><a href="tel:+919141128016">+91 91411 28016</a></li>
</ul>
</div>
</div>
</div> <!-- end section-header -->
<div class="row list-block block-lg-one-half block-tab-whole block-stack-on-1000 s-footer__btns">
<div class="column list-block__item">
<div class="s-footer__contact-btn">
<a href="mailto:contact@codebloomstudios.com" class="btn btn--primary u-fullwidth">
Let's Talk
</a>
</div>
</div>
<div class="column list-block__item">
<div class="subscribe-form s-footer__subscribe">
<h6>Subscribe</h6>
<form id="mc-form" class="mc-form">
<input type="email" name="EMAIL" id="mce-EMAIL" class="u-fullwidth text-center"
placeholder="Your Email Address"
title="The domain portion of the email address is invalid (the portion after the @)."
pattern="^([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x22([^\x0d\x22\x5c\x80-\xff]|\x5c[\x00-\x7f])*\x22)(\x2e([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x22([^\x0d\x22\x5c\x80-\xff]|\x5c[\x00-\x7f])*\x22))*\x40([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x5b([^\x0d\x5b-\x5d\x80-\xff]|\x5c[\x00-\x7f])*\x5d)(\x2e([^\x00-\x20\x22\x28\x29\x2c\x2e\x3a-\x3c\x3e\x40\x5b-\x5d\x7f-\xff]+|\x5b([^\x0d\x5b-\x5d\x80-\xff]|\x5c[\x00-\x7f])*\x5d))*(\.\w{2,})+$"
required>
<input type="submit" name="subscribe" value="Subscribe"
class="btn btn--primary u-fullwidth">
<!-- <div style="position: absolute; left: -5000px;" aria-hidden="true"><input type="text" name="b_cdb7b577e41181934ed6a6a44_9a91cfe7b3" tabindex="-1" value=""></div> -->
<div class="mc-status"></div>
</form>
</div>
</div>
</div> <!-- end s-footer__btns -->
<div class="row s-footer__bottom">
<div class="column lg-6 tab-12 s-footer__bottom-left">
<ul class="s-footer__social">
<li>
<a href="https://youtube.com/@codebloomstudios">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
d="M19.615 3.184c-3.604-.246-11.631-.245-15.23 0-3.897.266-4.356 2.62-4.385 8.816.029 6.185.484 8.549 4.385 8.816 3.6.245 11.626.246 15.23 0 3.897-.266 4.356-2.62 4.385-8.816-.029-6.185-.484-8.549-4.385-8.816zm-10.615 12.816v-8l8 3.993-8 4.007z" />
</svg>
<span class="u-screen-reader-text">Youtube</span>
</a>
</li>
<li>
<a href="">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:">
<path
d="M20,3H4C3.447,3,3,3.448,3,4v16c0,0.552,0.447,1,1,1h8.615v-6.96h-2.338v-2.725h2.338v-2c0-2.325,1.42-3.592,3.5-3.592 c0.699-0.002,1.399,0.034,2.095,0.107v2.42h-1.435c-1.128,0-1.348,0.538-1.348,1.325v1.735h2.697l-0.35,2.725h-2.348V21H20 c0.553,0,1-0.448,1-1V4C21,3.448,20.553,3,20,3z">
</path>
</svg>
<span class="u-screen-reader-text">Facebook</span>
</a>
</li>
<li>
<a href="https://twitter.com/codebstudios">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:">
<path
d="M19.633,7.997c0.013,0.175,0.013,0.349,0.013,0.523c0,5.325-4.053,11.461-11.46,11.461c-2.282,0-4.402-0.661-6.186-1.809 c0.324,0.037,0.636,0.05,0.973,0.05c1.883,0,3.616-0.636,5.001-1.721c-1.771-0.037-3.255-1.197-3.767-2.793 c0.249,0.037,0.499,0.062,0.761,0.062c0.361,0,0.724-0.05,1.061-0.137c-1.847-0.374-3.23-1.995-3.23-3.953v-0.05 c0.537,0.299,1.16,0.486,1.82,0.511C3.534,9.419,2.823,8.184,2.823,6.787c0-0.748,0.199-1.434,0.548-2.032 c1.983,2.443,4.964,4.04,8.306,4.215c-0.062-0.3-0.1-0.611-0.1-0.923c0-2.22,1.796-4.028,4.028-4.028 c1.16,0,2.207,0.486,2.943,1.272c0.91-0.175,1.782-0.512,2.556-0.973c-0.299,0.935-0.936,1.721-1.771,2.22 c0.811-0.088,1.597-0.312,2.319-0.624C21.104,6.712,20.419,7.423,19.633,7.997z">
</path>
</svg>
<span class="u-screen-reader-text">Twitter</span>
</a>
</li>
<li>
<a href="https://www.instagram.com/codebloomstudios/">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill:rgba(0, 0, 0, 1);transform:;-ms-filter:">
<path
d="M11.999,7.377c-2.554,0-4.623,2.07-4.623,4.623c0,2.554,2.069,4.624,4.623,4.624c2.552,0,4.623-2.07,4.623-4.624 C16.622,9.447,14.551,7.377,11.999,7.377L11.999,7.377z M11.999,15.004c-1.659,0-3.004-1.345-3.004-3.003 c0-1.659,1.345-3.003,3.004-3.003s3.002,1.344,3.002,3.003C15.001,13.659,13.658,15.004,11.999,15.004L11.999,15.004z">
</path>
<circle cx="16.806" cy="7.207" r="1.078"></circle>
<path
d="M20.533,6.111c-0.469-1.209-1.424-2.165-2.633-2.632c-0.699-0.263-1.438-0.404-2.186-0.42 c-0.963-0.042-1.268-0.054-3.71-0.054s-2.755,0-3.71,0.054C7.548,3.074,6.809,3.215,6.11,3.479C4.9,3.946,3.945,4.902,3.477,6.111 c-0.263,0.7-0.404,1.438-0.419,2.186c-0.043,0.962-0.056,1.267-0.056,3.71c0,2.442,0,2.753,0.056,3.71 c0.015,0.748,0.156,1.486,0.419,2.187c0.469,1.208,1.424,2.164,2.634,2.632c0.696,0.272,1.435,0.426,2.185,0.45 c0.963,0.042,1.268,0.055,3.71,0.055s2.755,0,3.71-0.055c0.747-0.015,1.486-0.157,2.186-0.419c1.209-0.469,2.164-1.424,2.633-2.633 c0.263-0.7,0.404-1.438,0.419-2.186c0.043-0.962,0.056-1.267,0.056-3.71s0-2.753-0.056-3.71C20.941,7.57,20.801,6.819,20.533,6.111z M19.315,15.643c-0.007,0.576-0.111,1.147-0.311,1.688c-0.305,0.787-0.926,1.409-1.712,1.711c-0.535,0.199-1.099,0.303-1.67,0.311 c-0.95,0.044-1.218,0.055-3.654,0.055c-2.438,0-2.687,0-3.655-0.055c-0.569-0.007-1.135-0.112-1.669-0.311 c-0.789-0.301-1.414-0.923-1.719-1.711c-0.196-0.534-0.302-1.099-0.311-1.669c-0.043-0.95-0.053-1.218-0.053-3.654 c0-2.437,0-2.686,0.053-3.655c0.007-0.576,0.111-1.146,0.311-1.687c0.305-0.789,0.93-1.41,1.719-1.712 c0.534-0.198,1.1-0.303,1.669-0.311c0.951-0.043,1.218-0.055,3.655-0.055c2.437,0,2.687,0,3.654,0.055 c0.571,0.007,1.135,0.112,1.67,0.311c0.786,0.303,1.407,0.925,1.712,1.712c0.196,0.534,0.302,1.099,0.311,1.669 c0.043,0.951,0.054,1.218,0.054,3.655c0,2.436,0,2.698-0.043,3.654H19.315z">
</path>
</svg>
<span class="u-screen-reader-text">Instagram</span>
</a>
</li>
<li>
<a href="https://www.linkedin.com/company/codebloomstudios">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
<path
d="M19 0h-14c-2.761 0-5 2.239-5 5v14c0 2.761 2.239 5 5 5h14c2.762 0 5-2.239 5-5v-14c0-2.761-2.238-5-5-5zm-11 19h-3v-11h3v11zm-1.5-12.268c-.966 0-1.75-.79-1.75-1.764s.784-1.764 1.75-1.764 1.75.79 1.75 1.764-.783 1.764-1.75 1.764zm13.5 12.268h-3v-5.604c0-3.368-4-3.113-4 0v5.604h-3v-11h3v1.765c1.396-2.586 7-2.777 7 2.476v6.759z" />
</svg>
<span class="u-screen-reader-text">Linkedin</span>
</a>
</li>
</ul>
</div>
<div class="column lg-6 tab-12 s-footer__bottom-right">
<div class="ss-copyright">
<!-- <span>© Copyright Mueller 2022</span> -->
<!-- <span>Design by <a href="https://www.styleshout.com/">StyleShout</a></span> -->
<span><a href="termsAndConditions.html">Terms and Conditions of Services </a></span>
<span><a href="privacyPolicy.html">Privacy Policy</a></span>
</div>
</div>
</div> <!-- s-footer__bottom -->
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
style="fill: rgba(0, 0, 0, 1);transform: ;msFilter:;">
<path d="M6 4h12v2H6zm5 10v6h2v-6h5l-6-6-6 6z"></path>
</svg>
</a>
</div> <!-- end ss-go-top -->
</footer> <!-- end footer -->
<!-- Java Script
================================================== -->
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>