-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
305 lines (274 loc) · 12.7 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
<!--
* @Date : 2023-11-16 15:15:07
* @Author : BDFD,bdfd2005@gmail.com
* @Github : https://github.com/bdfd
* @LastEditTime : 2023-12-06 15:22:22
* @LastEditors : BDFD
* @Description :
* @FilePath : \index.html
* Copyright (c) 2023 by BDFD, All Rights Reserved.
-->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>BDFD Github Personal Portfolio </title>
<meta content="Personal Github Portfolio Page" name="description">
<meta content="github, portfolio" name="keywords">
<!-- Favicons -->
<link href="static/images/favicon.png" rel="icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i"
rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="static/vendor/aos/aos.css" rel="stylesheet">
<link href="static/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="static/vendor/bootstrap-icons/bootstrap-icons.css"
rel="stylesheet">
<link href="static/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="static/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="static/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="static/css/style.css" rel="stylesheet">
</head>
<body>
<!-- ======= Mobile nav toggle button ======= -->
<i class="bi bi-list mobile-nav-toggle d-xl-none"></i>
<!-- ======= Header ======= -->
<header id="header">
<div class="d-flex flex-column">
<div class="profile">
<img src="static/images/profile-img.jpg" alt="profile image"
class="img-fluid rounded-circle">
<h1 class="text-light"><a href="index.html">BDFD</a></h1>
<div class="social-links mt-3 text-center">
<a href="#" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="#" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="#" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="#" class="google-plus"><i class="bx bxl-skype"></i></a>
<a href="#" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div>
</div>
<nav id="navbar" class="nav-menu navbar">
<ul>
<li><a href="#hero" class="nav-link scrollto active"><i
class="bx bx-home"></i> <span>Home</span></a></li>
<li><a href="#introduction" class="nav-link scrollto"><i
class="bx bx-user"></i> <span>Introduction</span></a></li>
<li><a href="#skills" class="nav-link scrollto"><i
class="bx bx-file-blank"></i> <span>Skills &
Expertise</span></a></li>
<li><a href="#portfolio" class="nav-link scrollto"><i
class="bx bx-book-content"></i>
<span>Portfolio Working Samples</span></a></li>
<li><a href="#services" class="nav-link scrollto"><i
class="bx bx-server"></i> <span>Services Offered</span></a></li>
<li><a href="#contact" class="nav-link scrollto"><i
class="bx bx-envelope"></i> <span>Contact Information</span></a>
</li>
<!-- Need to Add FAQ Section
Answer for common question that first time customer will wanna to know
-->
<li><a href="#contact" class="nav-link scrollto"><i
class="bx bx-envelope"></i> <span>Contact Information</span></a>
</li>
</ul>
</nav><!-- .nav-menu -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero"
class="d-flex flex-column justify-content-center align-items-center">
<div class="hero-container" data-aos="fade-in">
<h1>BDFD</h1>
<p>I'm <span class="typed"
data-typed-items="Creative Idea Builder, Data Miner, Python-Driven Enthusiast."></span>
</p>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= About Section ======= -->
<!-- <div include-html="porfolio-section/Section01-About.html"></div> -->
<div id="About-Section"></div>
<!-- End About Section -->
<!-- ======= Facts Section ======= -->
<div id="Facts-Section"></div>
<!-- End Facts Section -->
<!-- ======= Skills Section ======= -->
<div id="Skills-Section"></div>
<!-- End Skills Section -->
<!-- ======= Experience Section ======= -->
<!-- End Experience Section -->
<!-- ======= Portfolio Section ======= -->
<!-- <div id="Portfolios-Section"></div> -->
<section id="portfolio" class="portfolio section-bg">
<div class="container">
<div class="section-title">
<h2>Portfolio</h2>
<p>I'm an creative idea builder with excellent communication
skills!<br />
And believe that exceptional customer service isn't just about
delivering projects on time with 100% satisfaction; it's a
commitment that extends beyond completion. I strive for
excellence at every stage, from attentive communication to
surpassing expectations.<br />
Let's connect and explore possibilities together, ensuring a
seamless journey that goes beyond meeting needs—it's about
exceeding them.</p>
</div>
<div class="row" data-aos="fade-up">
<div class="col-lg-12 d-flex justify-content-center">
<ul id="portfolio-flters">
<li data-filter="*" class="filter-active">All</li>
<li data-filter=".filter-website">Website</li>
<li data-filter=".filter-portfolio">Portfolio</li>
<li data-filter=".filter-demo">Demo</li>
<li data-filter=".filter-event">Event</li>
</ul>
</div>
</div>
<div class="row portfolio-container" data-aos="fade-up"
data-aos-delay="100">
<div class="col-lg-4 col-md-6 portfolio-item filter-website">
<div class="portfolio-wrap">
<img src="static/images/portfolio/website01.png" class="img-fluid"
alt="">
<div class="portfolio-links">
<a href="static/images/portfolio/website01.png"
data-gallery="portfolioGallery" class="portfolio-lightbox"
title="Website 01-Restaurant Business Type Template"><i
class="bx bx-plus"></i></a>
<a href="https://bdfdportfolio.tk/Website01_Restaurant/"
title="More Details" target="_blank">
<i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-website">
<div class="portfolio-wrap">
<img src="static/images/portfolio/website02.png" class="img-fluid"
alt="">
<div class="portfolio-links">
<a href="static/images/portfolio/website02.png"
data-gallery="portfolioGallery" class="portfolio-lightbox"
title="Website 02-Coffee Shop Business Type Template"><i
class="bx bx-plus"></i></a>
<a href="https://bdfdportfolio.tk/Website02_CoffeeShop/"
title="More Details" target="_blank">
<i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-portfolio">
<div class="portfolio-wrap">
<img src="static/images/portfolio/portfolio01.png"
class="img-fluid" alt="">
<div class="portfolio-links">
<a href="static/images/portfolio/portfolio01.png"
data-gallery="portfolioGallery" class="portfolio-lightbox"
title="Portfolio 01-Natural Photo Gallery"><i
class="bx bx-plus"></i></a>
<a href="https://bdfdportfolio.tk/Portfolio01_Natural-Photo-Gallery/"
title="More Details" target="_blank">
<i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-portfolio">
<div class="portfolio-wrap">
<img src="static/images/portfolio/portfolio02.png"
class="img-fluid" alt="">
<div class="portfolio-links">
<a href="static/images/portfolio/portfolio02.jpg"
data-gallery="portfolioGallery" class="portfolio-lightbox"
title="Demo 01-Personal Portfolio"><i
class="bx bx-plus"></i></a>
<a href="https://bdfdportfolio.tk/Portfolio02_Personal-Portfolio/"
title="More Details" target="_blank">
<i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-demo">
<div class="portfolio-wrap">
<img src="static/images/portfolio/demo02.png" class="img-fluid"
alt="">
<div class="portfolio-links">
<a href="static/images/portfolio/demo02.png"
data-gallery="portfolioGallery" class="portfolio-lightbox"
title="Demo 02-Flask Ebook"><i class="bx bx-plus"></i></a>
<a href="https://bdfdportfolio.tk/Demo02_Flask-Ebook/"
title="More Details" target="_blank">
<i class="bx bx-link"></i></a>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 portfolio-item filter-event">
<div class="portfolio-wrap">
<img src="static/images/portfolio/event01.png" class="img-fluid"
alt="">
<div class="portfolio-links">
<a href="static/images/portfolio/event01.png"
data-gallery="portfolioGallery" class="portfolio-lightbox"
title="Event 01-Central Island"><i class="bx bx-plus"></i></a>
<a href="https://bdfdportfolio.tk/Event01_Central-Island/"
title="More Details" target="_blank">
<i class="bx bx-link"></i></a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Portfolio Section -->
<!-- ======= Services Section ======= -->
<!-- <div id="Services-Section"></div> -->
<!-- End Services Section -->
<!-- ======= Testimonials Section ======= -->
<!-- <div id="Testimonials-Section"></div> -->
<!-- End Testimonials Section -->
<!-- ======= Contact Section ======= -->
<!-- <div id="Contact-Section"></div> -->
<!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="container">
<div class="copyright">
© Copyright <strong><span>BDFD-Portfolio</span></strong>
</div>
</div>
</footer><!-- End Footer -->
<a href="#"
class="back-to-top d-flex align-items-center justify-content-center"><i
class="bi bi-arrow-up-short"></i></a>
<!-- jQuery JS Files -->
<script
src="https://cdn.jsdelivr.net/gh/BDFD-Side-Project/Side_Project_Repo/Project_Script/JQuery/JQuery.js"></script>
<script>
$(function () {
$("#About-Section").load("porfolio-section/Section01-About.html")
$("#Facts-Section").load("porfolio-section/Section02-Fact.html")
$("#Skills-Section").load("porfolio-section/Section03-Skill.html")
$("#Portfolios-Section").load("porfolio-section/Section04-Porfolio.html")
$("#Services-Section").load("porfolio-section/Section05-Service.html")
$("#Testimonials-Section").load("porfolio-section/Section06-Testimonial.html")
$("#Contact-Section").load("porfolio-section/Section07-Contact.html")
})
</script>
<!-- Vendor JS Files -->
<script src="static/vendor/aos/aos.js"></script>
<script src="static/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="static/vendor/glightbox/js/glightbox.min.js"></script>
<script src="static/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="static/vendor/php-email-form/validate.js"></script>
<script src="static/vendor/purecounter/purecounter.js"></script>
<script src="static/vendor/swiper/swiper-bundle.min.js"></script>
<script src="static/vendor/typed.js/typed.min.js"></script>
<script src="static/vendor/waypoints/noframework.waypoints.js"></script>
<!-- Template Main JS File -->
<script src="static/javascript/main.js"></script>
</body>
</html>