├── README.md ├── avatar-discord.png ├── avatar.png ├── logo-grayscale.svg ├── logo.svg ├── logo@1x-grayscale.png ├── logo@1x.png ├── logo@2x-grayscale.png ├── logo@2x.png ├── logo@3x-grayscale.png ├── logo@3x.png ├── logo@4x-grayscale.png ├── logo@4x.png ├── logomark.svg ├── logotype.svg ├── palette ├── 100.png ├── 200.png ├── 300.png ├── 400.png ├── 500.png ├── 600.png ├── 700.png ├── 800.png └── 900.png ├── socialcard-blade-example.png ├── socialcard-blade-heroicons.png ├── socialcard-blade-icons.png ├── socialcard-blade-zondicons.png ├── socialcard.png └── src ├── logo-grayscale.ai ├── logo.ai ├── logomark.ai └── logotype.ai /README.md: -------------------------------------------------------------------------------- 1 |

2 | 3 |

4 | 5 | # Blade UI Kit Art 6 | 7 | The logo was heavily inspired by the original isometric grid of the [Laravel Logo](http://github.com/laravel/art). 8 | 9 | ## Fonts 10 | 11 | The logo is using the following fonts: 12 | 13 | - [Mulish](https://fonts.google.com/specimen/Mulish) 14 | - [Hind](https://fonts.google.com/specimen/Hind) 15 | 16 | ## Colors 17 | 18 | | |#hex |rgb() | 19 | |--- |--- |--- | 20 | |![100](/palette/100.png)|`#FFEAE9`|`rgb(255,234,233)`| 21 | |![200](/palette/200.png)|`#FFCBC7`|`rgb(255,203,199)`| 22 | |![300](/palette/300.png)|`#FFABA5`|`rgb(255,171,165)`| 23 | |![400](/palette/400.png)|`#FF6C62`|`rgb(255,108,98)` | 24 | |![500](/palette/500.png)|`#FF2D1F`|`rgb(255,45,31)` | 25 | |![600](/palette/600.png)|`#E6291C`|`rgb(230,41,28)` | 26 | |![700](/palette/700.png)|`#991B13`|`rgb(153,27,19)` | 27 | |![800](/palette/800.png)|`#73140E`|`rgb(115,20,14)` | 28 | |![900](/palette/900.png)|`#4D0E09`|`rgb(77,14,9)` | 29 | 30 | ## Requirements 31 | 32 | - A screen or a printer 33 | 34 | ## Installation 35 | 36 | - Open the file 37 | - *Right-click* on the image 38 | - Choose **"Save image as…"** option 39 | 40 | ## Maintainers 41 | 42 | **Blade UI Kit** is developed and maintained by [Dries Vints](https://driesvints.com). 43 | 44 | Blade UI Kit **Logo and Branding** is designed and maintained by [Caneco](https://caneco.dev). 45 | 46 | ## License 47 | 48 | All rights reserved, but with the following extra conditions: 49 | 50 | - It is **OK** to use the Blade UI Kit logo in the following cases: 51 | - In marketing materials for technical events, e.g. meetups, hackathons, conferences and workshops that are related to Blade UI Kit. 52 | - In open source projects related to Blade UI Kit. 53 | - In technical articles/videos/books/papers for educational purposes. 54 | 55 | - It is **NOT OK** to use the Blade UI Kit logo in the following cases without prior written consent from the copyright owners: 56 | - Using the Blade UI Kit logo in a commercial product for purposes other than illustrating its integration. 57 | - Sell physical products that uses the Blade UI Kit logo or its variants, e.g. t-shirts. 58 | - Copy the logo and adapt it into your own version. 59 | - To illustrate a commercial product. 60 | - Anything else that isn't included in this list. 61 | 62 | By any means the owner reserves the right of final explanation for any use case not explicitly stated above. 63 | -------------------------------------------------------------------------------- /avatar-discord.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/avatar-discord.png -------------------------------------------------------------------------------- /avatar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/avatar.png -------------------------------------------------------------------------------- /logo-grayscale.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | -------------------------------------------------------------------------------- /logo.svg: -------------------------------------------------------------------------------- 1 | 2 | Logo Blade UI Kit 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | -------------------------------------------------------------------------------- /logo@1x-grayscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/logo@1x-grayscale.png -------------------------------------------------------------------------------- /logo@1x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/logo@1x.png -------------------------------------------------------------------------------- /logo@2x-grayscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/logo@2x-grayscale.png -------------------------------------------------------------------------------- /logo@2x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/logo@2x.png -------------------------------------------------------------------------------- /logo@3x-grayscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/logo@3x-grayscale.png -------------------------------------------------------------------------------- /logo@3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/logo@3x.png -------------------------------------------------------------------------------- /logo@4x-grayscale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/logo@4x-grayscale.png -------------------------------------------------------------------------------- /logo@4x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/logo@4x.png -------------------------------------------------------------------------------- /logomark.svg: -------------------------------------------------------------------------------- 1 | 2 | Logomark Blade UI Kit 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /logotype.svg: -------------------------------------------------------------------------------- 1 | 2 | Logotype Blade UI Kit 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /palette/100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/palette/100.png -------------------------------------------------------------------------------- /palette/200.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/palette/200.png -------------------------------------------------------------------------------- /palette/300.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/palette/300.png -------------------------------------------------------------------------------- /palette/400.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/palette/400.png -------------------------------------------------------------------------------- /palette/500.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/palette/500.png -------------------------------------------------------------------------------- /palette/600.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/palette/600.png -------------------------------------------------------------------------------- /palette/700.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/palette/700.png -------------------------------------------------------------------------------- /palette/800.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/palette/800.png -------------------------------------------------------------------------------- /palette/900.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/palette/900.png -------------------------------------------------------------------------------- /socialcard-blade-example.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/socialcard-blade-example.png -------------------------------------------------------------------------------- /socialcard-blade-heroicons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/socialcard-blade-heroicons.png -------------------------------------------------------------------------------- /socialcard-blade-icons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/socialcard-blade-icons.png -------------------------------------------------------------------------------- /socialcard-blade-zondicons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/socialcard-blade-zondicons.png -------------------------------------------------------------------------------- /socialcard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/socialcard.png -------------------------------------------------------------------------------- /src/logo-grayscale.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/src/logo-grayscale.ai -------------------------------------------------------------------------------- /src/logo.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/src/logo.ai -------------------------------------------------------------------------------- /src/logomark.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/src/logomark.ai -------------------------------------------------------------------------------- /src/logotype.ai: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blade-ui-kit/art/6c7d27e876520e92b12ac2dceb2318509dd9fb4d/src/logotype.ai --------------------------------------------------------------------------------