diff options
-rw-r--r-- | assets/images/sponsors/README | 6 | ||||
-rwxr-xr-x | assets/images/sponsors/sophgo-97867966-transparent-crop.png | bin | 0 -> 66690 bytes | |||
-rwxr-xr-x | assets/images/sponsors/sophgo-97867966.png | bin | 0 -> 30821 bytes | |||
-rw-r--r-- | src/sponsors/index.html | 10 |
4 files changed, 16 insertions, 0 deletions
diff --git a/assets/images/sponsors/README b/assets/images/sponsors/README index e4235e8..58c786b 100644 --- a/assets/images/sponsors/README +++ b/assets/images/sponsors/README @@ -18,6 +18,12 @@ https://osuosl.org/about/logos/ osllogo-web_0-transformed.png -- AI upscaled 4x (no enhance) using https://www.upscale.media/upload osllogo-web_0-transformed-crop.png -- crop top and bottom tight, scale to 140px height, pad to 420px width +https://www.marvell.com/company/media-kit/logo-request-form.html + +https://avatars.githubusercontent.com/u/97867966 + sophgo-97867966.png -- original + sophgo-97867966-transparent-crop.png -- manual magic wand, image width 420, canvas height 140, export png. + https://www.ionfish.org/ ionFish_fullcolor.png -- original ionFish_fullcolor-resize-crop.png -- cropped diff --git a/assets/images/sponsors/sophgo-97867966-transparent-crop.png b/assets/images/sponsors/sophgo-97867966-transparent-crop.png Binary files differnew file mode 100755 index 0000000..da4ab54 --- /dev/null +++ b/assets/images/sponsors/sophgo-97867966-transparent-crop.png diff --git a/assets/images/sponsors/sophgo-97867966.png b/assets/images/sponsors/sophgo-97867966.png Binary files differnew file mode 100755 index 0000000..fb286cd --- /dev/null +++ b/assets/images/sponsors/sophgo-97867966.png 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"> |