summaryrefslogtreecommitdiff
path: root/src/sponsors/index.html
blob: 5e87328cc97634a044a3bb869e72af5f3dc5a005 (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
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!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 | Sponsors</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-6">
                        <h3 class="font-weight-normal">Corporate Sponsors</h3>
                        <div class="divider-width-40px margin-bottom-20">
                            <hr class="bg-black-09">
                        </div>
                        <p>Our work relies on the support of our generous sponsors and partners.</p>
                        <br />
                        <p>We are grateful for the hardware, services, and/or expertise provided by the below companies, listed in no particular order:</p>
                    </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 col-spacing-40 text-center text-sm-left">
                    <div class="row align-items-center">
                        <!-- SolidRun -->
                        <div class="col-12 col-md-4">
                            <div class="border-all border-radius padding-30">
                                <a href="https://www.solid-run.com/"><img src="../assets/images/sponsors/SolidRun-with-under-line-small-01-resize-crop.png" alt="SolidRun Logo"></a>
                            </div>
                        </div>
                        <div class="col-12 col-md-6">
                            <h5 class="font-weight-normal">SolidRun Ltd.</h5>
                            <p>Sponsors ARM hardware <a href="https://www.solid-run.com/embedded-networking/nxp-lx2160a-family/cex7-lx2160/#carrier-boards"><strong>like this</strong></a>, enabling us to natively build and test our 32- and 64- bit ARM software.</p>
                        </div>
                        <!-- GW4 -->
                        <div class="col-12 col-md-4">
                            <div class="border-all border-radius padding-30">
                                <a href="https://gw4.ac.uk/isambard/"><img src="../assets/images/sponsors/GW4-logo_RGB-resize-crop.png" alt="GW4 Logo"></a>
                            </div>
                        </div>
                        <div class="col-12 col-md-6">
                            <h5 class="font-weight-normal">GW4 Alliance</h5>
                            <p>Sponsors access to <a href="https://gw4.ac.uk/news/gw4-world-first-supercomputer-launched-national-exhibition/"><strong>Isambard</strong></a>, the world's first ARM-based production supercomputer, for research and development purposes.</p>
                        </div>
                        <!-- OSUOSL -->
                        <div class="col-12 col-md-4">
                            <div class="border-all border-radius padding-30">
                                <a href="https://osuosl.org/"><img src="../assets/images/sponsors/osllogo-web_0-transformed-crop.png" alt="OSUOSL Logo"></a>
                            </div>
                        </div>
                        <div class="col-12 col-md-6">
                            <h5 class="font-weight-normal">OSU Open Source Lab</h5>
                            <p>Sponsors access to <a href="https://amperecomputing.com/customer-connect/products/lenovo-hr350a"><strong>Lenovo HR350A</strong></a> servers, which greatly expand our aarch64 development and testing capabilities.</p>
                        </div>
                        <!-- ionFish -->
                        <div class="col-12 col-md-4">
                            <div class="border-all border-radius padding-30">
                                <a href="https://www.ionfish.org/"><img src="../assets/images/sponsors/ionFish_fullcolor-crop-resize.png" alt="ionFish Logo"></a>
                            </div>
                        </div>
                        <div class="col-12 col-md-6">
                            <h5 class="font-weight-normal">ionFish Group, LLC</h5>
                            <p>Sponsors hardware, hosting services, and bandwidth for our various needs.</p>
                        </div>
                    </div>
                </div><!-- end row -->
            </div><!-- end container -->
        </div>
        <!-- end section 2 -->

__INDEPENDENT_WHITE__
__FOOTER__
    </body>
</html>