Skip to content

Commit bce917f

Browse files
authored
Merge pull request #117 from KotlinFoundation/add-guideline-icon
chore: added logo to guidelines
2 parents e529c5b + 357ff53 commit bce917f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

src/images/kug-logo.png

7.94 KB
Loading

src/pages/guidelines.mdx

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: "Kotlin brand assets usage guidelines"
33
---
44

55
import kotlinLogo from '../images/kotlin-logo-full.png'
6+
import kotlinIcon from '../images/kotlin-logo.png'
7+
import kugLogo from '../images/kug-logo.png'
68

79
# Kotlin brand assets usage guidelines
810

@@ -80,8 +82,11 @@ Whether you’re referring to a product, company or service, you shouldn’t inc
8082
#
8183
The Kotlin logo is a distinctive symbol of the Kotlin Foundation and the Kotlin programming language. To ensure proper usage, the Kotlin logo may only be used for official or pre-approved purposes.
8284

83-
## Exceptions for Kotlin icon
85+
# III. Kotlin icon
8486

87+
<img src={kotlinIcon} alt="Kotlin Icon" alt="Kotlin Icon" width="150px" />
88+
89+
#
8590
We respect that there are cases where using a visual element is convenient or even desired. Especially when you want to refer to Kotlin to describe its compatibility, features, support or refer to the language as such, and where using the word mark is not easily possible.
8691

8792
### Permitted uses
@@ -103,7 +108,7 @@ In case you have our approval to use the Kotlin logo, you must obey the followin
103108

104109
[**Kotlin logo visual resources and graphic guidelines**](https://resources.jetbrains.com/storage/products/kotlin/docs/kotlin_logos.zip)
105110

106-
# III. Mascot Kodee
111+
# IV. Mascot Kodee
107112

108113
Kodee is Kotlin's mascot created by JetBrains. Kodee is more than just a symbol, Kodee is your friendly companion who’s there to encourage and inspire you to express your creativity. Thus, we want you to use it as freely as possible. To achieve that, Kodee is licensed under Creative Commons Attribution 4.0 International Public License.
109114

@@ -118,7 +123,9 @@ Where feasible and appropriate, we kindly ask you to include the following attri
118123

119124
[**Kodee visual resources**](https://resources.jetbrains.com/storage/products/kotlin/docs/kotlin_mascot_2.zip?_ga=2.191747816.311648818.1693221955-643796574.1678452743&_gl=1*e1egqq*_ga*NjQzNzk2NTc0LjE2Nzg0NTI3NDM.*_ga_9J976DJZ68*MTY5MzMyNjMzOS4zMS4wLjE2OTMzMjYzMzkuNjAuMC4w)
120125

121-
# IV. Kotlin User Group (“KUG”) logo
126+
# V. Kotlin User Group (“KUG”) logo
127+
128+
<img src={kugLogo} alt="KUG Logo" alt="KUG Logo" width="150px" />
122129

123130
JetBrains provides the Kotlin community with a logo that is specifically designed to be recognizable and convey a reference to Kotlin while keeping a clear distinction between what is officially approved and what is not.
124131

0 commit comments

Comments
 (0)