5656nav {position : sticky;top : 0 ;z-index : 100 ;background : rgba (14 , 20 , 25 , .92 );backdrop-filter : blur (12px );-webkit-backdrop-filter : blur (12px );border-bottom : 1px solid rgba (102 , 192 , 244 , .1 );padding : 0 24px }
5757.nav-inner {max-width : 1200px ;margin : 0 auto;display : flex;align-items : center;justify-content : space-between;height : 60px }
5858.nav-brand {display : flex;align-items : center;gap : 10px ;font-weight : 700 ;font-size : 1rem ;color : var (--text-bright )}
59- .nav-brand img {width : 28px ;height : 28px ;border-radius : 6px }
59+ .nav-brand img {width : 28px ;height : 28px ;border-radius : 6px ; filter : brightness ( 1.4 ) contrast ( 1.1 ) }
6060.nav-links {display : flex;gap : 24px ;list-style : none;align-items : center}
6161.nav-links a {color : var (--text-muted );font-size : .875rem ;font-weight : 500 ;transition : color .2s }
6262.nav-links a : hover {color : var (--accent )}
8282 50% {transform : scale (1.05 ) translate (-2% , 1% )}
8383 100% {transform : scale (1 ) translate (1% , -1% )}
8484}
85- .hero-logo {width : 96px ;height : 96px ;border-radius : 20px ;margin-bottom : 28px ;position : relative;animation : logoGlow 3s ease-in-out infinite alternate;filter : drop-shadow (0 0 24px rgba (102 , 192 , 244 , .3 ))}
85+ .hero-logo {width : 96px ;height : 96px ;border-radius : 20px ;margin-bottom : 28px ;position : relative;animation : logoGlow 3s ease-in-out infinite alternate;filter : drop-shadow (0 0 24px rgba (102 , 192 , 244 , .3 )) brightness ( 1.3 ) contrast ( 1.1 ); background : radial-gradient (circle , rgba ( 102 , 192 , 244 , .15 ) 0 % , transparent 70 % ); padding : 8 px }
8686@keyframes logoGlow{
8787 0% {filter : drop-shadow (0 0 24px rgba (102 , 192 , 244 , .2 ))}
8888 100% {filter : drop-shadow (0 0 40px rgba (102 , 192 , 244 , .45 ))}
@@ -579,7 +579,7 @@ <h3>Add MCP server <span style="color:var(--text-muted);font-weight:400;font-siz
579579< section id ="roadmap ">
580580 < div class ="container reveal ">
581581 < div class ="section-label "> Roadmap</ div >
582- < div class ="section-title "> Path to v1.0.0</ div >
582+ < div class ="section-title "> The road to v1.0.0</ div >
583583 < div class ="section-desc "> See < a href ="https://github.com/TMHSDigital/Steam-Cursor-Plugin/blob/main/ROADMAP.md "> ROADMAP.md</ a > for details.</ div >
584584 < div class ="timeline ">
585585 < div class ="tl-item "> < div class ="tl-dot tl-dot-done "> </ div > < span class ="tl-version "> v0.1.0</ span > < span class ="tl-theme "> Foundation</ span > < span class ="tl-tag tl-tag-done "> Done</ span > < div class ="tl-desc "> 14 skills, 3 rules, plugin scaffold</ div > </ div >
@@ -590,8 +590,8 @@ <h3>Add MCP server <span style="color:var(--text-muted);font-weight:400;font-siz
590590 < div class ="tl-item "> < div class ="tl-dot tl-dot-done "> </ div > < span class ="tl-version "> v0.6.0</ span > < span class ="tl-theme "> Quality</ span > < span class ="tl-tag tl-tag-done "> Done</ span > < div class ="tl-desc "> Playtest, bug reporting, anti-cheat, 3 code quality rules</ div > </ div >
591591 < div class ="tl-item "> < div class ="tl-dot tl-dot-done "> </ div > < span class ="tl-version "> v0.7.0</ span > < span class ="tl-theme "> Full Power</ span > < span class ="tl-tag tl-tag-done "> Done</ span > < div class ="tl-desc "> Testing sandbox, 6 MCP write tools</ div > </ div >
592592 < div class ="tl-item "> < div class ="tl-dot tl-dot-done "> </ div > < span class ="tl-version "> v0.8.0</ span > < span class ="tl-theme "> Polish</ span > < span class ="tl-tag tl-tag-done "> Done</ span > < div class ="tl-desc "> Migration guide, common pitfalls across all 30 skills</ div > </ div >
593- < div class ="tl-item "> < div class ="tl-dot tl-dot-current "> </ div > < span class ="tl-version "> v0.9.0</ span > < span class ="tl-theme "> Complete</ span > < span class ="tl-tag tl-tag-current " > Current </ span > < div class ="tl-desc "> 4 new MCP read tools - reviews, pricing, regional - 25 total</ div > </ div >
594- < div class ="tl-item "> < div class ="tl-dot tl-dot-planned "> </ div > < span class ="tl-version "> v1.0.0</ span > < span class ="tl-theme "> Stable</ span > < span class ="tl-tag tl-tag-planned " > Planned </ span > < div class ="tl-desc "> Production release: 30 skills, 9 rules, 25 MCP tools</ div > </ div >
593+ < div class ="tl-item "> < div class ="tl-dot tl-dot-done "> </ div > < span class ="tl-version "> v0.9.0</ span > < span class ="tl-theme "> Complete</ span > < span class ="tl-tag tl-tag-done " > Done </ span > < div class ="tl-desc "> 4 new MCP read tools - reviews, pricing, regional - 25 total</ div > </ div >
594+ < div class ="tl-item "> < div class ="tl-dot tl-dot-current "> </ div > < span class ="tl-version "> v1.0.0</ span > < span class ="tl-theme "> Stable</ span > < span class ="tl-tag tl-tag-current " > Current </ span > < div class ="tl-desc "> Production release: 30 skills, 9 rules, 25 MCP tools</ div > </ div >
595595 </ div >
596596 </ div >
597597</ section >
0 commit comments