Skip to content

Commit 4599a65

Browse files
authored
Add badges to footer for Java, Spring Boot, and license (#225)
1 parent 46c6c71 commit 4599a65

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
<footer class="footer">
22
<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" />
37
</footer>

0 commit comments

Comments
 (0)