File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4141 color : # 1a1a1a ;
4242 }
4343
44+ .badges {
45+ display : flex;
46+ justify-content : center;
47+ gap : 16px ;
48+ align-items : baseline;
49+ flex-wrap : wrap;
50+ margin-bottom : 20px ;
51+ }
52+
4453 .intro {
4554 max-width : 800px ;
4655 margin : 0 auto 60px ;
224233 < h1 > Blaze: a DEC VT420 (and more) Emulator</ h1 >
225234 </ header >
226235
236+ < div class ="badges ">
237+ <!-- GitHub Repo and Stars badge -->
238+ < a href ="https://github.com/mmastrac/blaze " target ="_blank " rel ="noopener " style ="display: inline-flex; align-items: center; gap: 4px; text-decoration: none; ">
239+ < img src ="https://img.shields.io/github/stars/mmastrac/blaze?style=social " alt ="GitHub stars " style ="vertical-align: middle; ">
240+ < img src ="https://img.shields.io/badge/GitHub-Repository-181717?logo=github&logoColor=white&style=flat " alt ="GitHub " style ="vertical-align: middle; ">
241+ </ a >
242+ <!-- crates.io badge -->
243+ <!-- <a href="https://crates.io/crates/i8051" target="_blank" rel="noopener" style="text-decoration: none;">
244+ <img src="https://img.shields.io/crates/v/i8051.svg?label=crates.io&color=orange&logo=rust" alt="Crate">
245+ </a> -->
246+ </ div >
247+
227248 < div class ="intro ">
228249 < p class ="callout ">
229250 < strong > Want to learn more?</ strong > Subscribe to < a
You can’t perform that action at this time.
0 commit comments