-
Notifications
You must be signed in to change notification settings - Fork 228
/
services.html
675 lines (613 loc) · 30.4 KB
/
services.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OS-CODE</title>
<meta
name="description"
content="Multi-College Tech Community empowering students to Learn in Public. Join us to connect with like-minded individuals and foster campus learning culture."
/>
<link rel="canonical" href="/index.html" />
<link rel="stylesheet" type="text/css" href="path/to/slick.css" />
<script src="path/to/jquery.min.js"></script>
<script src="path/to/slick.min.js"></script>
<!-- Favicons -->
<link href="assets/img/logo.webp" rel="icon" />
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Kanit:wght@500&family=Montserrat&family=Noto+Serif&family=Prompt:wght@500&family=Rajdhani:wght@500&display=swap"
rel="stylesheet"
/>
<!-- Include Slick Carousel CSS -->
<!-- <link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css" /> -->
<link
rel="stylesheet"
type="text/css"
href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.css"
/>
<!-- Include jQuery (required by Slick Carousel) -->
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- Include Slick Carousel JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<!-- Vendor CSS Files -->
<link href="vendor/aos/aos.css" rel="stylesheet" />
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<link href="vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet" />
<link href="vendor/boxicons/css/boxicons.min.css" rel="stylesheet" />
<link href="vendor/glightbox/css/glightbox.min.css" rel="stylesheet" />
<link href="vendor/remixicon/remixicon.css" rel="stylesheet" />
<link href="vendor/swiper/swiper-bundle.min.css" rel="stylesheet" />
<!-- Bootstrap Script -->
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css"
integrity="sha384-xOolHFLEh07PJGoPkLv1IbcEPTNtaed2xpHsD9ESMhqIYd0nLMwNLD69Npy4HI+N"
crossorigin="anonymous"
/>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj"
crossorigin="anonymous"
></script>
<script
src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-Fy6S3B9q64WdZWQUiU+q4/2Lc9npb8tCaSX9FK7E8HnRr0Jz8D6OP9dO5Vg3Q9ct"
crossorigin="anonymous"
></script>
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet" />
<link href="assets/css/contact.css" rel="stylesheet" />
<link href="assets/css/client.css" rel="stylesheet" />
<link href="assets/css/counts.css" rel="stylesheet" />
<link href="assets/css/about.css" rel="stylesheet" />
<link href="assets/css/join_us.css" rel="stylesheet" />
<link href="assets/css/faq.css" rel="stylesheet" />
<link rel="stylesheet" href="assets/css/contactform.css" />
<link rel="stylesheet" href="assets/css/services.css" />
<!-- Font Awesome -->
<script
src="https://kit.fontawesome.com/37377042d1.js"
crossorigin="anonymous"
></script>
<!-- Why Choose Us button css -->
<link rel="stylesheet" href="/assets/css/whychooseusbutton.css" />
<!-- for overriding the nav css -->
<link rel="stylesheet" href="./assets/css/override.css" />
</head>
<body>
<header
id="header"
class="glassmorphic fixed-top d-flex align-items-center newFlex"
>
<div class="mainContainer container d-flex align-items-center">
<!-- logo and name together -->
<div class="logoAndName">
<!-- <svg xmlns="http://www.w3.org/2000/svg" version="1.0" width="50pt" viewBox="0 0 1600.000000 1600.000000"
preserveAspectRatio="xMidYMid meet">
<g transform="translate(0.000000,1600.000000) scale(0.100000,-0.100000)" fill="#00c3ff" stroke="none">
<path
d="M7465 13484 c-93 -8 -244 -26 -300 -35 -33 -5 -103 -16 -155 -24 -89 -13 -156 -27 -360 -74 -149 -34 -445 -121 -482 -141 -10 -6 -24 -10 -31 -10 -11 0 -132 -43 -192 -69 -11 -5 -45 -19 -75 -31 -30 -13 -75 -32 -100 -43 -25 -10 -54 -23 -65 -27 -107 -45 -407 -194 -489 -244 -33 -20 -68 -38 -78 -42 -10 -3 -18 -10 -18 -15 0 -5 -4 -9 -9 -9 -10 0 -166 -91 -231 -136 -158 -107 -344 -242 -405 -293 -17 -14 -51 -42 -75 -61 -72 -58 -134 -110 -150 -128 -8 -9 -60 -56 -115 -103 -102 -89 -268 -256 -385 -388 -36 -41 -69 -79 -75 -85 -24 -27 -103 -124 -130 -161 -16 -22 -34 -44 -41 -50 -15 -13 -125 -165 -198 -275 -16 -25 -32 -47 -35 -50 -4 -3 -11 -14 -17 -25 -7 -11 -51 -83 -100 -160 -48 -77 -105 -171 -126 -210 -71 -131 -208 -408 -208 -421 0 -8 -4 -14 -10 -14 -5 0 -10 -6 -10 -13 0 -8 -13 -41 -30 -75 -16 -34 -30 -69 -30 -77 0 -7 -5 -17 -10 -20 -5 -3 -10 -17 -10 -30 0 -13 -4 -25 -9 -27 -7 -3 -41 -90 -98 -253 -7 -22 -17 -47 -20 -55 -3 -8 -14 -42 -24 -75 -9 -33 -25 -85 -34 -115 -26 -92 -76 -281 -85 -329 -5 -25 -16 -77 -25 -116 -9 -38 -20 -95 -25 -125 -5 -30 -18 -111 -31 -180 -21 -119 -22 -156 -26 -780 l-4 -655 26 -190 c15 -104 30 -210 35 -235 18 -97 30 -158 50 -240 12 -47 28 -115 36 -151 8 -37 26 -104 40 -150 14 -46 30 -100 34 -119 4 -19 17 -60 28 -90 11 -30 28 -82 38 -115 9 -33 20 -64 24 -70 4 -5 15 -32 25 -60 9 -27 23 -63 30 -80 7 -16 18 -46 25 -65 17 -44 43 -106 85 -195 18 -38 36 -80 39 -92 4 -13 12 -23 17 -23 5 0 9 -5 9 -12 0 -16 63 -142 73 -146 4 -2 7 -10 7 -18 0 -13 18 -52 30 -64 3 -3 14 -23 26 -45 39 -74 59 -110 65 -115 4 -3 9 -15 13 -27 4 -13 12 -23 17 -23 5 0 9 -5 9 -12 0 -13 61 -111 72 -116 5 -2 8 -8 8 -14 0 -13 125 -200 162 -242 10 -11 18 -25 18 -32 0 -7 3 -14 8 -16 4 -1 36 -41 71 -88 36 -47 76 -99 90 -116 14 -18 36 -45 48 -60 96 -128 472 -512 664 -679 144 -125 387 -313 494 -382 28 -18 56 -37 62 -43 30 -25 229 -150 241 -150 6 0 12 -4 12 -10 0 -5 11 -12 25 -16 14 -3 25 -9 25 -13 0 -3 17 -15 38 -26 20 -11 39 -23 42 -26 5 -6 255 -138 341 -180 19 -10 47 -21 62 -24 15 -4 30 -11 33 -16 3 -5 14 -9 24 -9 10 0 20 -3 22 -7 2 -5 39 -23 83 -42 44 -18 99 -42 122 -52 24 -11 59 -19 78 -19 41 0 32 -18 115 210 33 91 64 174 69 185 5 11 28 72 51 135 23 63 45 124 50 135 5 11 23 58 40 105 17 47 34 94 39 105 5 11 16 39 25 63 9 23 23 61 32 85 9 23 20 51 25 62 9 22 35 95 49 136 4 15 15 42 23 60 9 19 23 54 31 79 35 104 47 137 60 165 8 17 22 50 31 75 9 25 21 53 26 62 5 10 9 27 9 38 0 11 3 20 8 20 4 0 19 36 32 80 14 44 28 80 33 80 4 0 7 5 7 11 0 6 16 51 35 100 39 100 91 235 137 354 17 44 39 99 49 122 11 24 19 47 19 52 0 5 7 22 15 38 8 15 33 74 55 131 22 57 46 119 55 138 31 70 44 101 70 169 26 67 43 107 99 224 36 76 34 85 -23 110 -27 11 -52 21 -55 21 -4 0 -29 11 -58 25 -28 14 -58 25 -65 25 -7 0 -13 3 -13 8 0 4 -17 16 -37 27 -48 25 -167 107 -171 117 -2 4 -7 8 -11 8 -26 0 -282 259 -315 319 -5 9 -12 18 -16 21 -18 13 -129 195 -180 294 -64 127 -91 191 -116 267 -9 30 -20 59 -25 64 -7 10 -75 266 -89 340 -62 313 -89 713 -70 1035 22 386 84 727 190 1050 39 118 121 330 164 423 20 43 36 84 36 92 0 7 4 15 9 17 5 2 25 37 45 78 63 131 150 277 261 441 69 100 192 268 205 279 3 3 28 32 55 65 28 33 53 62 58 63 4 2 7 8 7 13 0 13 406 419 419 419 5 0 11 3 13 8 2 4 32 31 68 60 36 29 76 62 89 73 13 11 27 16 31 12 4 -4 3 -79 -2 -165 -15 -227 5 -554 46 -743 112 -518 348 -901 722 -1170 57 -41 110 -75 118 -75 8 0 16 -4 18 -9 5 -13 133 -76 236 -115 86 -33 311 -142 322 -156 3 -4 21 -15 40 -26 19 -10 39 -23 45 -27 5 -4 48 -35 95 -69 46 -33 134 -111 195 -172 240 -243 365 -482 435 -831 18 -90 24 -402 10 -525 -18 -160 -40 -291 -60 -362 -5 -21 -14 -53 -19 -70 -22 -84 -69 -201 -124 -312 -33 -66 -63 -123 -66 -126 -4 -3 -22 -30 -41 -60 -19 -30 -37 -57 -40 -60 -3 -3 -30 -34 -60 -70 -102 -122 -221 -230 -342 -311 -34 -23 -65 -45 -68 -48 -9 -11 -197 -108 -307 -159 -39 -18 -74 -39 -76 -47 -3 -7 10 -46 30 -86 41 -86 55 -119 78 -174 27 -65 32 -78 53 -125 11 -25 35 -84 52 -130 33 -88 45 -116 85 -210 24 -56 49 -120 111 -283 19 -51 38 -101 43 -112 28 -64 41 -96 57 -145 11 -30 22 -56 27 -58 4 -2 7 -14 7 -26 0 -12 4 -26 8 -32 4 -5 17 -34 29 -64 11 -30 44 -116 72 -190 29 -74 56 -146 61 -160 14 -41 71 -193 85 -225 7 -16 38 -99 69 -183 32 -85 61 -161 65 -170 5 -10 39 -100 76 -202 37 -102 73 -198 80 -215 7 -16 25 -64 40 -105 15 -41 33 -88 40 -105 7 -16 32 -84 55 -150 24 -66 48 -123 54 -127 6 -4 21 -8 32 -8 20 0 107 30 146 51 10 5 25 9 33 9 8 0 15 5 15 10 0 6 5 10 12 10 6 0 41 14 77 31 36 17 86 39 111 50 98 40 352 175 358 190 2 5 12 9 22 9 9 0 23 7 30 15 6 8 22 17 33 21 12 4 55 29 96 55 41 27 76 49 78 49 3 0 26 14 51 32 69 46 98 66 150 101 26 17 49 34 52 37 3 4 21 18 41 31 75 50 169 123 169 131 0 4 4 8 10 8 11 0 29 14 100 78 26 23 61 52 76 65 84 65 442 418 549 541 33 38 65 74 70 80 72 79 308 389 371 486 16 25 31 47 35 50 9 8 69 98 69 104 0 2 18 32 40 65 22 33 40 65 40 71 0 5 4 10 9 10 5 0 13 10 17 23 4 12 9 24 13 27 3 3 24 39 45 80 22 41 48 87 58 102 10 14 18 33 18 42 0 9 4 16 8 16 4 0 14 17 21 38 8 20 17 39 20 42 12 10 31 50 31 65 0 8 5 15 10 15 6 0 10 5 10 10 0 6 17 47 39 93 21 45 42 93 46 107 4 14 20 52 36 85 44 95 138 355 169 465 7 25 15 52 18 60 30 82 102 367 133 530 79 405 92 598 86 1225 -4 419 -7 500 -26 640 -12 88 -26 180 -30 205 -5 25 -15 74 -21 110 -35 195 -66 320 -137 555 -25 83 -51 170 -58 195 -7 25 -21 65 -32 90 -11 25 -30 78 -43 118 -13 39 -27 72 -32 72 -4 0 -8 6 -8 13 0 12 -35 99 -102 251 -54 123 -213 427 -279 533 -22 34 -39 67 -39 73 0 5 -4 10 -10 10 -5 0 -10 5 -10 10 0 10 -154 246 -227 347 -60 82 -196 257 -213 273 -9 8 -42 48 -74 88 -32 40 -64 76 -70 80 -6 4 -37 37 -69 74 -70 81 -239 251 -335 337 -119 105 -124 110 -201 174 -41 33 -86 72 -100 85 -14 13 -38 31 -53 40 -16 9 -28 19 -28 23 0 4 -15 16 -32 28 -56 35 -70 45 -100 72 -17 15 -42 33 -56 40 -15 8 -29 17 -32 21 -6 7 -209 141 -230 152 -19 9 -38 20 -130 77 -106 66 -220 127 -410 221 -91 44 -173 85 -182 89 -10 5 -26 9 -37 9 -11 0 -21 3 -23 8 -3 7 -22 15 -229 96 -195 76 -532 182 -674 212 -211 44 -310 63 -380 73 -44 7 -102 16 -130 21 -163 30 -243 33 -770 35 -302 2 -568 1 -590 -1z" />
</g>
</svg> -->
<img
class="logo1"
src="assets/img/logo.webp"
width="60px"
height="60px"
alt="logo"
/>
<!-- company name -->
<h1 class="logo me-auto" id="landingPage"><a href="/">OS-CODE</a></h1>
</div>
<!-- removed image and replaced with a svg -->
<!-- navbar list excluding contact part -->
</div>
<i class="bi bi-list mobile-nav-toggle"></i>
<div id="navbar" class="navbar order-last order-lg-0 me-4">
<ul class="nav-list">
<li>
<a
class="nav-link scrollto"
style="text-decoration: none"
href="#main_section"
>HOME</a
>
</li>
<li>
<a
class="nav-link scrollto"
style="text-decoration: none"
href="#our-services"
>SERVICES</a
>
</li>
<li>
<a
class="nav-link scrollto"
style="text-decoration: none"
href="#resume_building"
>RESUME</a
>
</li>
<li>
<a
class="nav-link scrollto"
style="text-decoration: none"
href="#testimonials_section"
>TESTIMONIALS</a
>
</li>
</ul>
<!-- navbar list ends here -->
</div>
</header>
<!-- <section id="title">
<div class="container-fluid">
navbar
<nav class="navbar navbar-expand-lg navbar-light bg-white">
<a class="navbar-brand" href=""><img id="logo-img" src="assets/img/OS-Code.webp"></a>
<button class="navbar-toggler collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTogglerDemo01" aria-controls="navbarTogglerDemo01" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="navbar-collapse collapse" id="navbarTogglerDemo01" >
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link" href="#main_section">HOME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#our-services">SERVICES</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#resume_building">RESUME</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#testimonials_section">TESTIMONIALS</a>
</li>
</ul>
</div>
</nav>
</div>
</section> -->
<!-- Main Section -->
<div
id="main_section"
style="width: 100%; overflow: hidden; padding: 4rem 0 0 0"
>
<div>
<img id="title-background" src="assets/img/title_background.webp" />
</div>
<div class="row">
<div class="col-l col-lg-6">
<h1 class="heading">
Your Vision <br />
Our Passion
</h1>
<p>Our Technical expertise that helps your needs thrieve</p>
<a href="#our-services"
><button class="btn btn-dark">Get Started</button></a
>
</div>
<div class="col-r col-lg-6">
<div class="parallax-container">
<div class="parallax-image">
<img src="assets/img/main-image.webp" class="main-cont-img" />
</div>
</div>
</div>
</div>
</div>
<!-- OUR SERVICES -->
<div id="our-services">
<img src="assets/img/services-left-dec.png" style="position: absolute;left:1rem;top:40rem">
<div>
<h1>OUR SERVICES</h1>
</div>
<div id=" our-services-card" class="ag-format-container">
<div class="ag-courses_box">
<div class="ag-courses_item">
<a href="#" class="ag-courses-item_link">
<div class="ag-courses-item_bg"></div>
<div class="ag-courses-item_title">
<div class="headings"><h3>DIGITAL MARKETING</h3></div>
<img class="image_card" src="assets/img/digital-market.png" >
<p class="para">
<ul>
<li>Social Media Marketing</li>
<li>Search Engine Optimization</li>
<li>Google ADs</li>
<li>Content writing and creation</li>
<li>Pricing starts at <b>Rs 4999</b></li>
</ul>
</p>
</div>
<div class="ag-courses-item_date-box">
<button class="btn btn-lg btn-secondary">Explore 🔒</button>
</div>
</a>
</div>
<div class="ag-courses_item">
<a href="#" class="ag-courses-item_link">
<div class="ag-courses-item_bg"></div>
<div class="ag-courses-item_title">
<div class="headings"><h3>SOFTWARE DEVELOPMENT</h3></div>
<img class="image_card" src="assets/img/software-dev.webp" />
<ul class="para">
<li>Enterprise Software</li>
<li>Custom Software</li>
<li>Desktop Application</li>
<li>API Integration</li>
<li>Pricing starts at <b>Rs 14999</b></li>
</ul>
</div>
<div class="ag-courses-item_date-box">
<button class="btn btn-lg btn-secondary">Explore 🔒</button>
</div>
</a>
</div>
<div id="lo-card" class="ag-courses_item lower">
<a href="#" class="ag-courses-item_link">
<div class="ag-courses-item_bg"></div>
<div class="ag-courses-item_title">
<div class="headings"><h3>APP DEVELOPMENT</h3></div>
<img class="image_card" src="assets/img/app-dev.webp" />
<ul class="para">
<li>Highly Professional Apps</li>
<li>Fully Customizable</li>
<li>IOS and App Development</li>
<li>Hybrid App Development</li>
<li>Pricing starts at <b>Rs 14,999</b></li>
</ul>
</div>
<div class="ag-courses-item_date-box">
<button class="btn btn-lg btn-secondary">Explore 🔒</button>
</div>
</a>
</div>
<div class="ag-courses_item lower">
<a href="#" class="ag-courses-item_link">
<div class="ag-courses-item_bg"></div>
<div class="ag-courses-item_title">
<div class="headings"><h3>WEB DEVELOPMENT</h3></div>
<img class="image_card" src="assets/img/web-dev.webp" />
<ul class="para">
<li>Professional websites and web applications</li>
<li>Choose among thousands of awesome templates.</li>
<li>Real-Time database support</li>
<li>Pricing starts at <b>Rs 6999</b></li>
</ul>
</div>
<div class="ag-courses-item_date-box">
<button class="btn btn-lg btn-secondary">Explore 🔒</button>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- miscellaneous section -->
<div class="misc_sec">
<div class="yellow-portion">
<img src="assets/img/yellow portion.webp" class="yellow-portion" />
</div>
<div class="misc-text">
<h2>Enjoy Our Services At Best Affordable Prices</h2>
<p>
Craft Your Professional Journey with Confidence - Os-code offers
expert resume building services to help you stand out from the
competition. Our experienced team meticulously tailors your resume to
showcase your skills, achievements, and potential, ensuring you leave
a lasting impression on employers. Unlock your career opportunities
today with our affordable and effective resume building solutions.
</p>
</div>
</div>
<!-- RESUME BUILDING -->
<div id="resume_building">
<div>
<h1 class="resume-head">RESUME BUILDING</h1>
</div>
<div class="resume--b">
<div class="resumeContainer">
<div class="col-lg-3">
<div class="stack">
<div class="card">
<a href=""
><div class="image">
<!-- Place image here -->
<img class="resume-img" src="assets/img/resumeimg2.webp"">
</div></a
>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="stack">
<div class="card">
<a href=""
><div class="image">
<!-- Place image here -->
<img
class="resume-img"
src="assets/img/resumeimg.webp"
/></div
></a>
</div>
</div>
</div>
<div class="col-lg-3">
<div class="stack">
<div class="card">
<a href=""
><div class="image">
<!-- Place image here -->
<img
class="resume-img"
src="assets/img/10780207_19196943.webp"
/></div
></a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonials -->
<div id="testimonials_section">
<div>
<h4 style="color:#ff8f00">What they're saying</h4>
<h1>Testimonials</h1>
<hr>
</div>
<div id="testimonialCards" class="row">
<div class="test-col col-12 col-md-4 col-lg-3">
<img class="test_img" src="assets/img/testimonials/meghaTours&Travels.jpeg">
<p class="test_para">
OSCode is highly recommended by Megha Tours and Travels for their exceptional
website and app development services. The visually engaging and user-friendly solutions they delivered
aligned perfectly with our branding. OSCode's communication, attention to detail, and timely delivery
made the collaboration smooth.
</p>
<div class="end">
<h4>ANUJ KUMAR</h4>
<h6>Owner of Megha Tours and Travels</h6>
</div>
</div>
<div class="test-col col-12 col-md-4 col-lg-3">
<img class="test_img" src="assets/img/testimonials/meghaTours&Travels.jpeg">
<p class="test_para">
OSCode is highly recommended by Megha Tours and Travels for their exceptional
website and app development services. The visually engaging and user-friendly solutions they delivered
aligned perfectly with our branding. OSCode's communication, attention to detail, and timely delivery
made the collaboration smooth.
</p>
<div class="end">
<h4>Johnathan</h4>
<h6>Owner of Megha Tours and Travels</h6>
</div>
</div>
<div class="test-col col-12 col-md-4 col-lg-3">
<img class="test_img" src="assets/img/testimonials/meghaTours&Travels.jpeg">
<p class="test_para">
OSCode is highly recommended by Megha Tours and Travels for their exceptional
website and app development services. The visually engaging and user-friendly solutions they delivered
aligned perfectly with our branding. OSCode's communication, attention to detail, and timely delivery
made the collaboration smooth.
</p>
<div class="end">
<h4>Johnathan</h4>
<h6>Owner of Megha Tours and Travels</h6>
</div>
</div>
</div>
</div>
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container modifiedFooterTop">
<div class="row modifyRow">
<div id="juststart" class="col-lg-3 col-md-6 footer-contact">
<h3>OS-Code</h3>
<p>
OS-CODE headquarter, Shanbough<br>
Krinshappa Ln Mavalli, <br>
Bengaluru, Karnataka 560004<br>
<strong>Phone:</strong> +91-7667109405<br />
</p>
</div>
<div id="link1" class="col-lg-3 col-md-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i> <a href="/">Home</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#our-services">Services</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="/policy/policy.html">Terms of service</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="/policy/policy.html">Privacy policy</a>
</li>
</ul>
</div>
<div id="link2" class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#resume_building">Resume Building</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#lo-card">Web Design</a>
</li>
<li>
<i class="bx bx-chevron-right"></i
><a href="#lo-card">Web Development</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="#lo-card">App Development</a>
</li>
</ul>
</div>
<div id="link3" class="col-lg-3 col-md-6 footer-links">
<h4>Community</h4>
<!-- <form action="mailto:[email protected]" method="post" enctype="text/plain">
<input type="email" name="email" /><input type="submit" value="Subscribe" />
</form> -->
<ul>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./#mainabout">About us</a>
</li>
<li>
<i class="bx bx-chevron-right"></i>
<a href="./#benefits">Benefits</a>
</li>
<li>
<i class="bx bx-chevron-right"></i
><a href="./#achievement">Accomplishments</a>
</li>
<li>
<i class="bx bx-chevron-right"></i> <a href="./#faq">FAQ</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<div id="endpart" class="container py-4 modifiedFooter">
<div class="social-links text-md-end pt-3 pt-md-0 socialLinkMod">
<div class="textSocials">Stay in the loop?</div>
<div class="socialIcons">
<a
href="https://wa.me/7975954835 "
target="_blank"
aria-label="Visit us on Whatapp"
title="Whatapp (External Link)"
rel="noopener noreferrer"
class="whatsapp"
>
<i class="bi bi-whatsapp"></i>
</a>
<a
href="https://twitter.com/oscodecommunity"
target="_blank"
class="twitter"
><i class="bx bxl-twitter"></i
></a>
<a
href="https://www.facebook.com/profile.php?id=100090940131222&mibextid=ZbWKwL"
target="_blank"
class="facebook"
><i class="bx bxl-facebook"></i
></a>
<a
href="https://www.instagram.com/os_code_community/"
target="_blank"
class="instagram"
><i class="bx bxl-instagram"></i
></a>
<a
href="https://www.youtube.com/@oscodecommunity"
target="_blank"
class="youtube"
><i class="fab fa-youtube"></i
></a>
<a
href="https://www.linkedin.com/company/oscode/"
target="_blank"
class="linkedin"
><i class="bx bxl-linkedin"></i
></a>
<a
href="https://discord.com/channels/945676223101698060"
target="_blank"
class="discord"
><i class="bi bi-discord"></i
></a>
<a
href="https://github.com/OSCode-Community/OSCodeCommunitySite"
target="_blank"
class="github"
><i class="bi bi-github"></i
></a>
</div>
</div>
<div class="me-md-auto text-md-start crMod">
<div class="copyright">
© Copyright <strong><span>OS-Code</span></strong
>. All Rights Reserved
</div>
<div class="credits">Designed by <a href="#">OS-Code</a></div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- Include Slick Carousel JS -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.min.js"></script>
<script>
$(document).ready(function () {
$("#ag-courses-slider").slick({
slidesToShow: 3, // The number of slides to show at a time
slidesToScroll: 1, // The number of slides to scroll at a time
autoplay: true, // Set to true for auto-play
autoplaySpeed: 2000, // Auto-play speed in milliseconds (3 seconds)
responsive: [
{
breakpoint: 768,
settings: {
slidesToShow: 2,
},
},
{
breakpoint: 576,
settings: {
slidesToShow: 1,
},
},
],
});
});
</script>
<script>
window.addEventListener("DOMContentLoaded", function () {
var parallaxImage = document.querySelector(".parallax-image");
var containerWidth = parallaxImage.offsetWidth;
var containerHeight = parallaxImage.offsetHeight;
function updateTilt(event) {
var xPercentage = (event.clientX / containerWidth - 0.5) * -20; // Adjust the tilt sensitivity here
var yPercentage = (event.clientY / containerHeight - 0.5) * -20; // Adjust the tilt sensitivity here
var transformValue =
"perspective(1000px) translateX(" +
xPercentage +
"px) translateY(" +
yPercentage +
"px) rotateX(" +
-yPercentage / 2 +
"deg) rotateY(" +
xPercentage / 2 +
"deg)";
parallaxImage.style.transform = transformValue;
}
function resetTilt() {
parallaxImage.style.transform =
"perspective(1000px) translateX(0) translateY(0) rotateX(0) rotateY(0)";
}
parallaxImage.addEventListener("mousemove", updateTilt);
parallaxImage.addEventListener("mouseleave", resetTilt);
});
</script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>