Skip to content

Commit

Permalink
assets: update hasura logos
Browse files Browse the repository at this point in the history
GITHUB_PR_NUMBER: 10178
GITHUB_PR_URL: #10178

PR-URL: hasura/graphql-engine-mono#10751
Co-authored-by: Jigyasu Arya <[email protected]>
GitOrigin-RevId: 781c0d9ed3d8e61af4c773e971f960504de24a7d
  • Loading branch information
hasura-bot and lastnamearya committed Mar 26, 2024
1 parent 925757d commit 13d3690
Show file tree
Hide file tree
Showing 28 changed files with 108 additions and 239 deletions.
8 changes: 4 additions & 4 deletions V2-README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,19 +190,19 @@ application/website etc. We'd be thrilled if you add the "Powered by Hasura"
badge to your applications built using Hasura. ❤️

<div style="display: flex;">
<img src="assets/brand/powered_by_hasura_primary_darkbg.svg" width="150px"/>
<img src="assets/brand/powered_by_hasura_primary_lightbg.svg" width="150px"/>
<img src="assets/brand/hasura_logo_primary_darkbg.svg" width="150px"/>
<img src="assets/brand/hasura_logo_primary_lightbg.svg" width="150px"/>
</div>

```html
<!-- For light backgrounds -->
<a href="https://hasura.io">
<img width="150px" src="https://graphql-engine-cdn.hasura.io/img/powered_by_hasura_primary_darkbg.svg" />
<img width="150px" src="https://res.cloudinary.com/dh8fp23nd/image/upload/v1711457032/main-web/hasura_logo_primary_lightbg_n0xhz8.svg" />
</a>

<!-- For dark backgrounds -->
<a href="https://hasura.io">
<img width="150px" src="https://graphql-engine-cdn.hasura.io/img/powered_by_hasura_primary_lightbg.svg" />
<img width="150px" src="https://res.cloudinary.com/dh8fp23nd/image/upload/v1711457033/main-web/hasura_logo_primary_darkbg_nussjm.svg" />
</a>
```

Expand Down
22 changes: 9 additions & 13 deletions assets/brand/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@
# Hasura Brand Assets

All assets are available on a Google Cloud Storage Bucket CDN at `https://graphql-engine-cdn.hasura.io/img/<name>`.
All assets are available on Cloudinary CDN at `https://res.cloudinary.com/dh8fp23nd/raw/upload/v1710247546/assets/Hasura_Logos-20240312T124305Z-001_txnwf4.zip`.

*Note: some logos maybe invisible depending on the page background color.*

| name | asset |
| ---- | ----- |
| `hasura_icon_colour.svg` | <img src="hasura_icon_colour.svg" width="150px" style="background-color: white;" /> |
| `hasura_icon_darkbg.svg` | <img src="hasura_icon_darkbg.svg" width="150px" style="background-color: white;" /> |
| `hasura_icon_lightbg.svg` | <img src="hasura_icon_lightbg.svg" width="150px" style="background-color: white;" /> |
| `hasura_logo_mono_darkbg.svg` | <img src="hasura_logo_mono_darkbg.svg" width="150px" style="background-color: white;" /> |
| `hasura_logo_mono_lightbg.svg` | <img src="hasura_logo_mono_lightbg.svg" width="150px" style="background-color: white;" /> |
| `hasura_logo_primary_darkbg.svg` | <img src="hasura_logo_primary_darkbg.svg" width="150px" style="background-color: white;" /> |
| name | asset |
| --------------------------------- | -------------------------------------------------------------------------------------------- |
| `hasura_icon_colour.svg` | <img src="hasura_icon_colour.svg" width="150px" style="background-color: white;" /> |
| `hasura_icon_darkbg.svg` | <img src="hasura_icon_darkbg.svg" width="150px" style="background-color: white;" /> |
| `hasura_icon_lightbg.svg` | <img src="hasura_icon_lightbg.svg" width="150px" style="background-color: white;" /> |
| `hasura_logo_mono_darkbg.svg` | <img src="hasura_logo_mono_darkbg.svg" width="150px" style="background-color: white;" /> |
| `hasura_logo_mono_lightbg.svg` | <img src="hasura_logo_mono_lightbg.svg" width="150px" style="background-color: white;" /> |
| `hasura_logo_primary_darkbg.svg` | <img src="hasura_logo_primary_darkbg.svg" width="150px" style="background-color: white;" /> |
| `hasura_logo_primary_lightbg.svg` | <img src="hasura_logo_primary_lightbg.svg" width="150px" style="background-color: black;" /> |
| `powered_by_hasura_mono_darkbg.svg` | <img src="powered_by_hasura_mono_darkbg.svg" width="150px" style="background-color: white;" /> |
| `powered_by_hasura_mono_lightbg.svg` | <img src="powered_by_hasura_mono_lightbg.svg" width="150px" style="background-color: white;" /> |
| `powered_by_hasura_primary_darkbg.svg` | <img src="powered_by_hasura_primary_darkbg.svg" width="150px" style="background-color: white;" /> |
| `powered_by_hasura_primary_lightbg.svg` | <img src="powered_by_hasura_primary_lightbg.svg" width="150px" style="background-color: black;" /> |
13 changes: 3 additions & 10 deletions assets/brand/hasura_icon_colour.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 3 additions & 10 deletions assets/brand/hasura_icon_darkbg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 3 additions & 10 deletions assets/brand/hasura_icon_lightbg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 13d3690

Please sign in to comment.