summaryrefslogtreecommitdiff
path: root/src/contribute/donate.html
blob: 400615eb1d114bf8b3ad274344d33a721161b1ea (plain) (blame)
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
<!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 | How to Donate</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-dark sticky">
__HEADER__
        </div>
        <!-- end Header -->

        <!-- section 1 -->
        <div class="section-lg" style="padding-bottom: 80px !important">
            <div class="container">
                <div class="row align-items-center">
                    <div class="col-12 col-md-4">
                        <h1 class="display-2 font-weight-thin margin-0">Thanks!</h1>
                    </div>
                    <div class="col-12 col-md-8">
                        <h3 class="font-weight-normal">We're grateful for your help.</h3>
                        <div class="divider-width-40px margin-bottom-20">
                            <hr class="bg-black-09">
                        </div>
                        <p>Adélie depends on your support to continue to deliver a high-quality Linux platform.</p>
                        <br />
                        <p>We leverage third-party 501(c)(3) tax-exempt organizations to manage our finances and accept donations on our behalf. This means your donation might be tax-deductible.</p>
                        <br />
                        <p>Donations can be made in the form of money, equipment, services, and more.</p>
                        <br />
                        <a class="button button-lg button-radius button-dark margin-top-30" href="#where">Support Adélie</a>
                    </div>
                </div><!-- end row -->
            </div><!-- end container -->
            <div style="position:relative;" id="where"><!-- this magic number compensates for the header on anchor jump --></div>
        </div>
        <!-- end section 1 -->

        <!-- section 2 -->
        <div class="section-lg bg-grey-lighter">
            <div class="container">
                <div class="row align-items-center">
                    <div class="col-12 col-md-4">
                        <h1 class="display-2 font-weight-thin margin-0">Option 1</h1>
                    </div>
                    <div class="col-12 col-md-8">
                        <h3 class="font-weight-normal">Software in the Public Interest, Inc.</h3>
                        <div class="divider-width-40px margin-bottom-20">
                            <hr class="bg-black-09">
                        </div>
                        <p><a href="https://www.spi-inc.org/"><strong>SPI</strong></a> is a non-profit corporation founded to serve the financial needs of open-source software and hardware projects. You can <a href="https://www.spi-inc.org/donations/"><strong>read more</strong></a> about how SPI accepts donations on our behalf.<p>
                        <br />
                        <p>SPI accepts:
                            <a href="https://www.spi-inc.org/projects/adelielinux/"><strong>PayPal</strong></a>,
                            <a href="https://co.clickandpledge.com/advanced/default.aspx?wid=170300"><strong>credit card</strong></a>,
                            <a href="https://www.spi-inc.org/donations/"><strong>mailed checks</strong></a>,
                            <a href="https://www.spi-inc.org/donations/"><strong>equipment</strong></a>,
                            <a href="https://www.spi-inc.org/donations/"><strong>services</strong></a>,
                            and more.
                        </p>
                        <a class="button button-lg button-radius button-dark margin-top-30" href="https://www.spi-inc.org/projects/adelielinux/">Donate to Adélie via SPI</a>
                        </div>
                    </div>
                </div><!-- end row -->
            </div><!-- end container -->
        </div>
        <!-- end section 2 -->

__INDEPENDENT_WHITE__
__FOOTER__
    </body>
</html>