summaryrefslogblamecommitdiff
path: root/src/quickstart/index.html
blob: 145ffa88091ab2eb3728e766f1d222ecb5687a3b (plain) (tree)
1
2
3
4
5
6
7
8
9

                



                                                                                              
                                         

                                                         
                                                                                             















                                                                                                  
          

                           
 
                                                                                    









                                                                                         
 


                                                      
                                                                                                                                                             





                                                                                                                                   
                                                                                                                                                                 





                                                                                                                                      
                                                                                                                                                                        





























                                                                                                                                         


                     
           
       
<!DOCTYPE html>
<html lang="en">
    <head>
        <meta charset="utf-8">
        <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
        <meta name="description" content="">
        <meta name="keywords" content="">
        <title>Adélie Linux | Quick Start Guides</title>
        <!-- Favicon -->
        <link href="/assets/images/icons/gen_polyguin_color_favicon.ico" rel="shortcut icon">
        <!-- CSS -->
        <link href="/assets/plugins/bootstrap/bootstrap.min.css" rel="stylesheet">
        <link href="/assets/plugins/owl-carousel/owl.carousel.min.css" rel="stylesheet">
        <link href="/assets/plugins/owl-carousel/owl.theme.default.min.css" rel="stylesheet">
        <link href="/assets/plugins/magnific-popup/magnific-popup.min.css" rel="stylesheet">
        <link href="/assets/plugins/sal/sal.min.css" rel="stylesheet">
        <link href="/assets/css/theme.css" rel="stylesheet">
        <!-- Fonts/Icons -->
        <link href="/assets/plugins/font-awesome/css/all.css" rel="stylesheet">
        <link href="/assets/plugins/themify/themify-icons.min.css" rel="stylesheet">
        <link href="/assets/plugins/simple-line-icons/css/simple-line-icons.css" rel="stylesheet">
    </head>
    <body>

        <!-- Header -->
        <div class="header right absolute-light sticky">
__HEADER__
        </div>
        <!-- end Header -->

        <div class="section-lg bg-image parallax" data-bg-src="penguin-jumping.jpg">
            <div class="bg-black-04">
                <div class="container text-center">
                    <div class="row">
                        <div class="col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2">
                            <h1 class="font-weight-light margin-0">Jump into Adélie</h1>
                        </div>
                    </div><!-- end row -->
                </div><!-- end container -->
            </div>
        </div>

        <div class="section padding-top-0">
            <div class="container">
                <div class="row icon-5xl text-center">
                    <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="https://git.adelielinux.org/adelie/docs/-/wikis/Quick-Start-Guides/Installation">
                        <div class="border-all border-radius padding-40 hover-shadow">
                            <i class="ti-import text-dark"></i>
                            <h5 class="font-weight-normal margin-top-20">Installation</h5>
                            <p>Most users will want to use our installer. Manual installation is easy, too, for advanced cases.</p>
                        </div>
                    </a>
                    <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="https://git.adelielinux.org/adelie/docs/-/wikis/Quick-Start-Guides/Getting-Packages">
                        <div class="border-all border-radius padding-40 hover-shadow">
                            <i class="ti-package text-dark"></i>
                            <h5 class="font-weight-normal margin-top-20">Getting Packages</h5>
                            <p>Our package manager is simple. You tell it what you want, and it figures out how to make it happen.</p>
                        </div>
                    </a>
                    <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="https://git.adelielinux.org/adelie/docs/-/wikis/Quick-Start-Guides/Customizing-Ad%C3%A9lie">
                        <div class="border-all border-radius padding-40 hover-shadow">
                            <i class="ti-panel text-dark"></i>
                            <h5 class="font-weight-normal margin-top-20">Customizing Adélie</h5>
                            <p>Fine-tuning Adélie to fit your needs is fun. You don't need to spend hours on page 36 of Google.</p>
                        </div>
                    </a>
                    <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="/contribute/">
                        <div class="border-all border-radius padding-40 hover-shadow">
                            <i class="ti-heart text-dark"></i>
                            <h5 class="font-weight-normal margin-top-20">Contributing</h5>
                            <p>We don't have all the manpower or funding we need. Contributing is a great way to show the love.</p>
                        </div>
                    </a>
                    <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="https://help.adelielinux.org/">
                        <div class="border-all border-radius padding-40 hover-shadow">
                            <i class="ti-map-alt text-dark"></i>
                            <h5 class="font-weight-normal margin-top-20">Documentation</h5>
                            <p>All of our documentation, all in one place. This should answer most or all of your questions.</p>
                        </div>
                    </a>
                    <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="/contact/">
                        <div class="border-all border-radius padding-40 hover-shadow">
                            <i class="ti-comments text-dark"></i>
                            <h5 class="font-weight-normal margin-top-20">Community</h5>
                            <p>The Adélie is friendly, responsive, and inclusive. We support each other, users and developers alike.</p>
                        </div>
                    </a>
                </div><!-- end row -->
            </div><!-- end container -->
        </div>

__INDEPENDENT_SHADE__
__FOOTER__
    </body>
</html>