Skip to content
This repository has been archived by the owner on Dec 22, 2018. It is now read-only.

Commit

Permalink
Added JSON-to-Go art and updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
mholt committed Dec 23, 2014
1 parent c3c162b commit 0f8251b
Show file tree
Hide file tree
Showing 3 changed files with 442 additions and 24 deletions.
39 changes: 21 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,26 @@ A community repository for Go language vector (and bitmap) graphics. It includes

This is an *unofficial* repository.

The goal of this repository is to encourage creativity and innovation in the Go community, as well as fair use. Having access to high-quality vector graphics makes it possible to produce beautiful, creative works that feel familiar and recognizable.
The goal of this repository is to encourage creativity and innovation (as well as fair use) in the Go community. Having access to high-quality vector graphics and 3D models makes it possible to produce beautiful, creative works that feel familiar and recognizable.



## How to Contribute

Just submit a pull request with your creation or derivative work. Vector formats are preferred.

**Here's some tips for submitting a PR:**

- Files are organized into folders by type. If a folder for your file type doesn't already exist, you may create it.
- Each folder should have a plain-text file called `README`. It credits each file in alphabetical order in this kind of format (flexible depending on the contribution):
```
file-name.ext
Contributed by Your Name
If released under a different license, specify it here
Adaptation of original-file.png (Original Creator)
Any other source or historical information of interest
```
- If possible, please try to keep file names lowercase with hyphens between words (no spaces or other punctuation).



Expand All @@ -29,26 +48,10 @@ If a folder has a `LICENSE` file, that license applies, by default, to all files



## Contribute!

Just submit a pull request with your creation or derivative work! Vector formats are preferred.

**Here's some tips for submitting a PR:**

- Files are organized into folders by type. If a folder for your file type doesn't already exist, you may create it.
- Each folder should have a plain-text file called `README`. It credits each file in alphabetical order in this kind of format:
```
file-name.ext
Contributed by Your Name
If released under a different license, specify it here
Adaptation of original-file.png (Original Creator)
Any other source or historical information of interest
```


## Hotlinking

We advise against linking directly to these images. Their paths may change and your links will break.
We advise against linking directly to these images. GitHub is not a CDN; if the paths ever change, your links will break.



Expand Down
19 changes: 13 additions & 6 deletions svg/README
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
gopher-atx.svg
Contributed by Ian Remmler
https://github.com/ianremmler/atxgolang-logo
https://github.com/ianremmler/atxgolang-logo
Created for the Austin Go Language User Group
http://www.meetup.com/atxgolang
http://www.meetup.com/atxgolang
Adaptation of gopherbw.png (Renée French)

gopher-bike.svg
Expand All @@ -15,13 +15,20 @@ gopher-bike.svg

gopher-outline.svg
Contributed by Ian Remmler
https://github.com/ianremmler/atxgolang-logo
https://github.com/ianremmler/atxgolang-logo
Created for the Austin Go Language User Group
http://www.meetup.com/atxgolang
http://www.meetup.com/atxgolang
Adaptation of gopherbw.png (Renée French)

json-to-go.svg
Made and contributed by Matt Holt
https://github.com/mholt
Created for the JSON-to-Go utility
https://github.com/mholt/json-to-go
Adaptation of original art by Renée French

learn-go-and-prosper.svg
Originally shared by Albert Vigerih:
https://plus.google.com/116921068812844295876/posts/L2fKHyiwKpa
https://plus.google.com/116921068812844295876/posts/L2fKHyiwKpa
Original SVG:
https://docs.google.com/file/d/0B4hMHipvLtKQVmMzTWpTTURFQ1U/edit
https://docs.google.com/file/d/0B4hMHipvLtKQVmMzTWpTTURFQ1U/edit
408 changes: 408 additions & 0 deletions svg/json-to-go.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 0f8251b

Please sign in to comment.