-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
574 lines (451 loc) · 18.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>CheatSheet-Hub</title>
<meta content="" name="CheatSheet-Hub is a website Where You can get all Kind of progamming CheatSheet and Books free !!">
<meta content="" name="CheatSheet-Hub">
<!-- Favicons -->
<link href="assets/img/favicon.gif" rel="icon">
<link href="assets/img/favicon.gif" rel="CheatSheet-Hub">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i|Roboto:100,300,400,500,700|Philosopher:400,400i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<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/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Author: naem Azam
github: @naemazam
* License: MIT
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header fixed-top d-flex align-items-center">
<div class="container d-flex align-items-center justify-content-between">
<div id="logo">
<a href="index.html"><img src="assets/img/logo.png" alt="" title="" /></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="index.html#hero">Home</a></li>
<li><a class="nav-link scrollto" href="index.html#language">LANGUAGES</a></li>
<li><a class="nav-link scrollto" href="index.html#backend">BACKEND</a></li>
<li><a class="nav-link scrollto" href="index.html#fontend">FRONTEND</a></li>
<li><a class="nav-link scrollto" href="index.html#database">DATABASES</a></li>
<li><a class="nav-link scrollto" href="index.html#tools">TOOLS</a></li>
<li class="dropdown"><a href="#"><span>Other</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Networking</a></li>
<li class="dropdown"><a href="#"><span>Math</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Linear Algebra</a></li>
<li><a href="#">Calculus</a></li>
<li><a href="#">Discrete Mathematics</a></li>
</ul>
</li>
<li class="dropdown"><a href="#"><span>Operating System</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">OS</a></li>
<li><a href="#">Windows</a></li>
<li><a href="#">Linux</a></li>
<li><a href="#">MAC</a></li>
</ul>
</li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li>
<li><a href="about.html">About</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero">
<div class="hero-container" data-aos="fade-in">
<h1>Welcome to CheatSheet-Hub</h1>
<h2>Cheatsheets That Devlope Your Productivity </h2>
<img src="assets/img/hero-img.png" alt="Hero Imgs" data-aos="zoom-out" data-aos-delay="100">
<a href="#get-started" class="btn-get-started scrollto">Get Started</a>
<div class="btns">
<a href="#"><i class="fa fa-github fa-3x"></i> GitHub</a>
<a href="#"><i class="fa fa-facebook fa-3x"></i> FaceBook</a>
<a href="#"><i class="fa fa-windows fa-3x"></i> Instagram</a>
</div>
</div>
</section><!-- End Hero Section -->
<main id="main">
<!-- ======= Get Started Section ======= -->
<section id="get-started" class="padd-section text-center">
<div class="container" data-aos="fade-up">
<div class="section-title text-center">
<h2>An All In One Website .. </h2>
<p class="separator">Browse and Download free Any CheatSheet </p>
</div>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="100">
<div class="feature-block">
<img src="assets/img/svg/internet.gif" alt="img">
<h4>Online Cheatsheet</h4>
<p>popular programming languages, frameworks and development tools</p>
</div>
</div>
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="200">
<div class="feature-block">
<img src="assets/img/svg/pdf.gif" alt="img">
<h4>Download CheatSheet Pdf Book</h4>
<p>popular programming languages, frameworks and development tools all in pdf books Format</p>
</div>
</div>
<div class="col-md-6 col-lg-4" data-aos="zoom-in" data-aos-delay="300">
<div class="feature-block">
<img src="assets/img/svg/github.gif" alt="img">
<h4>Contibution </h4>
<p>Always Welcome You to Contribute!! </p>
</div>
</div>
</div>
</div>
</section><!-- End Get Started Section -->
<!-- ======= Language Section ======= -->
<section id="language" class="padd-section text-center">
<div class="container" data-aos="fade-up">
<div class="section-title text-center">
<h2>Language</h2>
<p class="separator">All Progamming laguage CheatSheet</p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/python.svg" alt="img">
<h4>python</h4>
<p>The Python CheatSheet</p>
<a href="python.html">Get Start</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/bash.svg" alt="img">
<h4>bash</h4>
<p>The Bash CheatSheet</p>
<a href="bash.html">Get Start</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/javascript.svg" alt="img">
<h4>javascript</h4>
<p>The javascript basic CheatSheet</p>
<a href="javascript.html">Get Start</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/c-programming.svg" alt="img">
<h4>C progamming</h4>
<p>The C progamming CheatSheet</p>
<a href="c.html">Get Start</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/c-sharp-logo-2.svg" alt="img">
<h4>C Sharp</h4>
<p>The C Sharp CheatSheet</p>
<a href="">Get Start</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/c1.svg" alt="img">
<h4>C++</h4>
<p>C++ CheatSheet</p>
<a href="c++.html">Get Start</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/php-logo.svg" alt="img">
<h4>PHP CheatSheet</h4>
<p>The PHP CheatSheet</p>
<a href="php.html">Get Start</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/java.svg" alt="img">
<h4>java CheatSheet</h4>
<p>The Java CheatSheet</p>
<a href="java.html">Get Start</a>
</div>
</div>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= backend Section ======= -->
<section id="backend" class="padd-section text-center">
<div class="container" data-aos="fade-up">
<div class="section-title text-center">
<h2>Backend </h2>
<p class="separator">Make Backend Powerfull</p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/django.svg" alt="img">
<h4>The Django Freamwork</h4>
<p>Django Freamwork Full CheatSheet</p>
<a href="django.html">read more</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/feather-64.png" alt="img">
<h4>Feather.js </h4>
<p>Feather.js Full Cheatsheet</p>
<a href="featherjs.html">read more</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/laravel-48.png" alt="img">
<h4>Laravel</h4>
<p>Laravel Full CheatSheet</p>
<a href="laravel.html">read more</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/molecule-16.png" alt="img">
<h4>Moleculer</h4>
<p>Moleculer.js Cheatsheet Full </p>
<a href="moleculer.html">read more</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/nodejs.svg" alt="img">
<h4>node.js</h4>
<p>The node.js Full CheatSheet</p>
<a href="nodejs.html">read more</a>
</div>
</div>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= Fontend Section ======= -->
<section id="fontend" class="padd-section text-center">
<div class="container" data-aos="fade-up">
<div class="section-title text-center">
<h2>Fontend </h2>
<p class="separator">Fontend Full CheatSheet</p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/angularjs.svg" alt="img">
<h4>Angulars.js</h4>
<p>Angulars.js All CheatSheet</p>
<a href="angular.html">read more</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/html-5.svg" alt="img">
<h4>Html5</h4>
<p>Html5 Full cheatsheets</p>
<a href="html5.html">read more</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/react-native.svg" alt="img">
<h4>React js </h4>
<p>React js Full cheatsheets</p>
<a href="react.html">read more</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/md.png" alt="img">
<h4>MarkUp </h4>
<p>MarkUp Full cheatsheets</p>
<a href="https://github.com/CheatSheetsHub/Markdown-cheatsheet">read more</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/vue-js.svg" alt="img">
<h4>Vue.js</h4>
<p>Vue.js Full CheatSheet</p>
<a href="vue.html">read more</a>
</div>
</div>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= database Section ======= -->
<section id="database" class="padd-section text-center">
<div class="container" data-aos="fade-up">
<div class="section-title text-center">
<h2>DATABASES</h2>
<p class="separator">Get all Database CheatSheet</p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/sql-server-64.png" alt="img">
<h4>SQL</h4>
<p>MySQL full cheatsheets</p>
<a href="#">read more</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/redis.svg" alt="img">
<h4>Redis</h4>
<p>Redis database Full CheatSheet</p>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/oracle-logo.svg" alt="img">
<h4>Oracle</h4>
<p>Oracle Full cheatsheets</p>
</div>
</div>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= tools Section ======= -->
<section id="tools" class="padd-section text-center">
<div class="container" data-aos="fade-up">
<div class="section-title text-center">
<h2>Tools</h2>
<p class="separator">famous Tools </p>
</div>
<div class="row" data-aos="fade-up" data-aos-delay="100">
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/docker.svg" alt="img">
<h4>Docker</h4>
<p>docker Full CheatSheet</p>
<a href="#">read more</a>
</div>
</div>
<div class="col-md-6 col-lg-3">
<div class="feature-block">
<img src="assets/img/svg/kubernetes.svg" alt="img">
<h4>kubernetes</h4>
<p>kubernetes Full CheatSheet</p>
</div>
</div>
</div>
</div>
</section><!-- End Features Section -->
<!-- ======= Video Section ======= -->
<section id="video" class="text-center">
<div class="overlay">
<div class="container-fluid container-full" data-aos="zoom-in">
<div class="row">
<a href="https://www.youtube.com/watch?v=jDDaplaOz7Q&feature=emb_title" class="glightbox play-btn"></a>
</div>
</div>
</div>
</section><!-- End Video Section -->
<!-- ======= Newsletter Section ======= -->
<section id="newsletter" class="newsletter text-center">
<div class="overlay padd-section">
<div class="container" data-aos="zoom-in">
<h2> Follow Us </h2>
<ul class="list-unstyled">
<li><a href="#"><i class="bi bi-facebook"></i></a></li>
<li><a href="#"><i class="bi bi-instagram"></i></a></li>
<li><a href="#"><i class="bi bi-linkedin"></i></a></li>
</ul>
</div>
</div>
</section><!-- End Newsletter Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-4">
<div class="footer-logo">
<a class="navbar-brand" href="#">CheatSheet-Hub</a>
<p>All In One website for all CheatSheet</p>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="list-menu">
<h4>Language</h4>
<ul class="list-unstyled">
<li><a href="index.html">Python</a></li>
<li><a href="index.html">Java</a></li>
<li><a href="index.html">Bash</a></li>
<li><a href="index.html">Php</a></li>
</ul>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="list-menu">
<h4>Backend</h4>
<ul class="list-unstyled">
<li><a href="index.html">django</a></li>
<li><a href="index.html">laravel</a></li>
<li><a href="index.html">Node.js</a></li>
<li><a href="index.html">Flask</a></li>
</ul>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="list-menu">
<h4>Fontend</h4>
<ul class="list-unstyled">
<li><a href="index.html">Html5</a></li>
<li><a href="index.html">react-native</a></li>
<li><a href="index.html">vue-js</a></li>
<li><a href="index.html">Angulars</a></li>
</ul>
</div>
</div>
<div class="col-sm-6 col-md-3 col-lg-2">
<div class="list-menu">
<h4>DATABASES</h4>
<ul class="list-unstyled">
<li><a href="index.html">MySQL</a></li>
<li><a href="index.html">Oracle</a></li>
<li><a href="index.html">Redis</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="copyrights">
<div class="container">
<p>© Copyrights CheatSheet-Hub. All rights reserved.</p>
</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>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>