This repository has been archived by the owner on May 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
828 lines (796 loc) · 32.8 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
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
<!DOCTYPE html>
<!--[if lt IE 7 ]><html class="ie ie6" lang="en"> <![endif]-->
<!--[if IE 7 ]><html class="ie ie7" lang="en"> <![endif]-->
<!--[if IE 8 ]><html class="ie ie8" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--><html lang="en"> <!--<![endif]-->
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="description" content="Name of your web site">
<meta name="author" content="Marketify">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<title>Waxon | Home</title>
<!-- STYLES -->
<link href="https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/plugins.css" />
<link rel="stylesheet" type="text/css" href="css/colors.css" />
<link rel="stylesheet" type="text/css" href="css/darkMode.css" />
<link rel="stylesheet" type="text/css" href="css/rtl.css" />
<link rel="stylesheet" type="text/css" href="css/style.css" />
<!--[if lt IE 9]> <script type="text/javascript" src="js/modernizr.custom.js"></script> <![endif]-->
<!-- /STYLES -->
</head>
<body> <!-- FOR DARK MODE: Add class "dark" Example: <body class="dark"> FOR RTL MODE: Add class "rtl" Example: <body class="rtl"> -->
<!-- PRELOADER -->
<div class="waxon_tm_preloader">
<div class="spinner_wrap">
<div class="spinner"></div>
</div>
</div>
<!-- /PRELOADER -->
<!-- WRAPPER ALL -->
<!-- MAGIC CURSOR VALUES: show, hide -->
<!-- COLOR VALUES: blue, green, brown, pink, orange, black, white, purple, sky, cadetBlue, crimson, olive, red -->
<div class="waxon_tm_all_wrap" data-magic-cursor="show" data-color="black">
<!-- MODALBOX NEWS -->
<div class="waxon_tm_modalbox_news">
<div class="box_inner">
<div class="close">
<a href="#"><img class="svg" src="img/svg/cancel.svg" alt="" /></a>
</div>
<div class="description_wrap"></div>
</div>
</div>
<!-- /MODALBOX NEWS -->
<!-- MODALBOX ABOUT -->
<div class="waxon_tm_modalbox_about">
<div class="box_inner">
<div class="close">
<a href="#"><img class="svg" src="img/svg/cancel.svg" alt="" /></a>
</div>
<div class="description_wrap">
<div class="my_box">
<div class="left">
<div class="about_title">
<h3>Programming Skills</h3>
</div>
<div class="waxon_progress">
<div class="progress_inner" data-value="95">
<span><span class="label">Wordpress & PHP</span><span class="number">95%</span></span>
<div class="background"><div class="bar"><div class="bar_in"></div></div></div>
</div>
<div class="progress_inner" data-value="80" >
<span><span class="label">Javascript & React</span><span class="number">80%</span></span>
<div class="background"><div class="bar"><div class="bar_in"></div></div></div>
</div>
<div class="progress_inner" data-value="90">
<span><span class="label">HTML & CSS</span><span class="number">90%</span></span>
<div class="background"><div class="bar"><div class="bar_in"></div></div></div>
</div>
</div>
</div>
<div class="right">
<div class="about_title">
<h3>Language Skills</h3>
</div>
<div class="waxon_progress">
<div class="progress_inner" data-value="95">
<span><span class="label">English</span><span class="number">95%</span></span>
<div class="background"><div class="bar"><div class="bar_in"></div></div></div>
</div>
<div class="progress_inner" data-value="90" >
<span><span class="label">Japanese</span><span class="number">90%</span></span>
<div class="background"><div class="bar"><div class="bar_in"></div></div></div>
</div>
<div class="progress_inner" data-value="85">
<span><span class="label">Arabian</span><span class="number">85%</span></span>
<div class="background"><div class="bar"><div class="bar_in"></div></div></div>
</div>
</div>
</div>
</div>
<div class="counter">
<div class="about_title">
<h3>Fun Facts</h3>
</div>
<ul>
<li>
<div class="list_inner">
<h3>777+</h3>
<span>Projects Completed</span>
</div>
</li>
<li>
<div class="list_inner">
<h3>3K+</h3>
<span>Happy Clients</span>
</div>
</li>
<li>
<div class="list_inner">
<h3>9K+</h3>
<span>Lines of Code</span>
</div>
</li>
</ul>
</div>
<div class="partners">
<div class="about_title">
<h3>Our Partners</h3>
</div>
<ul class="owl-carousel">
<li class="item"><a href="#"><img src="img/partners/1.png" alt="" /></a></li>
<li class="item"><a href="#"><img src="img/partners/2.png" alt="" /></a></li>
<li class="item"><a href="#"><img src="img/partners/3.png" alt="" /></a></li>
<li class="item"><a href="#"><img src="img/partners/4.png" alt="" /></a></li>
<li class="item"><a href="#"><img src="img/partners/5.png" alt="" /></a></li>
<li class="item"><a href="#"><img src="img/partners/6.png" alt="" /></a></li>
<li class="item"><a href="#"><img src="img/partners/7.png" alt="" /></a></li>
<li class="item"><a href="#"><img src="img/partners/8.png" alt="" /></a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- /MODALBOX ABOUT -->
<!-- TOPBAR -->
<div class="waxon_tm_topbar">
<div class="container">
<div class="topbar_inner">
<div class="logo">
<a href="#">
<img src="img/logo/dark.png" alt="" />
</a>
</div>
<div class="menu">
<div class="links">
<ul class="anchor_nav">
<li class="current">
<a href="#home">
<span class="first">Home</span>
<span class="second">Home</span>
</a>
</li>
<li>
<a href="#about">
<span class="first">About</span>
<span class="second">About</span>
</a>
</li>
<li>
<a href="#portfolio">
<span class="first">Portfolio</span>
<span class="second">Portfolio</span>
</a>
</li>
<li>
<a href="#news">
<span class="first">News</span>
<span class="second">News</span>
</a>
</li>
<li>
<a href="#contact">
<span class="first">Contact</span>
<span class="second">Contact</span>
</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- /TOPBAR -->
<!-- MOBILE MENU -->
<div class="waxon_tm_mobile_menu">
<div class="topbar_inner">
<div class="container bigger">
<div class="topbar_in">
<div class="logo">
<a href="#"><img src="img/logo/dark.png" alt="" /></a>
</div>
<div class="my_trigger">
<div class="hamburger hamburger--collapse-r">
<div class="hamburger-box">
<div class="hamburger-inner"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="dropdown">
<div class="container">
<div class="dropdown_inner">
<ul class="anchor_nav">
<li><a href="#home">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#news">News</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>
<!-- /MOBILE MENU -->
<!-- HERO -->
<div class="waxon_tm_hero" id="home">
<div class="background">
<div class="leftpart"></div>
<div class="rightpart">
<div class="inner">
<div class="image" data-img-url="img/slider/1.jpg"></div>
<div class="overlay_image"></div>
<div class="myOverlay"></div>
</div>
</div>
</div>
<div class="content">
<div class="container">
<div class="content_inner">
<div class="name"> <!-- If you can't see clearly your texts with hero image, please open style.css and search this word " .waxon_tm_hero .background .overlay_image " with CTRL+F and enable comment -->
<h3 class="stroke">Bernard</h3>
<h3>Sydney</h3>
<span>Creative Web & App Developer</span>
</div>
</div>
<div class="waxon_tm_down" data-skin="dark" data-position=""> <!-- Skin: "", dark --> <!-- Position: left, center, right -->
<div class="line_wrapper">
<div class="line"></div>
</div>
</div>
</div>
</div>
</div>
<!-- /HERO -->
<!-- ABOUT -->
<div class="waxon_tm_about" id="about">
<div class="container">
<div class="about_inner">
<div class="left">
<img class="thumbnail" src="img/about/2.jpg" alt="" /> <!-- Animation Image classes: thumbnail, thumbnail-2, thumbnail-3, thumbnail-4,-->
</div>
<div class="right">
<div class="name">
<h3>Bernard Sydney<span class="bg">About</span></h3>
<span class="job">Creative Web & App Developer</span>
</div>
<div class="text">
<p>My name is Bernard Sydney. I am a Web Developer, and I'm very passionate and dedicated to my work.</p>
<p>With 20 years experience as a professional Web developer, I have acquired the skills and knowledge necessary to make your project a success. I enjoy every step of the design process, from discussion and collaboration.</p>
</div>
<div class="waxon_tm_button" data-position="left"> <!-- Position: left, center, right -->
<a href="#">
<span>Learn More</span>
</a>
</div>
</div>
</div>
</div>
</div>
<!-- /ABOUT -->
<!-- SERVICES -->
<div class="waxon_tm_service">
<div class="container">
<div class="service_inner">
<ul class="owl-carousel">
<li class="item">
<div class="list_inner">
<img class="svg" src="img/svg/code.svg" alt="" />
<div class="details">
<h3>Web Development</h3>
<p>Web design is a similar process of creation, with the intention intention of the pre presenting...</p>
</div>
</div>
</li>
<li class="item">
<div class="list_inner">
<img class="svg" src="img/svg/creativity.svg" alt="" />
<div class="details">
<h3>Creative Design</h3>
<p>Web design is a similar process of creation, with the intention intention of the pre presenting...</p>
</div>
</div>
</li>
<li class="item">
<div class="list_inner">
<img class="svg" src="img/svg/telegram.svg" alt="" />
<div class="details">
<h3>Brand Identity</h3>
<p>Web design is a similar process of creation, with the intention intention of the pre presenting...</p>
</div>
</div>
</li>
<li class="item">
<div class="list_inner">
<img class="svg" src="img/svg/photoshop.svg" alt="" />
<div class="details">
<h3>Adobe Photoshop</h3>
<p>Web design is a similar process of creation, with the intention intention of the pre presenting...</p>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- /SERVICES -->
<!-- PORTFOLIO -->
<div class="waxon_tm_portoflio" id="portfolio">
<div class="container">
<div class="waxon_tm_main_title">
<div class="title">
<h3>Featured Works<span class="bg">Portfolio</span></h3>
</div>
<div class="portfolio_filter">
<ul>
<li>
<a href="#" class="current" data-filter="*">
<span class="first">All</span>
<span class="second">All</span>
</a>
</li>
<li>
<a href="#" data-filter=".vimeo">
<span class="first">Vimeo</span>
<span class="second">Vimeo</span>
</a>
</li>
<li>
<a href="#" data-filter=".youtube">
<span class="first">Youtube</span>
<span class="second">Youtube</span>
</a>
</li>
<li>
<a href="#" data-filter=".soundcloud">
<span class="first">Soundcloud</span>
<span class="second">Soundcloud</span>
</a>
</li>
<li>
<a href="#" data-filter=".image">
<span class="first">Image</span>
<span class="second">Image</span>
</a>
</li>
</ul>
<div class="wrapper">
<a href="#"><span class="trigger"></span></a>
</div>
</div>
</div>
<div class="portfolio_inner">
<ul class="gallery_zoom">
<li class="vimeo">
<div class="list_inner">
<div class="image">
<img src="img/thumbs/1-1.jpg" alt="" />
<div class="main" data-img-url="img/portfolio/1.jpg"></div>
<a class="full_link popup-vimeo" href="https://vimeo.com/312334044"></a>
</div>
<div class="title">
<h3><a href="#">Sweet Cherry</a></h3>
<span><a href="#">Vimeo</a></span>
</div>
</div>
</li>
<li class="youtube">
<div class="list_inner">
<div class="image">
<img src="img/thumbs/1-1.jpg" alt="" />
<div class="main" data-img-url="img/portfolio/2.jpg"></div>
<a class="full_link popup-youtube" href="https://www.youtube.com/watch?v=Amq-qlqbjYA"></a>
</div>
<div class="title">
<h3><a href="#">Delicious Fruit</a></h3>
<span><a href="#">Youtube</a></span>
</div>
</div>
</li>
<li class="soundcloud">
<div class="list_inner">
<div class="image">
<img src="img/thumbs/1-1.jpg" alt="" />
<div class="main" data-img-url="img/portfolio/3.jpg"></div>
<a class="full_link soundcloude_link mfp-iframe audio" href="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/252739311&color=%23ff5500&auto_play=true&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=truehttps://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/252739311&color=%23ff5500&auto_play=true&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></a>
</div>
<div class="title">
<h3><a href="#">Blue Lemon</a></h3>
<span><a href="#">Soundcloud</a></span>
</div>
</div>
</li>
<li class="image">
<div class="list_inner">
<div class="image">
<img src="img/thumbs/1-1.jpg" alt="" />
<div class="main" data-img-url="img/portfolio/4.jpg"></div>
<a class="full_link zoom" href="img/portfolio/4.jpg"></a>
</div>
<div class="title">
<h3><a href="#">Yellow Phone</a></h3>
<span><a href="#">Image</a></span>
</div>
</div>
</li>
<li class="image">
<div class="list_inner">
<div class="image">
<img src="img/thumbs/1-1.jpg" alt="" />
<div class="main" data-img-url="img/portfolio/5.jpg"></div>
<a class="full_link zoom" href="img/portfolio/5.jpg"></a>
</div>
<div class="title">
<h3><a href="#">Ice Cream</a></h3>
<span><a href="#">Image</a></span>
</div>
</div>
</li>
<li class="image">
<div class="list_inner">
<div class="image">
<img src="img/thumbs/1-1.jpg" alt="" />
<div class="main" data-img-url="img/portfolio/6.jpg"></div>
<a class="full_link zoom" href="img/portfolio/6.jpg"></a>
</div>
<div class="title">
<h3><a href="#">Good Present</a></h3>
<span><a href="#">Image</a></span>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- /PORTFOLIO -->
<!-- TESTIMONIALS -->
<div class="waxon_tm_testimonials">
<div class="container">
<div class="waxon_tm_main_title">
<div class="title">
<h3>What Clients Say<span class="bg">Testimonial</span></h3>
</div>
</div>
<div class="testi_inner">
<div class="left">
<div class="quote_list">
<ul>
<li class="active">
<img class="svg" src="img/svg/quote-1.svg" alt="" />
<p class="text">Good overall template. I am getting back into coding and had a simple question for the author. They responded within 30 minutes and answered my question. Highly recommend.</p>
<div class="details">
<div class="image">
<div class="main" data-img-url="img/about/1.jpg"></div>
</div>
<div class="short">
<h3 class="author"><span>Nelly Furtado</span></h3>
<h3 class="job"><span>App Developer</span></h3>
</div>
</div>
</li>
<li>
<img class="svg" src="img/svg/quote-1.svg" alt="" />
<p class="text">I can't believe I got support and my problem resolved in just minutes from posting my question. Simply amazing team and amazing theme! Thank you very much guys for excellent support! </p>
<div class="details">
<div class="image">
<div class="main" data-img-url="img/about/2.jpg"></div>
</div>
<div class="short">
<h3 class="author"><span>Brian Ederson</span></h3>
<h3 class="job"><span>Web Designer</span></h3>
</div>
</div>
</li>
<li>
<img class="svg" src="img/svg/quote-1.svg" alt="" />
<p class="text">Awesome template, well written code and looks great on any platform. The customer support is very helpful and as huge asset to this template. Overall a good design, that I am quite happy with.</p>
<div class="details">
<div class="image">
<div class="main" data-img-url="img/about/3.jpg"></div>
</div>
<div class="short">
<h3 class="author"><span>Steve Collins</span></h3>
<h3 class="job"><span>Artel Corp.</span></h3>
</div>
</div>
</li>
</ul>
</div>
</div>
<div class="right">
<div class="image_list">
<ul class="masonry">
<li class="active masonry_item">
<div class="image">
<img src="img/thumbs/3-4.jpg" alt="" />
<div class="main" data-img-url="img/about/1.jpg"></div>
</div>
</li>
<li class="masonry_item">
<div class="image">
<img src="img/thumbs/4-3.jpg" alt="" />
<div class="main" data-img-url="img/about/2.jpg"></div>
</div>
</li>
<li class="masonry_item">
<div class="image">
<img src="img/thumbs/1-1.jpg" alt="" />
<div class="main" data-img-url="img/about/3.jpg"></div>
</div>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- /TESTIMONIALS -->
<!-- NEWS -->
<div class="waxon_tm_news" id="news">
<div class="container">
<div class="waxon_tm_main_title">
<div class="title">
<h3>Latest News<span class="bg">News</span></h3>
</div>
</div>
<div class="news_inner">
<ul>
<li class="wow fadeInDown" data-wow-duration="0.8s">
<div class="list_inner">
<div class="image">
<img src="img/thumbs/4-3.jpg" alt="" />
<div class="main" data-img-url="img/news/1.jpg"></div>
<a class="full_link" href="#"></a>
</div>
<div class="details">
<div class="extra">
<p class="date">By <a href="#">Alex Watson</a> <span>10 May 2021</span></p>
</div>
<h3 class="title"><a href="#">Developers watch out for these burnout symptoms</a></h3>
</div>
<div class="main_content">
<div class="descriptions">
<p class="bigger">Just because we can't get out and about like we normally would, doesn’t mean we have to stop taking pictures. There’s still plenty you can do, provided you're prepared to use some imagination. Here are a few ideas to keep you shooting until normal life resumes.</p>
<p>Most photographers love to shoot the unusual, and you don’t get much more unusual than These Unprecedented Times. Right now everything counts as out of the ordinary. There are a number of remarkable things about these lockdown days that are worth photographing now so we can remember them when it is all over.</p>
<p>Streets empty that are usually busy are remarkable and can evoke the sense of historical pictures from before the invention of the motorcar. Other things that are different at the moment will be queues to get into stores and the lines marked out on the floor to show how far apart we should be.</p>
<div class="quotebox">
<div class="icon">
<img class="svg" src="img/svg/quote.svg" alt="" />
</div>
<p>Most photographers find it hard to see interesting pictures in places in which they are most familiar. A trip somewhere new seems always exactly what our photography needed, as shooting away from home consistently inspires us to new artistic heights.</p>
</div>
<p>Pretend everything is new and that you haven’t seen it before, and then you will be free to notice the leading lines, the places where one edge meets another in delightful geometric harmony, and how the ordinary things in the kitchen are transformed when the light is on or off.</p>
<p>The trick here is to look slowly, and then look again. Take the time to look in detail and to look at the same thing from different angles, with different light, long lenses and wide lenses. Then move to the left a bit. You may never feel the need to leave the house again.</p>
</div>
<div class="news_share">
<span>Share:</span>
<ul>
<li><a href="#"><img class="svg" src="img/svg/social/facebook.svg" alt="" /></a></li>
<li><a href="#"><img class="svg" src="img/svg/social/twitter.svg" alt="" /></a></li>
<li><a href="#"><img class="svg" src="img/svg/social/instagram.svg" alt="" /></a></li>
<li><a href="#"><img class="svg" src="img/svg/social/dribbble.svg" alt="" /></a></li>
<li><a href="#"><img class="svg" src="img/svg/social/tik-tok.svg" alt="" /></a></li>
</ul>
</div>
</div>
</div>
</li>
<li class="wow fadeInDown" data-wow-duration="0.8s" data-wow-delay="0.2s">
<div class="list_inner">
<div class="image">
<img src="img/thumbs/4-3.jpg" alt="" />
<div class="main" data-img-url="img/news/2.jpg"></div>
<a class="full_link" href="#"></a>
</div>
<div class="details">
<div class="extra">
<p class="date">By <a href="#">Bona Green</a> <span>05 April 2021</span></p>
</div>
<h3 class="title"><a href="#">How to be appreciated for your hard work as a developer</a></h3>
</div>
<div class="main_content">
<div class="descriptions">
<p class="bigger">Just because we can't get out and about like we normally would, doesn’t mean we have to stop taking pictures. There’s still plenty you can do, provided you're prepared to use some imagination. Here are a few ideas to keep you shooting until normal life resumes.</p>
<p>Most photographers love to shoot the unusual, and you don’t get much more unusual than These Unprecedented Times. Right now everything counts as out of the ordinary. There are a number of remarkable things about these lockdown days that are worth photographing now so we can remember them when it is all over.</p>
<p>Streets empty that are usually busy are remarkable and can evoke the sense of historical pictures from before the invention of the motorcar. Other things that are different at the moment will be queues to get into stores and the lines marked out on the floor to show how far apart we should be.</p>
<div class="quotebox">
<div class="icon">
<img class="svg" src="img/svg/quote.svg" alt="" />
</div>
<p>Most photographers find it hard to see interesting pictures in places in which they are most familiar. A trip somewhere new seems always exactly what our photography needed, as shooting away from home consistently inspires us to new artistic heights.</p>
</div>
<p>Pretend everything is new and that you haven’t seen it before, and then you will be free to notice the leading lines, the places where one edge meets another in delightful geometric harmony, and how the ordinary things in the kitchen are transformed when the light is on or off.</p>
<p>The trick here is to look slowly, and then look again. Take the time to look in detail and to look at the same thing from different angles, with different light, long lenses and wide lenses. Then move to the left a bit. You may never feel the need to leave the house again.</p>
</div>
<div class="news_share">
<span>Share:</span>
<ul>
<li><a href="#"><img class="svg" src="img/svg/social/facebook.svg" alt="" /></a></li>
<li><a href="#"><img class="svg" src="img/svg/social/twitter.svg" alt="" /></a></li>
<li><a href="#"><img class="svg" src="img/svg/social/instagram.svg" alt="" /></a></li>
<li><a href="#"><img class="svg" src="img/svg/social/dribbble.svg" alt="" /></a></li>
<li><a href="#"><img class="svg" src="img/svg/social/tik-tok.svg" alt="" /></a></li>
</ul>
</div>
</div>
</div>
</li>
<li class="wow fadeInDown" data-wow-duration="0.8s" data-wow-delay="0.4s">
<div class="list_inner">
<div class="image">
<img src="img/thumbs/4-3.jpg" alt="" />
<div class="main" data-img-url="img/news/3.jpg"></div>
<a class="full_link" href="#"></a>
</div>
<div class="details">
<div class="extra">
<p class="date">By <a href="#">Ave Smith</a> <span>22 March 2021</span></p>
</div>
<h3 class="title"><a href="#">How designers and developers can collaborate better</a></h3>
</div>
<div class="main_content">
<div class="descriptions">
<p class="bigger">Just because we can't get out and about like we normally would, doesn’t mean we have to stop taking pictures. There’s still plenty you can do, provided you're prepared to use some imagination. Here are a few ideas to keep you shooting until normal life resumes.</p>
<p>Most photographers love to shoot the unusual, and you don’t get much more unusual than These Unprecedented Times. Right now everything counts as out of the ordinary. There are a number of remarkable things about these lockdown days that are worth photographing now so we can remember them when it is all over.</p>
<p>Streets empty that are usually busy are remarkable and can evoke the sense of historical pictures from before the invention of the motorcar. Other things that are different at the moment will be queues to get into stores and the lines marked out on the floor to show how far apart we should be.</p>
<div class="quotebox">
<div class="icon">
<img class="svg" src="img/svg/quote.svg" alt="" />
</div>
<p>Most photographers find it hard to see interesting pictures in places in which they are most familiar. A trip somewhere new seems always exactly what our photography needed, as shooting away from home consistently inspires us to new artistic heights.</p>
</div>
<p>Pretend everything is new and that you haven’t seen it before, and then you will be free to notice the leading lines, the places where one edge meets another in delightful geometric harmony, and how the ordinary things in the kitchen are transformed when the light is on or off.</p>
<p>The trick here is to look slowly, and then look again. Take the time to look in detail and to look at the same thing from different angles, with different light, long lenses and wide lenses. Then move to the left a bit. You may never feel the need to leave the house again.</p>
</div>
<div class="news_share">
<span>Share:</span>
<ul>
<li><a href="#"><img class="svg" src="img/svg/social/facebook.svg" alt="" /></a></li>
<li><a href="#"><img class="svg" src="img/svg/social/twitter.svg" alt="" /></a></li>
<li><a href="#"><img class="svg" src="img/svg/social/instagram.svg" alt="" /></a></li>
<li><a href="#"><img class="svg" src="img/svg/social/dribbble.svg" alt="" /></a></li>
<li><a href="#"><img class="svg" src="img/svg/social/tik-tok.svg" alt="" /></a></li>
</ul>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- /NEWS -->
<!-- CONTACT -->
<div class="waxon_tm_contact" id="contact">
<div class="bg_image"></div>
<div class="container">
<div class="contact_inner">
<div class="waxon_tm_main_title">
<div class="title">
<h3>Get in Touch<span class="bg">Contact</span></h3>
</div>
</div>
<div class="desc">
<p>Please fill out the form on this section to contact with me. Or call between 9:00 a.m. and 8:00 p.m. ET, Monday through Friday</p>
</div>
<div class="wrapper">
<div class="left wow fadeInLeft" data-wow-duration="0.8s">
<div class="fields">
<form action="/" method="post" class="contact_form" id="contact_form" autocomplete="off">
<div class="returnmessage" data-success="Your message has been received, We will contact you soon."></div>
<div class="empty_notice"><span>Please Fill Required Fields</span></div>
<div class="first">
<ul>
<li>
<input id="name" type="text" placeholder="Name">
</li>
<li>
<input id="email" type="text" placeholder="Email">
</li>
</ul>
</div>
<div class="last">
<textarea id="message" placeholder="Message"></textarea>
</div>
<div class="waxon_tm_button" data-position="left">
<a id="send_message" href="#">
<span>Send Message</span>
</a>
</div>
<!-- If you want to change mail address to yours, please open modal.php and go to line 4 -->
</form>
</div>
</div>
<div class="right wow fadeInRight" data-wow-duration="0.8s">
<div class="map_wrap">
<div class="map" id="ieatmaps"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- /CONTACT -->
<!-- COPYRIGHT -->
<div class="waxon_tm_copyright">
<div class="container">
<div class="copyright_inner">
<ul>
<li class="wow fadeInDown" data-wow-duration="0.8s">
<span>WAXON</span>
<span>PORTFOLIO TEMPLATE</span>
</li>
<li class="wow fadeInDown" data-wow-duration="0.8s" data-wow-delay="0.2s">
<span>Brook 103,</span>
<span>90021 New York, USA</span>
</li>
<li class="wow fadeInDown" data-wow-duration="0.8s" data-wow-delay="0.4s">
<span><a href="#">[email protected]</a></span>
<span>+77 033 442 55 57</span>
</li>
<li class="wow fadeInDown" data-wow-duration="0.8s" data-wow-delay="0.6s">
<div class="social">
<ul>
<li>
<a href="#">
<span class="first"><img class="svg" src="img/svg/social/facebook.svg" alt="" /></span>
<span class="second"><img class="svg" src="img/svg/social/facebook.svg" alt="" /></span>
</a>
</li>
<li>
<a href="#">
<span class="first"><img class="svg" src="img/svg/social/twitter.svg" alt="" /></span>
<span class="second"><img class="svg" src="img/svg/social/twitter.svg" alt="" /></span>
</a>
</li>
<li>
<a href="#">
<span class="first"><img class="svg" src="img/svg/social/instagram.svg" alt="" /></span>
<span class="second"><img class="svg" src="img/svg/social/instagram.svg" alt="" /></span>
</a>
</li>
<li>
<a href="#">
<span class="first"><img class="svg" src="img/svg/social/soundcloud.svg" alt="" /></span>
<span class="second"><img class="svg" src="img/svg/social/soundcloud.svg" alt="" /></span>
</a>
</li>
<li>
<a href="#">
<span class="first"><img class="svg" src="img/svg/social/youtube.svg" alt="" /></span>
<span class="second"><img class="svg" src="img/svg/social/youtube.svg" alt="" /></span>
</a>
</li>
<li>
<a href="#">
<span class="first"><img class="svg" src="img/svg/social/vk.svg" alt="" /></span>
<span class="second"><img class="svg" src="img/svg/social/vk.svg" alt="" /></span>
</a>
</li>
</ul>
</div>
</li>
</ul>
</div>
</div>
</div>
<!-- /COPYRIGHT -->
<!-- MAGIC CURSOR -->
<div class="mouse-cursor cursor-outer"></div>
<div class="mouse-cursor cursor-inner"></div>
<!-- /MAGIC CURSOR -->
</div>
<!-- / WRAPPER ALL -->
<!-- SCRIPTS -->
<script src="js/jquery.js"></script>
<!--[if lt IE 10]> <script type="text/javascript" src="js/ie8.js"></script> <![endif]-->
<script src="js/plugins.js"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyA5bpEs3xlB8vhxNFErwoo3MXR64uavf6Y&callback=initMap"></script>
<script src="js/init.js"></script>
<!-- /SCRIPTS -->
</body>
</html>