Skip to content

Commit

Permalink
Simplifications
Browse files Browse the repository at this point in the history
  • Loading branch information
thegreystone authored Jul 30, 2024
1 parent 5a2e0ee commit a9cd3cc
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,9 @@ https://api.hirt.se:9090/slogans/text?item=OpenJDK

Here is an example of how I use it on my homepage https://hirt.se:
```html
<a href="https://github.com/openjdk/jmc">
<img src="https://api.hirt.se:9090/slogans/image?item=JDK+Mission+Control&background=random&textColor=%23FFFFFF" border="0" width="460" height="50"/>
</a>
<img src="https://api.hirt.se:9090/slogans/image?item=JDK+Mission+Control&background=random&textColor=%23FFFFFF" border="0" width="460" height="50"/>
```
It would result in an image like this, which will change each time is it invoked:
The slogan generator creates images like like these:
![Slogan Image](https://hirt.se/images/github/slogan-java-sunset.png)
![Slogan Image](https://hirt.se/images/github/slogan-java-mountain.png)
![Slogan Image](https://hirt.se/images/github/slogan-jmc-ocean.png)
Expand Down

0 comments on commit a9cd3cc

Please sign in to comment.