-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcareers.html
More file actions
936 lines (801 loc) · 53.3 KB
/
careers.html
File metadata and controls
936 lines (801 loc) · 53.3 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
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
<!DOCTYPE html>
<html lang="en" class="no-js">
<head>
<title>
Codebloom Studios Careers
</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 careers page of Codebloom Studios!" name="description">
<meta content="Responsive, Careers 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><a href="./index.html">Home</a></li>
<li><a href="#footer" class="smoothscroll">Contact</a></li>
<li class="current"><a href="./careers.html" class="smoothscroll current">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="column lg-12 s-intro__content-inner">
<h1 class="s-intro__content-title">
Think you can be a part of us? <br>
Apply below<br>
</h1>
</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 -->
<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">Interns </h3>
<div class="column lg-6 stack-on-1100 section-header__primary">
<h2 class="title text-display-1">
Launch Your Career with Hands-On Experience
</h2>
</div>
<div class="column lg-6 stack-on-1100 section-header__secondary">
<p class="desc">
Kickstart your career with an internship. Our internship program offers valuable hands-on
experience, mentorship from industry experts,
and the opportunity to work on meaningful projects that make a difference. Whether you're a
student eager to gain practical skills or a recent
graduate looking to jumpstart your career, our internship program provides a supportive
environment for growth and learning.
</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">Communication Skills</h3>
</div>
<div class="list-block__text">
<p>
Strong verbal and written communication skills to effectively collaborate with team
members and present ideas.
</p>
</div>
</div>
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Adaptability and Eagerness to Learn</h3>
</div>
<div class="list-block__text">
<p>
Willingness to adapt to new tasks, technologies, and challenges, and a proactive
attitude towards learning and self-improvement.
</p>
</div>
</div>
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Time Management and Organization</h3>
</div>
<div class="list-block__text">
<p>
Ability to prioritize tasks, manage time effectively, and meet deadlines in a fast-paced
environment.
</p>
</div>
</div>
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Team Collabration</h3>
</div>
<div class="list-block__text">
<p>
Capability to work collaboratively in a team, share ideas, and contribute positively to
group projects and discussions.
</p>
</div>
</div>
</div>
</section> <!-- end s-about -->
<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">Designers</h3>
<div class="column lg-6 stack-on-1100 section-header__primary">
<h2 class="title text-display-1">
Shape the Future with Your Creative Vision
</h2>
</div>
<div class="column lg-6 stack-on-1100 section-header__secondary">
<p class="desc">
Are you a creative thinker with a keen eye for design? Join our dynamic team of designers
and play a pivotal role in crafting intuitive user experiences and visually stunning
interfaces.
As a designer here, you'll have the chance to work on exciting projects, explore innovative
design trends,
and collaborate with talented colleagues to bring ideas to life. he things we are looking
for
</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">User-Centric Design Thinking</h3>
</div>
<div class="list-block__text">
<p>
Ability to empathize with users, conduct user research, and apply design thinking
principles to create intuitive and engaging user experiences.
</p>
</div>
</div>
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Proficiency in Design Tools</h3>
</div>
<div class="list-block__text">
<p>
Mastery of design tools such as Adobe Creative Suite (e.g., Photoshop, Illustrator, XD),
Sketch, Figma, or others commonly used in the industry.
</p>
</div>
</div>
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Visual Communication Skills</h3>
</div>
<div class="list-block__text">
<p>
Strong understanding of typography, color theory, layout design, and other principles of
visual communication.
</p>
</div>
</div>
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Prototyping and Wireframing</h3>
</div>
<div class="list-block__text">
<p>
Experience in creating wireframes, prototypes, and mockups to communicate design
concepts and iterate on designs effectively.
</p>
</div>
</div>
</div>
</section> <!-- end s-services -->
<section id="about" class="s-about target-section">
<div class="row section-header" data-num="03">
<h3 class="column lg-12 section-header__pretitle pretitle text-pretitle">Developers </h3>
<div class="column lg-6 stack-on-1100 section-header__primary">
<h2 class="title text-display-1">
Be the reson for our innovation
</h2>
</div>
<div class="column lg-6 stack-on-1100 section-header__secondary">
<p class="desc">
At Codebloom Studios, we're seeking talented developers who are passionate about creating
cutting-edge software
solutions. As a developer with us, you'll have the opportunity to work on diverse projects,
collaborate with cross-functional teams, and contribute to the development of impactful
products that
solve real-world problems.
Here are a few things that we are looking for
</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">Programming Proficiency</h3>
</div>
<div class="list-block__text">
<p>
Strong proficiency in programming languages such as Java, Python, JavaScript, or any
other languages.
</p>
</div>
</div>
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Problem-Solving Abilities</h3>
</div>
<div class="list-block__text">
<p>
Ability to analyze complex problems, propose effective solutions, and implement them
efficiently.
</p>
</div>
</div>
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Version Control</h3>
</div>
<div class="list-block__text">
<p>
Familiarity with version control systems like Git, and experience working
collaboratively in a team environment.
</p>
</div>
</div>
<div class="column list-block__item">
<div class="list-block__title">
<h3 class="h5">Software Development Practices</h3>
</div>
<div class="list-block__text">
<p>
Knowledge of software development methodologies (e.g., Agile, Scrum) and best practices
in coding, testing, and debugging.
</p>
</div>
</div>
</div>
</section> <!-- end s-about -->
<div hidden>
<!-- portfolio
----------------------------------------------- -->
<section id="folio" class="s-folio target-section">
<div class="row section-header light-on-dark" data-num="03">
<h3 class="column lg-12 section-header__pretitle text-pretitle">Recent Works</h3>
<div class="column lg-6 stack-on-1100 section-header__primary">
<h2 class="title text-display-1">
Here are some of our favorite projects we have done lately. Feel free to check them out.
</h2>
</div>
<div class="column lg-6 stack-on-1100 section-header__secondary">
<p class="desc">
Quia iusto totam facilis ut atque quidem quis maiores iure.
Facilis mollitia enim illo sed et totam commodi. Velit a
recusandae sequi consequatur est dolorum eaque.
</p>
</div>
</div> <!-- end section-header -->
<div id="bricks" class="row bricks">
<div class="column lg-12 masonry">
<div class="bricks-wrapper">
<div class="grid-sizer"></div>
<article class="brick brick--double entry">
<a href="#modal-01" class="entry__link">
<div class="entry__thumb">
<img src="images/folio/white_turban@2x.jpg" alt="">
</div>
<div class="entry__info">
<div class="entry__cat">Frontend Design</div>
<h4 class="entry__title">White Turban</h4>
</div>
</a>
</article> <!-- entry -->
<article class="brick brick--double entry">
<a href="#modal-02" class="entry__link">
<div class="entry__thumb">
<img src="images/folio/caffeine_and_tulips@2x.jpg" alt="">
</div>
<div class="entry__info">
<div class="entry__cat">Brand Identity</div>
<h4 class="entry__title">Caffeine & Tulips</h4>
</div>
</a>
</article> <!-- entry -->
<article class="brick entry">
<a href="#modal-03" class="entry__link">
<div class="entry__thumb">
<img src="images/folio/grayscale@2x.jpg" alt="">
</div>
<div class="entry__info">
<div class="entry__cat">Product Design</div>
<h4 class="entry__title">Grayscale</h4>
</div>
</a>
</article> <!-- entry -->
<article class="brick entry">
<a href="#modal-04" class="entry__link">
<div class="entry__thumb">
<img src="images/folio/lamp@2x.jpg" alt="">
</div>
<div class="entry__info">
<div class="entry__cat">E-Commerce</div>
<h4 class="entry__title">Lamp</h4>
</div>
</a>
</article> <!-- entry -->
<article class="brick entry">
<a href="#modal-05" class="entry__link">
<div class="entry__thumb">
<img src="images/folio/tropical@2x.jpg" alt="">
</div>
<div class="entry__info">
<div class="entry__cat">Frontend Design</div>
<h4 class="entry__title">Tropical</h4>
</div>
</a>
</article> <!-- entry -->
<article class="brick entry">
<a href="#modal-06" class="entry__link">
<div class="entry__thumb">
<img src="images/folio/woodcraft@2x.jpg" alt="">
</div>
<div class="entry__info">
<div class="entry__cat">E-Commerce</div>
<h4 class="entry__title">Woodcraft</h4>
</div>
</a>
</article> <!-- entry -->
</div> <!-- end bricks-wrapper -->
</div> <!-- end masonry -->
</div> <!-- end bricks -->
<!-- modal templates popup
-------------------------------------------- -->
<div id="modal-01" hidden>
<div class="modal-popup">
<img src="images/folio/gallery/g-turban.jpg" alt="">
<div class="modal-popup__desc">
<h5>White Turban</h5>
<p>Odio soluta enim quos sit asperiores rerum rerum repudiandae cum. Vel voluptatem
alias qui assumenda iure et expedita voluptatem. Ratione officiis quae.</p>
<ul class="modal-popup__cat">
<li>UX Research</li>
<li>Frontend Design</li>
</ul>
</div>
<a href="https://www.behance.net/" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-02" hidden>
<div class="modal-popup">
<img src="images/folio/gallery/g-tulips.jpg" alt="">
<div class="modal-popup__desc">
<h5>Caffeine & Tulips</h5>
<p>Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum
auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</p>
<ul class="modal-popup__cat">
<li>Brand Identity</li>
</ul>
</div>
<a href="https://www.behance.net/" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-03" hidden>
<div class="modal-popup">
<img src="images/folio/gallery/g-grayscale.jpg" alt="">
<div class="modal-popup__desc">
<h5>Grayscale</h5>
<p>Exercitationem reprehenderit quod explicabo consequatur aliquid ut magni ut. Deleniti
quo corrupti illum velit eveniet ratione necessitatibus ipsam mollitia.</p>
<ul class="modal-popup__cat">
<li>Product Design</li>
</ul>
</div>
<a href="https://www.behance.net/" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-04" hidden>
<div class="modal-popup">
<img src="images/folio/gallery/g-lamp.jpg" alt="">
<div class="modal-popup__desc">
<h5>The Lamp</h5>
<p>Dolores velit qui quos nobis. Aliquam delectus voluptas quos possimus non voluptatem
voluptas voluptas. Est doloribus eligendi porro doloribus voluptatum.</p>
<ul class="modal-popup__cat">
<li>E-Commerce</li>
</ul>
</div>
<a href="https://www.behance.net/" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-05" hidden>
<div class="modal-popup">
<img src="images/folio/gallery/g-tropical.jpg" alt="">
<div class="modal-popup__desc">
<h5>Tropical</h5>
<p>Proin gravida nibh vel velit auctor aliquet. Aenean sollicitudin, lorem quis bibendum
auctor, nisi elit consequat ipsum, nec sagittis sem nibh id elit.</p>
<ul class="modal-popup__cat">
<li>Frontend Design</li>
</ul>
</div>
<a href="https://www.behance.net/" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<div id="modal-06" hidden>
<div class="modal-popup">
<img src="images/folio/gallery/g-woodcraft.jpg" alt="">
<div class="modal-popup__desc">
<h5>Woodcraft</h5>
<p>Quisquam vel libero consequuntur autem voluptas. Qui aut vero. Omnis fugit mollitia
cupiditate voluptas. Aenean sollicitudin, lorem quis bibendum auctor.</p>
<ul class="modal-popup__cat">
<li>E-Commerce</li>
<li>Product Design</li>
</ul>
</div>
<a href="https://www.behance.net/" class="modal-popup__details">Project link</a>
</div>
</div> <!-- end modal -->
<!-- clients
-------------------------------------------- -->
<div class="s-clients row">
<div class="column lg-12">
<div class="row section-header">
<div class="column lg-12">
<h3 class="title text-display-1">Brands we have had priveledge to work with</h3>
</div>
</div> <!-- end section-header -->
<div
class="row clients-list block-lg-one-fourth block-md-one-third block-tab-one-half block-stack">
<div class="column clients-list__item">
<a href="#0">
<img src="images/clients/snowflake.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="#0">
<img src="images/clients/flash.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="#0">
<img src="images/clients/rise.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="#0">
<img src="images/clients/pinpoint.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="#0">
<img src="images/clients/proline.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="#0">
<img src="images/clients/vision.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="#0">
<img src="images/clients/volume.svg" alt="">
</a>
</div>
<div class="column clients-list__item">
<a href="#0">
<img src="images/clients/hitech.svg" alt="">
</a>
</div>
</div> <!-- clients-list -->
</div> <!-- end column lg-12 -->
</div> <!-- end s-clients -->
</section> <!-- end s-folio -->
<!-- testimonials
----------------------------------------------- -->
<section id="testimonials" class="s-testimonials">
<div class="row s-testimonials__content">
<div class="column lg-12">
<div class="swiper-container s-testimonials__slider">
<div class="swiper-wrapper">
<div class="s-testimonials__slide swiper-slide">
<div class="s-testimonials__author">
<img src="images/avatars/user-02.jpg" alt="Author image"
class="s-testimonials__avatar">
<cite class="s-testimonials__cite">
<strong>John Rockefeller</strong>
<span>Standard Oil Co.</span>
</cite>
</div>
<p>
Molestiae incidunt consequatur quis ipsa autem nam sit enim magni. Voluptas
tempore rem.
Explicabo a quaerat sint autem dolore ducimus ut consequatur neque. Nisi
dolores quaerat fuga rem nihil nostrum.
Laudantium quia consequatur molestias.
</p>
</div> <!-- end s-testimonials__slide -->
<div class="s-testimonials__slide swiper-slide">
<div class="s-testimonials__author">
<img src="images/avatars/user-03.jpg" alt="Author image"
class="s-testimonials__avatar">
<cite class="s-testimonials__cite">
<strong>Andrew Carnegie</strong>
<span>Carnegie Steel Co.</span>
</cite>
</div>
<p>
Excepturi nam cupiditate culpa doloremque deleniti repellat. Veniam quos
repellat voluptas animi adipisci.
Nisi eaque consequatur. Voluptatem dignissimos ut ducimus accusantium
perspiciatis.
Quasi voluptas eius distinctio. Atque eos maxime.
</p>
</div> <!-- end s-testimonials__slide -->
<div class="s-testimonials__slide swiper-slide">
<div class="s-testimonials__author">
<img src="images/avatars/user-01.jpg" alt="Author image"
class="s-testimonials__avatar">
<cite class="s-testimonials__cite">
<strong>John Morgan</strong>
<span>JP Morgan & Co.</span>
</cite>
</div>
<p>
Repellat dignissimos libero. Qui sed at corrupti expedita voluptas odit.
Nihil ea quia nesciunt. Ducimus aut sed ipsam.
Autem eaque officia cum exercitationem sunt voluptatum accusamus. Quasi
voluptas eius distinctio.
Voluptatem dignissimos ut.
</p>
</div> <!-- end s-testimonials__slide -->
<div class="s-testimonials__slide swiper-slide">
<div class="s-testimonials__author">
<img src="images/avatars/user-06.jpg" alt="Author image"
class="s-testimonials__avatar">
<cite class="s-testimonials__cite">
<strong>Henry Ford</strong>
<span>Ford Motor Co.</span>
</cite>
</div>
<p>
Nunc interdum lacus sit amet orci. Vestibulum dapibus nunc ac augue. Fusce
vel dui. In ac felis
quis tortor malesuada pretium. Curabitur vestibulum aliquam leo. Qui sed at
corrupti expedita voluptas odit.
Nihil ea quia nesciunt. Ducimus aut sed ipsam.
</p>
</div> <!-- end s-testimonials__slide -->
</div> <!-- end swiper-wrapper -->
<div class="swiper-pagination"></div>
</div> <!-- end swiper-container -->
</div> <!-- end column -->
</div> <!-- end s-testimonials__content -->
</section> <!-- end testimonials -->
</div>
</section>
<p class="row">
<h3 style="text-align:center;">
Interested! Email us your resume and we'll get back to you.</h3>
</p>
<!-- # site-footer
================================================== -->
<footer id="footer" class="s-footer target-section" style="background-color: #f8f8f8;">
<div class="row section-header" data-num="04">
<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>