📜 Use a simple HTML table for image layout fo sponsorship logo

This commit is contained in:
Tola Leng
2025-08-15 13:56:16 +07:00
parent 5234303565
commit f006df3b02
+16 -13
View File
@@ -143,20 +143,23 @@ docker run -d \
</a>
### 🤝 Ecosystem & Community Partner
<div style="display: flex; align-items: center; gap: 10px;">
<a href="https://github.com/gitbookio">
<img src="https://avatars.githubusercontent.com/u/7111340?s=200&v=4"
width="75" height="75"
style="border-radius: 50%;"
alt="GitBook Logo" />
</a>
<table>
<tr>
<td>
<a href="https://github.com/gitbookio">
<img src="https://avatars.githubusercontent.com/u/7111340?s=200&v=4"
width="75" height="75" style="border-radius: 50%;" alt="GitBook Logo" />
</a>
</td>
<td>
<a href="https://m.do.co/c/0c27ef82475f">
<img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/SVG/DO_Logo_horizontal_blue.svg"
height="50" alt="DigitalOcean Logo" />
</a>
</td>
</tr>
</table>
<a href="https://m.do.co/c/0c27ef82475f">
<img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/SVG/DO_Logo_horizontal_blue.svg"
height="50"
alt="DigitalOcean Logo" />
</a>
</div>