diff options
author | Zach van Rijn <me@zv.io> | 2022-05-14 11:57:55 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2022-05-14 11:57:55 -0500 |
commit | 9858b81f6a997514effb7beded0d7af6427f639c (patch) | |
tree | ff9b1a3a79d2e3cd0dd2fc39bb244bfc6595ed8b | |
parent | 9fec563c4fecc52629bbbe585dc057530f543b7e (diff) | |
download | site-ng-9858b81f6a997514effb7beded0d7af6427f639c.tar.gz site-ng-9858b81f6a997514effb7beded0d7af6427f639c.tar.bz2 site-ng-9858b81f6a997514effb7beded0d7af6427f639c.tar.xz site-ng-9858b81f6a997514effb7beded0d7af6427f639c.zip |
Add Corporate Sponsors page.
-rw-r--r-- | assets/images/sponsors/README | 9 | ||||
-rwxr-xr-x | assets/images/sponsors/SolidRun-with-under-line-small-01-resize-crop.png | bin | 0 -> 52589 bytes | |||
-rw-r--r-- | assets/images/sponsors/SolidRun-with-under-line-small-01.png | bin | 0 -> 5791 bytes | |||
-rwxr-xr-x | assets/images/sponsors/ionFish_fullcolor-crop-resize.png | bin | 0 -> 14539 bytes | |||
-rwxr-xr-x | assets/images/sponsors/ionFish_fullcolor.png | bin | 0 -> 627626 bytes | |||
-rw-r--r-- | src/footer.fill | 1 | ||||
-rw-r--r-- | src/sponsors/index.html | 87 |
7 files changed, 97 insertions, 0 deletions
diff --git a/assets/images/sponsors/README b/assets/images/sponsors/README new file mode 100644 index 0000000..81b6e52 --- /dev/null +++ b/assets/images/sponsors/README @@ -0,0 +1,9 @@ +Logos are 420x140px and transparent PNG format. + +https://www.solid-run.com/brand-guidelines/ + SolidRun-with-under-line-small-01.png -- original + SolidRun-with-under-line-small-01-resize-crop.png -- cropped + +https://www.ionfish.org/ + ionFish_fullcolor.png -- original + ionFish_fullcolor-resize-crop.png -- cropped diff --git a/assets/images/sponsors/SolidRun-with-under-line-small-01-resize-crop.png b/assets/images/sponsors/SolidRun-with-under-line-small-01-resize-crop.png Binary files differnew file mode 100755 index 0000000..2cb2ba4 --- /dev/null +++ b/assets/images/sponsors/SolidRun-with-under-line-small-01-resize-crop.png diff --git a/assets/images/sponsors/SolidRun-with-under-line-small-01.png b/assets/images/sponsors/SolidRun-with-under-line-small-01.png Binary files differnew file mode 100644 index 0000000..3638771 --- /dev/null +++ b/assets/images/sponsors/SolidRun-with-under-line-small-01.png diff --git a/assets/images/sponsors/ionFish_fullcolor-crop-resize.png b/assets/images/sponsors/ionFish_fullcolor-crop-resize.png Binary files differnew file mode 100755 index 0000000..3d5450f --- /dev/null +++ b/assets/images/sponsors/ionFish_fullcolor-crop-resize.png diff --git a/assets/images/sponsors/ionFish_fullcolor.png b/assets/images/sponsors/ionFish_fullcolor.png Binary files differnew file mode 100755 index 0000000..8cb12c6 --- /dev/null +++ b/assets/images/sponsors/ionFish_fullcolor.png diff --git a/src/footer.fill b/src/footer.fill index 1ce2fb5..c2c28e0 100644 --- a/src/footer.fill +++ b/src/footer.fill @@ -20,6 +20,7 @@ <li><a href="https://pkg.adelielinux.org/">Packages</a></li> <li><a href="https://help.adelielinux.org/">Documentation</a></li> <li><a href="/faq/">FAQ</a></li> + <li><a href="/sponsors/">Corporate Sponsors</a></li> </ul> </div> <div class="col-6 col-sm-6 col-lg-3"> diff --git a/src/sponsors/index.html b/src/sponsors/index.html new file mode 100644 index 0000000..636966d --- /dev/null +++ b/src/sponsors/index.html @@ -0,0 +1,87 @@ +<!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> + <!-- 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> |