-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
631 lines (543 loc) · 28.4 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- meta tag -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Hi! I am Shanto Mondol a Web designer and Front-end web developer">
<meta name="keywords" content="shanto , mithun, mithun sorkar, shanto mondol, designer, web designer, developer,graphic designer, web developer, front-end web developer">
<meta name="author" content="Shanto Mondal">
<!-- title data -->
<link rel="icon" href="images/logo.png" type="image/gif" sizes="16x16">
<title>Shanto Mondol a Front-end web developer</title>
<!-- bootstrap4 css cdn include -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<!-- Include FontAwsome CDN -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.11.2/css/fontawesome.min.css">
<link rel="stylesheet" href="css/progresscircle.css">
<!-- internal css -->
<link rel="stylesheet" href="css/team.css">
<link rel="stylesheet" href="css/grid.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-----------------------------------------------------------
HEADER
------------------------------------------------------------>
<header>
<!-- navigation bar start -->
<nav class="navbar fixed-top navbar-expand-lg navbar-light bg-green">
<div class="container">
<!-- logo -->
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" alt="Shanto Logo" class="logo">
</a>
<!-- togol button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<!-- manu list -->
<div class="collapse navbar-collapse justify-content-end" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="#about">About</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#skills">Skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#project">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a href="https://shantomondol.github.io/resume/" target="_blank"><button class="btn btn-outline-success">Resume</button></a>
</li>
</ul>
</div>
</div>
</nav>
<!-- navigation bar end -->
<!-- introduction start -->
<div class="container">
<div class="carousel-item active">
<div class="row align-items-center">
<div class="col-md-6">
<p class="intro">Hi! I am</p>
<h1>Shanto Mondol<br><span class="animate"></span></h1>
<a class="btn btn-outline-primary hire" href="work/" target="-_blank">Hire Me!</a>
</div>
<div class="col-md-6">
<img class="illustration-img" src="images/logo1.png" alt="shanto logo">
</div>
</div>
</div>
</div>
</header>
<!-- introduction end -->
<!-----------------------------------------------------------
ABOUT
------------------------------------------------------------>
<main>
<!-- About Myself section start -->
<section id="about" class="about">
<div class="container">
<h2 class="sub-heading">About Myself</h2>
<div class="row">
<div class="col-sm-4 col-lg-4 col-xl-4 col-md-4 section-about">
<div class="single-person">
<div class="person-image">
<img src="images/team/shanto.jpg" alt="shanto mondal a front-end web developer"></a>
<span class="icon">
<img src="images/icon/web.png" alt="web developer icon">
</span>
</div>
<div class="person-info">
<h3 class="full-name">Shanto Mondal</h3>
<span class="speciality">Web Designer & Developer</span>
<!-- <ul>
<a href="https://github.com/shantomondol" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://www.facebook.com/mithunsorkar816" target="_blank">
<i class="fab fa-facebook-square"></i>
</a>
</ul> -->
</div>
</div>
</div>
<div class="col-md-8 text-center">
<p class="about-p">Hi! I am</p>
<h2 class="about-h2"><span>
Shanto Mondol
</span></h2>
<p class="about">I'm a Web Designer and Developer. I am 19 year old. I'm a student from M.W collage. I have enough knowledge about web design and development. I have 2 years experience of web design. I'm not a professional web designer but I have
a enough knowledge and experience to build a website.I love to design all web elements such as user-friendly.
</p>
<ul>
<a href="https://github.com/shantomondol" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://www.facebook.com/shantomondol08" target="_blank">
<i class="fab fa-facebook-square"></i>
</a>
</ul>
</div>
</div>
</div>
</section>
<!-- About Myself section end -->
<!-----------------------------------------------------------
SKILLS
------------------------------------------------------------>
<!-- skills section start -->
<section id="skills">
<div class="container">
<h2 class="s sub-heading">My Skills</h2>
<div class="row">
<div class="circlechart col-lg-2" data-percentage="50">PhotoShop</div>
<div class="circlechart col-lg-2" data-percentage="80">Video Editing</div>
<div class="circlechart col-lg-2" data-percentage="90">HTML</div>
<div class="circlechart col-lg-2" data-percentage="70">CSS</div>
<div class="circlechart col-lg-2" data-percentage="10">JavaScript</div>
<!-- Card 1 -->
<div class="col-md-4">
<div class="justify-content-between align-content-between icon-card">
<img src="images/icon/graphic.png" alt="editor" class="icon">
<h2>Graphic Designer</h2>
<p class="text-justify">A graphic designer is a professional within the graphic design and graphic arts industry who assembles together images to create a piece of design. A graphic designer creates the graphics primarily for published or such as
brochures and advertising
</p>
<button class="button"><a href="#">Read More</a></button>
</div>
</div>
<!-- Card 2 -->
<div class="col-md-4">
<div class="justify-content-between align-content-between icon-card icon-card-highlight">
<img src="images/icon/web.png" alt="web designer" class="icon">
<h2>Web Designer</h2>
<p class="text-justify">Web design encompasses many different skills and disciplines in the production and maintenance of websites. A Web designer including standardised code and proprietary software; user experience design; and search engine optimization.
</p>
<button class="button"><a href="#">Read More</a></button>
</div>
</div>
<!-- Card 3 -->
<div class="col-md-4">
<div class="justify-content-between align-content-between icon-card">
<img src="images/icon/gamer.png" alt="gamer" class="icon">
<h2>Editor</h2>
<p class="text-justify">An editor is a person who edits (i.e. makes changes to) documents or audio-visual works. The term can also apply to software and hardware tools used to accomplish such changes.An editor works with the screenwriter and producer
of social media.
</p>
<button class="button"><a href="#">Read More</a></button>
</div>
</div>
</div>
</div>
</section>
<!-- skills section end -->
<!-------------------------------------------------------
WORK
--------------------------------------------------------->
<!-- works section start -->
<section id="works" class="works">
<div class="container">
<h2 class="sub-heading">How do I work</h2>
<div class="row">
<div class="col-md-6">
<img class="work-img" src="images/wd.png">
</div>
<div class="col-md-6">
<div class="i-work">
<div class="work-step">
<div><img class="w-img" src="images/work.png" alt="shanto's work icon"></div>
<span>1</span>
<p>First of all I research on my project.</p>
<span>2</span>
<p>Then I design the project on my computer.</p>
<span>3</span>
<p>Finally I code and implement my project.</p>
</div>
<div class="work-step">
</div>
<a class="btn btn-outline-primary" href="work/" target="-_blank">Hire Me!</a>
</div>
</div>
</div>
</div>
</section>
<!-- works section end -->
<!-----------------------------------------------------------
PROJECT
------------------------------------------------------------>
<!-- projects section start -->
<section id="project">
<div class="container">
<h2 class="s sub-heading">My Projects</h2>
<div class="row">
<!-- Card 1 -->
<div class="col-md-4">
<div class="justify-content-between align-content-between icon-card">
<img src="images/programmer.png" alt="portfolio">
<h2>portfolio</h2>
<button class="button"><a href="https://shantomondol.github.io/portfolio" target="_blank">Go to website</a></button>
</div>
</div>
<!-- Card 2 -->
<div class="col-md-4">
<div class="justify-content-between align-content-between icon-card">
<img src="images/programmer.png" alt="areaphonebook">
<h2>areaphonebook</h2>
<button class="button"><a href="https://www.areaphonebook.com" target="_blank">Go to website</a></button>
</div>
</div>
<!-- Card 3 -->
<div class="col-md-4">
<div class="justify-content-between align-content-between icon-card">
<img src="images/programmer.png" alt="niomcomputertraining">
<h2>niomcomputertraining</h2>
<button class="button"><a href="https://moinulislamdev.github.io/niom-computer-training" target="_blank">Go to website</a></button>
</div>
</div>
</div>
</div>
</section>
<!-- projects section end -->
<!-----------------------------------------------------------
TEAM
------------------------------------------------------------>
<!-- team section start -->
<section id="team" class="section-team">
<div class="container">
<div class="row justify-content-center text-center">
<div class="col-md-8 col-lg-6">
<div class="header-section">
<h3 class="small-title">My Team</h3>
<h2 class="title">Let's meet with my team members</h2>
</div>
</div>
</div>
<div class="row">
<!-- sharif -->
<div class="col-sm-4 col-lg-4 col-xl-4">
<div class="single-person">
<div class="person-image">
<img src="images/team/sharif.jpg" alt="sharif imtaz a graphic designer"></a>
<span class="icon">
<img src="images/icon/graphic.png" alt="graphic designer icon">
</span>
</div>
<div class="person-info">
<h3 class="full-name">Sharif Imtaz</h3>
<span class="speciality">Graphic Designer</span>
<ul>
<a href="https://www.facebook.com/SharifImtaz" target="_blank">
<i class="fab fa-facebook-square"></i>
</a>
</ul>
</div>
</div>
</div>
<!-- shanto -->
<div class="col-sm-4 col-lg-4 col-xl-4">
<div class="single-person">
<div class="person-image">
<img src="images/team/shanto.jpg" alt="shanto mondal a front-end web developer"></a>
<span class="icon">
<img src="images/icon/web.png" alt="web developer icon">
</span>
</div>
<div class="person-info">
<h3 class="full-name">Shanto Mondal</h3>
<span class="speciality">Web Designer</span>
<ul>
<a href="https://github.com/shantomondol" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://www.facebook.com/shantomondol08" target="_blank">
<i class="fab fa-facebook-square"></i>
</a>
</ul>
</div>
</div>
</div>
<!-- moinul -->
<div class="col-sm-4 col-lg-4 col-xl-4">
<div class="single-person">
<div class="person-image">
<img src="images/team/mion.jpg" alt="mionul islam a ninja web developer"></a>
<span class="icon">
<img src="images/icon/web.png" alt=" web developer icon">
</span>
</div>
<div class="person-info">
<h3 class="full-name">Moinul Islam</h3>
<span class="speciality">Front-end Web developer</span>
<ul>
<a href="https://github.com/moinulislamdev" target="_blank">
<i class="fab fa-github"></i>
</a>
<a href="https://www.facebook.com/moinulislam.dev" target="_blank">
<i class="fab fa-facebook-square"></i>
</a>
</ul>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- team section end -->
<!-----------------------------------------------------------
CONTACT
------------------------------------------------------------>
<!-- contact section start -->
<section id="contact">
<div class="container">
<h2 class="s sub-heading">Contact Me</h2>
<div class="row">
<div class="col-md-3">
<img src="images/icon/address" alt="address icon">
<h2>Address</h2>
<p>Pagla-PurboPara, Narayanganj 1421
</p>
</div>
<div class="col-md-3">
<img src="images/icon/phone" alt="phone icon">
<h2>Phone</h2>
<a href="tel:+08801869107346">+08801869107346</a>
</div>
<div class="col-md-3">
<img src="images/icon/email" alt="email icon">
<h2>Email</h2>
<p>
<a href="mailto:shantomondol816@gmail.com">Send me a Mail</a>
</p>
</div>
<div class="col-md-3">
<img src="images/icon/facebook" alt="facebook icon">
<h2>Messenger</h2>
<p>
<a href="https://www.facebook.com/messages/t/mithunsorkar816" target="_blank">Send me a Messages</a>
</p>
</div>
</div>
</div>
</section>
<section>
<div class="container">
<h3 class="c-box">leave a message for me</h3>
<form action="mailto:shantomondol816@gmail.com" method="GET" target="_blank">
<!-- name -->
<div class="row ">
<div class="col-md-3">
<label for="name">Name</label>
</div>
<div class="col-md-3">
<input name="subject" id="subject" type="text" placeholder="type your name">
</div>
</div>
<br>
<!-- email -->
<div class="row ">
<div class="col-md-3">
<label for="email">Email</label>
</div>
<div class="col-md-3">
<input type="email" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="type your email">
</div>
</div>
<br>
<!-- find -->
<div class="row ">
<div class="col-md-3">
<label for="find-me">How can you find me?</label>
</div>
<div class="col-md-3">
<select id="find-me">
<option value="friends">Friends</option>
<option value="facebook" selected>Facebook</option>
<option value="search">Search Engine</option>
<option value="ad">Advertisement</option>
<option value="other">Other</option>
</select>
</div>
</div>
<br>
<!-- message -->
<div class="row ">
<div class="col-md-3">
<label for="message">Message</label>
</div>
<div class="col-md-3">
<textarea name="body" id="body" placeholder="write a message for me"></textarea>
</div>
</div>
<!-- notifications -->
<div class="row ">
<div class="col-md-3">
<label for="notifications">Notifications</label>
</div>
<div class="col-md-3">
<div class="custom-control custom-checkbox">
<input type="checkbox" class="custom-control-input" id="customCheck1">
<label class="custom-control-label" for="customCheck1">Yes, Please!</label>
</div>
</div>
</div>
<br>
<!-- button -->
<div class="row ">
<div class="col-md-3">
<label><span class="white-space"> </span></label>
</div>
<div class="col-md-3">
<input type="submit" value="Send Message" class="btns">
</div>
</div>
</form>
</div>
</section>
<!-- contact section end -->
</main>
<!-----------------------------------------------------------
FOOTER
------------------------------------------------------------>
<!-- footer start -->
<footer>
<div id="footer"></div>
</footer>
<!-- footer end -->
<!-- bootstrap4 js cdn include -->
<script src="js/footer.js"></script>
<script src="js/typed.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<script src="js/progresscircle.js"></script>
<script>
var typed = new Typed('.animate', {
strings: ['Web Desginer.', 'Web Developer.', 'Graphic Designer.', 'Video Editor.'],
typeSpeed: 100,
backSpeed: 50,
loop: true
});
</script>
<script>
$('.circlechart').circlechart();
</script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script type="text/javascript">
var scrolltotop = {
setting: {
startline: 100,
scrollto: 0,
scrollduration: 1e3,
fadeduration: [500, 100]
},
controlHTML: '<img src="https://static.thenounproject.com/png/1287381-200.png" style="width: 60px; height: 60px" />',
controlattrs: {
offsetx: 5,
offsety: 5
},
anchorkeyword: "#top",
state: {
isvisible: !1,
shouldvisible: !1
},
scrollup: function() {
this.cssfixedsupport || this.$control.css({
opacity: 0
});
var t = isNaN(this.setting.scrollto) ? this.setting.scrollto : parseInt(this.setting.scrollto);
t = "string" == typeof t && 1 == jQuery("#" + t).length ? jQuery("#" + t).offset().top : 0, this.$body.animate({
scrollTop: t
}, this.setting.scrollduration)
},
keepfixed: function() {
var t = jQuery(window),
o = t.scrollLeft() + t.width() - this.$control.width() - this.controlattrs.offsetx,
s = t.scrollTop() + t.height() - this.$control.height() - this.controlattrs.offsety;
this.$control.css({
left: o + "px",
top: s + "px"
})
},
togglecontrol: function() {
var t = jQuery(window).scrollTop();
this.cssfixedsupport || this.keepfixed(), this.state.shouldvisible = t >= this.setting.startline ? !0 : !1, this.state.shouldvisible && !this.state.isvisible ? (this.$control.stop().animate({
opacity: 1
}, this.setting.fadeduration[0]), this.state.isvisible = !0) : 0 == this.state.shouldvisible && this.state.isvisible && (this.$control.stop().animate({
opacity: 0
}, this.setting.fadeduration[1]), this.state.isvisible = !1)
},
init: function() {
jQuery(document).ready(function(t) {
var o = scrolltotop,
s = document.all;
o.cssfixedsupport = !s || s && "CSS1Compat" == document.compatMode && window.XMLHttpRequest, o.$body = t(window.opera ? "CSS1Compat" == document.compatMode ? "html" : "body" : "html,body"), o.$control = t('<div id="topcontrol">' + o.controlHTML + "</div>").css({
position: o.cssfixedsupport ? "fixed" : "absolute",
bottom: o.controlattrs.offsety,
right: o.controlattrs.offsetx,
opacity: 0,
cursor: "pointer"
}).attr({
title: "Scroll to Top"
}).click(function() {
return o.scrollup(), !1
}).appendTo("body"), document.all && !window.XMLHttpRequest && "" != o.$control.text() && o.$control.css({
width: o.$control.width()
}), o.togglecontrol(), t('a[href="' + o.anchorkeyword + '"]').click(function() {
return o.scrollup(), !1
}), t(window).bind("scroll resize", function(t) {
o.togglecontrol()
})
})
}
};
scrolltotop.init();
</script>
</body>
</html>