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 /src/sponsors | |
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.
Diffstat (limited to 'src/sponsors')
-rw-r--r-- | src/sponsors/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
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"> |