diff options
author | Zach van Rijn <me@zv.io> | 2024-01-22 17:31:52 -0600 |
---|---|---|
committer | Zach van Rijn <me@zv.io> | 2024-01-22 17:31:52 -0600 |
commit | 37efd770c7f80e0da38865d6d370a1d9fcc70ecb (patch) | |
tree | 7212fbc8b8e8c5aac1897687bd9f1d180f515ec9 /src/sponsors | |
parent | dccf6dc9d441c8335472b68159ac50b479eb2441 (diff) | |
download | site-ng-37efd770c7f80e0da38865d6d370a1d9fcc70ecb.tar.gz site-ng-37efd770c7f80e0da38865d6d370a1d9fcc70ecb.tar.bz2 site-ng-37efd770c7f80e0da38865d6d370a1d9fcc70ecb.tar.xz site-ng-37efd770c7f80e0da38865d6d370a1d9fcc70ecb.zip |
Add Sophgo 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 b663981..939d2eb 100644 --- a/src/sponsors/index.html +++ b/src/sponsors/index.html @@ -95,6 +95,16 @@ __HEADER__ <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> + <!-- Sophgo Technologies --> + <div class="col-12 col-md-4"> + <div class="border-all border-radius padding-30"> + <a href="https://www.sophon.ai/"><img src="../assets/images/sponsors/sophgo-97867966-transparent-crop.png" alt="Sophgo Logo"></a> + </div> + </div> + <div class="col-12 col-md-6"> + <h5 class="font-weight-normal">Sophgo Technologies</h5> + <p>Sponsors RISC-V hardware <a href="https://riscv.org/blog/2023/06/sophgo-donates-50-risc-v-motherboards-learn-more-about-the-pioneer-box/"><strong>like this</strong></a>, enabling us to develop and maintain a RISC-V port. Thanks to <a href="https://riscv.org/"><strong>RISC-V International</strong></a> for the assist.</p> + </div> <!-- ionFish --> <div class="col-12 col-md-4"> <div class="border-all border-radius padding-30"> |