-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
759 lines (690 loc) · 60.7 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Awecode</title>
<meta name="keywords" content="awecode">
<meta name="description" content="Awecode is a software development company specializing in Information Systems and Software as a Service.">
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="#444">
<link href="dist/index.css" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Titillium+Web" rel="stylesheet">
<link rel="icon" href="/favicon.ico" />
</head>
<body>
<div itemscope itemtype="http://schema.org/Organization">
<section id="home" title="Awecode is a software development company specializing in Information Systems and Software as a Service.">
<img itemprop="logo" src="img/logo.svg" alt="Awecode" width="270" height="270">
<h1 itemprop="name">AWECODE</h1>
<meta itemprop="url" content="https://awecode.com/">
</section>
<section id="solutions" class="alt">
<h1>SOLUTIONS</h1>
<div class="solutions-wrapper">
<div class='row'>
<div class="icon-wrapper">
<svg class="icon" width="100" height="100" x="0px" y="0px" viewBox="0 0 65 65" xml:space="preserve">
<defs>
<linearGradient id="gradient-teal">
<stop offset="5%" stop-color="#009688" />
<stop offset="50%" stop-color="#64ffda" />
</linearGradient>
</defs>
<g class="backend" stroke="url(#gradient-teal)">
<g>
<path d="M15.177,45.934c-0.414,0-0.753,0.335-0.753,0.753c0,0.414,0.339,0.753,0.753,0.753h13.464 c-0.091-0.232-0.141-0.488-0.141-0.753c0-0.265,0.05-0.521,0.145-0.753H15.177z"
/>
</g>
<g>
<path d="M49.823,47.44c0.414,0,0.753-0.335,0.753-0.753c0-0.414-0.339-0.753-0.753-0.753H36.358 c0.091,0.232,0.141,0.488,0.141,0.753c0,0.265-0.05,0.521-0.145,0.753H49.823z"
/>
</g>
<g>
<path d="M31.867,38.439v4.531c0.232-0.091,0.488-0.141,0.753-0.141s0.521,0.05,0.753,0.145v-4.535 c0-0.414-0.335-0.753-0.753-0.753C32.206,37.686,31.867,38.025,31.867,38.439z"
/>
</g>
<g>
<path d="M34.417,45.432h-0.291c-0.141,0-0.251-0.111-0.251-0.251v-0.336c0-0.693-0.563-1.256-1.256-1.256 s-1.256,0.563-1.256,1.256v0.336c0,0.141-0.111,0.251-0.251,0.251h-0.527c-0.688,0-1.256,0.562-1.256,1.256 c0,0.693,0.568,1.256,1.256,1.256h3.833c0.693,0,1.256-0.563,1.256-1.256C35.672,45.994,35.11,45.432,34.417,45.432z"
/>
</g>
<g>
<path d="M23.97,56.505c0.888,0,1.709-0.357,2.298-0.946c0.579-0.589,0.946-1.4,0.946-2.288c0-1.796-1.458-3.244-3.244-3.244H3.734 c-0.888,0-1.699,0.357-2.288,0.946c-0.589,0.589-0.946,1.4-0.946,2.298c0,1.786,1.448,3.234,3.234,3.234h9.208v1.072H3.734 c-0.888,0-1.699,0.357-2.288,0.946c-0.589,0.589-0.946,1.4-0.946,2.298c0,1.786,1.448,3.234,3.234,3.234H23.97 c0.888,0,1.709-0.357,2.298-0.946c0.579-0.589,0.946-1.4,0.946-2.288c0-1.796-1.458-3.244-3.244-3.244h-8.972v-1.072H23.97z M23.593,52.247c0.55,0,0.985,0.444,0.985,0.985c0,0.541-0.434,0.985-0.985,0.985c-0.541,0-0.985-0.444-0.985-0.985 C22.609,52.692,23.053,52.247,23.593,52.247z M20.687,52.247c0.541,0,0.985,0.444,0.985,0.985c0,0.541-0.444,0.985-0.985,0.985 c-0.541,0-0.985-0.444-0.985-0.985C19.703,52.692,20.147,52.247,20.687,52.247z M4.275,54.072c0,0.309-0.261,0.56-0.579,0.56 c-0.319,0-0.57-0.251-0.57-0.56V52.47c0-0.319,0.251-0.57,0.57-0.57c0.319,0,0.579,0.251,0.579,0.57V54.072z M6.003,54.072 c0,0.309-0.261,0.56-0.57,0.56c-0.319,0-0.579-0.251-0.579-0.56V52.47c0-0.319,0.261-0.57,0.579-0.57 c0.309,0,0.57,0.251,0.57,0.57V54.072z M7.731,54.072c0,0.309-0.261,0.56-0.57,0.56c-0.318,0-0.579-0.251-0.579-0.56V52.47 c0-0.319,0.261-0.57,0.579-0.57c0.309,0,0.57,0.251,0.57,0.57V54.072z M4.275,61.622c0,0.309-0.261,0.56-0.579,0.56 c-0.319,0-0.57-0.251-0.57-0.56v-1.603c0-0.319,0.251-0.569,0.57-0.569c0.319,0,0.579,0.251,0.579,0.569V61.622z M6.003,61.622 c0,0.309-0.261,0.56-0.57,0.56c-0.319,0-0.579-0.251-0.579-0.56v-1.603c0-0.319,0.261-0.569,0.579-0.569 c0.309,0,0.57,0.251,0.57,0.569V61.622z M7.731,61.622c0,0.309-0.261,0.56-0.57,0.56c-0.318,0-0.579-0.251-0.579-0.56v-1.603 c0-0.319,0.261-0.569,0.579-0.569c0.309,0,0.57,0.251,0.57,0.569V61.622z M23.593,59.797c0.55,0,0.985,0.444,0.985,0.985 c0,0.541-0.434,0.985-0.985,0.985c-0.541,0-0.985-0.444-0.985-0.985C22.609,60.241,23.053,59.797,23.593,59.797z M20.687,59.797 c0.541,0,0.985,0.444,0.985,0.985c0,0.541-0.444,0.985-0.985,0.985c-0.541,0-0.985-0.444-0.985-0.985 C19.703,60.241,20.147,59.797,20.687,59.797z"
/>
</g>
<g>
<path d="M61.256,57.577h-8.972v-1.072h8.972c0.888,0,1.709-0.357,2.298-0.946c0.579-0.589,0.946-1.4,0.946-2.288 c0-1.796-1.458-3.244-3.244-3.244H41.02c-0.888,0-1.699,0.357-2.288,0.946c-0.589,0.589-0.946,1.4-0.946,2.298 c0,1.786,1.448,3.234,3.234,3.234h9.208v1.072H41.02c-0.888,0-1.699,0.357-2.288,0.946c-0.589,0.589-0.946,1.4-0.946,2.298 c0,1.786,1.448,3.234,3.234,3.234h20.236c0.888,0,1.709-0.357,2.298-0.946c0.579-0.589,0.946-1.4,0.946-2.288 C64.5,59.025,63.042,57.577,61.256,57.577z M60.88,52.247c0.55,0,0.985,0.444,0.985,0.985c0,0.541-0.434,0.985-0.985,0.985 c-0.541,0-0.985-0.444-0.985-0.985C59.895,52.692,60.339,52.247,60.88,52.247z M57.974,52.247c0.541,0,0.985,0.444,0.985,0.985 c0,0.541-0.444,0.985-0.985,0.985c-0.541,0-0.985-0.444-0.985-0.985C56.989,52.692,57.433,52.247,57.974,52.247z M41.561,54.072 c0,0.309-0.261,0.56-0.579,0.56s-0.57-0.251-0.57-0.56V52.47c0-0.319,0.251-0.57,0.57-0.57s0.579,0.251,0.579,0.57V54.072z M43.289,54.072c0,0.309-0.261,0.56-0.57,0.56c-0.319,0-0.579-0.251-0.579-0.56V52.47c0-0.319,0.261-0.57,0.579-0.57 c0.309,0,0.57,0.251,0.57,0.57V54.072z M45.017,54.072c0,0.309-0.261,0.56-0.57,0.56c-0.319,0-0.579-0.251-0.579-0.56V52.47 c0-0.319,0.261-0.57,0.579-0.57c0.309,0,0.57,0.251,0.57,0.57V54.072z M41.561,61.622c0,0.309-0.261,0.56-0.579,0.56 s-0.57-0.251-0.57-0.56v-1.603c0-0.319,0.251-0.569,0.57-0.569s0.579,0.251,0.579,0.569V61.622z M43.289,61.622 c0,0.309-0.261,0.56-0.57,0.56c-0.319,0-0.579-0.251-0.579-0.56v-1.603c0-0.319,0.261-0.569,0.579-0.569 c0.309,0,0.57,0.251,0.57,0.569V61.622z M45.017,61.622c0,0.309-0.261,0.56-0.57,0.56c-0.319,0-0.579-0.251-0.579-0.56v-1.603 c0-0.319,0.261-0.569,0.579-0.569c0.309,0,0.57,0.251,0.57,0.569V61.622z M57.974,61.767c-0.541,0-0.985-0.444-0.985-0.985 c0-0.541,0.444-0.985,0.985-0.985c0.541,0,0.985,0.444,0.985,0.985C58.958,61.323,58.514,61.767,57.974,61.767z M60.88,61.767 c-0.541,0-0.985-0.444-0.985-0.985c0-0.541,0.444-0.985,0.985-0.985c0.55,0,0.985,0.444,0.985,0.985 C61.864,61.323,61.43,61.767,60.88,61.767z"
/>
</g>
<g>
<path d="M13.757,36.465h4.215v1.221h5.522v-1.221h18.014v1.221h5.522v-1.221h4.206c0.771,0,1.402-0.623,1.402-1.394v-8.15 c0-0.771-0.631-1.402-1.402-1.402h-4.206v-1.341h4.206c0.771,0,1.402-0.623,1.402-1.394v-8.15c0-0.771-0.631-1.402-1.402-1.402 h-4.206v-1.341h4.206c0.771,0,1.402-0.623,1.402-1.394v-8.15c0-0.771-0.631-1.402-1.402-1.402H13.757 c-0.771,0-1.394,0.631-1.394,1.402v8.15c0,0.771,0.623,1.394,1.394,1.394h4.215v1.341h-4.215c-0.771,0-1.394,0.631-1.394,1.402 v8.15c0,0.771,0.623,1.394,1.394,1.394h4.215v1.341h-4.215c-0.771,0-1.394,0.631-1.394,1.402v8.15 C12.363,35.842,12.986,36.465,13.757,36.465z M16.495,7.89c-0.812,0-1.468-0.664-1.468-1.476c0-0.803,0.656-1.468,1.468-1.468 c0.812,0,1.468,0.664,1.468,1.468C17.963,7.226,17.307,7.89,16.495,7.89z M41.691,32.644c0,0.484-0.394,0.885-0.885,0.885 c-0.492,0-0.886-0.402-0.886-0.885v-3.296c0-0.492,0.394-0.885,0.886-0.885c0.492,0,0.885,0.393,0.885,0.885V32.644z M23.493,25.519v-1.341h18.014v1.341H23.493z M41.691,20.357c0,0.484-0.394,0.886-0.885,0.886c-0.492,0-0.886-0.402-0.886-0.886 v-3.296c0-0.492,0.394-0.885,0.886-0.885c0.492,0,0.885,0.394,0.885,0.885V20.357z M23.493,13.232v-1.341h18.014v1.341H23.493z M48.513,29.348c0-0.492,0.402-0.885,0.886-0.885c0.492,0,0.885,0.393,0.885,0.885v3.296c0,0.484-0.394,0.885-0.885,0.885 c-0.484,0-0.886-0.402-0.886-0.885V29.348z M48.513,17.061c0-0.492,0.402-0.885,0.886-0.885c0.492,0,0.885,0.394,0.885,0.885 v3.296c0,0.484-0.394,0.886-0.885,0.886c-0.484,0-0.886-0.402-0.886-0.886V17.061z M48.513,4.774c0-0.492,0.402-0.885,0.886-0.885 c0.492,0,0.885,0.394,0.885,0.885V8.07c0,0.484-0.394,0.885-0.885,0.885c-0.484,0-0.886-0.402-0.886-0.885V4.774z M45.651,4.774 c0-0.492,0.394-0.885,0.885-0.885c0.484,0,0.886,0.394,0.886,0.885V8.07c0,0.484-0.402,0.885-0.886,0.885 c-0.492,0-0.885-0.402-0.885-0.885V4.774z M45.651,17.061c0-0.492,0.394-0.885,0.885-0.885c0.484,0,0.886,0.394,0.886,0.885v3.296 c0,0.484-0.402,0.886-0.886,0.886c-0.492,0-0.885-0.402-0.885-0.886V17.061z M45.651,29.348c0-0.492,0.394-0.885,0.885-0.885 c0.484,0,0.886,0.393,0.886,0.885v3.296c0,0.484-0.402,0.885-0.886,0.885c-0.492,0-0.885-0.402-0.885-0.885V29.348z M42.782,4.774 c0-0.492,0.402-0.885,0.886-0.885c0.492,0,0.885,0.394,0.885,0.885V8.07c0,0.484-0.393,0.885-0.885,0.885 c-0.484,0-0.886-0.402-0.886-0.885V4.774z M42.782,17.061c0-0.492,0.402-0.885,0.886-0.885c0.492,0,0.885,0.394,0.885,0.885v3.296 c0,0.484-0.393,0.886-0.885,0.886c-0.484,0-0.886-0.402-0.886-0.886V17.061z M42.782,29.348c0-0.492,0.402-0.885,0.886-0.885 c0.492,0,0.885,0.393,0.885,0.885v3.296c0,0.484-0.393,0.885-0.885,0.885c-0.484,0-0.886-0.402-0.886-0.885V29.348z M39.92,4.774 c0-0.492,0.394-0.885,0.886-0.885c0.492,0,0.885,0.394,0.885,0.885V8.07c0,0.484-0.394,0.885-0.885,0.885 c-0.492,0-0.886-0.402-0.886-0.885V4.774z M22.825,4.897h12.438c0.836,0,1.517,0.681,1.517,1.517c0,0.845-0.681,1.525-1.517,1.525 H22.825c-0.836,0-1.517-0.681-1.517-1.525C21.308,5.578,21.989,4.897,22.825,4.897z M22.825,17.184h12.438 c0.836,0,1.517,0.68,1.517,1.517c0,0.844-0.681,1.525-1.517,1.525H22.825c-0.836,0-1.517-0.681-1.517-1.525 C21.308,17.865,21.989,17.184,22.825,17.184z M22.825,29.471h12.438c0.836,0,1.517,0.68,1.517,1.517 c0,0.844-0.681,1.525-1.517,1.525H22.825c-0.836,0-1.517-0.681-1.517-1.525C21.308,30.152,21.989,29.471,22.825,29.471z M16.495,20.177c-0.812,0-1.468-0.664-1.468-1.476c0-0.804,0.656-1.468,1.468-1.468c0.812,0,1.468,0.664,1.468,1.468 C17.963,19.513,17.307,20.177,16.495,20.177z M16.495,29.52c0.812,0,1.468,0.664,1.468,1.468c0,0.812-0.656,1.476-1.468,1.476 c-0.812,0-1.468-0.664-1.468-1.476C15.028,30.185,15.684,29.52,16.495,29.52z"
/>
</g>
</g>
</svg>
<span class='desc'>ENTERPRISE SYSTEM DEVELOPMENT</span>
</div>
<div class="icon-wrapper">
<svg class="icon" width="100" height="100" x="0px" y="0px" viewBox="0 0 64 64" xml:space="preserve">
<style type="text/css">
.st0 {
display: none;
}
.st1 {
display: inline;
}
.st2 {
fill: none;
stroke: #B3B3B3;
stroke-width: 0.1;
stroke-miterlimit: 10;
}
</style>
<defs>
<linearGradient id="gradient-fire">
<stop offset="5%" stop-color="#d50000" />
<stop offset="50%" stop-color="#dd2c00" />
</linearGradient>
</defs>
<g class="web-design" stroke="url(#gradient-fire)">
<g class="st0">
<g class="st1">
<rect x="2" y="2" class="st2" width="60" height="60" />
<line class="st2" x1="32" y1="2" x2="32" y2="62" />
<line class="st2" x1="62" y1="32" x2="2" y2="32" />
<line class="st2" x1="2" y1="2" x2="62" y2="62" />
<rect x="10" y="10" class="st2" width="44" height="44" />
<line class="st2" x1="62" y1="2" x2="2" y2="62" />
<line class="st2" x1="2" y1="32" x2="32" y2="2" />
<line class="st2" x1="32" y1="2" x2="62" y2="32" />
<line class="st2" x1="62" y1="32" x2="32" y2="62" />
<line class="st2" x1="32" y1="62" x2="2" y2="32" />
<circle class="st2" cx="32" cy="32" r="21" />
</g>
</g>
<rect x="6" y="16" width="44" height="12" />
<rect x="6" y="30" width="12" height="12" />
<rect x="6" y="44" width="12" height="12" />
<rect x="20" y="30" width="30" height="2" />
<rect x="20" y="38" width="12" height="2" />
<rect x="20" y="52" width="12" height="2" />
<path d="M60.6,13.3c-0.6-0.2-3.5,5.2-6.6,11.8V4c0-1.1-0.9-2-2-2H4C2.9,2,2,2.9,2,4v56c0,1.1,0.9,2,2,2h48c1.1,0,2-0.9,2-2V34.2 C57.7,24.6,61.5,13.6,60.6,13.3z M50,8c1.1,0,2,0.9,2,2s-0.9,2-2,2s-2-0.9-2-2S48.9,8,50,8z M11,4c0.6,0,1,0.4,1,1s-0.4,1-1,1 s-1-0.4-1-1S10.4,4,11,4z M8,4c0.6,0,1,0.4,1,1S8.6,6,8,6S7,5.6,7,5S7.4,4,8,4z M5,4c0.6,0,1,0.4,1,1S5.6,6,5,6S4,5.6,4,5S4.4,4,5,4 z M4,8h42v4H4V8z M52,60H4V14h48v15.4c-0.7,1.5-1.4,3.1-2,4.6H20v2h29.1c-0.6,1.5-1.3,3-1.8,4.3c-0.5,1.3-1,2.6-1.3,3.7H20v2h25.4 c-0.2,0.8-0.4,1.4-0.5,2H20v2h22.2c0,0,0,0.1,0,0.1c0,0-3,7.6-5.7,8.5c0,0,8.9-0.7,11.2-6.2c0.5-1.2,0.2-2.5-0.6-3.3 c1-1.4,2.6-4,3.9-7.3c0.3-0.8,0.7-1.6,1-2.5V60z"
/>
</g>
</svg>
<span class='desc'>WEB APPLICATION DEVELOPMENT</span>
</div>
<div class="icon-wrapper">
<svg class="icon" width="100" height="100" x="0px" y="0px" viewBox="0 0 64 64" xml:space="preserve">
<defs>
<linearGradient id="gradient-blue">
<stop offset="5%" stop-color="#1976d2" />
<stop offset="50%" stop-color="#18ffff" />
</linearGradient>
</defs>
<g class="mobile" stroke="url(#gradient-blue)">
<g display="none">
<rect x="-707" y="-23.5" display="inline" fill="#000000" width="786.5" height="405.5" />
</g>
<g display="none">
<g display="inline">
<g>
<g>
<path d="M47.981,64h-31.97c-1.055,0-1.918-0.863-1.918-1.918V1.978c0-1.055,0.863-1.918,1.918-1.918h31.97 c1.055,0,1.918,0.863,1.918,1.918v60.104C49.899,63.137,49.036,64,47.981,64z"
/>
</g>
<g>
<path fill="#000000" d="M35.799,3.257h-7.673c-0.352,0-0.639-0.288-0.639-0.639v0c0-0.352,0.288-0.639,0.639-0.639h7.673 c0.352,0,0.639,0.288,0.639,0.639v0C36.438,2.969,36.15,3.257,35.799,3.257z"
/>
</g>
<g>
<path fill="#000000" d="M35.832,60.164h-7.673c-0.352,0-0.639-0.288-0.639-0.639l0,0c0-0.352,0.288-0.639,0.639-0.639h7.673 c0.352,0,0.639,0.288,0.639,0.639l0,0C36.471,59.876,36.184,60.164,35.832,60.164z"
/>
</g>
</g>
<g opacity="0.2">
<path fill="#000000" d="M49.908,7.06V1.918C49.908,0.863,49.044,0,47.989,0h-31.97c-1.055,0-1.918,0.863-1.918,1.918v20.488 L49.908,7.06z"
/>
</g>
</g>
<g display="inline">
<g>
<g>
<rect x="34.786" y="19.36" width="6.395" height="1.279" />
</g>
<g>
<rect x="36.065" y="21.918" fill="#000000" width="5.116" height="1.279" />
</g>
<g>
<rect x="29.67" y="19.36" width="2.558" height="1.279" />
</g>
<g>
<rect x="30.949" y="21.918" width="2.558" height="1.279" />
</g>
<g>
<rect x="29.67" y="14.244" width="7.674" height="1.279" />
</g>
<g>
<rect x="27.112" y="16.802" fill="#000000" width="7.674" height="1.279" />
</g>
<g>
<rect x="19.438" y="19.36" width="7.674" height="1.279" />
</g>
</g>
<g>
<g>
<rect x="27.112" y="39.264" fill="#000000" width="6.395" height="1.279" />
</g>
<g>
<rect x="37.344" y="39.264" width="6.395" height="1.279" />
</g>
<g>
<rect x="20.717" y="41.808" fill="#000000" width="7.674" height="1.279" />
</g>
<g>
<rect x="32.228" y="41.808" fill="#000000" width="6.395" height="1.279" />
</g>
<g>
<rect x="25.492" y="44.366" width="10.573" height="1.279" />
</g>
<g>
<rect x="29.67" y="46.924" width="7.674" height="1.279" />
</g>
</g>
</g>
<g display="inline">
<g>
<path fill="#000000" d="M21.612,31.695l6.872-3.54v1.022l-5.792,2.903v0.029l5.792,2.903v1.022l-6.872-3.54V31.695z" />
</g>
<g>
<path fill="#000000" d="M29.444,36.627l4.133-10.738h1.007l-4.147,10.738H29.444z" />
</g>
<g>
<path fill="#000000" d="M42.388,32.509l-6.872,3.525v-1.022l5.835-2.903V32.08l-5.835-2.903v-1.022l6.872,3.525V32.509z" />
</g>
</g>
</g>
<g display="none">
<g display="inline">
<path fill="#000000" d="M32,0C14.327,0,0,14.327,0,32s14.327,32,32,32s32-14.327,32-32S49.673,0,32,0L32,0z" />
<rect x="15.128" y="1.441" fill="#000000" width="34.137" height="61.083" />
<path d="M47.47,64H16.529c-1.576,0-2.858-1.282-2.858-2.858V2.859C13.671,1.282,14.954,0,16.529,0H47.47 c1.576,0,2.858,1.282,2.858,2.858v58.283C50.329,62.718,49.046,64,47.47,64z M16.529,2c-0.473,0-0.858,0.385-0.858,0.858v58.283 c0,0.474,0.385,0.858,0.858,0.858H47.47c0.474,0,0.858-0.385,0.858-0.858V2.859C48.329,2.385,47.944,2,47.47,2H16.529z"
/>
<path d="M35.713,59.898h-7.425c-0.341,0-0.619-0.279-0.619-0.619v-0.001c0-0.341,0.279-0.619,0.619-0.619h7.425 c0.341,0,0.619,0.279,0.619,0.619v0.001C36.332,59.619,36.053,59.898,35.713,59.898z"
/>
<path d="M35.712,60.399h-7.425c-0.617,0-1.119-0.503-1.119-1.12s0.502-1.12,1.119-1.12h7.425c0.617,0,1.12,0.502,1.12,1.119 C36.833,59.896,36.33,60.399,35.712,60.399z M28.287,59.158c-0.064,0-0.119,0.055-0.119,0.119c0,0.065,0.055,0.121,0.119,0.121 h7.425c0.065,0,0.12-0.055,0.12-0.12s-0.055-0.12-0.12-0.12H28.287z"
/>
<path d="M31.122,4.573h-5.491c-0.341,0-0.619-0.279-0.619-0.619V3.952c0-0.341,0.279-0.619,0.619-0.619h5.491 c0.341,0,0.619,0.279,0.619,0.619v0.001C31.742,4.294,31.463,4.573,31.122,4.573z"
/>
<path d="M31.123,5.073h-5.492c-0.617,0-1.12-0.503-1.12-1.12s0.502-1.12,1.12-1.12h5.492c0.617,0,1.119,0.502,1.119,1.119 C32.242,4.57,31.74,5.073,31.123,5.073z M25.631,3.833c-0.065,0-0.12,0.055-0.12,0.119c0,0.065,0.055,0.121,0.12,0.121h5.492 c0.064,0,0.119-0.055,0.119-0.12s-0.055-0.12-0.119-0.12H25.631z"
/>
<circle cx="35.239" cy="3.954" r="0.62" />
<path d="M35.239,5.075c-0.617,0-1.12-0.503-1.12-1.121s0.503-1.121,1.12-1.121s1.119,0.503,1.119,1.121S35.856,5.075,35.239,5.075 z M35.239,3.833c-0.066,0-0.12,0.055-0.12,0.121c0,0.132,0.239,0.134,0.239,0C35.358,3.888,35.304,3.833,35.239,3.833z"
/>
<circle cx="38.369" cy="3.954" r="0.62" />
<path d="M38.369,5.075c-0.617,0-1.12-0.503-1.12-1.121s0.503-1.121,1.12-1.121s1.12,0.503,1.12,1.121S38.986,5.075,38.369,5.075z M38.369,3.833c-0.066,0-0.12,0.055-0.12,0.121c0,0.133,0.24,0.133,0.24,0C38.489,3.888,38.435,3.833,38.369,3.833z"
/>
<rect x="15.128" y="5.929" width="34.137" height="2" />
<rect x="15.128" y="54.56" width="34.137" height="2" />
<rect x="17.678" y="9.929" fill="#000000" width="28.651" height="42.624" />
</g>
<g display="inline">
<g>
<rect x="34.786" y="19.36" width="6.395" height="1.279" />
<rect x="36.065" y="21.918" fill="#000000" width="5.116" height="1.279" />
<rect x="29.67" y="19.36" width="2.558" height="1.279" />
<rect x="30.949" y="21.918" width="2.558" height="1.279" />
<rect x="29.67" y="14.244" width="7.674" height="1.279" />
<rect x="27.112" y="16.802" fill="#000000" width="7.674" height="1.279" />
<rect x="19.438" y="19.36" width="7.674" height="1.279" />
</g>
<g>
<rect x="27.112" y="39.264" fill="#000000" width="6.395" height="1.279" />
<rect x="37.344" y="39.264" width="6.395" height="1.279" />
<rect x="20.717" y="41.808" fill="#000000" width="7.674" height="1.279" />
<rect x="32.228" y="41.808" fill="#000000" width="6.395" height="1.279" />
<rect x="25.492" y="44.366" width="10.573" height="1.279" />
<rect x="29.67" y="46.924" width="7.674" height="1.279" />
</g>
</g>
<g display="inline">
<path fill="#000000" d="M21.612,31.695l6.872-3.54v1.022l-5.792,2.903v0.029l5.792,2.903v1.022l-6.872-3.54V31.695z" />
<path fill="#000000" d="M29.444,36.627l4.133-10.738h1.007l-4.147,10.738H29.444z" />
<path fill="#000000" d="M42.388,32.509l-6.872,3.525v-1.022l5.835-2.903V32.08l-5.835-2.903v-1.022l6.872,3.525V32.509z" />
</g>
</g>
<g>
<path d="M47.47,64H16.529c-1.576,0-2.858-1.282-2.858-2.858V2.859C13.671,1.282,14.954,0,16.529,0H47.47 c1.576,0,2.858,1.282,2.858,2.858v58.283C50.329,62.718,49.046,64,47.47,64z M16.529,2c-0.473,0-0.858,0.385-0.858,0.858v58.283 c0,0.474,0.385,0.858,0.858,0.858H47.47c0.474,0,0.858-0.385,0.858-0.858V2.859C48.329,2.385,47.944,2,47.47,2H16.529z"
/>
<path d="M35.713,59.898h-7.425c-0.341,0-0.619-0.279-0.619-0.619v-0.001c0-0.341,0.279-0.619,0.619-0.619h7.425 c0.341,0,0.619,0.279,0.619,0.619v0.001C36.332,59.619,36.053,59.898,35.713,59.898z"
/>
<path d="M35.712,60.399h-7.425c-0.617,0-1.119-0.503-1.119-1.12s0.502-1.12,1.119-1.12h7.425c0.617,0,1.12,0.502,1.12,1.119 C36.833,59.896,36.33,60.399,35.712,60.399z M28.287,59.158c-0.064,0-0.119,0.055-0.119,0.119c0,0.065,0.055,0.121,0.119,0.121 h7.425c0.065,0,0.12-0.055,0.12-0.12s-0.055-0.12-0.12-0.12H28.287z"
/>
<path d="M31.122,4.573h-5.491c-0.341,0-0.619-0.279-0.619-0.619V3.952c0-0.341,0.279-0.619,0.619-0.619h5.491 c0.341,0,0.619,0.279,0.619,0.619v0.001C31.742,4.294,31.463,4.573,31.122,4.573z"
/>
<path d="M31.123,5.073h-5.492c-0.617,0-1.12-0.503-1.12-1.12s0.502-1.12,1.12-1.12h5.492c0.617,0,1.119,0.502,1.119,1.119 C32.242,4.57,31.74,5.073,31.123,5.073z M25.631,3.833c-0.065,0-0.12,0.055-0.12,0.119c0,0.065,0.055,0.121,0.12,0.121h5.492 c0.064,0,0.119-0.055,0.119-0.12s-0.055-0.12-0.119-0.12H25.631z"
/>
<circle cx="35.239" cy="3.954" r="0.62" />
<path d="M35.239,5.075c-0.617,0-1.12-0.503-1.12-1.121s0.503-1.121,1.12-1.121s1.119,0.503,1.119,1.121S35.856,5.075,35.239,5.075z M35.239,3.833c-0.066,0-0.12,0.055-0.12,0.121c0,0.132,0.239,0.134,0.239,0C35.358,3.888,35.304,3.833,35.239,3.833z"
/>
<circle cx="38.369" cy="3.954" r="0.62" />
<path d="M38.369,5.075c-0.617,0-1.12-0.503-1.12-1.121s0.503-1.121,1.12-1.121s1.12,0.503,1.12,1.121S38.986,5.075,38.369,5.075z M38.369,3.833c-0.066,0-0.12,0.055-0.12,0.121c0,0.133,0.24,0.133,0.24,0C38.489,3.888,38.435,3.833,38.369,3.833z"
/>
<rect x="15.128" y="5.929" width="34.137" height="2" />
<rect x="15.128" y="54.56" width="34.137" height="2" />
<path d="M17.678,9.929v42.624h28.651V9.929H17.678z M35.516,29.177v-1.022l6.872,3.525v0.83l-6.872,3.525v-1.022l5.835-2.903V32.08 L35.516,29.177z M36.065,23.197v-1.279h5.116v1.279H36.065z M41.181,20.639h-6.395V19.36h6.395V20.639z M29.67,14.244h7.674v1.279 H29.67V14.244z M27.112,16.802h7.674v1.279h-7.674V16.802z M28.484,35.012v1.022l-6.872-3.54v-0.8l6.872-3.54v1.022l-5.792,2.903 v0.029L28.484,35.012z M27.112,39.264h6.395v1.279h-6.395V39.264z M30.437,36.627h-0.993l4.133-10.738h1.007L30.437,36.627z M32.228,20.639H29.67V19.36h2.558V20.639z M33.507,21.918v1.279h-2.558v-1.279H33.507z M19.438,19.36h7.674v1.279h-7.674V19.36z M20.717,41.808h7.674v1.279h-7.674V41.808z M25.492,44.366h10.573v1.279H25.492V44.366z M37.344,48.203H29.67v-1.279h7.674V48.203 z M38.623,43.087h-6.395v-1.279h6.395V43.087z M43.739,40.543h-6.395v-1.279h6.395V40.543z"
/>
</g>
<g display="none">
<g display="inline">
<path stroke="#000000" stroke-width="0.25" stroke-miterlimit="10" d="M21.612,17.911l6.872-3.54v1.022l-5.792,2.903v0.029 l5.792,2.903v1.022l-6.872-3.54V17.911z"
/>
<path stroke="#000000" stroke-width="0.25" stroke-miterlimit="10" d="M29.444,22.843l4.133-10.738h1.007l-4.147,10.738H29.444z"
/>
<path stroke="#000000" stroke-width="0.25" stroke-miterlimit="10" d="M42.388,18.726l-6.872,3.525v-1.022l5.835-2.903v-0.029 l-5.835-2.903v-1.022l6.872,3.525V18.726z"
/>
</g>
<g display="inline">
<path stroke="#000000" stroke-width="0.25" stroke-miterlimit="10" d="M21.612,44.966l6.872-3.54v1.022l-5.792,2.903v0.029 l5.792,2.903v1.022l-6.872-3.54V44.966z"
/>
<path stroke="#000000" stroke-width="0.25" stroke-miterlimit="10" d="M29.444,49.899l4.133-10.738h1.007l-4.147,10.738H29.444z"
/>
<path stroke="#000000" stroke-width="0.25" stroke-miterlimit="10" d="M42.388,45.781l-6.872,3.525v-1.022l5.835-2.903v-0.029 l-5.835-2.903v-1.022l6.872,3.525V45.781z"
/>
</g>
<g display="inline">
<path d="M47.47,64H16.529c-1.576,0-2.858-1.282-2.858-2.858V2.858C13.671,1.282,14.954,0,16.529,0H47.47 c1.576,0,2.858,1.282,2.858,2.858v58.283C50.329,62.718,49.046,64,47.47,64z M16.529,2c-0.473,0-0.858,0.385-0.858,0.858v58.283 c0,0.474,0.385,0.858,0.858,0.858H47.47c0.474,0,0.858-0.385,0.858-0.858V2.858C48.329,2.385,47.944,2,47.47,2H16.529z"
/>
<path d="M35.713,59.898h-7.425c-0.341,0-0.619-0.279-0.619-0.619v-0.001c0-0.341,0.279-0.619,0.619-0.619h7.425 c0.341,0,0.619,0.279,0.619,0.619v0.001C36.332,59.619,36.053,59.898,35.713,59.898z"
/>
<path d="M35.712,60.398h-7.425c-0.617,0-1.119-0.503-1.119-1.12s0.502-1.12,1.119-1.12h7.425c0.617,0,1.12,0.502,1.12,1.119 C36.833,59.896,36.33,60.398,35.712,60.398z M28.287,59.158c-0.064,0-0.119,0.055-0.119,0.119c0,0.065,0.055,0.121,0.119,0.121 h7.425c0.065,0,0.12-0.055,0.12-0.12s-0.055-0.12-0.12-0.12H28.287z"
/>
<path d="M31.122,4.573h-5.491c-0.341,0-0.619-0.279-0.619-0.619V3.952c0-0.341,0.279-0.619,0.619-0.619h5.491 c0.341,0,0.619,0.279,0.619,0.619v0.001C31.742,4.294,31.463,4.573,31.122,4.573z"
/>
<path d="M31.123,5.073h-5.492c-0.617,0-1.12-0.503-1.12-1.12s0.502-1.12,1.12-1.12h5.492c0.617,0,1.119,0.502,1.119,1.119 C32.242,4.57,31.74,5.073,31.123,5.073z M25.631,3.833c-0.065,0-0.12,0.055-0.12,0.119c0,0.065,0.055,0.121,0.12,0.121h5.492 c0.064,0,0.119-0.055,0.119-0.12s-0.055-0.12-0.119-0.12H25.631z"
/>
<circle cx="35.239" cy="3.954" r="0.62" />
<path d="M35.239,5.075c-0.617,0-1.12-0.503-1.12-1.121s0.503-1.121,1.12-1.121s1.119,0.503,1.119,1.121S35.856,5.075,35.239,5.075 z M35.239,3.833c-0.066,0-0.12,0.055-0.12,0.121c0,0.132,0.239,0.134,0.239,0C35.358,3.888,35.304,3.833,35.239,3.833z"
/>
<circle cx="38.369" cy="3.954" r="0.62" />
<path d="M38.369,5.075c-0.617,0-1.12-0.503-1.12-1.121s0.503-1.121,1.12-1.121s1.12,0.503,1.12,1.121S38.986,5.075,38.369,5.075z M38.369,3.833c-0.066,0-0.12,0.055-0.12,0.121c0,0.133,0.24,0.133,0.24,0C38.489,3.888,38.435,3.833,38.369,3.833z"
/>
<rect x="15.128" y="5.929" width="34.137" height="2" />
<rect x="15.128" y="54.56" width="34.137" height="2" />
<g>
<path stroke="#000000" stroke-width="0.25" stroke-miterlimit="10" d="M20.95,27.799v2.893h3.346v-2.893h0.903v6.917h-0.903 v-3.243H20.95v3.243h-0.893v-6.917H20.95z"
/>
<path stroke="#000000" stroke-width="0.25" stroke-miterlimit="10" d="M28.061,28.559h-2.103v-0.759h5.121v0.759h-2.114v6.158 h-0.903V28.559z"
/>
<path stroke="#000000" stroke-width="0.25" stroke-miterlimit="10" d="M37.675,31.678c-0.051-0.964-0.112-2.124-0.102-2.986 h-0.031c-0.236,0.81-0.523,1.672-0.872,2.627l-1.221,3.356H34.77l-1.119-3.295c-0.328-0.975-0.606-1.868-0.8-2.688h-0.02 c-0.021,0.862-0.072,2.022-0.134,3.058l-0.185,2.966h-0.852l0.483-6.917h1.139l1.181,3.345c0.287,0.852,0.523,1.611,0.698,2.33 h0.03c0.175-0.698,0.421-1.458,0.729-2.33l1.231-3.345h1.139l0.431,6.917H37.85L37.675,31.678z"
/>
<path stroke="#000000" stroke-width="0.25" stroke-miterlimit="10" d="M40.094,27.799h0.893v6.167h2.956v0.75h-3.848V27.799z"
/>
</g>
</g>
</g>
</g>
</svg>
<span class="desc">MOBILE APP DEVELOPMENT</span>
</div>
<div class='icon-wrapper'>
<svg width="100" height="100" class="icon" viewBox="0 0 128 128" x="0px" y="0px">
<defs>
<linearGradient id="gradient-green">
<stop offset="5%" stop-color="#00e676" />
<stop offset="50%" stop-color="#1de9b6" />
</linearGradient>
</defs>
<g class="creativity" stroke="url(#gradient-green)">
<path d="M51.95,45.12l.19,0,3.06-.6V48h2V44.1L59,43.74c.38,1.23.84,1.78,1.48,1.78l.24,0a1.21,1.21,0,0,0,.7-.47c.1-.14.34-.52.23-1.81l2.39-.47L66.19,48h2.16l-2.27-5.65,2.41-.48a1,1,0,1,0-.39-2l-2.78.55L61.38,30.7a4.45,4.45,0,0,0,.28-2.43,4.51,4.51,0,0,0-4.94-3.73L56,21.62a1,1,0,0,0-1.94.49l.77,3.07a4.51,4.51,0,0,0-1.29,1.2A4.47,4.47,0,0,0,55.2,33v9.44l-3.44.68a1,1,0,0,0,.19,2Zm11.36-4.26-2,.39c-.46-2.06-1-2.85-2-2.67s-1,1.4-1,1.79a11.15,11.15,0,0,0,.15,1.43l-1.39.27V33.5h0a4.58,4.58,0,0,0,.73-.06,4.46,4.46,0,0,0,2-.9ZM54.72,29.4a2.47,2.47,0,0,1,.44-1.85,2.53,2.53,0,0,1,4.54,1.05,2.52,2.52,0,0,1-2.08,2.87,2.54,2.54,0,0,1-1,0A2.51,2.51,0,0,1,54.72,29.4Z"
/>
<circle cx="87" cy="127" r="1" />
<circle cx="91" cy="127" r="1" />
<path d="M63,58V68.09a3,3,0,0,0,3,3,3,3,0,0,0,3-3A1,1,0,0,0,69,68a12.56,12.56,0,0,1-.09-3.63s.2-.19,1.1-.19a3.28,3.28,0,0,1,.86.09,1.21,1.21,0,0,1,.23.08,2.82,2.82,0,0,1,.19.67c.63,3-.26,9.83-.27,9.9A1,1,0,0,0,71,75a3,3,0,0,0,1.5,2.59A3,3,0,0,0,77,75V58H75V75a1,1,0,0,1-1,1,1,1,0,0,1-.49-.13,1,1,0,0,1-.5-.8c.11-.83.9-7.31.24-10.46a4.68,4.68,0,0,0-.33-1.11,2.16,2.16,0,0,0-1.53-1.2A5.17,5.17,0,0,0,70,62.14c-1.53,0-2.51.46-2.91,1.35-.49,1.1-.21,3.75-.09,4.66a1,1,0,0,1-.5.79,1,1,0,0,1-.5.13,1,1,0,0,1-1-1V58Z"
/>
<path d="M79,58V81a3,3,0,0,0,6,0,1,1,0,0,0,0-.13,99.19,99.19,0,0,1-.75-10.29,17.79,17.79,0,0,1,.66-6.25s.19-.19,1.1-.19,1.09.18,1.09.18c.12.26.47,1.45,0,5.93v0c0,.39-.08.63-.08.64a1,1,0,0,0,0,.15,3,3,0,0,0,6,0V58H91V71.09a1,1,0,0,1-1,1,1,1,0,0,1-.49-.13,1,1,0,0,1-.51-.8c0-.12,0-.35.08-.66v0c.55-5.35,0-6.55-.17-6.94-.4-.9-1.38-1.36-2.91-1.36s-2.51.46-2.91,1.36c-.61,1.36-.9,3.76-.85,7.11A98.91,98.91,0,0,0,83,81.07,1,1,0,0,1,81,81V58Z"
/>
<path d="M55,58v7.61a3,3,0,1,0,6,0V58H59v7.61c0,.74-.47,1.39-1,1.39s-1-.65-1-1.39V58Z" />
<path d="M95,58v8.46a3,3,0,1,0,6,0V58H99v8.46a1,1,0,1,1-2,0V58Z" />
<path d="M43.22,51.32a7,7,0,0,1,.39-2A27.52,27.52,0,0,1,27.72,5.73L44.65,47.46A7,7,0,0,1,46.2,46L29.18,4c.42-.46.86-.9,1.32-1.33L47.74,45.16a6.94,6.94,0,0,1,2-.43L31.83.62A1,1,0,0,0,30.26.24,28.7,28.7,0,0,0,27.33,3.1l0,0a29.21,29.21,0,0,0-5.27,30A29.51,29.51,0,0,0,43.22,51.32Z"
/>
<path d="M45.2,51.71a5,5,0,1,0,5-5A5,5,0,0,0,45.2,51.71Zm5-3a3,3,0,1,1-3,3A3,3,0,0,1,50.2,48.71Z" />
<path d="M73,28h6V48h2V17s0,0,0,0a1,1,0,0,0-.06-.31l-3.72-10A1,1,0,0,0,76.28,6h-.56a1,1,0,0,0-.94.65l-3.72,10A1,1,0,0,0,71,17s0,0,0,0V48h2ZM76,9.12,78.56,16H73.44ZM73,18h6v4H73Zm0,6h6v2H73Z"
/>
<path d="M87.52,46.32l4.29,1.84a1,1,0,1,0,.79-1.84l-4.29-1.84.84-1.94,4.3,1.85a1,1,0,1,0,.79-1.84l-4.3-1.84.84-1.94,4.31,1.85a1,1,0,1,0,.79-1.84l-4.31-1.85L92.4,35l4.32,1.85A1,1,0,1,0,97.51,35l-4.32-1.85L94.13,31l4.21,1.89A1,1,0,1,0,99.16,31l-4.23-1.9,1.52-3.52a1,1,0,0,1,1.31-.52l7.64,3.3a1,1,0,0,1,.52,1.32L98,48h2.18l7.54-17.51a3,3,0,0,0-1.57-3.95l-7.64-3.3a3,3,0,0,0-3.94,1.57L84.62,48h2.18Z"
/>
<path d="M95.54,81.18A29,29,0,0,0,101.29,76,28.23,28.23,0,0,0,106,50.71a1,1,0,0,0-1-.71H57a7,7,0,0,1,.22,1.71c0,.1,0,.19,0,.29h47.1c.18.66.32,1.33.44,2H56.81a7,7,0,0,1-1.09,2H105a26.34,26.34,0,0,1,.15,2.71,26.07,26.07,0,0,1-5.46,16,27.11,27.11,0,0,1-5.37,4.85c-1,.76-2,1.55-3,2.4-4,3.45-6,9.3-6,17.39,0,0,0,1.51,0,2.62H70.69c0-1.11,0-2.6,0-2.62,0-8.09-2-13.95-6-17.39-1-.85-2-1.64-3-2.4a27.12,27.12,0,0,1-5.37-4.85,26.07,26.07,0,0,1-5.46-16v0c-.21,0-.42,0-.63,0a7,7,0,0,1-1.37-.14s0,.09,0,.14A28.06,28.06,0,0,0,54.7,76a29,29,0,0,0,5.75,5.22c1,.74,2,1.51,2.94,2.32,3.53,3,5.32,8.39,5.32,15.88,0,.59,0,1.91,0,2.78a3.41,3.41,0,0,0-2.19,3.29v3.1A3.28,3.28,0,0,0,69.56,112H86.61c.42,0,.89.62.89,1.45v3.1c0,.83-.47,1.45-.89,1.45H69.52a3.26,3.26,0,0,0-3,3.45v3.1a3.26,3.26,0,0,0,3,3.45H82.86a1,1,0,1,0,0-2H69.52c-.55,0-1-.66-1-1.45v-3.1c0-.79.47-1.45,1-1.45H86.61a3.21,3.21,0,0,0,2.89-3.45v-3.1A3.21,3.21,0,0,0,86.61,110H69.56c-.58,0-1.06-.66-1.06-1.45v-3.1c0-.79.49-1.45,1.06-1.45H86.33a1,1,0,0,0,1-1.08c0-.45,0-2.72,0-3.55,0-7.49,1.79-12.83,5.32-15.88C93.54,82.69,94.56,81.92,95.54,81.18Z"
/>
</g>
</svg>
<span class="desc" style="padding-left:15px;">DIGITAL MEDIA MANAGEMENT</span>
</div>
</div>
</div>
<ul>
<li>Optical Character Recognition (OCR)</li>
<!-- <li>e-KYC System</li> -->
<li>Face Recognition Solution</li>
<li>Video Conference Solution</li>
<li>E-ticketing System</li>
<li>Bulk SMS System</li>
<li>Missed-call System</li>
<li>E-commerce Solution</li>
<li>Enterprise Document Management System</li>
<li>Inventory Control System</li>
<li>Human Resource Information System</li>
<li>Fantasy Sports Application</li>
<li>Digital Rights Management</li>
<li>Ebooks Publication</li>
<li>Print-on-demand Book Publication</li>
<li>Digital Music Distribution</li>
<li>Content Management System</li>
</ul>
</section>
<section id="clients">
<h1>Clients</h1>
<div class="logos row w-100">
<div>
<img data-original="img/clients/edusanjal.svg" height="50" alt="edusanjal">
<span style="color:#007670; font-size: 1.5rem; vertical-align:top; margin-top: 0.5rem; display: inline-block;">edusanjal</span>
</div>
<div>
<img data-original="img/clients/squaddraft.png" height="35" alt="SquadDraft">
</div>
<!-- <div>
<img data-original="img/clients/nepathya.png" height="50" alt="Nepathya">
</div>
<div>
<img data-original="img/clients/nepalaya.png" height="40" alt="nepal~laya">
</div>
<div>
<img data-original="img/clients/paleti.png" height="60" alt="Paleti Series">
</div> -->
<div>
<img data-original="img/clients/cdl.png" height="50" alt="Central Diagnostics Laboratory">
</div>
<div>
<img data-original="img/clients/kvda.png" height="70" alt="Kathmandu Valley Development Authority">
</div>
<div>
<img data-original="img/clients/gnm.svg" height="55" alt="G & M Business Solutions">
</div>
<div>
<img data-original="img/clients/droozal.png" height="50" alt="Droozal">
<span style="color:#015aac; font-size: 1.8rem; vertical-align:top; margin-top: 0.3rem; display: inline-block;">roozal</span>
</div>
<div>
<img data-original="img/clients/100pasal.svg" height="50" alt="100 Pasal">
</div>
<div>
<img data-original="img/clients/lapche.png" height="50" alt="Lapche">
</div>
<div>
<img data-original="img/clients/lmt.png" height="30" alt="Lumbini Marbles & Tiles">
</div>
<!-- <div>
<img data-original="img/partners/aayulogic.png" height="60" alt="Aayulogic">
</div> -->
<!-- <div>
<img data-original="img/partners/8square.png" height="60" alt="8 Square Infortrans">
</div> -->
<div>
<img data-original="img/clients/philately.png" height="60" alt="Nepal Philatelic Bureau">
<span style="color:#48382d; vertical-align:top; margin-top: 0.8rem;line-height: 1.1rem; display: inline-block; margin-left: -1rem;">
Nepal Philatelic
<br/> Bureau</span>
</div>
<div>
<img data-original="img/clients/nbpa.png" height="60" alt="Nepal Biogas Promotion Association">
<span style="color:#4da14f; vertical-align:top; margin-top: 0.8rem;line-height: 1.1rem; display: inline-block;">
Nepal Biogas
<br/> Promotion Association</span>
</div>
<div>
<img data-original="img/clients/ldt.png" height="60" alt="Lumbini Development Trust">
<span style="color:#f48512; vertical-align:top; margin-top: 0.8rem;line-height: 1.1rem; display: inline-block;">
Lumbini
<br/> Development Trust</span>
</div>
<div>
<img data-original="img/clients/kukl.png" height="60" alt="Kathmandu Upatyaka Khanepani Limited">
<span style="color:#032774; vertical-align:top; margin-top: 0.8rem;line-height: 1.1rem; display: inline-block;">
Kathmandu Valley Drinking
<br/> Water Limited (KUKL)</span>
</div>
</div>
<div class="gov-header w-100">
<img data-original="img/clients/coa.png" height="60" alt="Coat of Arms" title="Nepali Government Offices">
<h4>Nepali Governmental Bodies:</h4>
</div>
<div class="gov-offices w-100">
<ul>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="http://cbs.gov.np/" target="_blank">Central Bureau of Statistics</a>
</li>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="http://crid.gov.np" target="_blank">Central Region Irrigation Directorate</a>
</li>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="https://www.adb.org/projects/documents/nepal-earthquake-emergency-assistance-project-pam" target="_blank">Earthquake Emergency Assistance Project</a>
</li>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="http://dol.gov.np" target="_blank">Department of Labor</a>
</li>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="http://dolia.gov.np" target="_blank">Department of Land Information and Archive</a>
</li>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="http://dudbc.gov.np" target="_blank">Department of Urban Development and Building Construction</a>
</li>
</ul>
<ul>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="http://dat.gov.np" target="_blank">Directorate of Agriculture Training</a>
</li>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="http://dlmp.gov.np" target="_blank">Directorate of Livestock Market Promotion</a>
</li>
<li><img data-original="img/clients/coa.png" height="15" alt="Coat of Arms">District Technical Office, Kathmandu</li>
<li><img data-original="img/clients/coa.png" height="15" alt="Coat of Arms">Land Revenue Office, Kathmandu</li>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="http://moljpa.gov.np" target="_blank">Ministry of Law, Justice and Parliamentary Affairs</a>
</li>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="http://mowcsw.gov.np" target="_blank">Ministry of Women, Children and Social Welfare</a>
</li>
</ul>
<ul>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="http://nardf.gov.np" target="_blank">National Agriculture Research & Development Fund</a>
</li>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="http://nartc.org.np" target="_blank">National Ayurveda Research & Training Center</a>
</li>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="http://nepalcopyright.gov.np" target="_blank">Nepal Copyright Registrar's Office</a>
</li>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="https://www.adb.org/projects/documents/rural-reconstruction-and-rehabilitation-sector-development-program-nepal-pcr"
target="_blank">Rural Reconstruction & Rehabilitation Sector Development Program</a>
</li>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="http://shs.gov.np" target="_blank">Social Health Security Development Committee</a>
</li>
<li>
<img data-original="img/clients/coa.png" height="15" alt="Coat of Arms"><a href="https://ird.gov.np/contactlist/list" target="_blank">Taxpayers Service Office</a>
</li>
</ul>
</div>
</section>
<section id="expertise" class="alt2 row">
<h1>Expertise</h1>
<div>
<img class="lazy" data-original="img/tech/python.svg" alt="Python" title="Python">
</div>
<div>
<img class="lazy" data-original="img/tech/django.png" alt="Django" title="Django">
</div>
<div>
<img class="lazy" data-original="img/tech/flask.png" alt="Flask" title="Flask">
</div>
<div>
<img class="lazy" data-original="img/tech/java.svg" alt="Java" title="Java">
</div>
<div>
<img class="lazy" data-original="img/tech/android.png" alt="Android" title="Android">
</div>
<div>
<img class="lazy" data-original="img/tech/kotlin.png" alt="Kotlin" title="Kotlin">
</div>
<div>
<img class="lazy" data-original="img/tech/vue.svg" alt="Vue.js" title="Vue.js">
</div>
<div>
<img class="lazy" data-original="img/tech/nuxt.png" alt="Nuxt.js" title="Nuxt.js">
</div>
<div>
<img class="lazy" data-original="img/tech/react.svg" alt="React.js" title="React.js">
</div>
<div>
<img class="lazy" data-original="img/tech/postgresql.svg" alt="Postgresql" title="Postgresql">
</div>
<div>
<img class="lazy" data-original="img/tech/redis.png" alt="Redis" title="Redis">
</div>
<div>
<img class="lazy" data-original="img/tech/mongo.png" alt="mongoDB" title="mongoDB">
</div>
<div>
<img class="lazy" data-original="img/tech/elastic.png" alt="Elasticsearch" title="Elasticsearch">
</div>
<!-- <div>
<img class="lazy" data-original="img/tech/linux.png" alt="Linux System Admin" title="Linux System Admin">
</div> -->
<div>
<img class="lazy" data-original="img/tech/opencv.png" alt="OpenCV" title="OpenCV">
</div>
<div>
<img class="lazy" data-original="img/tech/tensorflow.png" alt="TensorFlow" title="TensorFlow">
</div>
<div>
<img class="lazy" data-original="img/tech/webrtc.png" alt="WebRTC" title="WebRTC">
</div>
</section>
<!-- <section id="team" class="row">
<h1>Team</h1>
<div itemscope itemtype="http://schema.org/Person">
<a itemprop="url" href="https://np.linkedin.com/in/xtranophilist" target="_blank" rel="nofollow">
<img itemprop="image" class="lazy" data-original="img/team/dipesh_acharya.jpg" alt="Dipesh Acharya">
<div itemprop="name" class="name">Dipesh Acharya</div>
<meta itemprop="jobtitle" content="COO">
</a>
</div> -->
<!-- <div itemscope itemtype="http://schema.org/Person">
<img itemprop="image" class="lazy" data-original="img/team/raju_gotame.jpg" alt="Raju Gotame">
<div itemprop="name" class="name">Raju Gotame</div>
<meta itemprop="jobtitle" content="CEO">
</div> -->
<!-- <div itemscope itemtype="http://schema.org/Person">
<img itemprop="image" class="lazy" data-original="img/team/roshan_shrestha.jpg" alt="Roshan Shrestha">
<div itemprop="name" class="name">Roshan Shrestha</div>
<meta itemprop="jobtitle" content="Web Developer">
</div>
<div itemscope itemtype="http://schema.org/Person">
<img itemprop="image" class="lazy" data-original="img/team/rohit_joshi.jpg" alt="Rohit Joshi">
<div itemprop="name" class="name">Rohit Joshi</div>
<meta itemprop="jobtitle" content="Senior Programmer">
</div>
<div itemscope itemtype="http://schema.org/Person">
<img itemprop="image" class="lazy" data-original="img/team/gurudatta_sharma.jpg" alt="Gurudatta Sharma">
<div itemprop="name" class="name">Gurudatta Sharma</div>
<meta itemprop="jobtitle" content="Consultant">
</div>
<div itemscope itemtype="http://schema.org/Person">
<img itemprop="image" class="lazy" data-original="img/team/rupesh_singh.jpg" alt="Rupesh Singh">
<div itemprop="name" class="name">Rupesh Singh</div>
<meta itemprop="jobtitle" content="Web Developer">
</div>
<div itemscope itemtype="http://schema.org/Person">
<img itemprop="image" class="lazy" data-original="img/team/ankit_chhetri.jpg" alt="Ankit Chhetri">
<div itemprop="name" class="name">Ankit Chhetri</div>
<meta itemprop="jobtitle" content="Web Developer">
</div> -->
<!-- <div itemscope itemtype="http://schema.org/Person">
<img itemprop="image" class="lazy" data-original="img/team/surendra_shrestha.jpg" alt="Surendra Shrestha">
<div itemprop="name" class="name">Surendra Shrestha</div>
<meta itemprop="jobtitle" content="Mobile App Engineer">
</div> -->
<!-- <div itemscope itemtype="http://schema.org/Person">
<img itemprop="image" class="lazy" data-original="img/team/mukesh_phuyal.jpg" alt="Mukesh Phunyal">
<div itemprop="name" class="name">Mukesh Phunyal</div>
<meta itemprop="jobtitle" content="Creative Designer">
</div>
<div itemscope itemtype="http://schema.org/Person">
<img itemprop="image" class="lazy" data-original="img/team/sandesh_rana.jpg" alt="Sandesh Rana">
<div itemprop="name" class="name">Sandesh Rana</div>
<meta itemprop="jobtitle" content="Web Developer">
</div>
<div itemscope itemtype="http://schema.org/Person">
<img itemprop="image" class="lazy" data-original="img/team/nar_bahadur_magar.jpg" alt="Maanbahadur Dai">
<div itemprop="name" class="name">Nar Bahadur Magar</div>
<meta itemprop="jobtitle" content="Office Assistant">
</div>
</section> -->
<section id="contact" class="alt row">
<h1>Reach Us</h1>
<div>
<h3>Contact</h3>
<div>Email:
<span itemprop="email">
<a href="mailto:info@awecode.com">info@awecode.com</a>
</span>
</div>
<div>Phone:
<a href="tel:97716200351">
<span itemprop="telephone" content="+97716200351">+977 (01) 6200351</span>
</a>
</div>
<div>
<a href="img/qr.svg" target="_blank" title="View QR Code">QR</a> |
<a href="awecode.vcf" target="_blank" title="Download vCard vcf">vCard</a>
</div>
<div itemprop="address" itemscope itemtype="http://schema.org/PostalAddress">
<a href="https://www.google.com.np/maps/place/Awecode/@27.686149,85.331765,15z/data=!4m5!3m4!1s0x0:0x4fb96e0b0919445d!8m2!3d27.686149!4d85.331765"
target="_blank" class="u">
View Map
</a>
<div itemprop="streetAddress">410/28, Suvarna Marga</div>
<div itemprop="addressLocality">Buddhanagar, New Baneshwor</div>
<div>Kathmandu, Nepal</div>
</div>
<meta itemprop="openingHours" datetime="Su-Fr 10:00-19:00" />
</div>
<form class="message" method="POST" action="https://formspree.io/info@awecode.com">
<h3>Say Hello</h3>
<input type="text" name="name" placeholder="Name" required>
<input type="email" name="email" placeholder="Email" required>
<textarea name="message" placeholder="Your Message" rows="6" required></textarea>
<input type="submit" value="Send">
</form>
<div class="social w-100">
<a target="_blank" itemprop="sameAs" href="https://www.facebook.com/awecode.inc" title="Facebook">
<img class="lazy" data-original="img/social/facebook.png" alt="Facebook">
</a>
<a target="_blank" itemprop="sameAs" href="https://foursquare.com/v/awecode/527f7a1a11d20c8dbf2623f9" title="Foursquare">
<img class="lazy" data-original="img/social/foursquare.png" alt="Foursquare">
</a>
<a target="_blank" itemprop="sameAs" href="https://github.com/awecode/" title="Github">
<img class="lazy" data-original="img/social/github.png" alt="Github">
</a>
<a target="_blank" itemprop="sameAs" href="https://instagram.com/explore/locations/522386803/" title="Instagram">
<img class="lazy" data-original="img/social/instagram.png" alt="Instagram">
</a>
<a target="_blank" itemprop="sameAs" href="https://www.linkedin.com/company/awecode" title="LinkedIn">
<img class="lazy" data-original="img/social/linkedin.png" alt="LinkedIn">
</a>
</div>
</section>
</div>
<script type="text/javascript" src="dist/index.js"></script>
</body>
</html>