Skip to content

Commit

Permalink
Merge pull request #9 from giginet/add-logo
Browse files Browse the repository at this point in the history
Introduce awesome product logo
  • Loading branch information
giginet authored Jul 17, 2018
2 parents f1b0623 + 4e0d99f commit f0c49e1
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 1 deletion.
Binary file added Documentation/Crossroad.cdr
Binary file not shown.
Binary file added Documentation/Crossroad1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Documentation/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Crossroad
[![Crossroad](Documentation/logo.png)](https://github.com/giginet/Crossroad)

[![Build Status](https://travis-ci.org/giginet/Crossroad.svg?branch=master)](https://travis-ci.org/giginet/Crossroad)
[![Language](https://img.shields.io/badge/language-Swift%204.1-orange.svg)](https://swift.org)
Expand Down Expand Up @@ -156,3 +156,9 @@ router.register([
let userInfo = UserInfo(userID: User.current.id)
router.openIfPossible(url, userInfo: userInfo)
```

## License

Crossroad is released under the MIT License.

Header logo is released under the [CC BY 4.0](https://creativecommons.org/licenses/by/4.0/) license. Original design by [@Arslanshn](https://github.com/Arslanshn).

0 comments on commit f0c49e1

Please sign in to comment.