diff --git a/packages/branding/README.md b/packages/branding/README.md index 72b591f457e..85418b83541 100644 --- a/packages/branding/README.md +++ b/packages/branding/README.md @@ -1,11 +1,43 @@ -# Taiko branding +# Taiko branding guide -This package contains all you need for Taiko branding. +This package contains all the branding assets for Taiko. + +Included: Logos, Logotypes, Backgrounds, Backdrops and Mockups. ## Naming -For naming, we use Taiko or Taiko Labs. For the handle, we refer to Taiko with `taikoxyz`, which is where you can find us (ie. twitter: @taikoxyz, github: @taikoxyz). Please maintain this convention. +Use `Taiko` or `Taiko Labs` for the name. + +Use `taikoxyz` for the social handle (e.g., Twitter: [@taikoxyz](https://twitter.com/taikoxyz), GitHub: [@taikoxyz](https://github.com/taikoxyz)). ## Logos -Use SVG and PNG where you can, as the image quality is better. +Download vector assets of the Taiko logo: + + + +[Browse Logos](https://github.com/taikoxyz/taiko-mono/tree/main/packages/branding/Logo) + +Please use SVG or crushed PNG wherever possible for improved image quality and performance. + +## Logotypes + +Download vector assets of the Taiko logotype: + + + +[Browse Logotypes](https://github.com/taikoxyz/taiko-mono/tree/main/packages/branding/Logotype) + + +## Fonts + +Taiko uses Oxanium as the global font across its identity. The font is licensed under the [Open Font License](https://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&id=OFL). Its specimen and font family can be accessed at: https://fonts.google.com/specimen/Oxanium + +## Colors + +Primary colors and shades: +| Color | Hex code | +|-------|-----------| +| Fluo | `#fc0fc0` | +| Black | `#000000` | +| White | `#ffffff` | diff --git a/packages/branding/Taiko_Brandbook_Mini_v3.pdf b/packages/branding/Taiko_Brandbook_Mini_v3.pdf index a760986f406..3139f97c1ac 100755 Binary files a/packages/branding/Taiko_Brandbook_Mini_v3.pdf and b/packages/branding/Taiko_Brandbook_Mini_v3.pdf differ diff --git a/packages/bridge-ui/src/pages/home/Home.svelte b/packages/bridge-ui/src/pages/home/Home.svelte index 36052cb92b7..80e9ef9d965 100644 --- a/packages/bridge-ui/src/pages/home/Home.svelte +++ b/packages/bridge-ui/src/pages/home/Home.svelte @@ -6,10 +6,12 @@ import TaikoBanner from "../../components/TaikoBanner.svelte"; import Transactions from "../../components/Transactions.svelte"; let activeTab: string = "bridge"; + let bridgeWidth; + let bridgeHeight; -