forked from nodejs/nodejs.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(branding): introduce branding page (nodejs#6435)
* chore(branding): introduce branding page * fix: readme * remove note about website design system * use table instead of line per line * update to have `width` and `height` --------- Co-authored-by: Claudio W <cwunder@gnome.org>
- Loading branch information
1 parent
6d79e91
commit f259bee
Showing
26 changed files
with
129 additions
and
69 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,110 @@ | ||
--- | ||
title: Branding of Node.js | ||
layout: about.hbs | ||
--- | ||
|
||
# Branding of Node.js | ||
|
||
Please review the [trademark policy](https://trademark-policy.openjsf.org/) for information about permissible use of Node.js® logos and marks. | ||
|
||
## Node.js® Mascot | ||
|
||
<img | ||
alt="Node.js mascot" | ||
src="/static/images/node-mascot.svg" | ||
className="w-[100px]" | ||
width="100" | ||
height="114" | ||
/> | ||
|
||
## Node.js® Logo | ||
|
||
### Node.js® Horizontal Logo | ||
|
||
<table> | ||
<tr> | ||
<td> | ||
<img | ||
alt="Node.js Dark Horizontal Logo" | ||
src="/static/logos/nodejsDark.svg" | ||
className="h-[80px] w-[267px]" | ||
width="267" | ||
height="80" | ||
/> | ||
</td> | ||
<td> | ||
<img | ||
alt="Node.js Light Horizontal 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> | ||
</table> | ||
|
||
### Node.js® Stacked Logo | ||
|
||
<table> | ||
<tr> | ||
<td> | ||
<img | ||
alt="Node.js Dark Stacked Logo" | ||
src="/static/logos/nodejsStackedDark.svg" | ||
className="h-[164px] w-[267px]" | ||
width="267" | ||
height="164" | ||
/> | ||
</td> | ||
<td> | ||
<img | ||
alt="Node.js Light Stacked Logo" | ||
src="/static/logos/nodejsStackedLight.svg" | ||
className="h-[164px] w-[267px] rounded bg-neutral-950 p-2 dark:bg-transparent" | ||
width="267" | ||
height="164" | ||
/> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td> | ||
<img | ||
alt="Node.js Black Stacked Logo" | ||
src="/static/logos/nodejsStackedBlack.svg" | ||
/> | ||
</td> | ||
<td> | ||
<img | ||
alt="Node.js White Stacked Logo" | ||
src="/static/logos/nodejsStackedWhite.svg" | ||
className="rounded bg-neutral-950 p-2 dark:bg-transparent" | ||
/> | ||
</td> | ||
</tr> | ||
</table> | ||
|
||
### JS Icons | ||
|
||
<table> | ||
<tr> | ||
<td> | ||
<img | ||
alt="JS Icons Green" | ||
src="/static/logos/jsIconGreen.svg" | ||
className="height-[80px] mx-auto w-[71px]" | ||
width="71" | ||
height="80" | ||
/> | ||
</td> | ||
<td> | ||
<img | ||
alt="White JS Icons" | ||
src="/static/logos/jsIconWhite.svg" | ||
className="height-[80px] mx-auto w-[71px] rounded bg-neutral-950 p-2 dark:bg-transparent" | ||
width="71" | ||
height="80" | ||
/> | ||
</td> | ||
</tr> | ||
</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Oops, something went wrong.