rooch-network / rooch-network.github.io

Rooch Network: A modular Layer2 network on Ethereum with multi-chain settlement, powered by Move Language
https://rooch.network
13 stars 10 forks source link

Add Rooch brand #170

Closed geometryolife closed 1 year ago

geometryolife commented 1 year ago
vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
rooch-network-github-io ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 22, 2023 3:05pm
Mine77 commented 1 year ago

1

The entrance of this page should not be in the head bard.

Hidde the page and make an entrance on the About page.

Something like this:

image

2

And for each of the Logo file, add 2 download buttons, one for downloading SVG and another one for PNG. You can refer to https://solana.com/branding

image

Also a button for downloading all files at once.


3

Name of the page should be branding, not brand


4

In the branding page, add a link to the Rooch Brand Style Guideline Something like this:

Feel free to go through the [Rooch Brand Style Guideline](https://www.figma.com/proto/9nb1ZKC3gghKGbUoNtBav1/Rooch-Brand-Style-Guide?type=design&node-id=18-3&scaling=contain&page-id=18%3A2) before applying the Rooch branding.

5

use <Image> component provided by NextJS to increase the imaging loading speed.

geometryolife commented 1 year ago

可以帮忙看一下要怎么调整样式,让每个图片单独一行显示吗?我发现如果图片较小,会拼接到一起 @wow-sven @Mine77 不知道要怎么调了

wow-sven commented 1 year ago

可以帮忙看一下要怎么调整样式,让每个图片单独一行显示吗?我发现如果图片较小,会拼接到一起 @wow-sven @Mine77 不知道要怎么调了

I found a Chinese doc https://tailwind.wyz.xyz/

ref https://github.com/wow-sven/rooch-network.github.io/tree/feature/brand Retrofit based on your code, btn has a simple effect. Recommended to put the image configuration into pages/brand

image

Proposal add components/pages Store custom pages add components/logos Svg

geometryolife commented 1 year ago

下载所有logo的那个必须要打包一个zip文件吗? @wow-sven

wow-sven commented 1 year ago

下载所有logo的那个必须要打包一个zip文件吗? @wow-sven

这样最简单,最简单的实现错误最少

geometryolife commented 1 year ago

@wow-sven 我还遇到一个小问题,不知道为什么黑色的logo会重复显示一遍

Mine77 commented 1 year ago

logo 都用 css 加个底色吧,不然有些都看不到

geometryolife commented 1 year ago

Close this PR, #185 implements this feature better.