Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions apps/site/pages/zh-cn/about/branding.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Node.js 的品牌化
### Node.js® 水平形式 Logo

<table>
<tbody>
<tr>
<td>
<img alt="Node.js 深色水平形式 Logo" src="/static/logos/nodejsDark.svg" className="h-[80px] w-[267px]" width="267" height="80" />
Expand All @@ -31,11 +32,13 @@ Node.js 的品牌化
<img alt="Node.js 亮色水平形式 Logo" src="/static/logos/nodejsLight.svg" className="h-[80px] w-[267px] bg-neutral-950 p-2 dark:bg-transparent" width="267" height="80" />
</td>
</tr>
</tbody>
</table>

### Node.js® 堆叠形式 Logo

<table>
<tbody>
<tr>
<td>
<img alt="Node.js 深色堆叠形式 Logo" src="/static/logos/nodejsStackedDark.svg" className="h-[164px] w-[267px]" width="267" height="164" />
Expand All @@ -55,11 +58,13 @@ Node.js 的品牌化
<img alt="Node.js 白色堆叠形式 Logo" src="/static/logos/nodejsStackedWhite.svg" className="rounded-xs bg-neutral-950 p-2 dark:bg-transparent" />
</td>
</tr>
</tbody>
</table>

### JS 图标

<table>
<tbody>
<tr>
<td>
<img alt="绿色 JS 图标" src="/static/logos/jsIconGreen.svg" className="height-[80px] mx-auto w-[71px]" width="71" height="80" />
Expand All @@ -69,4 +74,5 @@ Node.js 的品牌化
<img alt="白色 JS 图标" src="/static/logos/jsIconWhite.svg" className="height-[80px] mx-auto w-[71px] rounded-xs bg-neutral-950 p-2 dark:bg-transparent" width="71" height="80" />
</td>
</tr>
</tbody>
</table>