Skip to content

Commit

Permalink
Add new use case
Browse files Browse the repository at this point in the history
  • Loading branch information
panjf2000 committed Jul 5, 2024
1 parent bd36afc commit c8e3a42
Showing 1 changed file with 43 additions and 6 deletions.
49 changes: 43 additions & 6 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -239,12 +239,49 @@ function UseCases() {
<div className="container">
<AnchoredH2 id="usecases">Use cases</AnchoredH2>
<div className="sub-title">The following companies/organizations use <code>gnet</code> as the underlying network service in production.</div>
<a href="https://www.tencent.com"><img src="https://res.strikefreedom.top/static_res/logos/tencent_logo.png" width="300" align="middle"/></a>
<a href="https://www.iqiyi.com" target="_blank"><img src="https://res.strikefreedom.top/static_res/logos/iqiyi-logo.png" width="300" align="middle"/></a>
<a href="https://www.mi.com" target="_blank"><img src="https://res.strikefreedom.top/static_res/logos/mi-logo.png" width="300" align="middle"/></a>
<a href="https://www.360.com" target="_blank"><img src="https://res.strikefreedom.top/static_res/logos/360-logo.png" width="300" align="middle"/></a>
<a href="https://tieba.baidu.com" target="_blank"><img src="https://res.strikefreedom.top/static_res/logos/baidu-tieba-logo.png" width="300" align="middle"/></a>
<a href="https://game.qq.com" target="_blank"><img src="https://res.strikefreedom.top/static_res/logos/tencent-games-logo.png" width="300" align="middle"/></a>
<table>
<tbody>
<tr>
<td align="center" valign="middle">
<a href="https://www.tencent.com/">
<img src="https://res.strikefreedom.top/static_res/logos/tencent_logo.png" width="200" />
</a>
</td>
<td align="center" valign="middle">
<a href="https://www.iqiyi.com/" target="_blank">
<img src="https://res.strikefreedom.top/static_res/logos/iqiyi-logo.png" width="200" />
</a>
</td>
<td align="center" valign="middle">
<a href="https://www.mi.com/global/" target="_blank">
<img src="https://res.strikefreedom.top/static_res/logos/mi-logo.png" width="200" />
</a>
</td>
<td align="center" valign="middle">
<a href="https://www.360.com/" target="_blank">
<img src="https://res.strikefreedom.top/static_res/logos/360-logo.png" width="200" />
</a>
</td>
</tr>
<tr>
<td align="center" valign="middle">
<a href="https://tieba.baidu.com/" target="_blank">
<img src="https://res.strikefreedom.top/static_res/logos/baidu-tieba-logo.png" width="200" />
</a>
</td>
<td align="center" valign="middle">
<a href="https://game.qq.com/" target="_blank">
<img src="https://res.strikefreedom.top/static_res/logos/tencent-games-logo.jpeg" width="200" />
</a>
</td>
<td align="center" valign="middle">
<a href="https://www.jd.com/" target="_blank">
<img src="https://res.strikefreedom.top/static_res/logos/jd.png" width="200" />
</a>
</td>
</tr>
</tbody>
</table>
<br />
<p className="hero--subtitle">If your projects are also using <code>gnet</code>, feel free to open a <Link to="https://github.com/panjf2000/gnet/pulls">pull request</Link> refreshing this list.</p>
</div>
Expand Down

0 comments on commit c8e3a42

Please sign in to comment.