-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
705 lines (705 loc) · 41.9 KB
/
about.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
<!DOCTYPE html><!-- Last Published: Mon Nov 16 2020 04:09:59 GMT+0000 (Coordinated Universal Time) -->
<html data-wf-page="5fae1c24d53152cd4d7d3b24" data-wf-site="5ef89e34ff9bfd8300750b6a">
<head>
<meta charset="utf-8">
<title>About</title>
<meta content="About" property="og:title">
<meta content="About" property="twitter:title">
<meta content="width=device-width, initial-scale=1" name="viewport">
<link href="css/normalize.css" rel="stylesheet" type="text/css">
<link href="css/components.css" rel="stylesheet" type="text/css">
<link href="css/pixelborders.css" rel="stylesheet" type="text/css">
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.6.26/webfont.js" type="text/javascript"></script>
<script type="text/javascript">WebFont.load({ google: { families: ["Exo:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic","Montserrat:100,100italic,200,200italic,300,300italic,400,400italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic","Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic","Inconsolata:400,700","Muli:200,300,regular,500,600,700,800,900"] }});</script>
<!-- [if lt IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv.min.js" type="text/javascript"></script><![endif] -->
<script type="text/javascript">!function(o,c){var n=c.documentElement,t=" w-mod-";n.className+=t+"js",("ontouchstart"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+"touch")}(window,document);</script>
<link href="images/favicon.jpg" rel="shortcut icon" type="image/x-icon">
<link href="images/webclip.jpg" rel="apple-touch-icon">
</head>
<body>
<div class="nav-desktop">
<div class="nav-container">
<div data-w-id="afe18f5b-6d4b-6241-889a-07b04333645c" class="nav-link-wrapper">
<div class="wrapper-logo">
<a href="index.html" class="nav-logo_wrap w-inline-block"><img src="images/logo-monogram.svg" width="49.5" alt="" class="logo-header"></a>
<a href="#" data-w-id="afe18f5b-6d4b-6241-889a-07b043336460" class="nav-link">WHAT WE OFFER</a>
<a href="#" data-w-id="afe18f5b-6d4b-6241-889a-07b043336462" class="nav-link">Why Pixel & Borders</a>
<a href="#" data-w-id="afe18f5b-6d4b-6241-889a-07b043336464" class="nav-link">Resources</a>
</div>
<div class="nav-right">
<a href="#" class="sign-in_wrapper w-inline-block">
<div class="sign-in">Sign In</div>
</a>
<a href="request-services.html" class="large-link w-inline-block">
<div class="nav-button_text">Request Services</div><img src="images/Arrow-Long.svg" alt="" class="arrow-move">
</a>
</div>
</div>
<div data-w-id="afe18f5b-6d4b-6241-889a-07b04333646e" class="nav-panel-wrapper">
<div data-w-id="afe18f5b-6d4b-6241-889a-07b04333646f" class="nav-panel _1">
<div class="flex-exp">
<div class="panel-col">
<div class="panel-top-row panel-header">
<div class="panel-text-header">Video Production</div>
</div>
<div class="panel-top-row panel-1-content">
<a href="video-services.html" class="panel-row-50 hover_pink w-inline-block"><img src="images/5b36c042b374dd2f61e0679d_courses.svg" width="75" alt="" class="icon">
<div class="div-block">
<div class="bold">Video Services</div>
<div class="paragraph">Hire a pro to give your video a world-class look.</div>
</div>
</a>
<a href="video-portfolio.html" class="panel-row-50 hover_magenta w-inline-block"><img src="images/5b36c047f68bd35a59f6cc6c_showcase.svg" width="75" alt="" class="icon">
<div class="div-block-2">
<div class="bold">Video Portfolio</div>
<div class="paragraph">Share anywhere and grow audience everywhere.</div>
</div>
</a>
</div>
</div>
</div>
<div class="flex-exp">
<div class="panel-col">
<div class="panel-top-row panel-header">
<div class="panel-text-header">Web Development</div>
</div>
<div class="panel-top-row panel-1-content">
<a href="custom-web-development.html" class="panel-row-50 hover_purple w-inline-block"><img src="images/5b75fd517ca4337d99963b36_interactions-white.svg" width="75" alt="" class="icon">
<div class="div-block-3">
<div class="bold">Custom Web</div>
<div class="paragraph">Custom build with the power of CSS, HTML, and JavaScript.</div>
</div>
</a>
<a href="cms-web-development.html" class="panel-row-50 hover_green w-inline-block"><img src="images/5b75fd517ca43364ef963b35_editor-white.svg" width="75" alt="" class="icon">
<div class="div-block-4">
<div class="bold">CMS Web</div>
<div class="paragraph">Ready to launch website backed by powerful CMS.</div>
</div>
</a>
</div>
</div>
</div>
<div class="flex-exp">
<div class="panel-col">
<div class="panel-top-row panel-header">
<div class="panel-text-header">Inhouse Studio</div>
</div>
<div class="panel-top-row panel-1-content">
<a href="content-creator.html" class="panel-row-50 hover_blue w-inline-block"><img src="images/5b75fd517ca4330bcc963b37_cms-white.svg" width="75" alt="" class="icon">
<div class="div-block-5">
<div class="bold">Content Creator</div>
<div class="paragraph">Produce high quality content in our ready-to-rent studio.</div>
</div>
</a>
<a href="live-streaming.html" class="panel-row-50 hover_beigh w-inline-block"><img src="images/wifi.svg" width="75" alt="" class="icon">
<div class="div-block-6">
<div class="bold">Live Streaming</div>
<div class="paragraph">Pro streaming setup. Live on any platforms in a minute.</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div data-w-id="afe18f5b-6d4b-6241-889a-07b0433364ac" class="nav-panel">
<div class="flex-exp who-hire-us">
<div class="panel-col">
<div class="panel-top-row panel-header">
<div class="panel-text-header">Who Hired Us</div>
</div>
<div class="panel-top-row panel-1-content">
<a href="https://pixelborders.webflow.io/who-hired-us/#corporate_government" class="panel-row-50 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/5b36c144af9676a8558a5816_ebook.svg" width="75" alt="" class="icon-why">
<div class="bold">Corporate & Government</div>
</div>
<div class="paragraph">We have been involved in various type of project either through word of mouth or government tender.</div>
</div>
</a>
<a href="https://pixelborders.webflow.io/who-hired-us/#marketing_agencies" class="panel-row-50 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/5b36c04799d87d06fe01290d_prototyping.svg" width="75" alt="" class="icon-why">
<div class="bold">Marketing Agencies</div>
</div>
<div class="paragraph">Planning to run marketing campaign? We'll help to create your content for the whole year.</div>
</div>
</a>
<a href="https://pixelborders.webflow.io/who-hired-us/#business_owners" class="panel-row-50 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/5b75fd517ca43363a0963b39_ecommerce-white.svg" width="75" alt="" class="icon-why">
<div class="bold">Business Owners</div>
</div>
<div class="paragraph">Our services suitable for every organisation either you are startup or establish company.</div>
</div>
</a>
<a href="https://pixelborders.webflow.io/who-hired-us/#entrepreneur" class="panel-row-50 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/briefcase.svg" width="12" alt="" class="icon-why">
<div class="bold">Entrepreneur</div>
</div>
<div class="paragraph">Connect with your audience through visibility. We let you focus on your business while we're preparing your tools.</div>
</div>
</a>
</div>
</div>
</div>
<div class="flex-exp bg-stories">
<div class="panel-col">
<div class="panel-top-row panel-header">
<div class="panel-text-header">Customer Stories</div>
</div>
<div class="panel-top-row panel-1-content">
<a href="https://pixelborders.webflow.io/customer-stories/#story1" class="panel-row-33 w-inline-block"><img src="images/client-eimas-01.svg" width="75" alt="" class="logo-client">
<div class="div-block-7">
<div class="paragraph">EiMAS provides training for consumer especially in environmental.</div>
</div>
</a>
<a href="https://pixelborders.webflow.io/customer-stories/#story2" class="panel-row-33 w-inline-block"><img src="images/client-ems-01.svg" width="150" alt="" class="logo-client ems">
<div class="div-block-8">
<div class="paragraph">EMS Language Centre makes learning English simple.</div>
</div>
</a>
<a href="https://pixelborders.webflow.io/customer-stories/#story3" class="panel-row-33 w-inline-block"><img src="images/client-Copyright.svg" width="150" alt="" class="logo-client vault">
<div class="div-block-9">
<div class="paragraph">Dr. Ralph Klemp is a founder, researcher and entrepreneur.</div>
</div>
</a>
</div>
</div>
</div>
</div>
<div data-w-id="afe18f5b-6d4b-6241-889a-07b0433364e8" class="nav-panel _3">
<div class="flex-exp-resources">
<div class="panel-col">
<div class="panel-top-row panel-header">
<div class="panel-text-header">Clients & Community</div>
</div>
<div class="panel-top-row panel-1-content">
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/layout.svg" width="12" alt="" class="icon-why">
<div class="bold">Template</div>
<div class="soon">COMING SOON</div>
</div>
<div class="paragraph">Browse custom and ready made templates for your next project. Start and launch faster.</div>
</div>
</a>
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/loader.svg" width="12" alt="" class="icon-why">
<div class="bold">Animation</div>
<div class="soon">COMING SOON</div>
</div>
<div class="paragraph">Attract your audience with interactive and animated video. Now available as a website content.</div>
</div>
</a>
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/twitch.svg" width="12" alt="" class="icon-why">
<div class="bold">Live Stream</div>
<div class="soon">COMING SOON</div>
</div>
<div class="paragraph">Content creator now can rent our live stream studio. Pro setup for you to start with just a click of button.</div>
</div>
</a>
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/users.svg" width="12" alt="" class="icon-why">
<div class="bold">Training</div>
<div class="soon">COMING SOON</div>
</div>
<div class="paragraph">10 years in industries teaches us valuable experiences and we are ready to share with you.</div>
</div>
</a>
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/layers.svg" width="12" alt="" class="icon-why">
<div class="bold">Component</div>
<div class="soon">COMING SOON</div>
</div>
<div class="paragraph">References and common use components in web design, video production and creative industry.</div>
</div>
</a>
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/figma.svg" width="12" alt="" class="icon-why">
<div class="bold">Design System</div>
<div class="soon">COMING SOON</div>
</div>
<div class="paragraph">Curated listing for references, ideation and case study from around the world.</div>
</div>
</a>
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/5b36c042f23df352006de32a_edu.svg" width="75" alt="" class="icon-why">
<div class="bold">Courses</div>
<div class="soon">COMING SOON</div>
</div>
<div class="paragraph">E-Learning courses for our beloved clients and community to kickstart your dream career.</div>
</div>
</a>
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/message-circle.svg" width="12" alt="" class="icon-why">
<div class="bold">Review</div>
<div class="soon">COMING SOON</div>
</div>
<div class="paragraph">Some interesting facts, tools, knowledges that we like to share with our followers.</div>
</div>
</a>
</div>
</div>
</div>
<div class="flex-exp-hide">
<div class="panel-col">
<div class="panel-top-row panel-header">
<div class="panel-text-header">Customer Stories</div>
</div>
<div class="panel-top-row panel-1-content">
<div class="panel-row-33">
<div>logo</div>
<div class="div-block-7">
<div class="paragraph">The power of CSS, HTML, and JavaScript in a visual canvas.</div>
</div>
</div>
<div class="panel-row-33">
<div>logo</div>
<div class="div-block-8">
<div class="paragraph">The power of CSS, HTML, and JavaScript in a visual canvas.</div>
</div>
</div>
<div class="panel-row-33">
<div>logo</div>
<div class="div-block-9">
<div class="paragraph">The power of CSS, HTML, and JavaScript in a visual canvas.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div data-w-id="afe18f5b-6d4b-6241-889a-07b043336557" class="page-overlay"></div>
</div>
<div class="nav-mobile">
<div class="mobile-menu-content">
<div data-w-id="5eb10e07-e4e0-5341-afe3-73dd81103b48" class="nav-panel _1 mobile">
<div class="mycontain">
<div data-w-id="5eb10e07-e4e0-5341-afe3-73dd81103b4a" class="mobile-menu-title-back">
<div class="footer-link-title">What We Offer</div><img src="images/Icon.svg" width="20" alt="" class="back-arrow">
</div>
<div class="mobile-menu-wrapper">
<div class="flex-exp">
<div class="panel-col">
<div class="panel-top-row panel-header">
<div class="panel-text-header">Video Production</div>
</div>
<div class="panel-top-row panel-1-content">
<a href="video-services.html" class="panel-row-50 hover_pink w-inline-block"><img src="images/5b36c042b374dd2f61e0679d_courses.svg" width="75" alt="" class="icon">
<div class="div-block">
<div class="bold">Video Services</div>
<div class="paragraph">Hire a pro to give your video a world-class look.</div>
</div>
</a>
<a href="video-portfolio.html" class="panel-row-50 hover_magenta w-inline-block"><img src="images/5b36c047f68bd35a59f6cc6c_showcase.svg" width="75" alt="" class="icon">
<div class="div-block-2">
<div class="bold">Video Portfolio</div>
<div class="paragraph">Share anywhere and grow audience everywhere.</div>
</div>
</a>
</div>
</div>
</div>
<div class="flex-exp">
<div class="panel-col">
<div class="panel-top-row panel-header">
<div class="panel-text-header">Web Development</div>
</div>
<div class="panel-top-row panel-1-content">
<a href="custom-web-development.html" class="panel-row-50 hover_purple w-inline-block"><img src="images/5b75fd517ca4337d99963b36_interactions-white.svg" width="75" alt="" class="icon">
<div class="div-block-3">
<div class="bold">Custom Web</div>
<div class="paragraph">Custom build with the power of CSS, HTML, and JavaScript.</div>
</div>
</a>
<a href="cms-web-development.html" class="panel-row-50 hover_green w-inline-block"><img src="images/5b75fd517ca43364ef963b35_editor-white.svg" width="75" alt="" class="icon">
<div class="div-block-4">
<div class="bold">CMS Web</div>
<div class="paragraph">Ready to launch website backed by powerful CMS.</div>
</div>
</a>
</div>
</div>
</div>
<div class="flex-exp">
<div class="panel-col">
<div class="panel-top-row panel-header">
<div class="panel-text-header">Inhouse Studio</div>
</div>
<div class="panel-top-row panel-1-content">
<a href="content-creator.html" class="panel-row-50 hover_blue w-inline-block"><img src="images/5b75fd517ca4330bcc963b37_cms-white.svg" width="75" alt="" class="icon">
<div class="div-block-5">
<div class="bold">Content Creator</div>
<div class="paragraph">Produce high quality content in our ready-to-rent studio.</div>
</div>
</a>
<a href="live-streaming.html" class="panel-row-50 hover_beigh w-inline-block"><img src="images/wifi.svg" width="75" alt="" class="icon">
<div class="div-block-6">
<div class="bold">Live Streaming</div>
<div class="paragraph">Pro streaming setup. Live on any platforms in a minute.</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div data-w-id="5eb10e07-e4e0-5341-afe3-73dd81103b8b" class="nav-panel mobile">
<div class="mycontain">
<div data-w-id="5eb10e07-e4e0-5341-afe3-73dd81103b8d" class="mobile-menu-title-back">
<div class="footer-link-title">Why Pixel & Borders</div><img src="images/Icon.svg" width="20" alt="" class="back-arrow">
</div>
<div class="mobile-menu-why-us-wrapper">
<div class="flex-exp who-hire-us">
<div class="panel-col">
<div class="panel-top-row panel-header">
<div class="panel-text-header">Who Hired Us</div>
</div>
<div class="panel-top-row panel-1-content">
<a href="https://pixelborders.webflow.io/who-hired-us/#corporate_government" class="panel-row-50 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/5b36c144af9676a8558a5816_ebook.svg" width="75" alt="" class="icon-why">
<div class="bold">Corporate & Government</div>
</div>
<div class="paragraph">We have been involved in various type of project either through word of mouth or government tender.</div>
</div>
</a>
<a href="https://pixelborders.webflow.io/who-hired-us/#marketing_agencies" class="panel-row-50 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/5b36c04799d87d06fe01290d_prototyping.svg" width="75" alt="" class="icon-why">
<div class="bold">Marketing Agencies</div>
</div>
<div class="paragraph">Planning to run marketing campaign? We'll help to create your content for the whole year.</div>
</div>
</a>
<a href="https://pixelborders.webflow.io/who-hired-us/#business_owners" class="panel-row-50 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/5b75fd517ca43363a0963b39_ecommerce-white.svg" width="75" alt="" class="icon-why">
<div class="bold">Business Owners</div>
</div>
<div class="paragraph">Our services suitable for every organisation either you are startup or establish company.</div>
</div>
</a>
<a href="https://pixelborders.webflow.io/who-hired-us/#entrepreneur" class="panel-row-50 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/briefcase.svg" width="12" alt="" class="icon-why">
<div class="bold">Entrepreneur</div>
</div>
<div class="paragraph">Connect with your audience through visibility. We let you focus on your business while we're preparing your tools.</div>
</div>
</a>
</div>
</div>
</div>
<div class="flex-exp bg-stories">
<div class="panel-col">
<div class="panel-top-row panel-header">
<div class="panel-text-header">Customer Stories</div>
</div>
<div class="panel-top-row panel-1-content">
<a href="https://pixelborders.webflow.io/customer-stories/#story1" class="panel-row-33 w-inline-block"><img src="images/client-eimas-01.svg" width="75" alt="" class="logo-client">
<div class="div-block-7">
<div class="paragraph">EiMAS provides training for consumer especially in environmental.</div>
</div>
</a>
<a href="https://pixelborders.webflow.io/customer-stories/#story2" class="panel-row-33 w-inline-block"><img src="images/client-ems-01.svg" width="150" alt="" class="logo-client ems">
<div class="div-block-8">
<div class="paragraph">EMS Language Centre makes learning English simple.</div>
</div>
</a>
<a href="https://pixelborders.webflow.io/customer-stories/#story3" class="panel-row-33 w-inline-block"><img src="images/client-Copyright.svg" width="150" alt="" class="logo-client vault">
<div class="div-block-9">
<div class="paragraph">Dr. Ralph Klemp is a founder, researcher and entrepreneur.</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div data-w-id="5eb10e07-e4e0-5341-afe3-73dd81103bcd" class="nav-panel _3 mobile">
<div class="mycontain">
<div data-w-id="5eb10e07-e4e0-5341-afe3-73dd81103bcf" class="mobile-menu-title-back">
<div class="footer-link-title">Resources</div><img src="images/Icon.svg" width="20" alt="" class="back-arrow">
</div>
<div class="mobile-menu-resources-wrapper">
<div class="flex-exp-resources">
<div class="panel-col">
<div class="panel-top-row panel-header">
<div class="panel-text-header">Clients & Community</div>
</div>
<div class="panel-top-row panel-1-content">
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/layout.svg" width="12" alt="" class="icon-why">
<div class="bold">Template</div>
<div class="soon">SOON</div>
</div>
<div class="paragraph">Browse custom and ready made templates for your next project. Start and launch faster.</div>
</div>
</a>
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/loader.svg" width="12" alt="" class="icon-why">
<div class="bold">Animation</div>
<div class="soon">SOON</div>
</div>
<div class="paragraph">Attract your audience with interactive and animated video. Now available as a website content.</div>
</div>
</a>
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/twitch.svg" width="12" alt="" class="icon-why">
<div class="bold">Live Stream</div>
<div class="soon">SOON</div>
</div>
<div class="paragraph">Content creator now can rent our live stream studio. Pro setup for you to start with just a click of button.</div>
</div>
</a>
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/users.svg" width="12" alt="" class="icon-why">
<div class="bold">Training</div>
<div class="soon">SOON</div>
</div>
<div class="paragraph">10 years in industries teaches us valuable experiences and we are ready to share with you.</div>
</div>
</a>
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/layers.svg" width="12" alt="" class="icon-why">
<div class="bold">Component</div>
<div class="soon">SOON</div>
</div>
<div class="paragraph">References and common use components in web design, video production and creative industry.</div>
</div>
</a>
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/figma.svg" width="12" alt="" class="icon-why">
<div class="bold">Design System</div>
<div class="soon">SOON</div>
</div>
<div class="paragraph">Curated listing for references, ideation and case study from around the world.</div>
</div>
</a>
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/5b36c042f23df352006de32a_edu.svg" width="75" alt="" class="icon-why">
<div class="bold">Courses</div>
<div class="soon">SOON</div>
</div>
<div class="paragraph">E-Learning courses for our beloved clients and community to kickstart your dream career.</div>
</div>
</a>
<a href="#" class="panel-row-20 hover_blue_default w-inline-block">
<div>
<div class="wrap-title-why"><img src="images/message-circle.svg" width="12" alt="" class="icon-why">
<div class="bold">Review</div>
<div class="soon">SOON</div>
</div>
<div class="paragraph">Some interesting facts, tools, knowledges that we like to share with our followers.</div>
</div>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div data-w-id="5eb10e07-e4e0-5341-afe3-73dd81103c2a" class="overlay-mobile"></div>
<div class="nav-container">
<div class="nav-link-wrapper">
<div class="wrapper-logo">
<a href="index.html" class="nav-logo_wrap w-inline-block"><img src="images/logo-monogram.svg" width="49.5" alt="" class="logo-header"></a>
</div>
<div data-w-id="5eb10e07-e4e0-5341-afe3-73dd81103c30" class="nav-mobile-menu-trigger">
<div data-w-id="5eb10e07-e4e0-5341-afe3-73dd81103c31" class="d-55-menu-trigger-line"></div>
<div data-w-id="5eb10e07-e4e0-5341-afe3-73dd81103c32" class="d-55-menu-trigger-line"></div>
</div>
</div>
<div class="nav-panel-wrapper-mobile">
<div data-w-id="5eb10e07-e4e0-5341-afe3-73dd81103c34" class="nav-content-wrapper">
<div class="nav-middle">
<div data-w-id="5eb10e07-e4e0-5341-afe3-73dd81103c36" class="d-55-menu-block">
<div class="d-55-white-block"></div>
<a href="#" class="d-55-menu-item-wrapper w-inline-block">
<div class="d-55-menu-item-number">01.</div>
<div class="d-55-menu-item-text">WHAT WE OFFER</div>
</a>
</div>
<div data-w-id="5eb10e07-e4e0-5341-afe3-73dd81103c3d" class="d-55-menu-block">
<div class="d-55-white-block"></div>
<a href="#" class="d-55-menu-item-wrapper w-inline-block">
<div class="d-55-menu-item-number">02.</div>
<div class="d-55-menu-item-text">WHY PIXEL & BORDERS</div>
</a>
</div>
<div data-w-id="5eb10e07-e4e0-5341-afe3-73dd81103c44" class="d-55-menu-block">
<div class="d-55-white-block"></div>
<a href="#" class="d-55-menu-item-wrapper w-inline-block">
<div class="d-55-menu-item-number">03.</div>
<div class="d-55-menu-item-text">OUR RESOURCES</div>
</a>
</div>
<div class="d-55-menu-block">
<div class="d-55-white-block"></div>
<a href="request-services.html" class="d-55-menu-item-wrapper w-inline-block">
<div class="d-55-menu-item-number">04.</div>
<div class="d-55-menu-item-text">REQUEST SERVICES</div>
</a>
</div>
</div>
<div class="nav-bottom">
<div class="d-55-social-media-wrapper">
<a href="#" class="d-55-social-media-linkt">facebook</a>
<a href="#" class="d-55-social-media-linkt">twitter</a>
<a href="#" class="d-55-social-media-linkt">instagram</a>
</div>
</div>
</div>
</div>
</div>
</div>
<div id="hero" class="section-hero">
<div class="mycontain">
<div data-w-id="8997551f-d2d3-d784-6ee0-3961b19d428c" style="opacity:0" class="w-layout-grid hero-grid-wrapper">
<div id="w-node-3961b19d428d-4d7d3b24" class="hero-text-block">
<h1 class="hero-h1">About</h1>
<p class="paragraph-4">Generating ideas and creative concepts for advertising, branding, marketing & business development.</p>
<a data-w-id="c30ddab4-9605-e5ba-7567-9fd4f135a210" href="#" class="button-8 w-inline-block">
<div class="text-button-b8">Get in touch</div>
<div class="bg-mask-b8"></div><img src="https://uploads-ssl.webflow.com/5e216d6f0f868d1c6188f732/5e2fc8de9d703ba43cc1bf95_arrow.svg" width="25" alt="" class="image-7-copy"><img src="images/Arrow-Long.svg" alt="" class="button-arrow">
</a>
</div>
<div class="hero-image-block"><img src="images/hero-img.png" sizes="(max-width: 767px) 86vw, (max-width: 991px) 560px, 90vw" srcset="images/hero-img-p-500.png 500w, images/hero-img-p-800.png 800w, images/hero-img-p-1080.png 1080w, images/hero-img.png 1177w" alt="" class="hero-image"></div>
</div>
</div>
<div class="scroll-wrapper">
<div class="mycontain">
<div class="wrapper-flex-horizontal">
<div data-w-id="2a1e9c45-5d03-e9f7-3e04-5daf73a2f982" data-animation-type="lottie" data-src="https://uploads-ssl.webflow.com/5efa06bceafa0ddfdc9f4f7f/5efa06bccb0c35569fb729ae_Scroll%20Down.json" data-loop="1" data-direction="1" data-autoplay="1" data-is-ix2-target="0" data-renderer="svg" data-default-duration="3" data-duration="0" class="lottie-animation"></div>
</div>
</div>
</div>
</div>
<div class="section-footer">
<div class="mycontain">
<div class="footer1">
<a href="#" class="footer-logo-wrap w-inline-block"><img src="images/pixelborders-white.svg" width="150" alt="" class="logo-footer"></a>
<div class="footer-link-wrap">
<div class="w-layout-grid footer1-grid">
<div id="w-node-3f62e38c515c-e38c5155" class="footer1-links-wrap">
<div class="footer-link-title margin">Company</div>
<a href="about.html" aria-current="page" class="footer1-link w--current">About</a>
<a href="profile.html" class="footer1-link">Profile</a>
<a href="location.html" class="footer1-link">Location</a>
<a href="careers.html" class="footer1-link">Careers</a>
<a href="terms-of-services.html" class="footer1-link">Terms of Services</a>
<a href="privacy-policy.html" class="footer1-link">Privacy Policy</a>
<a href="cookie-policy.html" class="footer1-link">Cookie Policy</a>
<a href="sitemap.html" class="footer1-link">Sitemap</a>
</div>
<div id="w-node-3f62e38c516f-e38c5155" class="footer1-links-wrap">
<div class="footer-link-title margin">Offers</div>
<a href="video-services.html" class="footer1-link">Video Services</a>
<a href="video-portfolio.html" class="footer1-link">Video Portfolio</a>
<a href="custom-web-development.html" class="footer1-link">Custom Web</a>
<a href="cms-web-development.html" class="footer1-link">CMS Web</a>
<a href="content-creator.html" class="footer1-link">Content Creator</a>
<a href="live-streaming.html" class="footer1-link">Live Streaming</a>
<a href="who-hired-us.html" class="footer1-link">Who Hired Us?</a>
<a href="customer-stories.html" class="footer1-link">Customer Stories</a>
</div>
<div id="w-node-3f62e38c5182-e38c5155" class="footer1-links-wrap">
<div class="footer-link-title margin">Resources</div>
<a href="#" class="footer1-link">Template - <em>soon</em></a>
<a href="#" class="footer1-link">Component - <em>soon</em></a>
<a href="#" class="footer1-link">Animation - <em>soon</em></a>
<a href="#" class="footer1-link">Design System - <em>soon</em></a>
<a href="#" class="footer1-link">Live Stream - <em>soon</em></a>
<a href="#" class="footer1-link">Courses - <em>soon</em></a>
<a href="#" class="footer1-link">Training - <em>soon</em></a>
<a href="#" class="footer1-link">Review - <em>soon</em></a>
</div>
<div id="w-node-3f62e38c51a5-e38c5155" class="footer1-links-wrap">
<div class="footer-link-title margin">Social</div>
<a href="https://www.facebook.com/pixelborders" target="_blank" class="footer1-link">Facebook</a>
<a href="https://www.youtube.com/channel/UCX23BV_V6sxvCce83PPZk2A" target="_blank" class="footer1-link">YouTube</a>
<a href="https://www.instagram.com/pixel_borders/" target="_blank" class="footer1-link">Instagram</a>
<a href="https://pixelborders.wasap.my" target="_blank" class="footer1-link">WhatsApp</a>
</div>
</div>
</div>
</div>
<div class="footer-copyright-wrap">
<div class="w-layout-grid footer1-bottom-grid">
<div id="w-node-3f62e38c51b2-e38c5155">
<a href="#" class="footer1-bottom-link">© 2020 Pixel & Borders</a>
</div>
<div id="w-node-3f62e38c51b5-e38c5155" class="div-block-15">
<a href="#" class="footer1-bottom-link">All rights reserved.</a>
</div>
</div>
</div>
</div>
</div>
<div class="section-floating">
<a href="#hero" class="demo-btn-close-wrapper w-inline-block">
<div class="demo-btn-close-inner-wrapper">
<div class="demo-btn-close-arrow"></div>
</div>
</a>
<div class="popup-banner">
<div class="popup-product-wrap">
<div class="popup-left-wrap">
<div class="flowbase-icon-wrap"><img src="images/logo-monogram.svg" width="25" alt="" class="flowbase-icon">
<a href="#" class="flowbase-home-link w-inline-block"></a>
</div>
<div class="flowbase-title-wrap">
<div class="flowbase-title">Company Profile | 2020</div>
<div class="flowbase-author-wrap">
<a href="mailto:[email protected]?subject=Pixel%20%26%20Borders%20got%20email%20from%20website" class="flowbase-author">Get to know us in details.</a>
</div>
</div>
</div>
<a href="#" data-w-id="7efe7a60-7d21-f66f-9f07-95be438ccf1f" class="interactive-pdf w-button">VIEW INTERACTIVE PROFILE</a>
<a href="#" class="download-pdf w-button">VIEW PDF</a>
<div data-w-id="7efe7a60-7d21-f66f-9f07-95be438ccf21" class="popup-close-card"><img src="https://uploads-ssl.webflow.com/5aed5f7ff167d632686865b0/5beac8ffed94f5c015f87bb8_x.svg" width="15" height="15" alt="" class="popup-exit"></div>
</div>
</div>
<div class="popup-right-wrap">
<div class="popup-navigation-block">
<a href="#" class="flowbase-previous-project w-inline-block"><img src="https://uploads-ssl.webflow.com/5efa050144f50bcae78a6627/5efa0502f68e57d840f8b460_wlogo.svg" width="15" alt=""></a>
<div class="line"></div>
<a href="#" class="flowbase-previous-project w-inline-block"><img src="https://uploads-ssl.webflow.com/5efa050144f50bcae78a6627/5efa0502f68e57d840f8b460_wlogo.svg" width="15" alt=""></a>
<div class="line"></div>
<a href="#" class="flowbase-previous-project w-inline-block"><img src="https://uploads-ssl.webflow.com/5efa050144f50bcae78a6627/5efa0502f68e57d840f8b460_wlogo.svg" width="15" alt=""></a>
</div>
</div>
</div>
<a href="#" class="pdf-popup w-inline-block w-lightbox">
<div class="pdf-wrapper">
<div class="html-embed-pdf w-embed w-iframe"><iframe allowfullscreen="allowfullscreen" src="https://book.designrr.co?id=26403&token=2745244972&h=3619" height="600" width="1000" frameborder="0"></iframe></div><img src="images/close.svg" loading="lazy" width="219.5" data-w-id="88a01467-9cd8-e32a-dd60-511ddfa80f46" alt="" class="close-pdf">
</div>
<div class="pdf-overlay"></div>
</a>
<script src="https://d3e54v103j8qbb.cloudfront.net/js/jquery-3.5.1.min.dc5e7f18c8.js?site=5ef89e34ff9bfd8300750b6a" type="text/javascript" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="js/pixelborders.js" type="text/javascript"></script>
<!-- [if lte IE 9]><script src="https://cdnjs.cloudflare.com/ajax/libs/placeholders/3.0.2/placeholders.min.js"></script><![endif] -->
</body>
</html>