File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,9 +57,15 @@ <h1 class="hero-title">SSH Key Management<br/><span class="gradient-text">Made S
5757 </ a >
5858 </ div >
5959 < div class ="hero-badges ">
60- < img src ="https://github.com/ToeiRei/Keymaster/actions/workflows/ci.yml/badge.svg " alt ="CI " />
61- < img src ="https://img.shields.io/github/v/tag/ToeiRei/Keymaster?label=release " alt ="Release " />
62- < img src ="https://img.shields.io/badge/go-1.25.5-blue.svg " alt ="Go " />
60+ < a href ="https://github.com/ToeiRei/Keymaster/actions/workflows/ci.yml " title ="CI Status ">
61+ < img src ="https://github.com/ToeiRei/Keymaster/actions/workflows/ci.yml/badge.svg " alt ="CI " />
62+ </ a >
63+ < a href ="https://github.com/ToeiRei/Keymaster/releases " title ="Latest Release ">
64+ < img src ="https://img.shields.io/github/v/tag/ToeiRei/Keymaster?label=release " alt ="Release " />
65+ </ a >
66+ < a href ="https://golang.org " title ="Go 1.25.5 ">
67+ < img src ="https://img.shields.io/badge/go-1.25.5-blue.svg " alt ="Go " />
68+ </ a >
6369 </ div >
6470 </ div >
6571 </ div >
Original file line number Diff line number Diff line change @@ -260,6 +260,17 @@ body {
260260 opacity : 0.8 ;
261261}
262262
263+ .hero-badges a {
264+ display : inline-block;
265+ transition : transform 0.2s , opacity 0.2s ;
266+ text-decoration : none;
267+ }
268+
269+ .hero-badges a : hover {
270+ transform : translateY (-2px );
271+ opacity : 1 ;
272+ }
273+
263274.hero-badges img {
264275 height : 20px ;
265276}
You can’t perform that action at this time.
0 commit comments