Skip to content

Commit b302ca6

Browse files
authored
Add logo and screenshot to readme and normalize spacing
1 parent ffc47d6 commit b302ca6

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# PaintZ
2-
3-
PaintZ is a simple drawing program for the web.
2+
<img src="https://raw.githubusercontent.com/ZMYaro/paintz/master/app/images/og_image.png" width="640" alt="PaintZ logo." />
3+
<img src="https://raw.githubusercontent.com/ZMYaro/paintz/master/app/images/full_scrnsht.png" width="640" alt="Screenshot of PaintZ." />
44

55

66
## Overview
77

8-
Its goal is to make creating and editing drawings and other images as easy to do on Chrome OS and the web as similar native applications on other platforms, such as Microsoft Paint and KolourPaint. PaintZ is designed to to be fast and easy to use, with a touch- and mouse-friendly Material Design interface, full offline support, and no Flash Player required.
8+
PaintZ is a simple drawing program for the web. Its goal is to make creating and editing drawings and other images as easy to do on Chrome OS and the web as similar native applications on other platforms, such as Microsoft Paint and KolourPaint. PaintZ is designed to to be fast and easy to use, with a touch- and mouse-friendly Material Design interface, full offline support, and no Flash Player or other plug-ins required.
9+
910

1011
## Principles
1112

@@ -16,6 +17,7 @@ Its goal is to make creating and editing drawings and other images as easy to do
1617
* Privacy-conscious - No user-identifying data should be retained, minimal data should be retained at all, and nothing but basic anonymous analytics should leave the user's device.
1718
* Dependency-conscious - PaintZ will never require plug-in installation; new CSS/JS libraries should only be added if necessary, and after serious consideration.
1819

20+
1921
## Live instance
2022

2123
The official live instance of PaintZ can be found at https://paintz.app.
@@ -34,12 +36,14 @@ _These are the **only** legitimate Chrome Web Store listings for PaintZ._
3436

3537
Updates are posted to the @PaintZApp profiles on [Facebook](https://www.facebook.com/PaintZApp), [Instagram](https://www.instagram.com/PaintZApp), and [Twitter](https://twitter.com/PaintZApp).
3638

39+
3740
## Bug reports and feature requests
3841

3942
You can submit bug reports and feature requests in [the Issues tab](https://github.com/ZMYaro/paintz/issues). Please search before submitting to avoid submitting duplicates. If you find it was already submitted, please just add a 👍 reaction to the existing one.
4043

4144
For feature requests, please also ensure features are in line with the principles above—certain features will always be outside the intended scope of PaintZ.
4245

46+
4347
## Code styling
4448

4549
* Commits will follow [standard Git commit guidelines](http://git-scm.com/book/ch5-2.html#Commit-Guidelines).
@@ -63,6 +67,7 @@ For feature requests, please also ensure features are in line with the principle
6367
function sum(a, b) { ... }
6468
```
6569

70+
6671
## Credits
6772

6873
PaintZ is developed and maintained by [Zachary Yaro](https://zmyaro.com).

0 commit comments

Comments
 (0)