We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46c6c71 commit 4599a65Copy full SHA for 4599a65
supplemental-ui/partials/footer-content.hbs
@@ -1,3 +1,7 @@
1
<footer class="footer">
2
<p>Spring Boot Tutorials by <a href="https://about.me/rashidi.zin">Rashidi Zin</a></p>
3
+ <p id="badges">
4
+ <img alt="Java version" src="https://img.shields.io/badge/Java_-21-blue?style=flat-square" />
5
+ <img alt="Spring Boot version" src="https://img.shields.io/gradle-plugin-portal/v/org.springframework.boot?style=flat-square&logo=springboot&label=Spring%20Boot" />
6
+ <img alt="License - Unlicense" src="https://img.shields.io/github/license/rashidi/spring-boot-tutorials?style=flat-square&color=blue" />
7
</footer>
0 commit comments