Skip to content

Commit 75dcf17

Browse files
authored
update branding (#156)
1 parent 56594f5 commit 75dcf17

File tree

3 files changed

+57
-14
lines changed

3 files changed

+57
-14
lines changed

.vitepress/config/rss.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const rssConfig = defineConfig({
3333
id: "https://oxc.rs",
3434
link: "https://oxc.rs",
3535
language: "en",
36-
favicon: "https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/logo-round-min.png",
36+
favicon: "https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/round.ico",
3737
copyright: sharedConfig.themeConfig!.footer!.copyright!,
3838
});
3939

.vitepress/config/shared.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const head: HeadConfig[] = [
88
"link",
99
{
1010
rel: "icon",
11-
href: "https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/logo-round-min.png",
11+
href: "https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/round.ico",
1212
},
1313
],
1414
// Open Graph
@@ -18,7 +18,7 @@ const head: HeadConfig[] = [
1818
"meta",
1919
{
2020
property: "og:image",
21-
content: "https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/preview-white-min.png",
21+
content: "https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/preview-white-bubbles.png",
2222
},
2323
],
2424
// Twitter (X)
@@ -28,7 +28,7 @@ const head: HeadConfig[] = [
2828
"meta",
2929
{
3030
name: "twitter:image",
31-
content: "https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/preview-white-min.png",
31+
content: "https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/preview-white-bubbles.png",
3232
},
3333
],
3434
// Google Analytics
@@ -57,7 +57,7 @@ export const sharedConfig = defineConfig({
5757
lastUpdated: false,
5858
themeConfig: {
5959
siteTitle: "Oxc",
60-
logo: "https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/logo-round-min.png",
60+
logo: "https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/round.svg",
6161
search: {
6262
provider: "local",
6363
},

src/branding.md

Lines changed: 52 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,59 @@
1-
<p style="display:flex;justify-content:space-evenly;">
2-
<img src="https://raw.githubusercontent.com/oxc-project/oxc-assets/main/logo-square.png" width="200" />
3-
<img src="https://raw.githubusercontent.com/oxc-project/oxc-assets/main/logo-round.png" width="200" />
1+
# Branding
2+
3+
* Designed by: [@tongtong-lu](https://github.com/tongtong-lu) and [@guan-wy](https://github.com/guan-wy)
4+
* [GitHub Repository](https://github.com/oxc-project/oxc-assets)
5+
* Font: https://fonts.google.com/specimen/IBM+Plex+Mono
6+
7+
## Icons
8+
9+
### SVG
10+
11+
<p style="display:flex;justify-content:center;">
12+
<img src="https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/square.svg" width="100" />
13+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
14+
<img src="https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/round.svg" width="100" />
15+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
16+
<img src="https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/anchor.svg" width="100" />
17+
</p>
18+
19+
### PNG
20+
21+
<p style="display:flex;justify-content:center;">
22+
<img src="https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/square.png" width="200" />
23+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
24+
<img src="https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/round.png" width="200" />
25+
</p>
26+
27+
## With bubbles
28+
29+
For larger displays and stickers.
30+
31+
### PNG
32+
33+
<p style="display: flex;justify-content: center;">
34+
<img src="https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/square-bubbles.png" width="200" />
35+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
36+
<img src="https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/round-bubbles.png" width="200" />
37+
</p>
38+
39+
### SVG
40+
41+
<p style="display: flex;justify-content: center;">
42+
<img src="https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/square-bubbles.svg" width="200" />
43+
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
44+
<img src="https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/round-bubbles.svg" width="200" />
445
</p>
546

6-
<br />
47+
## Visuals
748

8-
<p><img src="https://raw.githubusercontent.com/oxc-project/oxc-assets/main/preview-white.png" /></p>
49+
<p><img src="https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/preview-white-bubbles.png" /></p>
50+
<p><img src="https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/preview-dark-bubbles.png" /></p>
951

10-
<br />
52+
<p><img src="https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/VI.png" /></p>
1153

12-
<p><img src="https://raw.githubusercontent.com/oxc-project/oxc-assets/main/preview-dark-transparent.png" /></p>
54+
## uwu
1355

14-
<br />
56+
uwu images designed by [icarusgkx](https://x.com/icarusgkx)
1557

16-
<p><img src="https://raw.githubusercontent.com/oxc-project/oxc-assets/main/preview-dark.png" /></p>
58+
<p><img src="https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/uwu.png" /></p>
59+
<p><img src="https://cdn.jsdelivr.net/gh/oxc-project/oxc-assets/uwu-shadow.png" /></p>

0 commit comments

Comments
 (0)