File tree Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Expand file tree Collapse file tree 2 files changed +19
-6
lines changed Original file line number Diff line number Diff line change 1717 with :
1818 token : ${{ secrets.READER_PAT }}
1919 file : ' README.md'
20- template : ' <a href="https://github.com/{{ login }}"><img src="{{ avatarUrl }}" width="100px" alt="User avatar: {{ name }}" /><br /><sub><b>{{ name }}</b></sub></a>'
20+ template : ' <div class="grid-item">< a href="https://github.com/{{ login }}"><img src="{{ avatarUrl }}" width="100px" alt="User avatar: {{ name }}" /><br /><sub><b>{{ name }}</b></sub></a></div >'
2121 organization : true
2222
2323 - name : Deploy to GitHub Pages 🚀
Original file line number Diff line number Diff line change @@ -182,8 +182,21 @@ This project follows the [all-contributors](https://github.com/all-contributors/
182182
183183## Sponsors
184184
185- Thanks to our amazing sponsors! 🙏
186-
187- <ul >
188- <!-- sponsors --> <a href =" https://github.com/j7nw4r " ><img src =" https:/ ;/ ; github.com/ ; j7nw4r.png " width =" 100px " alt =" User avatar: Johnathan W " /><br /><sub ><b >Johnathan W</b ></sub ></a ><a href =" https://github.com/stackabletech " ><img src =" https:/ ;/ ; github.com/ ; stackabletech.png " width =" 100px " alt =" User avatar: Stackable " /><br /><sub ><b >Stackable</b ></sub ></a ><!-- sponsors -->
189- </ul >
185+ ** Thanks to our amazing sponsors!** 🙏
186+
187+ <style >
188+ .grid {
189+ display : grid ;
190+ grid-template-columns : repeat (auto-fill , minmax (150px , 1fr ));
191+ gap : 8px ;
192+ }
193+
194+ .grid-item {
195+ padding : 20px ;
196+ text-align : center ;
197+ }
198+ </style >
199+ <div class =" grid " >
200+ <div class =" grid-item " ><a href =" https://github.com/j7nw4r " ><img src =" https:/ ;/ ; github.com/ ; j7nw4r.png " width =" 100px " alt =" User avatar: Johnathan W " /><br /><sub ><b >Johnathan W</b ></sub ></a ></div >
201+ <div class =" grid-item " ><a href =" https://github.com/stackabletech " ><img src =" https:/ ;/ ; github.com/ ; stackabletech.png " width =" 100px " alt =" User avatar: Stackable " /><br /><sub ><b >Stackable</b ></sub ></a ></div >
202+ </div >
You can’t perform that action at this time.
0 commit comments