Skip to content
This repository has been archived by the owner on Oct 7, 2022. It is now read-only.

(#60) Project logo #160

Merged
merged 3 commits into from
Jan 23, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

# youtrack-api
# youtrack-api ![icon](/src/site/resources/images/icon_32.png)

[![codecov](https://codecov.io/gh/llorllale/youtrack-api/branch/master/graph/badge.svg)](https://codecov.io/gh/llorllale/youtrack-api)
[![Build Status](https://travis-ci.org/llorllale/youtrack-api.svg?branch=master)](https://travis-ci.org/llorllale/youtrack-api)
Expand Down Expand Up @@ -32,4 +31,8 @@ Please view our guidelines for contributing [here](./CONTRIBUTING.md).

## License
`youtrack-api` is licensed under the [Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0). A copy of the license has been included
in [LICENSE](./LICENSE).
in [LICENSE](./LICENSE).

<br/>

<div>Icon made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC BY 3.0</a></div>
4 changes: 4 additions & 0 deletions src/site/markdown/index.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -82,3 +82,7 @@ $h4 Include in maven projects
<artifactId>${project.artifactId}</artifactId>
<version>${project.version}</version>
</dependency>

<br/>

<div>Icon made by <a href="http://www.freepik.com" title="Freepik">Freepik</a> from <a href="https://www.flaticon.com/" title="Flaticon">www.flaticon.com</a> is licensed by <a href="http://creativecommons.org/licenses/by/3.0/" title="Creative Commons BY 3.0" target="_blank">CC 3.0 BY</a></div>
Binary file added src/site/resources/images/icon_16.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/site/resources/images/icon_32.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions src/site/site.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@
<highlightJsTheme>sunburst</highlightJsTheme>
<toc>sidebar</toc>
<brand>
<name>
<![CDATA[
<img src="images/icon_16.png"/> youtrack-api
]]>
</name>
<href>./index.html</href>
</brand>
<bottomNav maxSpan="8">
Expand Down