summaryrefslogblamecommitdiff
path: root/src/contact/social.html
blob: 70e4de6b991ebaaf653da94daad03fae5050bd0d (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 | Social Media</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="ice-cave.jpg">
            <div class="bg-black-03">
                <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">Social Media</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://old.reddit.com/r/AdelieLinux/">
                        <div class="border-all border-radius padding-40 hover-shadow">
                            <i class="ti-reddit text-dark"></i>
                            <h5 class="font-weight-normal margin-top-20">Reddit</h5>
                        </div>
                    </a>
                    <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="https://twitter.com/adelielinux">
                        <div class="border-all border-radius padding-40 hover-shadow">
                            <i class="ti-twitter text-dark"></i>
                            <h5 class="font-weight-normal margin-top-20">Twitter</h5>
                        </div>
                    </a>
                    <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="https://www.facebook.com/adelielinux/">
                        <div class="border-all border-radius padding-40 hover-shadow">
                            <i class="ti-facebook text-dark"></i>
                            <h5 class="font-weight-normal margin-top-20">Facebook</h5>
                        </div>
                    </a>
                    <a class="col-12 col-md-6 col-lg-4 margin-top-30" href="https://t.me/Adeliegram">
                        <div class="border-all border-radius padding-40 hover-shadow">
                            <i class="ti-comment-alt text-dark"></i>
                            <h5 class="font-weight-normal margin-top-20">Telegram</h5>
                        </div>
                    </a>
                </div><!-- end row -->
            </div><!-- end container -->
        </div>

        <!-- About section -->
        <div class="section bg-grey-lighter">
            <div class="container">
                <div class="row">
                    <div class="col-12 col-md-4">
                        <h5 class="font-weight-light margin-0">Our community has standards.</h5>
                    </div>
                    <div class="col-12 col-md-4">
                        <p>For information about how to avoid thin ice, check out <a href="/standards/"><strong>our community standards</strong></a>.</p>
                    </div>
                    <div class="col-12 col-md-4">
                        <p>Please note that these sites are external and have their own privacy and usage policies.</p>
                    </div>
                </div><!-- end row -->
            </div><!-- end container -->
        </div>
        <!-- end About section -->

__INDEPENDENT_WHITE__
__FOOTER__
    </body>
</html>