📜 Use a simple HTML table for image layout fo sponsorship logo
This commit is contained in:
@@ -143,20 +143,23 @@ docker run -d \
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
### 🤝 Ecosystem & Community Partner
|
### 🤝 Ecosystem & Community Partner
|
||||||
<div style="display: flex; align-items: center; gap: 10px;">
|
<table>
|
||||||
<a href="https://github.com/gitbookio">
|
<tr>
|
||||||
<img src="https://avatars.githubusercontent.com/u/7111340?s=200&v=4"
|
<td>
|
||||||
width="75" height="75"
|
<a href="https://github.com/gitbookio">
|
||||||
style="border-radius: 50%;"
|
<img src="https://avatars.githubusercontent.com/u/7111340?s=200&v=4"
|
||||||
alt="GitBook Logo" />
|
width="75" height="75" style="border-radius: 50%;" alt="GitBook Logo" />
|
||||||
</a>
|
</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>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user