diff options
author | Zach van Rijn <me@zv.io> | 2023-04-04 22:51:52 -0500 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2023-04-04 22:53:41 -0500 |
commit | b8d711fba84a82bf50ffbce32c22d11a78e92b19 (patch) | |
tree | 44aa8fc6dfc827bfad8d78e521dcec8b03f2c637 | |
parent | 4ed46cb08cd2ea34d8ee640f57d52318c1e88ce6 (diff) | |
download | site-ng-b8d711fba84a82bf50ffbce32c22d11a78e92b19.tar.gz site-ng-b8d711fba84a82bf50ffbce32c22d11a78e92b19.tar.bz2 site-ng-b8d711fba84a82bf50ffbce32c22d11a78e92b19.tar.xz site-ng-b8d711fba84a82bf50ffbce32c22d11a78e92b19.zip |
Add OSUOSL to Corporate Sponsors page.
-rwxr-xr-x | assets/images/sponsors/OSUOSL-crop-transparent.png | bin | 0 -> 21622 bytes | |||
-rwxr-xr-x | assets/images/sponsors/OSUOSL.png | bin | 0 -> 19296 bytes | |||
-rw-r--r-- | assets/images/sponsors/README | 4 | ||||
-rw-r--r-- | src/sponsors/index.html | 10 |
4 files changed, 14 insertions, 0 deletions
diff --git a/assets/images/sponsors/OSUOSL-crop-transparent.png b/assets/images/sponsors/OSUOSL-crop-transparent.png Binary files differnew file mode 100755 index 0000000..0d2d506 --- /dev/null +++ b/assets/images/sponsors/OSUOSL-crop-transparent.png diff --git a/assets/images/sponsors/OSUOSL.png b/assets/images/sponsors/OSUOSL.png Binary files differnew file mode 100755 index 0000000..712e307 --- /dev/null +++ b/assets/images/sponsors/OSUOSL.png diff --git a/assets/images/sponsors/README b/assets/images/sponsors/README index 3d514a9..4230800 100644 --- a/assets/images/sponsors/README +++ b/assets/images/sponsors/README @@ -9,6 +9,10 @@ https://gw4.ac.uk/ GW4-logo_RGB.png -- cropped to 140px height (https://ezgif.com/svg-to-png) GW4-logo_RGB-resize-crop.png -- padded to 420px width +https://github.com/osuosl + OSUOSL.png -- original + OSUOSL-crop-transparent.png -- cropped to 420x140px (no resize needed) and white background removed + https://www.ionfish.org/ ionFish_fullcolor.png -- original ionFish_fullcolor-resize-crop.png -- cropped diff --git a/src/sponsors/index.html b/src/sponsors/index.html index 3a4e484..5988a73 100644 --- a/src/sponsors/index.html +++ b/src/sponsors/index.html @@ -75,6 +75,16 @@ __HEADER__ <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/OSUOSL-crop-transparent.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"> |