Skip to content

Commit

Permalink
fix(logo): change logo to be compliante with ASF rights
Browse files Browse the repository at this point in the history
  • Loading branch information
fhussonnois committed Dec 18, 2019
1 parent 5ead5fd commit 8c085f5
Show file tree
Hide file tree
Showing 9 changed files with 799 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
@@ -1,7 +1,7 @@
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/streamthoughts/blob/master/LICENSE)
[![CircleCI](https://circleci.com/gh/streamthoughts/azkarra-streams.svg?style=svg&circle-token=dc27c1e59cfd3f4445d6cd234156773aae6e7013)](https://circleci.com/gh/streamthoughts/azkarra-streams)

![Logo of Azkarra Streams](images/azkarra-logo-small.png)
![Logo of Azkarra Streams](images/azkarra-streams-logo.png)

Azkarra Streams is a lightweight Java framework which makes easy to develop and operate Kafka Streams applications (Azkarra is Basque word for *"Fast"*)

Expand Down
265 changes: 265 additions & 0 deletions azkarra-ui/public/static/azkarra-streams-logo-light.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions azkarra-ui/src/App.vue
Expand Up @@ -21,8 +21,8 @@
<nav class="navbar navbar-dark fixed-top bg-dark flex-md-nowrap p-0 shadow">
<a class="navbar-brand col-sm-3 col-md-2 mr-0" href="#">
<a class="navbar-brand" href="#">
<img height="62px" alt="azkarra-streams-logo" src="static/azkarra-logo-reverse-small.png"/>
Dashboard <span class="navbar-api-info" v-if="api.headless">(mode : headless)</span>
<img height="62px" alt="azkarra-streams-logo" src="static/azkarra-streams-logo-light.svg"/>
<span class="navbar-api-info" v-if="api.headless">(mode : headless)</span>
</a>
</a>
<ul class="navbar-nav text-light px-3">
Expand Down Expand Up @@ -248,4 +248,4 @@ export default {
span.navbar-api-info {
font-size : 0.8em;
}
</style>
</style>
Binary file removed images/azkarra-logo-small.png
Binary file not shown.
Binary file added images/azkarra-streams-logo-light.png
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 8c085f5

Please sign in to comment.