This repository has been archived by the owner on Jul 7, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
680 lines (452 loc) · 22 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
<!DOCTYPE html>
<html lang="en">
<!--head starts from here-->
<head>
<title>Ebook-Buddy here you find many e-books</title>
<!--metadata-->
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<meta name="description" content="ebooks">
<meta name="keywords" content="ebooks, programming,hacking">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="author" content="Sumit Patidar">
<!--stylesheets-->
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/owl.carousel.css">
<link rel="stylesheet" href="css/owl.theme.default.min.css">
<link rel="stylesheet" href="css/font-awesome.min.css">
<!-- MAIN CSS STYLESHEET-->
<link rel="stylesheet" href="css/style.css">
<!--script for showing real time-->
<script>
function startTime() {
var today = new Date();
var h = today.getHours();
var m = today.getMinutes();
var s = today.getSeconds();
m = checkTime(m);
s = checkTime(s);
document.getElementById('time').innerHTML =
h + ":" + m + ":" + s;
var t = setTimeout(startTime, 500);
}
function checkTime(i) {
if (i < 10) {i = "0" + i}; // add zero in front of numbers < 10
return i;
}
</script>
<!--scroll to top button-->
<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://i1155.photobucket.com/albums/p559/scrolltotop/arrow27.png" />',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>
<style>
marquee{
height:5px;
max-width:1024px;
background:#29ca8e;
padding:20px;
margin:auto;
border-radius:10px;
box-shadow:20px 20px 50px gray;
font-size:18px;
font-family: sans-serif;
font-weight: 300;
}
</style>
</head>
<!--head ends here-->
<!--body starts from here-->
<body onload="startTime()">
<!-- PRE LOADER -->
<section class="preloader">
<div class="spinner">
<span class="spinner-rotate"></span>
</div>
</section>
<!-- MENU SECTION STARTS HERE -->
<section class="navbar custom-navbar navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
<span class="icon icon-bar"></span>
</button>
<!-- lOGO TEXT HERE -->
<a href="index.html" class="navbar-brand">Ebook-Buddy</a>
</div>
<!-- MENU LINKS -->
<div class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li><a href="#home" class="smoothScroll">Home</a></li>
<li><a href="#feature" class="smoothScroll">Ebooks</a></li>
<li><a href="#about" class="smoothScroll">About us</a></li>
<li><a href="#extra" class="smoothScroll">Extra brands</a></li>
<li><a href="#contact" class="smoothScroll">Contact</a></li>
</ul>
</div>
</div>
</section>
<!--menu section ends here-->
<!-- FEATURE 1 -->
<section id="home" data-stellar-background-ratio="0.5">
<div class="overlay"></div>
<div class="container">
<div class="row">
<div class="col-md-offset-3 col-md-6 col-sm-12">
<div class="home-info">
<!--Realtime displayed here -->
<strong><font color="#ffffff">
<div id="time">
</div></font></strong>
<h3>welcome! to ebook-buddy ;)</h3>
<h1>Let's do it !</h1>
<form action="" method="get" class="online-form">
<input type="email" name="email" class="form-control" placeholder="Enter your email" required>
<button type="submit" class="form-control">Get started</button>
</form>
</div>
</div>
</div>
</div>
</section>
<marquee>👋👋👋 Hii! Buddies we are currently working on an update. We will soon come with the full content. We are extremely sorry for the inconveniences you are facing. ♥️♥️♥️</marquee>
<!-- FEATURE 2-->
<section id="feature" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<hr>
<h3 class="text-secondary">Trending Contests :</h3>
<h4 class="text-primary" style="text-align:center;">Hacktoberfest</h4>
<h5 class="text-secondary" style="text-align:center;">What is Hacktoberfest and How can a beginner contribute?</h5>
<h6 class="text-secondary">Hacktoberfest is a month-long celebration of open source software in partnership with Github.</br>
</br>
<p style="text-align:center;">
<img width="100%" height="100%" src="https://miro.medium.com/max/1400/0*F3FhXTkSXUVRWWY8.png" alt="hacktoberfest banner"></p>
If you are a programmer /developer,you probably must have heard about hactoberfest till now.Every October, Digital Ocean and GitHub ship out free Hacktoberfest shirts(or option to plant a tree) to thousands of people around the world.
</h6>
<p style="text-align:center;">
<img width="200px" height="200px" src="https://miro.medium.com/max/1400/1*jb6XrvHpUFTR1cJ7tzMD5Q.png" alt="hacktoberfest t-shirt"></p>
<h5 class="text-primary" style="text-align:left;">Rules :</h5>
<ul class="text-secondary">
<li>1.To get a shirt, you must make four pull requests between October 1–31 in any timezone.</li>
</br>
<li>2.The pull request must contain commits you made yourself.</li>
</br>
<li>3.Pull requests reported by maintainers as spam or that are automated will be marked as invalid and won’t count towards the shirt.</li>
</ul>
<hr>
<div class="col-md-12 col-sm-12">
<div class="section-title">
<h1>What you get</h1>
</div>
</div>
<div class="col-md-offset-1 col-md-10 col-sm-12">
<ul class="nav nav-tabs" role="tablist">
<li class="active"><a href="#tab01" aria-controls="tab01" role="tab" data-toggle="tab">Info</a></li>
<li><a href="#tab02" aria-controls="tab02" role="tab" data-toggle="tab">No Starch Press</a></li>
<li><a href="#tab03" aria-controls="tab03" role="tab" data-toggle="tab">Goalkicker.com</a></li>
</ul>
<!--tab 1-->
<div class="tab-content">
<div class="tab-pane active" id="tab01" role="tabpanel">
<div class="tab-pane-item">
<h2>Who want this</h2>
<p>This site offers free ebook on technical topics like computer programming and cybersecurity etc and anyone who is interested want this..
</div>
<hr>
<!--no starch press logo-->
<div>
<p style="text-align:center;">
<img src="./img/press_logo2.png" alt="image"></p>
<center><em><a href="https://nostarch.com/">No Starch Press</a></em></center>
</div>
<hr>
<!--goalkicker logo-->
<div>
<p style="text-align:center;">
<img src="./img/goalkicker_logo.png" alt="image"></p>
<center><em><a href="https://books.goalkicker.com/">Goalkicker.com</a></em></center>
</div>
<hr>
<div class="tab-pane-item">
<h2>Access with ease</h2>
<p>Here everything is arrenged systematically,without ads and no-nonsense stuff. Browse with a healthy mind and share your thoughts. </p>
</div>
</div>
<hr>
<!--tab 2-->
<div class="tab-pane" id="tab02" role="tabpanel">
<div class="tab-pane-item">
<h2>About No Starch Press</h2>
<p>No Starch Press is an American publishing company, specializing in technical literature often geared towards the geek, hacker, and DIY subcultures.<a href="https://en.m.wikipedia.org/wiki/No_Starch_Press"><u> Wikipedia</u></a></p>
</div>
<hr>
<div class="tab-pane-item">
<h2>About No Starch Press ebooks</h2>
<p>No Starch Press publishes the finest in geek entertainment — bestsellers like Python Crash Course, Python for Kids, How Linux Works, and Hacking: The Art of Exploitation. <strong>But the cost of their books is too high and that the reason this site is providing you with free of cost No Starch Press ebooks.</strong></p>
</div>
<hr>
<div class="tab-pane-item">
<h2>Download your ebooks</h2>
<p>From here you can download any book easily.</p>
</div>
<div class="tab-pane-item">
<p><strong>Note</strong>:-<strong><em>Please note that the full content is not yet published on this site. Now we are only previewing our site. We will update this site with full content shortly.</em></strong></p>
</div>
<hr>
<!--book1-->
<div class="container">
<div class="jumbotron">
<img src="./img/linux_cmd_line.png" alt="image" class="center">
<center><h4>The linux command line</h4></center>
<center><h3><a href="https://bit.ly/3fbKoVE" class="fa fa-cloud-download"> Download</a></h3></center>
</div>
</div>
<!--book2 -->
<div class="container">
<div class="jumbotron">
<img src="./img/python_crash_course.jpg" alt="image" class="center">
<center><h4>Python crash course 2nd edition</h4></center>
<center><h3><a href="https://bit.ly/2ZLQLZm" class="fa fa-cloud-download"> Download</a></h3></center>
</div>
</div>
<!--book3 -->
<div class="container">
<div class="jumbotron">
<img src="./img/serious_python.jpg" alt="image" class="center">
<center><h4>Serious Python</h4></center>
<center><h3><a href="https://bit.ly/2BSLQ0H" class="fa fa-cloud-download"> Download</a></h3></center>
</div>
</div>
<!--book4 -->
<div class="container">
<div class="jumbotron">
<img src="./img/black_hat_python.jpg" alt="image" class="center">
<center><h4>Black hat python</h4></center>
<center><h3><a href="https://bit.ly/322UGDT" class="fa fa-cloud-download"> Download</a></h3></center>
</div>
</div>
</div>
<!--tab 3-->
<div class="tab-pane" id="tab03" role="tabpanel">
<div class="tab-pane-item">
<h2>About Goalkicker.com</h2>
<p>GoalKicker Books is creating your custom programming books for you to easily learn in 2020 and they are free of cost.</p>
</div>
<hr>
<div class="tab-pane-item">
<h2>Support Goalkicker.com</h2>
<p><em>Goalkicker.com</em> is providing you amazing free ebooks. You can donate a small amount to them</p>
<strong><a href="https://www.buymeacoffee.com/GoalKickerBooks">DONATE TO GOALKICKER.COM</a></strong>
<hr>
<div class="tab-pane-item">
<h2>[Goalkickers all programming ebooks are here]</h2>
</div>
<hr>
<center><h1>Dowload Your Books ::) </h1></center>
<ul>
<h3><strong><em><li><a href="https://books.goalkicker.com/DotNETFrameworkBook/">.Net Framework</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/AlgorithmsBook/">Algorithms</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/AndroidBook/">Android</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/Angular2Book/">Angular 2+</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/AngularJSBook/">AngularJS</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/BashBook/">Bash</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/CBook/">C</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/CPlusPlusBook/">C++</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/CSharpBook/">C#</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/CSSBook/">CSS</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/EntityFrameworkBook/">Entity Framework</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/ExcelVBABook/">Excel VBA</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/GitBook/">Git</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/HaskellBook/">Haskell</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/HibernateBook/">Hibernate</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/HTML5Book/">HTML5</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/HTML5CanvasBook/">HTML5 Canvas</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/iOSBook/">iOS Developer</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/JavaBook/">Java</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/JavaScriptBook/">JavaScript</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/jQueryBook/">jQuery</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/KotlinBook/">Kotlin</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/LaTeXBook/">LaTeX</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/LinuxBook/">Linux</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/MATLABBook/">MATLAB</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/MicrosoftSQLServerBook/">Microsoft SQL Server</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/MongoDBBook/">MongoDB</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/MySQLBook/">MySQL</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/NodeJSBook/">Node.JS</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/ObjectiveCBook/">Objective-C</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/OracleDatabaseBook/">Oracle Database</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/PerlBook/">Perl</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/PHPBook/">PHP</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/PostgreSQLBook/">PostgreSQL</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/PowerShellBook/">PowerShell</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/PythonBook/">Python</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/RBook/">R</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/ReactJSBook/">React JS</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/ReactNativeBook/">React Native</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/RubyBook/">Ruby</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/RubyOnRailsBook/">Ruby on Rails</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/SpringFrameworkBook/">Spring Framework</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/SQLBook/">SQL</a></li></em></strong></h3>
<h3><strong><em> <li><a href="https://goalkicker.com/SwiftBook/">Swift</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/TypeScriptBook2/">TypeScript</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/VBABook/">VBA</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/VisualBasic_NETBook/">Visual Basic .NET</a></li></em></strong></h3>
<h3><strong><em><li><a href="https://goalkicker.com/XamarinFormsBook/">Xamarin .Forms</a></li></em></strong></h3>
</ul>
</div>
</div>
</div>
</div>
</section>
<!--about our team-->
<section id="about" class="team">
<div class="container">
<h1>About us</h1>
<div class="card">
<div class="box">
<img src="./img/team_image.jpg" alt="image" />
<h4>Sumit Patidar</h4>
<h5>Creator</h5>
<p>I am your helper buddy and help you in any issue.If you like us please drop a like..</p>
</div>
</div>
<div class="card">
<div class="box">
<img src="./img/team_image.jpg" alt="image" />
<h4>Nikhil Patidar</h4>
<h5>Creator</h5>
<p>I am also your helper buddy and help you in any technical issue..We are trying hard to give you best content.</p>
</div>
</div>
</div>
</section>
<div class="col-md-offset-1 col-md-10 col-sm-12">
<hr>
<center><h2> "My site never has bugs. It just develops random features."</h2></center>
</div>
<hr>
<!-- Extra suggestions-->
<section id="extra" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-offset-1 col-md-10 col-sm-12">
<div class="section-title">
<h1> Suggestions </h1>
</div>
</div>
<div class="col-md-offset-1 col-md-10 col-sm-12">
<div class="brand-thumb">
<div class="brand-title">
<h2>PDF DRIVE</h2>
<img src="./img/pdfdrive_logo.jpg">
</div>
<div class="brand-info">
<p>PDF Drive is a free search engine which allows you to search, preview and download millions of PDF files into your devices.they are constantly scanning the world wide web to add PDF files to their database.PDF Drive library stays up-to-date, while continuously growing and offering you an enormous number of ebooks.</p>
</div>
<div class="brand-bottom">
<span>PDF DRIVE</span>
<a href="https://www.pdfdrive.com/" class="section-btn brand-btn">visit site</a>
</div>
</div>
</div>
<hr>
<div class="col-md-offset-1 col-md-10 col-sm-12">
<div class="brand-thumb">
<div class="brand-title">
<h2>Help4ucode</h2>
<img src="./img/help4u_logo.jpg">
</div>
<div class="brand-info">
<p>Help4ucode is a site which provides you tips and tricks on hacking & cyber security. It has a large number of quick tip that are essential in cybersecurity.</p>
</div>
<div class="brand-bottom">
<span>Help4ucode</span>
<a href="https://help4ucode.wordpress.com/" class="section-btn brand-btn">visit site</a>
</div>
</div>
</div>
<hr>
<div class="col-md-offset-1 col-md-10 col-sm-12">
<div class="brand-thumb">
<div class="brand-title">
<h2>Tooplate</h2>
<img src="./img/tooplate_logo.jpg">
</div>
<div class="brand-info">
<p>Latest HTML CSS templates are Bootstrap 4 mobile-friendly layouts. All templates are easy to edit or customize for your websites. You can use any HTML editor to modify our templates. You can start downloading them now.</p>
</div>
<div class="brand-bottom">
<span>Tooplate</span>
<a href="https://www.tooplate.com/" class="section-btn brand-btn">visit site</a>
</div>
</div>
</div>
<hr>
</div>
</div>
</section>
<section id=heart>
<center>
<!-- LikeBtn.com BEGIN -->
<span class="likebtn-wrapper" data-theme="drop" data-ef_voting="bounce" data-identifier="item_1" data-counter_count="true" data-popup_disabled="true" data-popup_position="bottom" data-popup_width="100" data-share_enabled="false" data-share_size="small" data-tooltip_like_show_always="true"></span>
<script>(function(d,e,s){if(d.getElementById("likebtn_wjs"))return;a=d.createElement(e);m=d.getElementsByTagName(e)[0];a.async=1;a.id="likebtn_wjs";a.src=s;m.parentNode.insertBefore(a, m)})(document,"script","//w.likebtn.com/js/w/widget.js");</script>
<!-- LikeBtn.com END -->
</center>
</section>
<!-- CONTACT -->
<section id="contact" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="col-md-offset-1 col-md-10 col-sm-12">
<form id="contact-form" role="form" action="contact.php" method="post">
<div class="section-title">
<h1>Say hello to us</h1>
</div>
<div class="col-md-4 col-sm-4">
<input type="text" class="form-control" placeholder="Full name" name="name" required>
</div>
<div class="col-md-4 col-sm-4">
<input type="email" class="form-control" placeholder="Your email" name="email" required>
</div>
<div class="col-md-12 col-sm-12">
<textarea class="form-control" rows="8" placeholder="Your message" name="message" required></textarea>
</div>
<div class="col-md-4 col-sm-4">
<input type="submit" class="form-control" name="submit" value="Send Message">
</div>
</form>
</div>
</div>
</div>
</section>
<!-- FOOTER -->
<footer id="footer" data-stellar-background-ratio="0.5">
<div class="container">
<div class="row">
<div class="copyright-text col-md-12 col-sm-12">
<div class="col-md-6 col-sm-6">
<p>Copyright © 2020 Ebook-Buddy </p>
</div>
<div class="col-md-6 col-sm-6">
<ul class="social-icon">
<li><a href="https://chat.whatsapp.com/EAIPT77HJuFFtD68c0Km2T" class="fa fa-whatsapp" attr="whatsapp icon"></a></li>
<li><a href="https://github.com/" class="fa fa-github"></a></li>
<li><a href="https://telegram.org/" class="fa fa-telegram"></a></li>
<li><a href="#feature" class="fa fa-cloud-download"></a></li>
<li><a href="#heart" class="fa fa-heart"></a></li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- java script for web -->
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.stellar.min.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/smoothscroll.js"></script>
<script src="js/custom.js"></script>
</body>
</html>