-
Notifications
You must be signed in to change notification settings - Fork 0
/
home-104b9.html
899 lines (767 loc) · 55.2 KB
/
home-104b9.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
<!DOCTYPE html>
<html lang="zxx">
<!-- Mirrored from miller.bslthemes.com/Byron-demo/index.html?storefront=envato-elements by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 30 Apr 2024 09:03:01 GMT -->
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- bootstrap grid css -->
<link rel="stylesheet" href="css/plugins/bootstrap-grid.css">
<!-- font awesome css -->
<link rel="stylesheet" href="css/plugins/font-awesome.min.css">
<!-- swiper css -->
<link rel="stylesheet" href="css/plugins/swiper.min.css">
<!-- fancybox css -->
<link rel="stylesheet" href="css/plugins/fancybox.min.css">
<!-- Byron scss -->
<link rel="stylesheet" href="css/style.css">
<!-- page name -->
<title>Byron</title>
</head>
<body>
<!-- wrapper -->
<div class="mil-wrapper" id="top">
<!-- cursor -->
<div class="mil-ball">
<span class="mil-icon-1">
<svg viewBox="0 0 128 128">
<path d="M106.1,41.9c-1.2-1.2-3.1-1.2-4.2,0c-1.2,1.2-1.2,3.1,0,4.2L116.8,61H11.2l14.9-14.9c1.2-1.2,1.2-3.1,0-4.2 c-1.2-1.2-3.1-1.2-4.2,0l-20,20c-1.2,1.2-1.2,3.1,0,4.2l20,20c0.6,0.6,1.4,0.9,2.1,0.9s1.5-0.3,2.1-0.9c1.2-1.2,1.2-3.1,0-4.2 L11.2,67h105.5l-14.9,14.9c-1.2,1.2-1.2,3.1,0,4.2c0.6,0.6,1.4,0.9,2.1,0.9s1.5-0.3,2.1-0.9l20-20c1.2-1.2,1.2-3.1,0-4.2L106.1,41.9 z" />
</svg>
</span>
<div class="mil-more-text">More</div>
<div class="mil-choose-text">Сhoose</div>
</div>
<!-- cursor end -->
<!-- preloader -->
<div class="mil-preloader">
<div class="mil-preloader-animation">
<div class="mil-pos-abs mil-animation-1">
<p class="mil-h3 mil-muted mil-thin">Pioneering</p>
<p class="mil-h3 mil-muted">Creative</p>
<p class="mil-h3 mil-muted mil-thin">Excellence</p>
</div>
<div class="mil-pos-abs mil-animation-2">
<div class="mil-reveal-frame">
<p class="mil-reveal-box"></p>
<p class="mil-h3 mil-muted mil-thin">byron.com</p>
</div>
</div>
</div>
</div>
<!-- preloader end -->
<!-- scrollbar progress -->
<div class="mil-progress-track">
<div class="mil-progress"></div>
</div>
<!-- scrollbar progress end -->
<!-- menu -->
<div class="mil-menu-frame">
<!-- frame clone -->
<div class="mil-frame-top">
<a href="index.html" class="mil-logo">B.</a>
<div class="mil-menu-btn">
<span></span>
</div>
</div>
<!-- frame clone end -->
<div class="container">
<div class="mil-menu-content">
<div class="row">
<div class="col-xl-5">
<nav class="mil-main-menu" id="swupMenu">
<ul>
<li class="mil-has-children mil-active">
<a href="#.">Homepage</a>
<ul>
<li><a href="index.html">Landing page</a></li>
<li><a href="home-2.html">Personal</a></li>
<li><a href="portfolio-3.html">Portfolio slider</a></li>
</ul>
</li>
<li class="mil-has-children">
<a href="#.">Portfolio</a>
<ul>
<li><a href="portfolio-1.html">Grid type 1</a></li>
<li><a href="portfolio-2.html">Grid type 2</a></li>
<li><a href="portfolio-3.html">Slider</a></li>
</ul>
</li>
<li class="mil-has-children">
<a href="#.">Services</a>
<ul>
<li><a href="services.html">Services List</a></li>
<li><a href="service.html">Single service</a></li>
</ul>
</li>
<li class="mil-has-children">
<a href="#.">Newsletter</a>
<ul>
<li><a href="blog.html">Blog List</a></li>
<li><a href="publication.html">Publication</a></li>
</ul>
</li>
<li class="mil-has-children">
<a href="#.">Other pages</a>
<ul>
<li><a href="team.html">Team</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="404.html">404</a></li>
</ul>
</li>
</ul>
</nav>
</div>
<div class="col-xl-7">
<div class="mil-menu-right-frame">
<div class="mil-animation-in">
<div class="mil-animation-frame">
<div class="mil-animation mil-position-1 mil-scale" data-value-1="2" data-value-2="2"></div>
</div>
</div>
<div class="mil-menu-right">
<div class="row">
<div class="col-lg-8 mil-mb-60">
<h6 class="mil-muted mil-mb-30">Projects</h6>
<ul class="mil-menu-list">
<li><a href="project-1.html" class="mil-light-soft">Interior design studio</a></li>
<li><a href="project-2.html" class="mil-light-soft">Home Security Camera</a></li>
<li><a href="project-3.html" class="mil-light-soft">Kemia Honest Skincare</a></li>
<li><a href="project-4.html" class="mil-light-soft">Cascade of Lava</a></li>
<li><a href="project-5.html" class="mil-light-soft">Air Pro by Molekule</a></li>
<li><a href="project-6.html" class="mil-light-soft">Tony's Chocolonely</a></li>
</ul>
</div>
<div class="col-lg-4 mil-mb-60">
<h6 class="mil-muted mil-mb-30">Useful links</h6>
<ul class="mil-menu-list">
<li><a href="#." class="mil-light-soft">Privacy Policy</a></li>
<li><a href="#." class="mil-light-soft">Terms and conditions</a></li>
<li><a href="#." class="mil-light-soft">Cookie Policy</a></li>
<li><a href="#." class="mil-light-soft">Careers</a></li>
</ul>
</div>
</div>
<div class="mil-divider mil-mb-60"></div>
<div class="row justify-content-between">
<div class="col-lg-4 mil-mb-60">
<h6 class="mil-muted mil-mb-30">Canada</h6>
<p class="mil-light-soft mil-up">71 South Los Carneros Road, California <span class="mil-no-wrap">+51 174 705 812</span></p>
</div>
<div class="col-lg-4 mil-mb-60">
<h6 class="mil-muted mil-mb-30">Germany</h6>
<p class="mil-light-soft">Leehove 40, 2678 MC De Lier, Netherlands <span class="mil-no-wrap">+31 174 705 811</span></p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- menu -->
<!-- curtain -->
<div class="mil-curtain"></div>
<!-- curtain end -->
<!-- frame -->
<div class="mil-frame">
<div class="mil-frame-top">
<a href="index.html" class="mil-logo">B.</a>
<div class="mil-menu-btn">
<span></span>
</div>
</div>
<div class="mil-frame-bottom">
<div class="mil-current-page"></div>
<div class="mil-back-to-top">
<a href="#top" class="mil-link mil-dark mil-arrow-place">
<span>Back to top</span>
</a>
</div>
</div>
</div>
<!-- frame end -->
<!-- content -->
<div class="mil-content">
<div id="swupMain" class="mil-main-transition">
<!-- banner -->
<section class="mil-banner mil-dark-bg">
<div class="mi-invert-fix">
<div class="mil-animation-frame">
<div class="mil-animation mil-position-1 mil-scale" data-value-1="7" data-value-2="1.6"></div>
<div class="mil-animation mil-position-2 mil-scale" data-value-1="4" data-value-2="1"></div>
<div class="mil-animation mil-position-3 mil-scale" data-value-1="1.2" data-value-2=".1"></div>
</div>
<div class="mil-gradient"></div>
<div class="container">
<div class="mil-banner-content mil-up">
<h1 class="mil-muted mil-mb-60">Designing <span class="mil-thin">a Better</span><br> World <span class="mil-thin">Today</span></h1>
<div class="row">
<div class="col-md-7 col-lg-5">
<p class="mil-light-soft mil-mb-60">Welcome to our world of endless imagination and boundless creativity. Together, let's embark on a remarkable journey where dreams become tangible realities.</p>
</div>
</div>
<a href="services.html" class="mil-button mil-arrow-place mil-btn-space">
<span>What we do</span>
</a>
<a href="portfolio-1.html" class="mil-link mil-muted mil-arrow-place">
<span>View works</span>
</a>
<div class="mil-circle-text">
<svg version="1.1" xmlns="https://www.w3.org/2000/svg" xmlns:xlink="https://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 300 300" enable-background="new 0 0 300 300" xml:space="preserve" class="mil-ct-svg mil-rotate" data-value="360">
<defs>
<path id="circlePath" d="M 150, 150 m -60, 0 a 60,60 0 0,1 120,0 a 60,60 0 0,1 -120,0 " />
</defs>
<circle cx="150" cy="100" r="75" fill="none" />
<g>
<use xlink:href="#circlePath" fill="none" />
<text style="letter-spacing: 6.5px">
<!-- circle text -->
<textPath xlink:href="#circlePath">Scroll down - Scroll down - </textPath>
</text>
</g>
</svg>
<a href="#about" class="mil-button mil-arrow-place mil-icon-button mil-arrow-down"></a>
</div>
</div>
</div>
</div>
</section>
<!-- banner end -->
<!-- about -->
<section id="about">
<div class="container mil-p-120-30">
<div class="row justify-content-between align-items-center">
<div class="col-lg-6 col-xl-5">
<div class="mil-mb-90">
<h2 class="mil-up mil-mb-60">Discover <br>Our <span class="mil-thin">Studio</span></h2>
<p class="mil-up mil-mb-30">At our design studio, we are a collective of talented individuals ignited by our unwavering passion for transforming ideas into reality. With a harmonious blend of diverse backgrounds and a vast array of skill sets, we join forces to create compelling solutions for our esteemed clients.</p>
<p class="mil-up mil-mb-60">Collaboration is at the heart of what we do. Our team thrives on the synergy that arises when unique perspectives converge, fostering an environment of boundless creativity. By harnessing our collective expertise, we produce extraordinary results that consistently surpass expectations.</p>
<div class="mil-about-quote">
<div class="mil-avatar mil-up">
<img src="img/faces/customers/2.jpg" alt="Founder">
</div>
<h6 class="mil-quote mil-up">Passionately Creating <span class="mil-thin">Design Wonders:</span> Unleashing <span class="mil-thin">Boundless Creativity</span></h6>
</div>
</div>
</div>
<div class="col-lg-5">
<div class="mil-about-photo mil-mb-90">
<div class="mil-lines-place"></div>
<div class="mil-up mil-img-frame" style="padding-bottom: 160%;">
<img src="img/photo/1.jpg" alt="img" class="mil-scale" data-value-1="1" data-value-2="1.2">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- about end -->
<!-- services -->
<section class="mil-dark-bg">
<div class="mi-invert-fix">
<div class="mil-animation-frame">
<div class="mil-animation mil-position-1 mil-scale" data-value-1="2.4" data-value-2="1.4" style="top: 300px; right: -100px"></div>
<div class="mil-animation mil-position-2 mil-scale" data-value-1="2" data-value-2="1" style="left: 150px"></div>
</div>
<div class="container mil-p-120-0">
<div class="mil-mb-120">
<div class="row">
<div class="col-lg-10">
<span class="mil-suptitle mil-light-soft mil-suptitle-right mil-up">Professionals focused on helping your brand<br> grow and move forward.</span>
</div>
</div>
<div class="mil-complex-text justify-content-center mil-up mil-mb-15">
<span class="mil-text-image"><img src="img/photo/2.jpg" alt="team"></span>
<h2 class="mil-h1 mil-muted mil-center">Unique <span class="mil-thin">Ideas</span></h2>
</div>
<div class="mil-complex-text justify-content-center mil-up">
<h2 class="mil-h1 mil-muted mil-center">For Your <span class="mil-thin">Business.</span></h2>
<a href="services.html" class="mil-services-button mil-button mil-arrow-place"><span>What we do</span></a>
</div>
</div>
<div class="row mil-services-grid m-0">
<div class="col-md-6 col-lg-3 mil-services-grid-item p-0">
<a href="service.html" class="mil-service-card-sm mil-up">
<h5 class="mil-muted mil-mb-30">Branding and <br>Identity Design</h5>
<p class="mil-light-soft mil-mb-30">Our creative agency is a team of professionals focused on helping your brand grow.</p>
<div class="mil-button mil-icon-button-sm mil-arrow-place"></div>
</a>
</div>
<div class="col-md-6 col-lg-3 mil-services-grid-item p-0">
<a href="service.html" class="mil-service-card-sm mil-up">
<h5 class="mil-muted mil-mb-30">Website Design <br>and Development</h5>
<p class="mil-light-soft mil-mb-30">Our creative agency is a team of professionals focused on helping your brand grow.</p>
<div class="mil-button mil-icon-button-sm mil-arrow-place"></div>
</a>
</div>
<div class="col-md-6 col-lg-3 mil-services-grid-item p-0">
<a href="service.html" class="mil-service-card-sm mil-up">
<h5 class="mil-muted mil-mb-30">Advertising and <br>Marketing Campaigns</h5>
<p class="mil-light-soft mil-mb-30">Our creative agency is a team of professionals focused on helping your brand grow.</p>
<div class="mil-button mil-icon-button-sm mil-arrow-place"></div>
</a>
</div>
<div class="col-md-6 col-lg-3 mil-services-grid-item p-0">
<a href="service.html" class="mil-service-card-sm mil-up">
<h5 class="mil-muted mil-mb-30">Creative Consulting <br>and Development</h5>
<p class="mil-light-soft mil-mb-30">Our creative agency is a team of professionals focused on helping your brand grow.</p>
<div class="mil-button mil-icon-button-sm mil-arrow-place"></div>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- services end -->
<!-- team -->
<section>
<div class="container mil-p-120-30">
<div class="row justify-content-between align-items-center">
<div class="col-lg-5 col-xl-4">
<div class="mil-mb-90">
<h2 class="mil-up mil-mb-60">Meet <br>Our Team</h2>
<p class="mil-up mil-mb-30">We are talented individuals who are passionate about bringing ideas to life. With a diverse range of backgrounds and skill sets, we collaborate to produce effective solutions for our clients.</p>
<p class="mil-up mil-mb-60">Together, our creative team is committed to delivering impactful work that exceeds expectations.</p>
<div class="mil-up"><a href="team.html" class="mil-button mil-arrow-place mil-mb-60"><span>Read more</span></a></div>
<h4 class="mil-up"><span class="mil-thin">We</span> delivering <br><span class="mil-thin">exceptional</span> results.</h4>
</div>
</div>
<div class="col-lg-6">
<div class="mil-team-list">
<div class="mil-lines-place"></div>
<div class="row mil-mb-60">
<div class="col-sm-6">
<div class="mil-team-card mil-up mil-mb-30">
<img src="img/faces/1.jpg" alt="Team member">
<div class="mil-description">
<div class="mil-secrc-text">
<h5 class="mil-muted mil-mb-5"><a href="home-2.html">Anna Oldman</a></h5>
<p class="mil-link mil-light-soft mil-mb-10">Art Director</p>
<ul class="mil-social-icons mil-center">
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-behance"></i></a></li>
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-dribbble"></i></a></li>
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-twitter"></i></a></li>
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="mil-team-card mil-up mil-mb-30">
<img src="img/faces/3.jpg" alt="Team member">
<div class="mil-description">
<div class="mil-secrc-text">
<h5 class="mil-muted mil-mb-5"><a href="home-2.html">Oscar Freeman</a></h5>
<p class="mil-link mil-light-soft mil-mb-10">Frontend Dev</p>
<ul class="mil-social-icons mil-center">
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-behance"></i></a></li>
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-dribbble"></i></a></li>
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-twitter"></i></a></li>
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-sm-6">
<p class="mil-mobile-hidden mil-text-sm mil-mb-30" style="height: 30px;"><span class="mil-accent">*</span> The founders of our agency</p>
<div class="mil-team-card mil-up mil-mb-30">
<img src="img/faces/2.jpg" alt="Team member">
<div class="mil-description">
<div class="mil-secrc-text">
<h5 class="mil-muted mil-mb-5"><a href="home-2.html">Emma Newman</a></h5>
<p class="mil-link mil-light-soft mil-mb-10">Founder</p>
<ul class="mil-social-icons mil-center">
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-behance"></i></a></li>
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-dribbble"></i></a></li>
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-twitter"></i></a></li>
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
<div class="mil-team-card mil-up mil-mb-30">
<img src="img/faces/4.jpg" alt="Team member">
<div class="mil-description">
<div class="mil-secrc-text">
<h5 class="mil-muted mil-mb-5"><a href="home-2.html">Lisa Trueman</a></h5>
<p class="mil-link mil-light-soft mil-mb-10">UI/UX Designer</p>
<ul class="mil-social-icons mil-center">
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-behance"></i></a></li>
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-dribbble"></i></a></li>
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-twitter"></i></a></li>
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-github"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- team end -->
<!-- reviews -->
<section class="mil-soft-bg">
<div class="container mil-p-120-120">
<div class="row">
<div class="col-lg-10">
<span class="mil-suptitle mil-suptitle-right mil-suptitle-dark mil-up">Customer reviews are a valuable source <br>of information for both businesses and consumers.</span>
</div>
</div>
<h2 class="mil-center mil-up mil-mb-60">Customer <span class="mil-thin">Voices:</span> <br>Hear What <span class="mil-thin">They Say!</span></h2>
<div class="mil-revi-pagination mil-up mil-mb-60"></div>
<div class="row mil-relative justify-content-center">
<div class="col-lg-8">
<div class="mil-slider-nav mil-soft mil-reviews-nav mil-up">
<div class="mil-slider-arrow mil-prev mil-revi-prev mil-arrow-place"></div>
<div class="mil-slider-arrow mil-revi-next mil-arrow-place"></div>
</div>
<svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 48 48" class="mil-quote-icon mil-up">
<path d="M 13.5 10 A 8.5 8.5 0 0 0 13.5 27 A 8.5 8.5 0 0 0 18.291016 25.519531 C 17.422273 29.222843 15.877848 31.803343 14.357422 33.589844 C 12.068414 36.279429 9.9433594 37.107422 9.9433594 37.107422 A 1.50015 1.50015 0 1 0 11.056641 39.892578 C 11.056641 39.892578 13.931586 38.720571 16.642578 35.535156 C 19.35357 32.349741 22 27.072581 22 19 A 1.50015 1.50015 0 0 0 21.984375 18.78125 A 8.5 8.5 0 0 0 13.5 10 z M 34.5 10 A 8.5 8.5 0 0 0 34.5 27 A 8.5 8.5 0 0 0 39.291016 25.519531 C 38.422273 29.222843 36.877848 31.803343 35.357422 33.589844 C 33.068414 36.279429 30.943359 37.107422 30.943359 37.107422 A 1.50015 1.50015 0 1 0 32.056641 39.892578 C 32.056641 39.892578 34.931586 38.720571 37.642578 35.535156 C 40.35357 32.349741 43 27.072581 43 19 A 1.50015 1.50015 0 0 0 42.984375 18.78125 A 8.5 8.5 0 0 0 34.5 10 z" fill="#000000" />
</svg>
<div class="swiper-container mil-reviews-slider">
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="mil-review-frame mil-center" data-swiper-parallax="-200" data-swiper-parallax-opacity="0">
<h5 class="mil-up mil-mb-10">Sarah Newman</h5>
<p class="mil-mb-5 mil-upper mil-up mil-mb-30">Envato market</p>
<p class="mil-text-xl mil-up">This creative agency stands out with their exceptional talent and expertise. Their ability to think outside the box and bring unique ideas to life is truly impressive. With meticulous attention to detail, they consistently deliver visually stunning and impactful work.</p>
</div>
</div>
<div class="swiper-slide">
<div class="mil-review-frame mil-center" data-swiper-parallax="-200" data-swiper-parallax-opacity="0">
<h5 class="mil-up mil-mb-10">Emma Trueman</h5>
<p class="mil-mb-5 mil-upper mil-up mil-mb-30">Envato market</p>
<p class="mil-text-xl mil-up">I had the pleasure of working with this creative agency, and I must say, they truly impressed me. They consistently think outside the box, resulting in impressive and impactful work. I highly recommend this agency for their consistent delivery of exceptional creative solutions.</p>
</div>
</div>
<div class="swiper-slide">
<div class="mil-review-frame mil-center" data-swiper-parallax="-200" data-swiper-parallax-opacity="0">
<h5 class="mil-up mil-mb-10">Sarah Newman</h5>
<p class="mil-mb-5 mil-upper mil-up mil-mb-30">Envato market</p>
<p class="mil-text-xl mil-up">This creative agency stands out with their exceptional talent and expertise. Their ability to think outside the box and bring unique ideas to life is truly impressive. With meticulous attention to detail, they consistently deliver visually stunning and impactful work.</p>
</div>
</div>
<div class="swiper-slide">
<div class="mil-review-frame mil-center" data-swiper-parallax="-200" data-swiper-parallax-opacity="0">
<h5 class="mil-up mil-mb-10">Emma Trueman</h5>
<p class="mil-mb-5 mil-upper mil-up mil-mb-30">Envato market</p>
<p class="mil-text-xl mil-up">I had the pleasure of working with this creative agency, and I must say, they truly impressed me. They consistently think outside the box, resulting in impressive and impactful work. I highly recommend this agency for their consistent delivery of exceptional creative solutions.</p>
</div>
</div>
<div class="swiper-slide">
<div class="mil-review-frame mil-center" data-swiper-parallax="-200" data-swiper-parallax-opacity="0">
<h5 class="mil-up mil-mb-10">Sarah Newman</h5>
<p class="mil-mb-5 mil-upper mil-up mil-mb-30">Envato market</p>
<p class="mil-text-xl mil-up">This creative agency stands out with their exceptional talent and expertise. Their ability to think outside the box and bring unique ideas to life is truly impressive. With meticulous attention to detail, they consistently deliver visually stunning and impactful work.</p>
</div>
</div>
<div class="swiper-slide">
<div class="mil-review-frame mil-center" data-swiper-parallax="-200" data-swiper-parallax-opacity="0">
<h5 class="mil-up mil-mb-10">Emma Trueman</h5>
<p class="mil-mb-5 mil-upper mil-up mil-mb-30">Envato market</p>
<p class="mil-text-xl mil-up">I had the pleasure of working with this creative agency, and I must say, they truly impressed me. They consistently think outside the box, resulting in impressive and impactful work. I highly recommend this agency for their consistent delivery of exceptional creative solutions.</p>
</div>
</div>
<div class="swiper-slide">
<div class="mil-review-frame mil-center" data-swiper-parallax="-200" data-swiper-parallax-opacity="0">
<h5 class="mil-up mil-mb-10">Sarah Newman</h5>
<p class="mil-mb-5 mil-upper mil-up mil-mb-30">Envato market</p>
<p class="mil-text-xl mil-up">This creative agency stands out with their exceptional talent and expertise. Their ability to think outside the box and bring unique ideas to life is truly impressive. With meticulous attention to detail, they consistently deliver visually stunning and impactful work.</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- reviews end -->
<!-- partners -->
<div class="mil-soft-bg">
<div class="container mil-p-0-120">
<div class="swiper-container mil-infinite-show mil-up">
<div class="swiper-wrapper">
<div class="swiper-slide">
<a href="#." class="mil-partner-frame" style="width: 60px;"><img src="img/partners/1.svg" alt="logo"></a>
</div>
<div class="swiper-slide">
<a href="#." class="mil-partner-frame" style="width: 100px;"><img src="img/partners/2.svg" alt="logo"></a>
</div>
<div class="swiper-slide">
<a href="#." class="mil-partner-frame" style="width: 60px;"><img src="img/partners/1.svg" alt="logo"></a>
</div>
<div class="swiper-slide">
<a href="#." class="mil-partner-frame" style="width: 100px;"><img src="img/partners/2.svg" alt="logo"></a>
</div>
</div>
</div>
</div>
</div>
<!-- partners end -->
<!-- blog -->
<section>
<div class="container mil-p-120-60">
<div class="row align-items-center mil-mb-30">
<div class="col-lg-6 mil-mb-30">
<h3 class="mil-up">Popular Publications:</h3>
</div>
<div class="col-lg-6 mil-mb-30">
<div class="mil-adaptive-right mil-up">
<a href="blog.html" class="mil-link mil-dark mil-arrow-place">
<span>View all</span>
</a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-6">
<a href="publication.html" class="mil-blog-card mil-mb-60">
<div class="mil-cover-frame mil-up">
<img src="img/blog/1.jpg" alt="cover">
</div>
<div class="mil-post-descr">
<div class="mil-labels mil-up mil-mb-30">
<div class="mil-label mil-upper mil-accent">TECHNOLOGY</div>
<div class="mil-label mil-upper">may 24 2023</div>
</div>
<h4 class="mil-up mil-mb-30">How to Become a Graphic Designer in 10 Simple Steps</h4>
<p class="mil-post-text mil-up mil-mb-30">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eius sequi commodi dignissimos optio, beatae, eos necessitatibus nisi. Nam cupiditate consectetur nostrum qui! Repellat natus nulla, nisi aliquid, asperiores impedit tempora sequi est reprehenderit cumque explicabo, dicta. Rem nihil ullam totam ea voluptas quibusdam repudiandae id ut at iure! Totam, a!</p>
<div class="mil-link mil-dark mil-arrow-place mil-up">
<span>Read more</span>
</div>
</div>
</a>
</div>
<div class="col-lg-6">
<a href="publication.html" class="mil-blog-card mil-mb-60">
<div class="mil-cover-frame mil-up">
<img src="img/blog/2.jpg" alt="cover">
</div>
<div class="mil-post-descr">
<div class="mil-labels mil-up mil-mb-30">
<div class="mil-label mil-upper mil-accent">TECHNOLOGY</div>
<div class="mil-label mil-upper">may 24 2023</div>
</div>
<h4 class="mil-up mil-mb-30">16 Best Graphic Design Online and Offline Courses</h4>
<p class="mil-post-text mil-up mil-mb-30">Lorem ipsum dolor sit amet, consectetur adipisicing elit. Eius sequi commodi dignissimos optio, beatae, eos necessitatibus nisi. Nam cupiditate consectetur nostrum qui! Repellat natus nulla, nisi aliquid, asperiores impedit tempora sequi est reprehenderit cumque explicabo, dicta. Rem nihil ullam totam ea voluptas quibusdam repudiandae id ut at iure! Totam, a!</p>
<div class="mil-link mil-dark mil-arrow-place mil-up">
<span>Read more</span>
</div>
</div>
</a>
</div>
</div>
</div>
</section>
<!-- blog end -->
<!-- footer -->
<footer class="mil-dark-bg">
<div class="mi-invert-fix">
<div class="container mil-p-120-60">
<div class="row justify-content-between">
<div class="col-md-4 col-lg-4 mil-mb-60">
<div class="mil-muted mil-logo mil-up mil-mb-30">Byron.</div>
<p class="mil-light-soft mil-up mil-mb-30">Subscribe our newsletter:</p>
<form class="mil-subscribe-form mil-up">
<input type="text" placeholder="Enter our email">
<button type="submit" class="mil-button mil-icon-button-sm mil-arrow-place"></button>
</form>
</div>
<div class="col-md-7 col-lg-6">
<div class="row justify-content-end">
<div class="col-md-6 col-lg-7">
<nav class="mil-footer-menu mil-mb-60">
<ul>
<li class="mil-up mil-active">
<a href="index.html">Home</a>
</li>
<li class="mil-up">
<a href="portfolio-1.html">Portfolio</a>
</li>
<li class="mil-up">
<a href="services.html">Services</a>
</li>
<li class="mil-up">
<a href="contact.html">Contact</a>
</li>
<li class="mil-up">
<a href="blog.html">Blog</a>
</li>
</ul>
</nav>
</div>
<div class="col-md-6 col-lg-5">
<ul class="mil-menu-list mil-up mil-mb-60">
<li><a href="#." class="mil-light-soft">Privacy Policy</a></li>
<li><a href="#." class="mil-light-soft">Terms and conditions</a></li>
<li><a href="#." class="mil-light-soft">Cookie Policy</a></li>
<li><a href="#." class="mil-light-soft">Careers</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="row justify-content-between flex-sm-row-reverse">
<div class="col-md-7 col-lg-6">
<div class="row justify-content-between">
<div class="col-md-6 col-lg-5 mil-mb-60">
<h6 class="mil-muted mil-up mil-mb-30">Canada</h6>
<p class="mil-light-soft mil-up">71 South Los Carneros Road, California <span class="mil-no-wrap">+51 174 705 812</span></p>
</div>
<div class="col-md-6 col-lg-5 mil-mb-60">
<h6 class="mil-muted mil-up mil-mb-30">Germany</h6>
<p class="mil-light-soft mil-up">Leehove 40, 2678 MC De Lier, Netherlands <span class="mil-no-wrap">+31 174 705 811</span></p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-6 mil-mb-60">
<div class="mil-vert-between">
<div class="mil-mb-30">
<ul class="mil-social-icons mil-up">
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-behance"></i></a></li>
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-dribbble"></i></a></li>
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-twitter"></i></a></li>
<li><a href="#." target="_blank" class="social-icon"> <i class="fab fa-github"></i></a></li>
</ul>
</div>
<p class="mil-light-soft mil-up">© Copyright 2023 - Mil. All Rights Reserved.</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- footer end -->
<!-- hidden elements -->
<div class="mil-hidden-elements">
<div class="mil-dodecahedron">
<div class="mil-pentagon">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="mil-pentagon">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="mil-pentagon">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="mil-pentagon">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="mil-pentagon">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="mil-pentagon">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="mil-pentagon">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="mil-pentagon">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="mil-pentagon">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="mil-pentagon">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="mil-pentagon">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
<div class="mil-pentagon">
<div></div>
<div></div>
<div></div>
<div></div>
<div></div>
</div>
</div>
<svg xmlns="https://www.w3.org/2000/svg" viewBox="0 0 24 24" class="mil-arrow">
<path d="M 14 5.3417969 C 13.744125 5.3417969 13.487969 5.4412187 13.292969 5.6367188 L 13.207031 5.7226562 C 12.816031 6.1136563 12.816031 6.7467188 13.207031 7.1367188 L 17.070312 11 L 4 11 C 3.448 11 3 11.448 3 12 C 3 12.552 3.448 13 4 13 L 17.070312 13 L 13.207031 16.863281 C 12.816031 17.254281 12.816031 17.887344 13.207031 18.277344 L 13.292969 18.363281 C 13.683969 18.754281 14.317031 18.754281 14.707031 18.363281 L 20.363281 12.707031 C 20.754281 12.316031 20.754281 11.682969 20.363281 11.292969 L 14.707031 5.6367188 C 14.511531 5.4412187 14.255875 5.3417969 14 5.3417969 z" />
</svg>
<svg width="250" viewBox="0 0 300 1404" fill="none" xmlns="https://www.w3.org/2000/svg" class="mil-lines">
<path fill-rule="evenodd" clip-rule="evenodd" d="M1 892L1 941H299V892C299 809.71 232.29 743 150 743C67.7096 743 1 809.71 1 892ZM0 942H300V892C300 809.157 232.843 742 150 742C67.1573 742 0 809.157 0 892L0 942Z" class="mil-move" />
<path fill-rule="evenodd" clip-rule="evenodd" d="M299 146V97L1 97V146C1 228.29 67.7096 295 150 295C232.29 295 299 228.29 299 146ZM300 96L0 96V146C0 228.843 67.1573 296 150 296C232.843 296 300 228.843 300 146V96Z" class="mil-move" />
<path fill-rule="evenodd" clip-rule="evenodd" d="M299 1H1V1403H299V1ZM0 0V1404H300V0H0Z" />
<path fill-rule="evenodd" clip-rule="evenodd" d="M150 -4.37115e-08L150 1404L149 1404L149 0L150 -4.37115e-08Z" />
<path fill-rule="evenodd" clip-rule="evenodd" d="M150 1324C232.29 1324 299 1257.29 299 1175C299 1092.71 232.29 1026 150 1026C67.7096 1026 1 1092.71 1 1175C1 1257.29 67.7096 1324 150 1324ZM150 1325C232.843 1325 300 1257.84 300 1175C300 1092.16 232.843 1025 150 1025C67.1573 1025 0 1092.16 0 1175C0 1257.84 67.1573 1325 150 1325Z" class="mil-move" />
<path fill-rule="evenodd" clip-rule="evenodd" d="M300 1175H0V1174H300V1175Z" class="mil-move" />
<path fill-rule="evenodd" clip-rule="evenodd" d="M150 678C232.29 678 299 611.29 299 529C299 446.71 232.29 380 150 380C67.7096 380 1 446.71 1 529C1 611.29 67.7096 678 150 678ZM150 679C232.843 679 300 611.843 300 529C300 446.157 232.843 379 150 379C67.1573 379 0 446.157 0 529C0 611.843 67.1573 679 150 679Z" class="mil-move" />
<path fill-rule="evenodd" clip-rule="evenodd" d="M299 380H1V678H299V380ZM0 379V679H300V379H0Z" class="mil-move" />
</svg>
</div>
<!-- hidden elements end -->
</div>
</div>
<!-- content -->
</div>
<!-- wrapper end -->
<!-- jQuery js -->
<script src="js/plugins/jquery.min.js"></script>
<!-- swup js -->
<script src="js/plugins/swup.min.js"></script>
<!-- swiper js -->
<script src="js/plugins/swiper.min.js"></script>
<!-- fancybox js -->
<script src="js/plugins/fancybox.min.js"></script>
<!-- gsap js -->
<script src="js/plugins/gsap.min.js"></script>
<!-- scroll smoother -->
<script src="js/plugins/smooth-scroll.js"></script>
<!-- scroll trigger js -->
<script src="js/plugins/ScrollTrigger.min.js"></script>
<!-- scroll to js -->
<script src="js/plugins/ScrollTo.min.js"></script>
<!-- Byron js -->
<script src="js/main.js"></script>
</body>
<!-- Mirrored from miller.bslthemes.com/Byron-demo/index.html?storefront=envato-elements by HTTrack Website Copier/3.x [XR&CO'2014], Tue, 30 Apr 2024 09:03:44 GMT -->
</html>