Skip to content

Commit c627fa9

Browse files
committed
add logo
1 parent 2642d82 commit c627fa9

File tree

4 files changed

+567
-0
lines changed

4 files changed

+567
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Scratch for Java
22

3+
![](./docs/public/assets/logo.png)
4+
35
To ease the transition from the block-based programming environment
46
[Scratch](scratch.mit.edu) to text-based programming in Java this
57
library was created. Therefore, the core elements of Scratch are remodeled.

docs/hyperbook.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
"name": "OpenPatch",
77
"url": "https://openpatch.org"
88
},
9+
"logo": "/assets/logo.png",
10+
"colors": {
11+
"brand": "#4e7896",
12+
"brandDark": "#f58219",
13+
"brandText": "#f58219"
14+
},
915
"license": "CC-BY-SA",
1016
"language": "en"
1117
}

docs/public/assets/logo.png

44.7 KB
Loading

0 commit comments

Comments
 (0)