eddmpython commited on
Commit
1597c81
·
verified ·
1 Parent(s): 02a4b58

fix center alignment with HTML tags

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -23,16 +23,20 @@ size_categories:
23
 
24
  <div align="center">
25
 
 
 
26
  <img alt="DartLab" src="https://huggingface.co/datasets/eddmpython/dartlab-data/resolve/main/assets/logo.png" width="160">
27
 
28
- # DartLab Data
29
 
30
- **Structured company data from DART & EDGAR disclosure filings**
31
 
32
- [![GitHub](https://img.shields.io/badge/GitHub-dartlab-ea4647?style=for-the-badge&labelColor=050811&logo=github&logoColor=white)](https://github.com/eddmpython/dartlab)
33
- [![PyPI](https://img.shields.io/pypi/v/dartlab?style=for-the-badge&color=ea4647&labelColor=050811&logo=pypi&logoColor=white)](https://pypi.org/project/dartlab/)
34
- [![Docs](https://img.shields.io/badge/Docs-GitHub_Pages-38bdf8?style=for-the-badge&labelColor=050811&logo=github-pages&logoColor=white)](https://eddmpython.github.io/dartlab/)
35
- [![Sponsor](https://img.shields.io/badge/Sponsor-Buy_Me_A_Coffee-ffdd00?style=for-the-badge&labelColor=050811&logo=buy-me-a-coffee&logoColor=white)](https://buymeacoffee.com/eddmpython)
 
 
36
 
37
  </div>
38
 
 
23
 
24
  <div align="center">
25
 
26
+ <br>
27
+
28
  <img alt="DartLab" src="https://huggingface.co/datasets/eddmpython/dartlab-data/resolve/main/assets/logo.png" width="160">
29
 
30
+ <h3>DartLab Data</h3>
31
 
32
+ <p><b>Structured company data from DART & EDGAR disclosure filings</b></p>
33
 
34
+ <p>
35
+ <a href="https://github.com/eddmpython/dartlab"><img src="https://img.shields.io/badge/GitHub-dartlab-ea4647?style=for-the-badge&labelColor=050811&logo=github&logoColor=white" alt="GitHub"></a>
36
+ <a href="https://pypi.org/project/dartlab/"><img src="https://img.shields.io/pypi/v/dartlab?style=for-the-badge&color=ea4647&labelColor=050811&logo=pypi&logoColor=white" alt="PyPI"></a>
37
+ <a href="https://eddmpython.github.io/dartlab/"><img src="https://img.shields.io/badge/Docs-GitHub_Pages-38bdf8?style=for-the-badge&labelColor=050811&logo=github-pages&logoColor=white" alt="Docs"></a>
38
+ <a href="https://buymeacoffee.com/eddmpython"><img src="https://img.shields.io/badge/Sponsor-Buy_Me_A_Coffee-ffdd00?style=for-the-badge&labelColor=050811&logo=buy-me-a-coffee&logoColor=white" alt="Sponsor"></a>
39
+ </p>
40
 
41
  </div>
42