forked from sandy-ali-basha/adsamy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
jobs.html
790 lines (771 loc) · 32 KB
/
jobs.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- for social media sharing links -->
<meta name="theme-color" content="#439299" />
<meta property="og:description" content="description" />
<meta property="og:title" content="Adsamy" />
<meta property="og:type" content="website" />
<meta property="og:url" content="website link" />
<meta property="og:image" content="website image" />
<!-- bootstrap -->
<link
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
rel="stylesheet"
integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC"
crossorigin="anonymous"
/>
<!-- scss -->
<link rel="stylesheet" href="./scss/main.css" />
<!-- Arabic-css -->
<link rel="stylesheet" href="./css/AR.css" />
<!-- Arabic-css -->
<!-- css -->
<link rel="stylesheet" href="./css/style.css" />
<!-- swiper -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/swiper@8/swiper-bundle.min.css"
/>
<title>ADSAMY | Jobs</title>
<!-- jquery -->
<script
src="https://code.jquery.com/jquery-3.6.3.min.js"
integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU="
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/@popperjs/[email protected]/dist/umd/popper.min.js"
integrity="sha384-I7E8VVD/ismYTF4hNIPjVp/Zjvgyol6VFvRkX/vR+Vc4jQkC+hVqc2pM8ODewa9r"
crossorigin="anonymous"
></script>
<!-- bootstrap -->
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
crossorigin="anonymous"
></script>
</head>
<body class="privacyPolicy">
<!-- Navbar Include -->
<nav
class="navbar sticky-top navbar-expand-lg bg-dark-blue text-white py-2"
id="navbar_container"
></nav>
<!-- --Navbar Include -->
<main class="">
<div class="bg-dark-blue py-5">
<div class="container">
<div class="row vh-100 py-5 align-items-center">
<div class="col-md-6 mb-2">
<p class="text-text-secondary-blue">CARERS AT Adsamy</p>
<h2 class="fs-3 fw-bold text-white">Join the #BugSquad!</h2>
<p class="text-text-secondary fw-light">
simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standard simply dummy text
of the printing and typesetting industry. Lorem Ipsum has been
the industry's standard
</p>
<div
class="btn btn-primary text-white"
data-bs-toggle="modal"
data-bs-target="#join"
role="button"
>
Join Now
</div>
<div
class="btn btn-primary text-white"
data-bs-toggle="modal"
data-bs-target="#hire"
role="button"
>
hire
</div>
</div>
<div class="col-md-6 mb-2">
<img src="./imgs/jobs/job1.png" class="w-100" alt="" />
</div>
</div>
</div>
</div>
<div class="AdsamyInNumbers container my-5">
<h3 class="fs-2 text-center mt-1 title">Adsamy in Numbers</h3>
<div class="row mt-3">
<div class="col-md-4 mb-3">
<div class="border p-2">
<h2>25K</h2>
<h3>Companies</h3>
<p>Over 25K companies are using Instabug</p>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="border p-2">
<h2>25K</h2>
<h3>Devices</h3>
<p>Our SDK runs over 2.7 B devices</p>
</div>
</div>
<div class="col-md-4 mb-3">
<div class="border p-2">
<h2>400M</h2>
<h3>Issues Reported</h3>
<p>Using our Bug Reporting</p>
</div>
</div>
</div>
</div>
<section class="Values bg-dark-blue text-center py-5">
<p class="text-blue">WHAT WE BELIEVE IN</p>
<h2 class="fs-1 fw-bold text-white">Values</h2>
<p class="text-light fw-light">
Our core values define who we are, what we stand for, how we should
behave, and how we should take decisions
</p>
<div class="d-flex py-5 w-75 mx-auto flex-wrap justify-content-around">
<div
class="box w-30 d-flex flex-column align-items-center justify-content-center text-center px-2 px-md-5"
>
<svg
width="72"
style="width: 70px"
height="101"
viewBox="0 0 72 101"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_2648_630)">
<path
d="M53.1794 8.06408L41.6668 33.4793H57.1714C61.8809 33.4793 64.4104 39.0174 61.3306 42.5831L24.6383 76.6827L32.0847 49.8776H13.2147C9.42793 49.8776 6.77364 46.1339 8.02459 42.5556L20.0832 8.06408H53.1794ZM64.9311 0.481445H14.7069L12.931 5.55984L0.874501 40.0513C-0.522495 44.0471 0.104036 48.4941 2.5509 51.9454C4.99776 55.3988 8.98555 57.4602 13.2147 57.4602H22.1152L17.34 74.6509L10.1646 100.481L29.7945 82.2399L66.4868 48.1403L66.7916 47.8585L67.0625 47.545C70.4513 43.6233 71.2175 38.2568 69.0649 33.5428C66.9101 28.8267 62.3551 25.8988 57.1735 25.8988H53.4228L60.0818 11.1975L64.9311 0.481445Z"
fill="#17E0D1"
/>
</g>
<defs>
<clipPath id="clip0_2648_630">
<rect
width="71"
height="100"
fill="white"
transform="translate(0.142578 0.481445)"
/>
</clipPath>
</defs>
</svg>
<h5 class="text-white">Commitment As Founder</h5>
<p class="text-light fw-light">
Every BugSquad member treats Adsamy as their own company
</p>
</div>
<div
class="box w-30 d-flex flex-column align-items-center justify-content-center text-center px-2 px-md-5"
>
<svg
style="width: 70px"
width="112"
height="101"
viewBox="0 0 112 101"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M32.7172 8.9238C37.86 8.9238 42.7762 10.9471 47.3611 14.9415C48.2676 15.7265 49.1567 16.5637 49.9935 17.401L50.0981 17.5231L56.0777 23.506L62.0398 17.5056L62.1095 17.4359C62.9638 16.5812 63.8529 15.7614 64.742 14.9764C69.3269 10.9646 74.2605 8.9238 79.4207 8.9238C88.4336 8.9238 97.3594 15.3253 101.16 24.4828C103.235 29.4889 105.292 39.3092 95.7556 48.8505L56.0951 88.533L16.3998 48.8679C6.86387 39.3267 8.92098 29.5063 10.9955 24.4828C14.7959 15.3253 23.7217 8.9238 32.7172 8.9238ZM32.7172 0.481445C8.36312 0.481445 -11.8594 32.5414 10.4377 54.8334L56.1125 100.481L101.735 54.8334C124.015 32.524 103.793 0.481445 79.4381 0.481445C72.7438 0.481445 65.7357 2.906 59.2156 8.60983C58.1522 9.5343 57.1237 10.5111 56.1125 11.5053C56.1125 11.5053 56.1125 11.5227 56.0951 11.5227C56.0951 11.5227 56.0951 11.5227 56.0777 11.5053C55.0491 10.4762 54.0031 9.49942 52.9397 8.5575C46.4023 2.88857 39.3941 0.481445 32.7172 0.481445Z"
fill="#F4674C"
/>
</svg>
<h5 class="text-white">Win User’s Hearts</h5>
<p class="text-light fw-light">
Always go the extra mile to make the customer happy
</p>
</div>
<div
class="box w-30 d-flex flex-column align-items-center justify-content-center text-center px-2 px-md-5"
>
<svg
style="width: 70px"
width="101"
height="101"
viewBox="0 0 101 101"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_2648_640)">
<g clip-path="url(#clip1_2648_640)">
<g clip-path="url(#clip2_2648_640)">
<path
d="M51.2178 9.86701C51.8419 9.86701 52.3087 10.145 52.6024 10.693L63.1995 30.3637C65.0483 33.7964 67.8255 36.6128 71.2372 38.5036L90.7741 49.3498C90.976 49.4626 91.5897 49.8035 91.5844 50.7345C91.5792 51.6654 90.9603 51.9985 90.7584 52.1086L71.0851 62.7057C67.6524 64.5545 64.8386 67.3343 62.9452 70.7408L52.0989 90.2776C51.9888 90.477 51.6505 91.088 50.7248 91.088C49.7991 91.088 49.4477 90.4664 49.3375 90.2619L38.7378 70.5887C36.889 67.1586 34.1119 64.3447 30.7028 62.4513L11.1659 51.6051C10.9639 51.4923 10.3503 51.154 10.3555 50.2205C10.3607 49.2869 10.9797 48.9539 11.1816 48.8463L30.8522 38.2492C34.2823 36.4004 37.0988 33.6233 38.9922 30.2142L49.8384 10.6773C49.9486 10.478 50.2868 9.86964 51.2126 9.86964M51.2126 0.484068C47.4678 0.484068 43.723 2.36171 41.6329 6.12486L30.7867 25.6617C29.7692 27.4947 28.2482 28.9974 26.402 29.9886L6.73397 40.5858C-0.891974 44.6951 -0.962774 55.6095 6.61334 59.8158L26.1503 70.6621C27.9833 71.6796 29.486 73.2006 30.4799 75.0467L41.077 94.72C43.1434 98.5565 46.9354 100.481 50.7274 100.481C54.5194 100.481 58.217 98.6038 60.307 94.8406L71.1533 75.3037C72.1708 73.4707 73.6918 71.968 75.5379 70.9741L95.2112 60.377C102.837 56.2677 102.906 45.3533 95.3318 41.147L75.7949 30.3007C73.9619 29.2832 72.4592 27.7622 71.468 25.9161L60.8656 6.24286C58.7992 2.40629 55.0098 0.481445 51.2178 0.481445L51.2126 0.484068Z"
fill="#FFBC00"
/>
</g>
</g>
</g>
<defs>
<clipPath id="clip0_2648_640">
<rect
width="100"
height="100"
fill="white"
transform="translate(0.972656 0.481445)"
/>
</clipPath>
<clipPath id="clip1_2648_640">
<rect
width="100"
height="100"
fill="white"
transform="translate(0.972656 0.481445)"
/>
</clipPath>
<clipPath id="clip2_2648_640">
<rect
width="100"
height="100"
fill="white"
transform="translate(0.972656 0.481445)"
/>
</clipPath>
</defs>
</svg>
<h5 class="text-white">Make it Happen</h5>
<p class="text-light fw-light">Find a way to overcome challenges</p>
</div>
<div
class="box w-30 d-flex flex-column align-items-center justify-content-center text-center px-2 px-md-5"
>
<svg
style="width: 70px"
width="101"
height="63"
viewBox="0 0 101 63"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_2648_647)">
<g clip-path="url(#clip1_2648_647)">
<path
d="M50.6426 8.1299C67.6797 8.1299 83.1571 16.9304 91.9145 31.3408C83.1571 45.7512 67.6777 54.5517 50.6426 54.5517C33.6075 54.5517 18.1281 45.7531 9.3707 31.3408C18.1281 16.9304 33.6075 8.1299 50.6426 8.1299ZM50.6426 0.481445C28.7804 0.481445 9.86003 13.0407 0.642578 31.3408C9.86003 49.6408 28.7804 62.2002 50.6426 62.2002C72.5048 62.2002 91.4251 49.6408 100.643 31.3408C91.4251 13.0407 72.5048 0.481445 50.6426 0.481445Z"
fill="#6CFFFF"
/>
<path
d="M50.6425 46.019C37.7131 46.019 27.1953 35.4846 27.1953 22.5348C27.1953 13.6815 32.0847 5.66988 39.955 1.62598L43.4408 8.43285C38.1322 11.1607 34.8336 16.5636 34.8336 22.5348C34.8336 31.2669 41.926 38.3706 50.6444 38.3706C59.3628 38.3706 66.4552 31.2669 66.4552 22.5348C66.4552 16.876 63.4081 11.6098 58.5011 8.78823L62.3027 2.15514C69.5745 6.33572 74.0896 14.1443 74.0896 22.5348C74.0896 35.4846 63.5718 46.019 50.6425 46.019Z"
fill="#6CFFFF"
/>
</g>
</g>
<defs>
<clipPath id="clip0_2648_647">
<rect
width="100"
height="62"
fill="white"
transform="translate(0.642578 0.481445)"
/>
</clipPath>
<clipPath id="clip1_2648_647">
<rect
width="100"
height="62"
fill="white"
transform="translate(0.642578 0.481445)"
/>
</clipPath>
</defs>
</svg>
<h5 class="text-white">Embrace Openess</h5>
<p class="text-light fw-light">
An open space for no company politics
</p>
</div>
<div
class="box w-30 d-flex flex-column align-items-center justify-content-center text-center px-2 px-md-5"
>
<svg
style="width: 70px"
width="101"
height="101"
viewBox="0 0 101 101"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_2648_654)">
<g clip-path="url(#clip1_2648_654)">
<path
d="M33.7174 100.481V79.1851C14.9288 77.0033 0.292725 60.9912 0.292725 41.6245V38.2942C0.292725 17.4435 17.2548 0.481445 38.0999 0.481445H62.238C83.0855 0.481445 100.048 17.4435 100.048 38.2918V41.622C100.048 61.9952 83.8519 78.6561 63.6629 79.4079L33.7174 100.479V100.481ZM38.0999 9.24535C22.0853 9.24535 9.05775 22.2748 9.05775 38.2918V41.622C9.05775 57.639 22.0853 70.6709 38.0999 70.6709H42.4824V83.6001L60.8522 70.6709H62.238C78.2525 70.6709 91.2826 57.639 91.2826 41.622V38.2918C91.2826 22.2748 78.2525 9.24535 62.238 9.24535H38.0999Z"
fill="#26DD70"
/>
<path
d="M73.5787 34.6748H29.8882V43.4412H73.5787V34.6748Z"
fill="#26DD70"
/>
</g>
</g>
<defs>
<clipPath id="clip0_2648_654">
<rect
width="100"
height="100"
fill="white"
transform="translate(0.292725 0.481445)"
/>
</clipPath>
<clipPath id="clip1_2648_654">
<rect
width="100"
height="100"
fill="white"
transform="translate(0.292725 0.481445)"
/>
</clipPath>
</defs>
</svg>
<h5 class="text-white">No BS</h5>
<p class="text-light fw-light">
Honest & Direct communication is always the key
</p>
</div>
<div
class="box w-30 d-flex flex-column align-items-center justify-content-center text-center px-2 px-md-5"
>
<svg
style="width: 70px"
width="96"
height="104"
viewBox="0 0 96 104"
fill="none"
xmlns="http://www.w3.org/2000/svg"
>
<g clip-path="url(#clip0_2648_662)">
<path
d="M81.2083 99.3811H74.0641C58.3588 99.3811 44.0584 90.3204 37.3584 76.1233L37.1783 75.7392C30.4784 61.5421 16.178 52.4814 0.472656 52.4814"
stroke="#9F5CFF"
stroke-width="8"
stroke-miterlimit="10"
/>
<path
d="M95.4727 52.4818H88.3285C72.6232 52.4818 58.3228 43.421 51.6228 29.2239L51.4427 28.8399C44.7428 14.6428 30.4424 5.58203 14.7371 5.58203"
stroke="#9F5CFF"
stroke-width="8"
stroke-miterlimit="10"
/>
</g>
<defs>
<clipPath id="clip0_2648_662">
<rect
width="95"
height="103"
fill="white"
transform="translate(0.472656 0.981445)"
/>
</clipPath>
</defs>
</svg>
<h5 class="text-white">Work Hard, Play Hard</h5>
<p class="text-light fw-light">
Full work mood while in parallel full play mood
</p>
</div>
</div>
</section>
<section class="row py-5 w-75 mx-auto">
<div class="col-md-6 mb-3">
<img
class="h-100 w-100"
style="border-radius: 30px"
src="./imgs/lifeAtInstabug.png"
alt=""
/>
</div>
<div class="col-md-6">
<div class="fw-light text-blue">
<small> <h3 class="fw-bold">Life at Instabug</h3> </small>#Work Hard
Play Hard
</div>
<p class="text-primary">
simply dummy text of the printing and typesetting industry. Lorem
Ipsum has been the industry's standardsimply dummy text of the
printing and typesetting industry.
</p>
<!-- <a
class="text-blue"
href="http://"
target="_blank"
rel="noopener noreferrer"
>Find Out More <i class="fa-solid fa-arrow-right"></i
></a> -->
</div>
</section>
<section class="py-5 ps-4">
<p class="text-blue text-center">TESTIMONIALS</p>
<h1 class="fw-bold text-center">Hear From The Team</h1>
<div class="swiper TESTIMONIALSSwiper mt-5">
<div class="swiper-wrapper">
<div class="swiper-slide mb-5">
<div class="border p-3">
<p class="fs-6 fw-light">
simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standardsimply dummy text
of the printing and typesetting industry. Lorem Ipsum has been
the industry's standard
</p>
<div
class="d-flex w-100 gap-2 py-2 justify-content-center align-items-center"
>
<div class="img-circle w-25">
<img
src="./imgs/profile.jpg"
class="rounded-circle w-100"
style="aspect-ratio: 1; object-fit: cover"
alt=""
/>
</div>
<div>
<h5 class="fw-bold text-primary">Ramez Mohareb</h5>
<div class="fw-light text-blue">
<small> People and Operations Director </small>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide mb-5">
<div class="border p-3">
<p class="fs-6 fw-light">
simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standardsimply dummy text
of the printing and typesetting industry. Lorem Ipsum has been
the industry's standard
</p>
<div
class="d-flex w-100 gap-2 py-2 justify-content-center align-items-center"
>
<div class="img-circle w-25">
<img
src="./imgs/profile.jpg"
class="rounded-circle w-100"
style="aspect-ratio: 1; object-fit: cover"
alt=""
/>
</div>
<div>
<h5 class="fw-bold text-primary">Ramez Mohareb</h5>
<div class="fw-light text-blue">
<small> People and Operations Director </small>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide mb-5">
<div class="border p-3">
<p class="fs-6 fw-light">
simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standardsimply dummy text
of the printing and typesetting industry. Lorem Ipsum has been
the industry's standard
</p>
<div
class="d-flex w-100 gap-2 py-2 justify-content-center align-items-center"
>
<div class="img-circle w-25">
<img
src="./imgs/profile.jpg"
class="rounded-circle w-100"
style="aspect-ratio: 1; object-fit: cover"
alt=""
/>
</div>
<div>
<h5 class="fw-bold text-primary">Ramez Mohareb</h5>
<div class="fw-light text-blue">
<small> People and Operations Director </small>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-slide mb-5">
<div class="border p-3">
<p class="fs-6 fw-light">
simply dummy text of the printing and typesetting industry.
Lorem Ipsum has been the industry's standardsimply dummy text
of the printing and typesetting industry. Lorem Ipsum has been
the industry's standard
</p>
<div
class="d-flex w-100 gap-2 py-2 justify-content-center align-items-center"
>
<div class="img-circle w-25">
<img
src="./imgs/profile.jpg"
class="rounded-circle w-100"
style="aspect-ratio: 1; object-fit: cover"
alt=""
/>
</div>
<div>
<h5 class="fw-bold text-primary">Ramez Mohareb</h5>
<div class="fw-light text-blue">
<small> People and Operations Director </small>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</section>
<section
class="d-flex flex-column flex-md-row justify-content-center align-items-center gap-5 bg-dark-blue p-5"
>
<div class="fs-4 text-white fw-bold">Our Investors</div>
<img src="./imgs/investors/logo.png" class="vw-10" alt="" />
<img src="./imgs/investors/logo2.png" class="vw-10" alt="" />
<img src="./imgs/investors/Vector.png" class="vw-10" alt="" />
</section>
<section class="container py-5">
<h1 class="text-center">Open Positions</h1>
<p>Open Positions</p>
<ul class="my-2" style="list-style-type: none">
<small class="text-primary fw-light"> Engineering </small>
<li class="w-100">
<a href="" class="d-flex justify-content-between">
<div class="fw-bold text-primary">Android Developer</div>
<div class="text-primary fw-light">Egypt (Hybrid)</div>
</a>
</li>
<li class="w-100">
<a href="" class="d-flex justify-content-between">
<div class="fw-bold text-primary">Android Developer</div>
<div class="text-primary fw-light">Egypt (Hybrid)</div>
</a>
</li>
<li class="w-100">
<a href="" class="d-flex justify-content-between">
<div class="fw-bold text-primary">Backend Developer I</div>
<div class="text-primary fw-light">Egypt (Hybrid)</div>
</a>
</li>
</ul>
<ul class="my-2" style="list-style-type: none">
<small class="text-primary fw-light"> Engineering </small>
<li class="w-100">
<a href="" class="d-flex justify-content-between">
<div class="fw-bold text-primary">Android Developer</div>
<div class="text-primary fw-light">Egypt (Hybrid)</div>
</a>
</li>
<li class="w-100">
<a href="" class="d-flex justify-content-between">
<div class="fw-bold text-primary">Android Developer</div>
<div class="text-primary fw-light">Egypt (Hybrid)</div>
</a>
</li>
<li class="w-100">
<a href="" class="d-flex justify-content-between">
<div class="fw-bold text-primary">Backend Developer I</div>
<div class="text-primary fw-light">Egypt (Hybrid)</div>
</a>
</li>
</ul>
</section>
</main>
<!-- Footer Include -->
<footer
class="text-center mt-0 text-lg-start text-white"
style="background-color: #1b2b44"
id="footer_container"
></footer>
<!-- --Footer Include -->
<!-- End of main -->
<div
class="modal fade"
id="join"
tabindex="-1"
aria-labelledby="join"
aria-hidden="true"
>
<div class="modal-dialog modal-md">
<div
class="modal-content d-flex align-items-center justify-content-center"
>
<section class="border-radius-12 p-3" style="width: 98%">
<div class="row">
<div class="col-12 p-4 contactBox border-radius-12">
<h4><strong>Join Our Team </strong></h4>
<small>
Complete the form to get an estimated price. Our team will be
in touch to help you make the best decision for your project.
</small>
<form action="" class="mt-4">
<div class="input-group mb-3">
<input
type="text"
class="form-control"
placeholder="Name*"
aria-label="Name"
name="Name"
aria-describedby="Name"
/>
</div>
<div class="mb-3">
<input
type="email"
name="Email"
name="Email"
id=""
class="form-control"
placeholder="Business Email*"
/>
</div>
<div class="input-group mb-3">
<input
type="text"
class="form-control"
placeholder="Phone* ex. +971"
aria-label="phone"
name="phone"
aria-describedby="phone"
/>
</div>
<div class="input-group mb-3">
<input
type="file"
class="form-control"
placeholder="CV *"
aria-label="CV"
name="CV"
aria-describedby="CV"
/>
</div>
<div class="form-check mb-3">
<input
class="form-check-input"
type="checkbox"
value=""
id="flexCheckDefault"
/>
<label
class="form-check-label text-secondary"
for="flexCheckDefault"
>
Default checkbox
</label>
</div>
<div class="d-flex gap-2 mb-3">
<i class="fa-solid fa-shield-halved"></i>
<small>
Your Data Is Protected by Doleep Studios Privacy Policy
</small>
</div>
<button type="submit" class="btn w-100 mt-3">APPLY</button>
</form>
</div>
</div>
</section>
</div>
</div>
</div>
<div
class="modal fade"
id="hire"
tabindex="-1"
aria-labelledby="hire"
aria-hidden="true"
>
<div class="modal-dialog modal-md">
<div
class="modal-content d-flex align-items-center justify-content-center"
>
<section class="border-radius-12 p-3" style="width: 98%">
<div class="row">
<div class="col-12 p-4 contactBox border-radius-12">
<h4><strong>Hire our professionals</strong></h4>
<form action="" class="mt-4">
<div class="input-group mb-3">
<input
type="text"
class="form-control"
placeholder="Name*"
aria-label="Name"
name="Name"
aria-describedby="Name"
/>
</div>
<div class="mb-3">
<input
type="email"
name="Email"
name="Email"
id=""
class="form-control"
placeholder="Business Email*"
/>
</div>
<div class="input-group mb-3">
<input
type="text"
class="form-control"
placeholder="Phone* ex. +971"
aria-label="phone"
name="phone"
aria-describedby="phone"
/>
</div>
<div class="input-group mb-3">
<textarea
placeholder="job needed"
name="job_needed"
id="job_needed"
class="form-control"
></textarea>
</div>
<div class="form-check mb-3">
<input
class="form-check-input"
type="checkbox"
value=""
id="flexCheckDefault"
/>
<label
class="form-check-label text-secondary"
for="flexCheckDefault"
>
Default checkbox
</label>
</div>
<div class="d-flex gap-2 mb-3">
<i class="fa-solid fa-shield-halved"></i>
<small>
Your Data Is Protected by Doleep Studios Privacy Policy
</small>
</div>
<button type="submit" class="btn w-100 mt-3">APPLY</button>
</form>
</div>
</div>
</section>
</div>
</div>
</div>
<script
src="https://kit.fontawesome.com/5b9061b1a3.js"
crossorigin="anonymous"
></script>
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- dynamic load fixed parts -->
<script src="./js/load_fixed_parts.js" crossorigin="anonymous"></script>
<script>
var swiper = new Swiper(".TESTIMONIALSSwiper", {
slidesPerView: "auto",
spaceBetween: 20,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
});
</script>
</body>
</html>