Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mateuszitelli/personal-logo
A reusable and animated SVG logo created with the Snap.svg javascript lib.
https://github.com/mateuszitelli/personal-logo
Last synced: 16 days ago
JSON representation
A reusable and animated SVG logo created with the Snap.svg javascript lib.
- Host: GitHub
- URL: https://github.com/mateuszitelli/personal-logo
- Owner: MateusZitelli
- License: gpl-2.0
- Created: 2014-04-19T00:37:45.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-19T23:50:09.000Z (over 10 years ago)
- Last Synced: 2024-04-15T22:34:14.228Z (9 months ago)
- Language: JavaScript
- Size: 168 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
presonal-logo
=============
>A reusable and animated SVG logo created with the Snap.svg javascript lib.##Build it
You'll need `grunt` and `grunt-cli` installed before everything.
To install other dependencies run:
```sh
$ npm install
```Then build the logo:
```sh
$ grunt
```And it's done :)
##See the results
You can see the logo running in the `index.html`.