Skip to content

Commit 4e2ab8a

Browse files
authored
add brand assets (hasura#543)
1 parent 0ebe82c commit 4e2ab8a

25 files changed

+1392
-0
lines changed

README.md

+25
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ Read more at: [https://hasura.io](https://hasura.io) and the [docs](https://docs
5454
- [Videos](#videos)
5555
- [Support & Troubleshooting](#support--troubleshooting)
5656
- [Contributing](#contributing)
57+
- [Brand assets](#brand-assets)
5758
- [License](#license)
5859

5960
<!-- markdown-toc end -->
@@ -155,6 +156,30 @@ We are committed to fostering an open and welcoming environment in the community
155156

156157
Check out our [contributing guide](CONTRIBUTING.md) for more details.
157158

159+
## Brand assets
160+
161+
Hasura brand assets (logos, the Hasura mascot, powered by badges etc.) can be
162+
found in the [assets/brand](assets/brand) folder. Feel free to use them in your
163+
application/website etc. We'd be thrilled if you add the "Powered by Hasura"
164+
badge to your applications built using Hasura. ❤️
165+
166+
<div style="display: flex;">
167+
<img src="assets/brand/powered_by_hasura_black.svg" width="150px"/>
168+
<img src="assets/brand/powered_by_hasura_white.svg" width="150px"/>
169+
</div>
170+
171+
```html
172+
<!-- For light backgrounds -->
173+
<a href="https://hasura.io">
174+
<img width="150px" src="https://graphql-engine-cdn.hasura.io/img/powered_by_hasura_black.svg" />
175+
</a>
176+
177+
<!-- For dark backgrounds -->
178+
<a href="https://hasura.io">
179+
<img width="150px" src="https://graphql-engine-cdn.hasura.io/img/powered_by_hasura_white.svg" />
180+
</a>
181+
```
182+
158183
## License
159184

160185
The core GraphQL Engine is available under the [GNU Affero General Public

assets/brand/README.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Hasura Brand Assets
2+
3+
All assets are available on a Google Cloud Storage Bucket CDN at `https://graphql-engine-cdn.hasura.io/img/<name>`.
4+
5+
*Note: some logos maybe invisible depending on the page background color.*
6+
7+
| name | asset |
8+
| ---- | ----- |
9+
| `hasura_icon_black.svg` | <img src="hasura_icon_black.svg" width="150px" style="background-color: white;" /> |
10+
| `hasura_icon_white.svg` | <img src="hasura_icon_white.svg" width="150px" style="background-color: black;" /> |
11+
| `hasura_logo_horizontal_black.svg` | <img src="hasura_logo_horizontal_black.svg" width="150px" style="background-color: white;" /> |
12+
| `hasura_logo_horizontal_white.svg` | <img src="hasura_logo_horizontal_white.svg" width="150px" style="background-color: black;" /> |
13+
| `hasura_logo_vertical_black.svg` | <img src="hasura_logo_vertical_black.svg" width="150px" style="background-color: white;" /> |
14+
| `hasura_logo_vertical_white.svg` | <img src="hasura_logo_vertical_white.svg" width="150px" style="background-color: black;" /> |
15+
| `hasura_mascot_logo_horizontal.svg` | <img src="hasura_mascot_logo_horizontal.svg" width="150px" style="background-color: white;" /> |
16+
| `hasura_mascot_logo_vertical.svg` | <img src="hasura_mascot_logo_vertical.svg" width="150px" style="background-color: white;" /> |
17+
| `hasura_mascot.svg` | <img src="hasura_mascot.svg" width="150px" style="background-color: white;" /> |
18+
| `powered_by_hasura_black.svg` | <img src="powered_by_hasura_black.svg" width="150px" style="background-color: white;" /> |
19+
| `powered_by_hasura_white.svg` | <img src="powered_by_hasura_white.svg" width="150px" style="background-color: black;" /> |

assets/brand/hasura_icon_black.svg

+23
Loading
5.51 KB
Loading

assets/brand/hasura_icon_white.svg

+23
Loading
6.6 KB
Loading
Loading
Loading
Loading
Loading
Loading
Loading

0 commit comments

Comments
 (0)