diff options
author | Zach van Rijn <me@zv.io> | 2021-05-29 05:51:24 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2021-05-29 05:51:24 -0500 |
commit | 7af1bb7e6e9334315eaa860b43f39a71bce53d19 (patch) | |
tree | c7264c8f468a33d7b1cccef8c206c6bbc7b52eea /src/contribute/index.html | |
parent | 773b8a5f19d1b60fc42aaa200129af496ede173b (diff) | |
download | site-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.tar.gz site-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.tar.bz2 site-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.tar.xz site-ng-7af1bb7e6e9334315eaa860b43f39a71bce53d19.zip |
Tabs --> Spaces.
Diffstat (limited to 'src/contribute/index.html')
-rw-r--r-- | src/contribute/index.html | 82 |
1 files changed, 41 insertions, 41 deletions
diff --git a/src/contribute/index.html b/src/contribute/index.html index c461fb1..daff567 100644 --- a/src/contribute/index.html +++ b/src/contribute/index.html @@ -1,51 +1,51 @@ <!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=""> + <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 | Donate</title> - <!-- Favicon --> + <title>Adélie Linux | Donate</title> + <!-- Favicon --> <link href="/assets/images/favicon.png" 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"> + <!-- 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"> <style> .beans, .kale, .grapes, .avocado, .bacon, .bananas { display: none; } </style> - </head> - <body> - - <!-- Header --> - <div class="header right absolute-dark sticky"> + </head> + <body> + + <!-- Header --> + <div class="header right absolute-dark sticky"> __HEADER__ - </div> - <!-- end Header --> + </div> + <!-- end Header --> - <!-- Prices section --> - <div class="section-lg"> - <div class="container"> - <div class="margin-bottom-0"> - <div class="row"> - <div class="col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2"> - <h2>We need your help!</h2> - <p>Our unwavering commitment to user freedom, software integrity, and system reliability relies on donations. We love what we do, but we can't do it without your support. For that, we are grateful.</p> + <!-- Prices section --> + <div class="section-lg"> + <div class="container"> + <div class="margin-bottom-0"> + <div class="row"> + <div class="col-12 col-md-10 offset-md-1 col-lg-8 offset-lg-2"> + <h2>We need your help!</h2> + <p>Our unwavering commitment to user freedom, software integrity, and system reliability relies on donations. We love what we do, but we can't do it without your support. For that, we are grateful.</p> <br /> <p>We leverage external non-profit 501(c)(3) organizations to manage our finances, which means your donations may be tax-deductible and are always used in a transparent and legitimate manner.</p> <br /> - <p>Your donations go directly to two areas.</p> + <p>Your donations go directly to two areas.</p> <br /> <p>The first area is computer hardware. This covers hosting (our website, development and testing servers, bandwidth, insurance, and maintenance). More importantly, when we don't have to worry about our infrastructure, our developers can focus on improving Adélie. These costs are fixed.</p> <br /> @@ -59,15 +59,15 @@ __HEADER__ <br /> <p>Z<span class="beans">really</span>ac<span class="kale">gratefuly</span>h v<span class="grapes">for</span>a<span class="avocado">your</span>n R<span class="bacon">donations</span>ij<span class="bananas">thanks</span>n</p> <p>Adélie Project Lead</p> - <a class="button button-lg button-radius button-dark margin-top-30" href="donate.html">Donate</a> - </div> - </div> - </div> - </div><!-- end container --> - </div> - <!-- end Prices section --> + <a class="button button-lg button-radius button-dark margin-top-30" href="donate.html">Donate</a> + </div> + </div> + </div> + </div><!-- end container --> + </div> + <!-- end Prices section --> __INDEPENDENT_SHADE__ __FOOTER__ - </body> + </body> </html> |