-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathbadges.html
24 lines (24 loc) · 840 Bytes
/
badges.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<div class="badges">
<span>
<a href="https://github.com/sdelquin/aprendepython">
<img
src="https://img.shields.io/github/stars/sdelquin/aprendepython?style=social" /></a
></span>
<span
><a href="https://github.com/sdelquin/aprendepython/commits/main">
<img
src="https://img.shields.io/github/last-commit/sdelquin/aprendepython" /></a
></span>
<span>
<a href="https://creativecommons.org/licenses/by/4.0/deed.es_ES">
<img src="https://img.shields.io/badge/license-CC BY 4.0-blue" /></a
></span>
<span
><a href="https://www.buymeacoffee.com/sdelquin"
><img src="https://img.shields.io/badge/buy%20me-a%20coffee-yellow" /></a
></span>
<span
><a href="https://sdelquin.me"
><img src="https://img.shields.io/badge/about-sdelquin-ff69b4" /></a
></span>
</div>