-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
517 lines (481 loc) · 19 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
<!DOCTYPE HTML>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Portfolio</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href='https://fonts.googleapis.com/css?family=Dancing+Script:700' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Abril+Fatface' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Russo+One' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Anton' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=PT+Sans+Narrow' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/font-awesome.min.css" />
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="style.css" />
</head>
<body id="page-top" class="index">
<!-- Navbar -->
<nav id="mainNav" class="navbar navbar-default navbar-fixed-top navbar-custom">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span> Menu <i class="fa fa-bars"></i>
</button>
<a class="navbar-brand" href="">Md. Faisal Kabir</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="hidden">
<a href="#page-top"></a>
</li>
<li class="page-scroll">
<a href="#myself">MyWork</a>
</li>
<li class="page-scroll">
<a href="#about">About</a>
</li>
<li class="page-scroll">
<a href="#contact">Contact</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- Banner Area -->
<div class="banner area" id="banner">
<div class="parallax-window" data-parallax="scroll" data-image-src="image/banner1.jpg">
<div id="particles-js"></div>
</div>
<div class="welcome">
<div class="container">
<div class="row">
<div class="col-md-6">
<img class="img-responsive" src="image/mypic.JPG" alt="">
</div>
<div class="col-md-6">
<div class="intro-text">
<span class="name"><h1>Welcome</h1><br/>
<p>to my digital self</p></span>
<hr class="star-light">
<span class="skills"><h3>I <i class="fa fa-heart" aria-hidden="true"></i> Programming</h3><br/>
<p>"Ever since I've been introduced to computer I've been addicted to every bit of it. I've natural curiosity about how things works. Now for sure i love to do work with it."</p>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- My Work Area -->
<div id="myself">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>My Work</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-md-4 project-item">
<a href="https://github.com/FAISALKABIR" class="project-link" data-toggle="modal">
<div class="caption">
<img src="image/project/cabin.png" class="img-responsive" alt="">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
</a>
</div>
<div class="col-md-4 project-item">
<a href="https://github.com/FAISALKABIR/Bengali-and-English-Handwritten-Character-Recognition-Using-Artificial-Neural-Network" class="project-link" data-toggle="modal">
<div class="caption">
<img src="image/project/cake.png" class="img-responsive" alt="">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
</a>
</div>
<div class="col-md-4 project-item">
<a href="https://github.com/FAISALKABIR/Simple-Face-Recognition" class="project-link" data-toggle="modal">
<div class="caption">
<img src="image/project/circus.png" class="img-responsive" alt="">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
</a>
</div>
<div class="col-md-4 project-item">
<a href="#project-modal4" class="project-link" data-toggle="modal">
<div class="caption">
<img src="image/project/game.png" class="img-responsive" alt="">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
</a>
</div>
<div class="col-md-4 project-item">
<a href="https://faisalkabir1993.000webhostapp.com" class="project-link" data-toggle="modal">
<div class="caption">
<img src="image/project/safe.png" class="img-responsive" alt="">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
</a>
</div>
<div class="col-md-4 project-item">
<a href="#project-modal6" class="project-link" data-toggle="modal">
<div class="caption">
<img src="image/project/submarine.png" class="img-responsive" alt="">
<div class="caption-content">
<i class="fa fa-search-plus fa-3x"></i>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<!-- Skill Area -->
<div class="skill">
<div class="container">
<div class="row">
<div class="col-md-6" class="language">
<h3>Programming Languages I work with</h3>
<hr class="star-primary">
<img src="image/python.png" alt="Python" />
<img src="image/html.png" alt="HTML+CSS+JS" />
<img src="image/bootstrap.png" alt="Bootstrap" />
<img src="image/c.png" alt="C Language" />
<img src="image/sql.png" alt="SQL" />
<img src="image/php.png" alt="php" />
</div>
<div class="col-md-6" class="skills">
<h4>Skill Level</h4>
<label>Python</label>
<div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 70%">
<span class="sr-only">70% Complete (success)</span>
70%
</div>
</div>
<label>Artificial Intelligence</label>
<div class="progress">
<div class="progress-bar progress-bar-info" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%">
<span class="sr-only">50% Complete (info)</span>
50%
</div>
</div>
<label>C Language</label>
<div class="progress">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
<span class="sr-only">40% Complete (warning)</span>
60%
</div>
</div>
<label>HTML+CSS+Bootstrap+Javascript</label>
<div class="progress">
<div class="progress-bar progress-bar-success" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100" style="width: 70%">
<span class="sr-only">70% Complete (success)</span>
70%
</div>
</div>
<label>php</label>
<div class="progress">
<div class="progress-bar progress-bar-danger" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100" style="width: 50%">
<span class="sr-only">50% Complete (danger)</span>
50%
</div>
</div>
<label>Database(SQL,MySQL)</label>
<div class="progress">
<div class="progress-bar progress-bar-warning" role="progressbar" aria-valuenow="60" aria-valuemin="0" aria-valuemax="100" style="width: 60%">
<span class="sr-only">60% Complete (warning)</span>
60%
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About Area -->
<div class="success" id="about">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>About</h2>
<hr class="star-light">
</div>
</div>
<div class="row">
<div class="col-md-6">
<p>“Passion and diligence are two traits that I believe most reflect me as an individual. It is my belief that this is the key to being successful in any endeavour that one set’s their mind to. I love to generate new ideas and devise feasible solutions to broadly relevant problems. I enjoy embracing the lessons learned from failure, stand up and continue to grow.”
“As a CSE graduate I have skills and knowledge essential for delivering advanced analytical projects which can be supported by my Institution experience gained during my study.”</p>
</div>
<div class="col-md-6">
<p>"Also i'm passionate about working on Artificial Intelligence. I got some experience by working on my undergraduate. As I prepare for an exciting AI career, I am eager to gain a more detailed understanding of the field by collaborating with an experienced team." </p>
</div>
<div class="col-md-12 text-center">
<h2 class="area-heading">Get In Touch!</h2>
<hr class="primary">
<p>Ready to start your next project with me? That's great! Give me a call or send me an email and I will get back to you as soon as possible..! :)</p>
</div>
<div class="col-md-6 text-center">
<i class="fa fa-phone fa-3x sr-contact"></i>
<p>+8801737-904674</p>
</div>
<div class="col-md-6 text-center">
<i class="fa fa-envelope-o fa-3x sr-contact"></i>
<p><a href="https://plus.google.com/109502477151291663440">faisalkabir1993@gmail.com</a></p>
</div>
</div>
</div>
</div>
<!-- Contact Area -->
<div id="contact">
<div class="container">
<div class="row">
<div class="col-md-12 text-center">
<h2>Contact Me</h2>
<hr class="star-primary">
</div>
</div>
<div class="row">
<div class="col-lg-8 col-lg-offset-2">
<form method="post" action="send_mail.php">
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>Name</label>
<input type="text" class="form-control" placeholder="Name" id="name">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>Email Address</label>
<input type="email" class="form-control" placeholder="Email Address" id="email">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>Phone Number</label>
<input type="phoneno" class="form-control" placeholder="Phone Number" id="phone">
<p class="help-block text-danger"></p>
</div>
</div>
<div class="row control-group">
<div class="form-group col-xs-12 floating-label-form-group controls">
<label>Message</label>
<textarea rows="5" class="form-control" placeholder="Message" id="message"></textarea>
<p class="help-block text-danger"></p>
</div>
</div>
<br>
<div id="success"></div>
<div class="row">
<div class="form-group col-md-12">
<button type="submit" class="btn btn-success btn-md">Send</button>
</div>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="text-center">
<div class="footer-above">
<div class="container">
<div class="row">
<div class="footer-col col-md-4">
<h3>Location</h3>
<p>15-A/8 Block-F, Haji Chinumia Road
<br>Mohammadpur
<br>Dhaka, Bangladesh</p>
</div>
<div class="footer-col col-md-4">
<h3>Around the Web</h3>
<ul class="list-inline">
<li>
<a href="https://www.facebook.com/faisal3952" class="btn-social btn-outline"><i class="fa fa-fw fa-facebook"></i></a>
</li>
<li>
<a href="https://www.linkedin.com/in/faisal-kabir-416113178/" class="btn-social btn-outline"><i class="fa fa-linkedin-square" aria-hidden="true"></i></a>
</li>
<li>
<a href="https://twitter.com/faisal3952" class="btn-social btn-outline"><i class="fa fa-fw fa-twitter"></i></a>
</li>
<li>
<a href="https://github.com/FAISALKABIR" class="btn-social btn-outline"><i class="fa fa-github" aria-hidden="true"></i></a>
</li>
</ul>
</div>
<div class="footer-col col-md-4">
<h3>Disclaimer</h3>
<h4>This is my personal Website.</h4>
<p>My little world in digital cyberspace. The purpose of this site is to represent me, sharing ideas and experiences.</p>
</div>
</div>
</div>
</div>
<div class="footer-below">
<div class="container">
<div class="row">
<div class="col-md-12">
Copyright © 2016Faisal Kabir. All Right Reserved
</div>
</div>
</div>
</div>
</footer>
<script type="text/javascript" src="js/jquery-2.2.0.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/parallax.min.js"></script>
<script type="text/javascript" src="js/particles.js"></script>
<script type="text/javascript" src="js/particle/app.js"></script>
<script src="js/particle/stats.js"></script>
<script type="text/javascript">
var count_particles, stats, update;
stats = new Stats;
stats.setMode(0);
stats.domElement.style.position = 'absolute';
stats.domElement.style.left = '0px';
stats.domElement.style.top = '0px';
document.body.appendChild(stats.domElement);
count_particles = document.querySelector('.js-count-particles');
update = function() {
stats.begin();
stats.end();
if (window.pJSDom[0].pJS.particles && window.pJSDom[0].pJS.particles.array) {
count_particles.innerText = window.pJSDom[0].pJS.particles.array.length;
}
requestAnimationFrame(update);
};
requestAnimationFrame(update);
{
"particles": {
"number": {
"value": 80,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
},
"polygon": {
"nb_sides": 5
},
"image": {
"src": "img/github.svg",
"width": 100,
"height": 100
}
},
"opacity": {
"value": 0.5,
"random": false,
"anim": {
"enable": false,
"speed": 1,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 5,
"random": true,
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 150,
"color": "#ffffff",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 2,
"direction": "none",
"random": false,
"straight": false,
"out_mode": "out",
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"mode": "repulse"
},
"onclick": {
"enable": true,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 400,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 400,
"size": 40,
"duration": 2,
"opacity": 8,
"speed": 3
},
"repulse": {
"distance": 200
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true,
"config_demo": {
"hide_card": false,
"background_color": "#b61924",
"background_image": "",
"background_position": "50% 50%",
"background_repeat": "no-repeat",
"background_size": "cover"
}
}
</script>
</body>
</html>