-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
887 lines (728 loc) · 41.5 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Index - YortFolio Bootstrap Template</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: DevFolio
* Template URL: https://bootstrapmade.com/devfolio-bootstrap-portfolio-html-template/
* Updated: Jun 29 2024 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="index-page">
<header id="header" class="header d-flex align-items-center sticky-top">
<div class="container-fluid container-xl position-relative d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.png" alt=""> -->
<h1 class="sitename">YortFolio</h1>
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="#hero" class="active">Home<br></a></li>
<li><a href="#about">About</a></li>
<li><a href="#resume">Resume</a></li>
<li><a href="#services">Services</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
</div>
</header>
<main class="main">
<!-- Hero Section -->
<section id="hero" class="hero section dark-background">
<img src="assets/img/galaxy desktop wallpaper.png" alt="" data-aos="fade-in">
<div class="container d-flex flex-column align-items-center justify-content-center text-center" data-aos="fade-up" data-aos-delay="100">
<h2>I am Troy Bajos</h2>
<p><span class="typed" data-typed-items="Entry Level Developer, Web-Designer, Web-Developer, Freelancer"></span></p>
</div>
</section><!-- /Hero Section -->
<!-- About Section -->
<section id="about" class="about section">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-md-6">
<div class="row justify-content-between gy-4">
<div class="col-lg-5">
<img src="assets/img/profile-img.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-7 about-info">
<p><strong>Name: </strong> <span>Tracy Troy Bajos</span></p>
<p><strong>Profile: </strong> <span>full stack developer</span></p>
<p><strong>Email: </strong> <span>[email protected]</span></p>
<p><strong>Phone: </strong> <span>(+63)9560912350</span></p>
</div>
</div>
<div class="skills-content skills-animation">
<h5>Skills</h5>
<div class="progress">
<span class="skill"><span>HTML</span> <i class="val">100%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>CSS</span> <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>JavaScript</span> <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>Photoshop</span> <i class="val">55%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="55" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
</div>
</div>
<div class="col-md-6">
<div class="about-me">
<h4>About me</h4>
<p>
I specialize in boosting e-commerce sales through strategic SEO. My approach enhances
your store's online visibility, drives more traffic, and creates a seamless,
aesthetically pleasing, and responsive user experience. I understand the unique
challenges of e-commerce and am dedicated to helping your business grow by making your
store more discoverable and user-friendly. With my expertise, you'll see increased
awareness, higher engagement, and improved sales. Let me help you take your e-commerce
store to the next level.
</p>
<!-- <p>
Hey there, e-commerce champion! Ready to see your sales soar and your store shine? With strategic SEO and a focus on creating a stunning, user-friendly experience, I'm here to help you reach new heights. Imagine increased awareness, more traffic, and a seamless shopping journey that keeps customers coming back for more. Your e-commerce store has incredible potential, and together, we can unlock it. Let's make your business the next big success story! 🚀✨
</p> -->
<!-- <p>
Are you ready to take your e-commerce store to the next level? Let's schedule a discovery call to discuss how strategic SEO and a user-friendly, aesthetically pleasing design can boost your sales and online presence. I'm excited to learn more about your business and explore how we can work together to achieve your goals. Click the link below to schedule a time that works best for you. Let's start this journey towards e-commerce success!
Looking forward to connecting,
[Your Name]
[Schedule Your Discovery Call Here]
</p> -->
</div>
</div>
</div>
</div>
</section><!-- /About Section -->
<!-- Resume Section -->
<section id="resume" class="resume section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Resume</h2>
<p>Summary Education Experience</p>
</div><!-- End Section Title -->
<div class="container">
<div class="row">
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="100">
<h3 class="resume-title">Sumary</h3>
<div class="resume-item pb-0">
<p><em>Are you ready to take your e-commerce store to the next level? Let's schedule a
discovery call to discuss how strategic SEO and a user-friendly, aesthetically
pleasing design can boost your sales and online presence. I'm excited to learn more
about your business and explore how we can work together to achieve your goals. Click
the link below to schedule a time that works best for you. Let's start this journey
towards e-commerce success!</em></p>
<ul>
<li>Tupi, South Cotabato</li>
<li>(+63) 9560912350</li>
<li>[email protected]</li>
</ul>
</div><!-- Edn Resume Item -->
<h3 class="resume-title">Education</h3>
<div class="resume-item">
<h4>Bachelor of Science in Information Technology</h4>
<h5>2021 - 2025</h5>
<p><em>South East Asian Institute of Technology, Inc., PH</em></p>
<p>In 2025, I will hold a Bachelor of Science in Information, equipping me with a solid
foundation in information technology, data management, and strategic problem-solving
skills. This education will enhance my ability to develop and implement effective SEO
strategies and improve user experience in e-commerce environments.</p>
</div><!-- Edn Resume Item -->
<div class="resume-item">
<h4>Bachelor of Science in Marketing Management</h4>
<h5>2012 - 2016</h5>
<p><em>Goldenstate College, PH</em></p>
<p>I hold a Bachelor of Science in Marketing Management, which has equipped me with a
deep understanding of market dynamics, consumer behavior, and strategic marketing
techniques. This education enables me to effectively boost e-commerce sales through
targeted SEO strategies, enhancing online visibility and creating user-friendly,
aesthetically pleasing shopping experiences. My background in marketing management
allows me to tailor strategies that drive traffic, engage customers, and ultimately
increase sales for e-commerce businesses.</p>
</div><!-- Edn Resume Item -->
</div>
<div class="col-lg-6" data-aos="fade-up" data-aos-delay="200">
<h3 class="resume-title">Professional Experience (on-site)</h3>
<div class="resume-item">
<h4>Accounting Clerk</h4>
<h5>2016-2019</h5>
<p><em>BeJRN Corporation, PH</em></p>
<ul>
<li>Managed financial records and transactions</li>
<li>Analyzed financial data to assist in decision-making processes</li>
<li>Developed skills in attention to detail and problem-solving</li>
</ul>
</div><!-- Edn Resume Item -->
</div>
</div>
</div>
</section><!-- /Resume Section -->
<!-- Services Section -->
<section id="services" class="services section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Services</h2>
<p>What I Actualy Do!</p>
</div><!-- End Section Title -->
<div class="container">
<div class="row gy-4">
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="500">
<div class="service-item position-relative">
<div class="icon">
<i class="bi bi-code-square"></i>
</div>
<a href="#services" class="stretched-link">
<h3>Web Design</h3>
</a>
<p>Custom web design involves creating personalized designs that reflect your brand and
business objectives, while mobile and tablet optimization ensures a smooth experience
across all devices. User-centric layouts focus on intuitive and visually appealing
designs that improve user interaction and boost conversion rates.</p>
<a href="#services" class="stretched-link"></a>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="100">
<div class="service-item position-relative">
<div class="icon">
<i class="bi bi-link"></i>
</div>
<a href="#services" class="stretched-link">
<h3>Strategic SEO</h3>
</a>
<p>To enhance your store's visibility and search engine ranking, start by researching and
targeting high-traffic keywords. Optimize on-page elements like product pages, meta
tags, and content for relevance and search engine friendliness. Additionally, focus on
off-page SEO by building quality backlinks and increasing your store's authority..</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="service-item position-relative">
<div class="icon">
<i class="bi bi-body-text"></i>
</div>
<a href="#services" class="stretched-link">
<h3>Content Making</h3>
</a>
<p>Content creation involves crafting compelling blog posts, product descriptions, and
multimedia elements to engage and retain customers. Content strategy focuses on
designing and implementing a content calendar that supports your business objectives
and enhances SEO performance.</p>
</div>
</div><!-- End Service Item -->
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="service-item position-relative">
<div class="icon">
<i class="bi bi-suit-heart"></i>
</div>
<a href="#services" class="stretched-link">
<h3>User Experience (UX) Design</h3>
</a>
<p>To optimize your e-commerce store, focus on responsive design for accessibility on all
devices, enhance aesthetics to align with your brand and attract your target audience,
and perform user testing to identify and resolve issues for a seamless shopping
experience.</p>
</div>
</div><!-- End Service Item -->
</div>
</div>
</section><!-- /Services Section -->
<!-- Stats Section -->
<section id="stats" class="stats section accent-background">
<img src="assets/img/galaxy desktop wallpaper.png" alt="" data-aos="fade-in">
<div class="container position-relative" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-3 col-md-6">
<div class="stats-item text-center w-100 h-100">
<span data-purecounter-start="0" data-purecounter-end="NaN" data-purecounter-duration="0" class="purecounter">232</span>
<p class="client-text">Clients</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item text-center w-100 h-100">
<span data-purecounter-start="0" data-purecounter-end="NaN" data-purecounter-duration="0" class="purecounter">521</span>
<p>Projects</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item text-center w-100 h-100">
<span data-purecounter-start="0" data-purecounter-end="NaN" data-purecounter-duration="0" class="purecounter">1453</span>
<p>Hours Of Support</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6">
<div class="stats-item text-center w-100 h-100">
<span data-purecounter-start="0" data-purecounter-end="NaN" data-purecounter-duration="0" class="purecounter">32</span>
<p>Awards</p>
</div>
</div><!-- End Stats Item -->
</div>
</div>
</section><!-- /Stats Section -->
<!-- Portfolio Section -->
<section id="portfolio" class="portfolio section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Portfolio</h2>
<p>Necessitatibus eius consequatur ex aliquid fuga eum quidem sint consectetur velit</p>
</div><!-- End Section Title -->
<div class="container">
<div class="isotope-layout" data-default-filter="*" data-layout="masonry" data-sort="original-order">
<ul class="portfolio-filters isotope-filters" data-aos="fade-up" data-aos-delay="100">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-app">App</li>
<li data-filter=".filter-product">Product</li>
<li data-filter=".filter-branding">Branding</li>
<li data-filter=".filter-books">Books</li>
</ul><!-- End Portfolio Filters -->
<div class="row gy-4 isotope-container" data-aos="fade-up" data-aos-delay="200">
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-app">
<img src="assets/img/portfolio/app-1.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>App 1</h4>
<p>Lorem ipsum, dolor sit amet consectetur</p>
<a href="assets/img/portfolio/app-1.jpg" title="App 1" data-gallery="portfolio-gallery-app" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-product">
<img src="assets/img/portfolio/product-1.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Product 1</h4>
<p>Lorem ipsum, dolor sit amet consectetur</p>
<a href="assets/img/portfolio/product-1.jpg" title="Product 1" data-gallery="portfolio-gallery-product" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-branding">
<img src="assets/img/portfolio/branding-1.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Branding 1</h4>
<p>Lorem ipsum, dolor sit amet consectetur</p>
<a href="assets/img/portfolio/branding-1.jpg" title="Branding 1" data-gallery="portfolio-gallery-branding" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-books">
<img src="assets/img/portfolio/books-1.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Books 1</h4>
<p>Lorem ipsum, dolor sit amet consectetur</p>
<a href="assets/img/portfolio/books-1.jpg" title="Branding 1" data-gallery="portfolio-gallery-book" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-app">
<img src="assets/img/portfolio/app-2.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>App 2</h4>
<p>Lorem ipsum, dolor sit amet consectetur</p>
<a href="assets/img/portfolio/app-2.jpg" title="App 2" data-gallery="portfolio-gallery-app" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-product">
<img src="assets/img/portfolio/product-2.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Product 2</h4>
<p>Lorem ipsum, dolor sit amet consectetur</p>
<a href="assets/img/portfolio/product-2.jpg" title="Product 2" data-gallery="portfolio-gallery-product" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-branding">
<img src="assets/img/portfolio/branding-2.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Branding 2</h4>
<p>Lorem ipsum, dolor sit amet consectetur</p>
<a href="assets/img/portfolio/branding-2.jpg" title="Branding 2" data-gallery="portfolio-gallery-branding" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-books">
<img src="assets/img/portfolio/books-2.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Books 2</h4>
<p>Lorem ipsum, dolor sit amet consectetur</p>
<a href="assets/img/portfolio/books-2.jpg" title="Branding 2" data-gallery="portfolio-gallery-book" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-app">
<img src="assets/img/portfolio/app-3.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>App 3</h4>
<p>Lorem ipsum, dolor sit amet consectetur</p>
<a href="assets/img/portfolio/app-3.jpg" title="App 3" data-gallery="portfolio-gallery-app" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-product">
<img src="assets/img/portfolio/product-3.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Product 3</h4>
<p>Lorem ipsum, dolor sit amet consectetur</p>
<a href="assets/img/portfolio/product-3.jpg" title="Product 3" data-gallery="portfolio-gallery-product" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-branding">
<img src="assets/img/portfolio/branding-3.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Branding 3</h4>
<p>Lorem ipsum, dolor sit amet consectetur</p>
<a href="assets/img/portfolio/branding-3.jpg" title="Branding 2" data-gallery="portfolio-gallery-branding" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Portfolio Item -->
<div class="col-lg-4 col-md-6 portfolio-item isotope-item filter-books">
<img src="assets/img/portfolio/books-3.jpg" class="img-fluid" alt="">
<div class="portfolio-info">
<h4>Books 3</h4>
<p>Lorem ipsum, dolor sit amet consectetur</p>
<a href="assets/img/portfolio/books-3.jpg" title="Branding 3" data-gallery="portfolio-gallery-book" class="glightbox preview-link"><i class="bi bi-zoom-in"></i></a>
<a href="portfolio-details.html" title="More Details" class="details-link"><i class="bi bi-link-45deg"></i></a>
</div>
</div><!-- End Portfolio Item -->
</div><!-- End Portfolio Container -->
</div>
</div>
</section>
<!-- /Portfolio Section -->
<!-- Pricing Section -->
<section id="pricing" class="pricing section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Pricing</h2>
<p>Necessitatibus eius consequatur ex aliquid fuga eum quidem sint consectetur velit</p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4 gx-lg-5">
<div class="col-lg-6">
<div class="pricing-item d-flex justify-content-between">
<h3>Portrait Photography</h3>
<h4>$160.00</h4>
</div>
</div><!-- End Pricing Item -->
<div class="col-lg-6">
<div class="pricing-item d-flex justify-content-between">
<h3>Fashion Photography</h3>
<h4>$300.00</h4>
</div>
</div><!-- End Pricing Item -->
<div class="col-lg-6">
<div class="pricing-item d-flex justify-content-between">
<h3>Sports Photography</h3>
<h4>$200.00</h4>
</div>
</div><!-- End Pricing Item -->
<div class="col-lg-6">
<div class="pricing-item d-flex justify-content-between">
<h3>Still Life Photography</h3>
<h4>$120.00</h4>
</div>
</div><!-- End Pricing Item -->
<div class="col-lg-6">
<div class="pricing-item d-flex justify-content-between">
<h3>Wedding Photography</h3>
<h4>$500.00</h4>
</div>
</div><!-- End Pricing Item -->
<div class="col-lg-6">
<div class="pricing-item d-flex justify-content-between">
<h3>Photojournalism</h3>
<h4>$200.00</h4>
</div>
</div><!-- End Pricing Item -->
</div>
</div>
</section><!-- /Pricing Section -->
<!-- Faq Section -->
<section id="faq" class="faq section">
<div class="container">
<div class="row gy-4">
<div class="col-lg-4" data-aos="fade-up" data-aos-delay="100">
<div class="content px-xl-5">
<h3><span>Frequently Asked </span><strong>Questions</strong></h3>
<p>
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Duis aute irure dolor in reprehenderit
</p>
</div>
</div>
<div class="col-lg-8" data-aos="fade-up" data-aos-delay="200">
<div class="faq-container">
<div class="faq-item faq-active">
<h3><span class="num">1.</span> <span>Non consectetur a erat nam at lectus urna duis?</span></h3>
<div class="faq-content">
<p>Feugiat pretium nibh ipsum consequat. Tempus iaculis urna id volutpat lacus laoreet non curabitur gravida. Venenatis lectus magna fringilla urna porttitor rhoncus dolor purus non.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<h3><span class="num">2.</span> <span>Feugiat scelerisque varius morbi enim nunc faucibus a pellentesque?</span></h3>
<div class="faq-content">
<p>Dolor sit amet consectetur adipiscing elit pellentesque habitant morbi. Id interdum velit laoreet id donec ultrices. Fringilla phasellus faucibus scelerisque eleifend donec pretium. Est pellentesque elit ullamcorper dignissim. Mauris ultrices eros in cursus turpis massa tincidunt dui.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<h3><span class="num">3.</span> <span>Dolor sit amet consectetur adipiscing elit pellentesque?</span></h3>
<div class="faq-content">
<p>Eleifend mi in nulla posuere sollicitudin aliquam ultrices sagittis orci. Faucibus pulvinar elementum integer enim. Sem nulla pharetra diam sit amet nisl suscipit. Rutrum tellus pellentesque eu tincidunt. Lectus urna duis convallis convallis tellus. Urna molestie at elementum eu facilisis sed odio morbi quis</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<h3><span class="num">4.</span> <span>Ac odio tempor orci dapibus. Aliquam eleifend mi in nulla?</span></h3>
<div class="faq-content">
<p>Dolor sit amet consectetur adipiscing elit pellentesque habitant morbi. Id interdum velit laoreet id donec ultrices. Fringilla phasellus faucibus scelerisque eleifend donec pretium. Est pellentesque elit ullamcorper dignissim. Mauris ultrices eros in cursus turpis massa tincidunt dui.</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
<div class="faq-item">
<h3><span class="num">5.</span> <span>Tempus quam pellentesque nec nam aliquam sem et tortor consequat?</span></h3>
<div class="faq-content">
<p>Molestie a iaculis at erat pellentesque adipiscing commodo. Dignissim suspendisse in est ante in. Nunc vel risus commodo viverra maecenas accumsan. Sit amet nisl suscipit adipiscing bibendum est. Purus gravida quis blandit turpis cursus in</p>
</div>
<i class="faq-toggle bi bi-chevron-right"></i>
</div><!-- End Faq item-->
</div>
</div>
</div>
</div>
</section><!-- /Faq Section -->
<!-- Testimonials Section -->
<section id="testimonials" class="testimonials section accent-background">
<img src="assets/img/testimonials-bg.jpg" class="testimonials-bg" alt="">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="swiper init-swiper">
<script type="application/json" class="swiper-config">
{
"loop": true,
"speed": 600,
"autoplay": {
"delay": 5000
},
"slidesPerView": "auto",
"pagination": {
"el": ".swiper-pagination",
"type": "bullets",
"clickable": true
}
}
</script>
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-1.jpg" class="testimonial-img" alt="">
<h3>Saul Goodman</h3>
<h4>Ceo & Founder</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>Proin iaculis purus consequat sem cure digni ssim donec porttitora entum suscipit rhoncus. Accusantium quam, ultricies eget id, aliquam eget nibh et. Maecen aliquam, risus at semper.</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-2.jpg" class="testimonial-img" alt="">
<h3>Sara Wilsson</h3>
<h4>Designer</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>Export tempor illum tamen malis malis eram quae irure esse labore quem cillum quid cillum eram malis quorum velit fore eram velit sunt aliqua noster fugiat irure amet legam anim culpa.</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-3.jpg" class="testimonial-img" alt="">
<h3>Jena Karlis</h3>
<h4>Store Owner</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>Enim nisi quem export duis labore cillum quae magna enim sint quorum nulla quem veniam duis minim tempor labore quem eram duis noster aute amet eram fore quis sint minim.</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-4.jpg" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<h4>Freelancer</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>Fugiat enim eram quae cillum dolore dolor amet nulla culpa multos export minim fugiat minim velit minim dolor enim duis veniam ipsum anim magna sunt elit fore quem dolore labore illum veniam.</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
<div class="swiper-slide">
<div class="testimonial-item">
<img src="assets/img/testimonials/testimonials-5.jpg" class="testimonial-img" alt="">
<h3>John Larson</h3>
<h4>Entrepreneur</h4>
<div class="stars">
<i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i><i class="bi bi-star-fill"></i>
</div>
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>Quis quorum aliqua sint quem legam fore sunt eram irure aliqua veniam tempor noster veniam enim culpa labore duis sunt culpa nulla illum cillum fugiat legam esse veniam culpa fore nisi cillum quid.</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
</div>
</div><!-- End testimonial item -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- /Testimonials Section -->
<!-- Contact Section -->
<section id="contact" class="contact section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Contact</h2>
<p>Let's connect!</p>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="info-wrap" data-aos="fade-up" data-aos-delay="200">
<div class="row gy-5">
<div class="col-lg-4">
<div class="info-item d-flex align-items-center">
<i class="bi bi-geo-alt flex-shrink-0"></i>
<div>
<h3>Address</h3>
<p>Tupi, Socsargen, PH</p>
</div>
</div>
</div><!-- End Info Item -->
<div class="col-lg-4">
<div class="info-item d-flex align-items-center">
<i class="bi bi-telephone flex-shrink-0"></i>
<div>
<h3>Call</h3>
<p>+639560912350</p>
</div>
</div>
</div><!-- End Info Item -->
<div class="col-lg-4">
<div class="info-item d-flex align-items-center">
<i class="bi bi-envelope flex-shrink-0"></i>
<div>
<h3>Mail</h3>
<p>[email protected]</p>
</div>
</div>
</div><!-- End Info Item -->
</div>
</div>
<form action="forms/contact.php" method="post" class="php-email-form" data-aos="fade-up" data-aos-delay="300">
<div class="row gy-4">
<div class="col-md-6">
<input type="text" name="name" class="form-control" placeholder="Your Name" required="">
</div>
<div class="col-md-6 ">
<input type="email" class="form-control" name="email" placeholder="Your Email" required="">
</div>
<div class="col-md-12">
<input type="text" class="form-control" name="subject" placeholder="Subject" required="">
</div>
<div class="col-md-12">
<textarea class="form-control" name="message" rows="6" placeholder="Message" required=""></textarea>
</div>
<div class="col-md-12 text-center">
<div class="loading">Loading</div>
<div class="error-message"></div>
<div class="sent-message">Your message has been sent. Thank you!</div>
<button type="submit">Send Message</button>
</div>
</div>
</form><!-- End Contact Form -->
</div>
</section><!-- /Contact Section -->
</main>
<footer id="footer" class="footer accent-background">
<div class="container" >
<div class="copyright text-center ">
<p>© <span>Copyright</span> <strong class="px-1 sitename">YortFolio</strong> <span>All Rights Reserved</span></p>
</div>
<div class="social-links d-flex justify-content-center">
<a href="https://www.facebook.com/troy.bajos" target="_blank"><i class="bi bi-facebook"></i></a>
<a href="https://www.linkedin.com/in/tracytroyb" target="_blank"><i class="bi bi-linkedin"></i></a>
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you've purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: [buy-url] -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/typed.js/typed.umd.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>