-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
781 lines (643 loc) · 33.4 KB
/
index.html
File metadata and controls
781 lines (643 loc) · 33.4 KB
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
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Need Linux -Everything About Linux</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/favicon.ico" rel="icon">
<link href="assets/img/apple-touch-icon.ico" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Nunito:300,300i,400,400i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<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/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
naem azam
need Linux
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<div class="site-logo"><a class="navbar-brand" href="index.html"><img class="logo-icon mr-2" src="assets/images/needlinux.png" alt="logo"><span class="logo-text">Need<span class="text-alt">Linux</span></span></a></div>
</a>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto active" href="#hero">Home</a></li>
<li><a class="nav-link scrollto" href="#recent-blog-posts">Download</a></li>
<li><a class="nav-link scrollto" href="#services">Linux</a></li>
<li><a class="nav-link scrollto" href="#team">Team</a></li>
<li class="dropdown"><a href="#services"><span>Choice OS</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">CentOS</a></li>
<!--
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
-->
<li class="dropdown"><a href="#"><span>Server</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Ubuntu LTS</a></li>
<li><a href="#">Linux Fedora</a></li>
<li><a href="#">Red Hat Enterprise Linux </a></li>
<li><a href="#">Oracle Linux</a></li>
<li><a href="#">SUSE Enterprise Linux Server</a></li>
</ul>
</li>
<li class="dropdown"><a href="#"><span>Debian</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">MX Linux</a></li>
<li><a href="#">Linux Mint </a> </li>
<li><a href="learning/ubuntu.html">Ubuntu </a></li>
<li><a href="#">Deepin</a></li>
<li><a href="#">AntiX</a></li>
<li><a href="#">Kali Linux</a></li>
<li><a href="#">Parrot OS</a></li>
<li><a href="#">Devuan</a></li>
<li><a href="#">Knoppix</a></li>
</ul>
</li>
<li class="dropdown"><a href="#"><span>Arch</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Manjaro Linux</a></li>
<li><a href="#">EndeavourOS</a></li>
<li><a href="#">Garuda Linux </a></li>
<li><a href="#">ArcoLinux</a></li>
<li><a href="#">RebornOS</a></li>
<li><a href="#">Artix Linux</a></li>
<li><a href="#">Archman Linux</a></li>
<li><a href="#">BlackArch Linux</a></li>
<li><a href="#">ArchBang Linux</a></li>
</ul>
</li>
</ul>
</li>
<li><a class="nav-link scrollto" href="learning/basiclinux.html">Basic Linux</a></li>
<li><a class="getstarted scrollto" href="#contact">Contribution</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div>
</header><!-- End Header -->
<!-- ======= Hero Section ======= -->
<section id="hero" class="hero d-flex align-items-center">
<div class="container">
<div class="row">
<div class="col-lg-6 d-flex flex-column justify-content-center">
<h1 data-aos="fade-up">Learning Linux Is a Art And We are the artist</h1>
<h2 data-aos="fade-up" data-aos-delay="400">Hi, Tux User, It's Time For Make A world of Open Source</h2>
<div data-aos="fade-up" data-aos-delay="600">
<div class="text-center text-lg-start">
<a href="#about" class="btn-get-started scrollto d-inline-flex align-items-center justify-content-center align-self-center">
<span>Get Started</span>
<i class="bi bi-arrow-right"></i>
</a>
</div>
</div>
</div>
<div class="col-lg-6 hero-img" data-aos="zoom-out" data-aos-delay="200">
<img src="assets/img/hero-img.jpg" class="img-fluid" alt="">
</div>
</div>
</div>
</section><!-- End Hero -->
<main id="main">
<!-- ======= Values Section ======= -->
<section id="values" class="values">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>Why Linux</h2>
<p>The Game-Changer Linux</p>
</header>
<div class="row">
<div class="col-lg-4">
<div class="box" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/values-1.png" class="img-fluid" alt="">
<h3>Open Source and Free </h3>
<p>It's Not Going To tell You buy/active a Product key </p>
</div>
</div>
<div class="col-lg-4 mt-4 mt-lg-0">
<div class="box" data-aos="fade-up" data-aos-delay="400">
<img src="assets/img/values-2.png" class="img-fluid" alt="">
<h3>Lite and Fast</h3>
<p>80% Webserver and Super-computer Run on linux, we are going to use it as our personal computer</p>
</div>
</div>
<div class="col-lg-4 mt-4 mt-lg-0">
<div class="box" data-aos="fade-up" data-aos-delay="600">
<img src="assets/img/values-3.png" class="img-fluid" alt="">
<h3>Beautiful Update</h3>
<p>Every Update Make it more and more Attactive Leave Your GF, fall in love with tux </p>
</div>
</div>
</div>
</div>
</section><!-- End Values Section -->
<!-- ======= Features Section ======= -->
<section id="features" class="features">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>Top Features</h2>
<p>Advantage Of Linux</p>
</header>
<div class="row">
<div class="col-lg-6">
<img src="assets/img/features.png" class="img-fluid" alt="">
</div>
<div class="col-lg-6 mt-5 mt-lg-0 d-flex">
<div class="row align-self-center gy-4">
<div class="col-md-6" data-aos="zoom-out" data-aos-delay="200">
<div class="feature-box d-flex align-items-center">
<i class="bi bi-check"></i>
<h3>Open Source</h3>
</div>
</div>
<div class="col-md-6" data-aos="zoom-out" data-aos-delay="300">
<div class="feature-box d-flex align-items-center">
<i class="bi bi-check"></i>
<h3>Security</h3>
</div>
</div>
<div class="col-md-6" data-aos="zoom-out" data-aos-delay="400">
<div class="feature-box d-flex align-items-center">
<i class="bi bi-check"></i>
<h3>Revive older computer systems</h3>
</div>
</div>
<div class="col-md-6" data-aos="zoom-out" data-aos-delay="500">
<div class="feature-box d-flex align-items-center">
<i class="bi bi-check"></i>
<h3>Software Updates</h3>
</div>
</div>
<div class="col-md-6" data-aos="zoom-out" data-aos-delay="600">
<div class="feature-box d-flex align-items-center">
<i class="bi bi-check"></i>
<h3>Flexibility</h3>
</div>
</div>
<div class="col-md-6" data-aos="zoom-out" data-aos-delay="700">
<div class="feature-box d-flex align-items-center">
<i class="bi bi-check"></i>
<h3>Customization</h3>
</div>
</div>
</div>
</div>
</div> <!-- / row -->
</div>
</section><!-- End Features Section -->
<!-- ======= Services Section ======= -->
<section id="services" class="services">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>knight of Open-source </h2>
<p>Learn Linux From step by step</p>
</header>
<div class="row gy-4">
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="200">
<div class="service-box blue">
<i class="ri-centos-fill icon"></i>
<h3>Linux Beginner Tutorials</h3>
<p>Learn Basic Linux With Example</p>
<a href="#" class="read-more"><span>Read More</span> <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="300">
<div class="service-box orange">
<i class="ri-ubuntu-line icon"></i>
<h3>Linux Intermediate Tutorials</h3>
<p>linux for Intermediate road to pro</p>
<a href="#" class="read-more"><span>Read More</span> <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="400">
<div class="service-box green">
<i class="ri-terminal-box-fill icon"></i>
<h3>Linux Advanced Tutorials</h3>
<p>Ut excepturi voluptatem nisi sed. Quidem fuga consequatur. Minus ea aut. Vel qui id voluptas adipisci eos earum corrupti.</p>
<a href="#" class="read-more"><span>Read More</span> <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="500">
<div class="service-box red">
<i class="ri-server-fill icon"></i>
<h3>Server Management</h3>
<p>Non et temporibus minus omnis sed dolor esse consequatur. Cupiditate sed error ea fuga sit provident adipisci neque.</p>
<a href="#" class="read-more"><span>Read More</span> <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="600">
<div class="service-box purple">
<i class="ri-fingerprint-line icon"></i>
<h3>Linux For Cyber Security </h3>
<p>Cumque et suscipit saepe. Est maiores autem enim facilis ut aut ipsam corporis aut. Sed animi at autem alias eius labore.</p>
<a href="#" class="read-more"><span>Read More</span> <i class="bi bi-arrow-right"></i></a>
</div>
</div>
<div class="col-lg-4 col-md-6" data-aos="fade-up" data-aos-delay="700">
<div class="service-box pink">
<i class="ri-tools-line icon"></i>
<h3>Linux Tool Devlopment</h3>
<p>Hic molestias ea quibusdam eos. Fugiat enim doloremque aut neque non et debitis iure. Corrupti recusandae ducimus enim.</p>
<a href="#" class="read-more"><span>Read More</span> <i class="bi bi-arrow-right"></i></a>
</div>
</div>
</div>
</div>
</section><!-- End Services Section -->
<!-- ======= F.A.Q Section ======= -->
<section id="faq" class="faq">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>F.A.Q</h2>
<p>Frequently Asked Questions</p>
</header>
<div class="row">
<div class="col-lg-6">
<!-- F.A.Q List 1-->
<div class="accordion accordion-flush" id="faqlist1">
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq-content-1">
What is the difference between UNIX and Linux?
</button>
</h2>
<div id="faq-content-1" class="accordion-collapse collapse" data-bs-parent="#faqlist1">
<div class="accordion-body">
UNIX was originally started as a propriety operating system for Bell Laboratories, which later release their commercial version while Linux is a free, open source and a non-propriety operating system for the mass uses. </div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq-content-2">
Is it legal to edit Linux Kernel?
</button>
</h2>
<div id="faq-content-2" class="accordion-collapse collapse" data-bs-parent="#faqlist1">
<div class="accordion-body">
Yes. You can edit Linux Kernel because it is released under General Public License (GPL) and anyone can edit it. It comes under the category of free and open source software. </div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq-content-3">
What is the advantage of open source?
</button>
</h2>
<div id="faq-content-3" class="accordion-collapse collapse" data-bs-parent="#faqlist1">
<div class="accordion-body">
Open source facilitates you to distribute your software, including source codes freely to anyone who is interested. So, you can add features and even debug and correct errors of the source code.
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6">
<!-- F.A.Q List 2-->
<div class="accordion accordion-flush" id="faqlist2">
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq2-content-1">
What are the modes used in VI editor?
</button>
</h2>
<div id="faq2-content-1" class="accordion-collapse collapse" data-bs-parent="#faqlist2">
<div class="accordion-body">
There are 3 types of modes in vi Editor: Regular mode or command mode,Insertion mode or edit mode ,Replacement mode or Ex-mode
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq2-content-2">
What is Linux Kernel?
</button>
</h2>
<div id="faq2-content-2" class="accordion-collapse collapse" data-bs-parent="#faqlist2">
<div class="accordion-body">
Linux Kernel is low-level system software. It is used to manage the hardware resources for the users. It provides an interface for user-level interaction.
</div>
</div>
</div>
<div class="accordion-item">
<h2 class="accordion-header">
<button class="accordion-button collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#faq2-content-3">
What are the basic components of Linux?
</button>
</h2>
<div id="faq2-content-3" class="accordion-collapse collapse" data-bs-parent="#faqlist2">
<div class="accordion-body">
Just like other operating systems, Linux has all components like kernel, shells, GUIs, system utilities and application programs.</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section><!-- End F.A.Q Section -->
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Testimonials Section -->
<!-- ======= Team Section ======= -->
<section id="team" class="team">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>Team</h2>
<p>Our hard working team</p>
</header>
<div class="row gy-4">
<div class="col-lg-3 col-md-6 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="100">
<div class="member">
<div class="member-img">
<img src="assets/img/team/team-1.jpg" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Naem Azam </h4>
<span>Linux Server System Admin </span>
<p>Velit aut quia fugit et et. Dolorum ea voluptate vel tempore tenetur ipsa quae aut. Ipsum exercitationem iure minima enim corporis et voluptate.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="200">
<div class="member">
<div class="member-img">
<img src="assets/img/team/team-2.jpg" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Piyumi Rajapaksha</h4>
<span>Red-Hat System Admin</span>
<p>Quo esse repellendus quia id. Est eum et accusantium pariatur fugit nihil minima suscipit corporis. Voluptate sed quas reiciendis animi neque sapiente.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="300">
<div class="member">
<div class="member-img">
<img src="assets/img/team/team-3.jpg" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Nahid </h4>
<span>Contribution Analisit </span>
<p>Quo esse repellendus quia id. Est eum et accusantium pariatur fugit nihil minima suscipit corporis. Voluptate sed quas reiciendis animi neque sapiente.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="300">
<div class="member">
<div class="member-img">
<img src="assets/img/team/team-4.jpg" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Al-sad</h4>
<span>FAQ and System Analisit</span>
<p>Vero omnis enim consequatur. Voluptas consectetur unde qui molestiae deserunt. Voluptates enim aut architecto porro aspernatur molestiae modi.</p>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 d-flex align-items-stretch" data-aos="fade-up" data-aos-delay="400">
<div class="member">
<div class="member-img">
<img src="assets/img/team/team-3.jpg" class="img-fluid" alt="">
<div class="social">
<a href=""><i class="bi bi-twitter"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
</div>
<div class="member-info">
<h4>Hridoy </h4>
<span>Project Officer</span>
<p>Rerum voluptate non adipisci animi distinctio et deserunt amet voluptas. Quia aut aliquid doloremque ut possimus ipsum officia.</p>
</div>
</div>
</div>
</div>
</div>
</section><!-- End Team Section -->
<!-- ======= Clients Section ======= -->
<section id="clients" class="clients">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>They Complete Us</h2>
<p>Top Contributor</p>
</header>
<div class="clients-slider swiper-container">
<div class="swiper-wrapper align-items-center">
<div class="swiper-slide"><img src="assets/img/clients/client-1.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-2.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-3.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-4.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-5.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-6.jpg" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-7.png" class="img-fluid" alt=""></div>
<div class="swiper-slide"><img src="assets/img/clients/client-8.png" class="img-fluid" alt=""></div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section><!-- End Clients Section -->
<!-- ======= Download ======= -->
<section id="recent-blog-posts" class="recent-blog-posts">
<div class="container" data-aos="fade-up">
<header class="section-header">
<h2>Download Top 25 Distro from here</h2>
<p>Download</p>
</header>
<div class="p-body-main ">
<div class="p-body-content">
<div class="p-body-pageContent">
<div class="block">
<div class="block-container">
<div class="block-body block-row">
<table style="height: 300px; margin-left: auto; margin-right: auto;" border="0" width="70%">
<tbody>
<tr>
<td><a title="Download Ubuntu" href="https://www.ubuntu.com/download" target="_blank" rel="nofollow">Ubuntu</a></td>
<td><a title="Download CentOS" href="https://wiki.centos.org/Download" target="_blank" rel="nofollow">CentOS</a></td>
<td><a title="Download Debian" href="https://www.debian.org/distrib/ftplist" target="_blank" rel="nofollow">Debian</a></td>
<td><a title="Download Fedora" href="https://getfedora.org/" target="_blank" rel="nofollow">Fedora</a></td>
<td><a title="Download Slackware" href="http://www.slackware.com/getslack/" target="_blank" rel="nofollow">Slackware</a></td>
</tr>
<tr>
<td><a title="Download Mint" href="https://www.linuxmint.com/download.php" target="_blank" rel="nofollow">Mint</a></td>
<td><a title="Download Xubuntu" href="https://xubuntu.org/getxubuntu/" target="_blank" rel="nofollow">Xubuntu</a></td>
<td><a title="Download Arch" href="https://www.archlinux.org/download/" target="_blank" rel="nofollow">Arch</a></td>
<td><a title="Download OpenSuse" href="https://software.opensuse.org/" target="_blank" rel="nofollow">OpenSUSE</a></td>
<td><a title="Download Red Hat" href="https://access.redhat.com/downloads" target="_blank" rel="nofollow">Red Hat</a></td>
</tr>
<tr>
<td><a title="Download Slackel" href="https://sourceforge.net/projects/slackel/files/" target="_blank" rel="nofollow">Slackel</a></td>
<td><a title="Download PureOS" href="https://pureos.net/download/" target="_blank" rel="nofollow">PureOS</a></td>
<td><a title="Download Mageia" href="http://mageia.org/en/downloads/" target="_blank" rel="nofollow">Mageia</a></td>
<td><a title="Download PCLinuxOS" href="http://pclinuxos.com/?page_id=10" target="_blank" rel="nofollow">PCLinuxOS</a></td>
<td><a title="Download Puppy" href="http://www.puppylinux.com/download" target="_blank" rel="nofollow">Puppy</a></td>
</tr>
<tr>
<td><a title="Download Zorin" href="http://zorin-os.com/free.html" target="_blank" rel="nofollow">Zorin</a></td>
<td><a title="Download BunsenLabs" href="https://www.bunsenlabs.org/installation.html" target="_blank" rel="nofollow">BunsenLabs</a></td>
<td><a title="Download Kubuntu" href="https://www.kubuntu.org/getkubuntu/" target="_blank">Kubuntu</a></td>
<td><a title="Download Manjaro" href="https://sourceforge.net/projects/manjarolinux/files/release/" target="_blank" rel="nofollow">Manjaro</a></td>
<td><a title="Download Bodhi" href="https://sourceforge.net/projects/bodhilinux/files/" target="_blank" rel="nofollow">Bodhi</a></td>
</tr>
<tr>
<td><a title="Download Netrunner" href="http://www.netrunner.com/download/" target="_blank" rel="nofollow">Netrunner</a></td>
<td><a title="Download Neptune" href="https://neptuneos.com/en/download.html" target="_blank" rel="nofollow">Neptune</a></td>
<td><a title="Download Kali" href="https://www.kali.org/downloads/" target="_blank">Kali</a></td>
<td><a title="Download Black Lab" href="https://sourceforge.net/projects/os4online/files/" target="_blank" rel="nofollow">Black Lab</a></td>
<td><a title="Download Solus" href="https://getsol.us/download/" target="_blank" rel="nofollow">Solus</a></td>
</tr>
</tbody>
</table>
<br />
</div>
</div>
</div>
</section><!-- End Recent Blog Posts Section -->
<!-- ======= Contact Section ======= -->
<section id="contact" class="contact">
<header class="section-header">
<h2>Your Simple Contribution make us Happy </h2>
<p>Contribution</p>
</header>
<div class="row">
<div class="col-lg-4">
<div class="box" data-aos="fade-up" data-aos-delay="200">
<img src="assets/img/git2.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-4 mt-4 mt-lg-0">
<div class="box" data-aos="fade-up" data-aos-delay="400">
<img src="assets/img/git3.png" class="img-fluid" alt="">
</div>
</div>
<div class="col-lg-4 mt-4 mt-lg-0">
<div class="box" data-aos="fade-up" data-aos-delay="600">
<img src="assets/img/git1.jpeg" class="img-fluid" alt="">
</div>
</div>
<p> Do You know ? This Website is Fully On contribution. So If You want to Contribution You Are Welcome. Select Option, And Let's Teach </p>
</div>
<table style="height: 300px; margin-left: auto; margin-right: auto;" border="0" width="70%">
<tbody>
<tr>
<td><a title="Download Ubuntu" href="#" target="_blank" rel="nofollow">How To contribute?</a></td>
<td><a title="Download CentOS" href="#" target="_blank" rel="nofollow">New Distro </a></td>
<td><a title="Download Debian" href="$" target="_blank" rel="nofollow">Old Distro </a></td>
<td><a title="Download Fedora" href="#" target="_blank" rel="nofollow">Add A new Distro</a></td>
<td><a title="Download Slackware" href="#" target="_blank" rel="nofollow">Contributor Profile</a></td>
</tr>
</tbody>
</table>
<!-- End Contact Section -->
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="footer-top">
<div class="container">
<div class="row gy-4">
<div class="col-lg-5 col-md-12 footer-info">
<a href="index.html" class="logo d-flex align-items-center">
<img src="assets/images/needlinux.png" alt="">
<span>NeedLinux</span>
</a>
<p>An Open-source Linux Learning And Teacheing Platfrom </p>
<div class="social-links mt-3">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="#" class="facebook"><i class="bi bi-facebook"></i></a>
<a href="#" class="instagram"><i class="bi bi-instagram bx bxl-instagram"></i></a>
<a href="#" class="linkedin"><i class="bi bi-linkedin bx bxl-linkedin"></i></a>
</div>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Useful Links</h4>
<ul>
<li><i class="bi bi-chevron-right"></i> <a href="#">Home</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#">Choice OS</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#">Learn Linux</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#">Terms of service</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#">Privacy policy</a></li>
</ul>
</div>
<div class="col-lg-2 col-6 footer-links">
<h4>Other Services</h4>
<ul>
<li><i class="bi bi-chevron-right"></i> <a href="#">Web Design</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#">Web Development</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#">Product Management</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#">Marketing</a></li>
<li><i class="bi bi-chevron-right"></i> <a href="#">Graphic Design</a></li>
</ul>
</div>
<div class="col-lg-3 col-md-12 footer-contact text-center text-md-start">
<h4>Contact Us</h4>
<p>
A108 Adam Street <br>
New York, NY 535022<br>
United States <br><br>
<strong>Phone:</strong> +1 5589 55488 55<br>
<strong>Email:</strong> info@example.com<br>
</p>
</div>
</div>
</div>
</div>
<div class="container">
<div class="copyright">
© Copyright <strong><span>Need-linux</span></strong>. All Rights Reserved
</div>
<div class="credits">
Designed by <a href="https://naemazam.github.io/">Naem Azam </a>
</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/bootstrap/js/bootstrap.bundle.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>