Skip to content

Commit 9362c33

Browse files
authored
docs: vectorize README.md sample image (#9432)
* docs: vectorize README.md sample image change head to the logo, change image to transparent svg. other minor changes. * docs: README.md: revert to h1, fix link the previous commit was reviewed by rpbourret, this commit fixes the issues mentioned
1 parent 52b60e4 commit 9362c33

2 files changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Blockly
22

3-
Google's Blockly is a library that adds a visual code editor to web and mobile apps. The Blockly editor uses interlocking, graphical blocks to represent code concepts like variables, logical expressions, loops, and more. It allows users to apply programming principles without having to worry about syntax or the intimidation of a blinking cursor on the command line. All code is free and open source.
3+
Google's Blockly is a library that adds a visual code editor to web and mobile apps. The Blockly editor uses interlocking, graphical blocks to represent code concepts like variables, logical expressions, loops, and more. It allows users to apply programming principles without having to worry about syntax or the intimidation of a blinking cursor on the command line. All code is [free and open source](https://github.com/google/blockly/blob/develop/LICENSE).
44

5-
![](https://developers.google.com/blockly/images/sample.png)
5+
![Sample](./sample.svg)
66

77
## Getting Started with Blockly
88

@@ -13,13 +13,11 @@ Blockly has many resources for learning how to use the library. Start at our [Go
1313
- [More codelabs](https://blocklycodelabs.dev/)
1414
- [Demos and plugins](https://google.github.io/blockly-samples/)
1515

16-
Help us focus our development efforts by telling us [what you are doing with
17-
Blockly](https://developers.google.com/blockly/registration). The questionnaire only takes
18-
a few minutes and will help us better support the Blockly community.
16+
Help us focus our development efforts by telling us [what you are doing with Blockly](https://developers.google.com/blockly/registration). The questionnaire only takes a few minutes and will help us better support the Blockly community.
1917

2018
### Installing Blockly
2119

22-
Blockly is [available on npm](https://www.npmjs.com/package/blockly).
20+
Blockly is [available on npm](https://www.npmjs.com/package/blockly):
2321

2422
```bash
2523
npm install blockly
@@ -34,7 +32,7 @@ For more information on installing and using Blockly, see the [Getting Started a
3432

3533
### blockly-samples
3634

37-
We have a number of resources such as example code, demos, and plugins in another repository called [blockly-samples](https://github.com/google/blockly-samples/). A plugin is a self-contained piece of code that adds functionality to Blockly. Plugins can add fields, define themes, create renderers, and much more. For more information, see the [Plugins documentation](https://developers.google.com/blockly/guides/plugins/overview).
35+
We have a number of resources such as [examples](https://github.com/google/blockly-samples/tree/master/examples), [codelabs](https://github.com/google/blockly-samples/tree/master/codelabs), and [plugins](https://github.com/google/blockly-samples/tree/master/plugins) in another repository called [blockly-samples](https://github.com/google/blockly-samples). A plugin is a self-contained piece of code that adds functionality to Blockly. Plugins can add fields, define themes, create renderers, and much more. For more information, see the [Plugins documentation](https://developers.google.com/blockly/guides/programming/plugin_overview).
3836

3937
## Contributing to Blockly
4038

sample.svg

Lines changed: 1 addition & 0 deletions
Loading

0 commit comments

Comments
 (0)