Skip to content

Commit 0891ba5

Browse files
authored
docs: add author attribution and professional badges to README
Updated README.md to include ORCID, CI/CD, and programming languages badges. Modified author section with LinkedIn badge. Signed-off-by: Jesse Moses <90336421+Cre4T3Tiv3@users.noreply.github.com>
1 parent 0f3dc69 commit 0891ba5

1 file changed

Lines changed: 26 additions & 14 deletions

File tree

README.md

Lines changed: 26 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,33 +9,45 @@
99
</a>
1010
</p>
1111

12+
<!-- Version & Status Badges -->
1213
<p align="center">
13-
<a href="https://github.com/Cre4T3Tiv3/gitvoyant/actions/workflows/ci.yml" target="_blank">
14-
<img src="https://github.com/Cre4T3Tiv3/gitvoyant/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI">
15-
</a>
16-
<a href="https://www.python.org/downloads/">
17-
<img src="https://img.shields.io/badge/python-3.11+-blue.svg" alt="Python: 3.11+">
18-
</a>
1914
<a href="https://github.com/Cre4T3Tiv3/gitvoyant/releases/tag/v0.2.0">
2015
<img src="https://img.shields.io/badge/version-v0.2.0-brightgreen" alt="Version: v0.2.0">
2116
</a>
22-
<a href="https://github.com/Cre4T3Tiv3/gitvoyant">
23-
<img src="https://img.shields.io/badge/status-stable-green.svg" alt="Status: Stable">
17+
<a href="https://github.com/Cre4T3Tiv3/gitvoyant/actions/workflows/ci.yml" target="_blank">
18+
<img src="https://github.com/Cre4T3Tiv3/gitvoyant/actions/workflows/ci.yml/badge.svg?branch=main" alt="CI">
2419
</a>
20+
</p>
21+
22+
<!-- Programming Languages Badges -->
23+
<p align="center">
24+
<a href="https://www.python.org/downloads/">
25+
<img src="https://img.shields.io/badge/Python-3.11%20|%203.12-3776AB?logo=python&logoColor=white" alt="Python: 3.11 | 3.12">
26+
</p>
27+
28+
<!-- License & Community Badges -->
29+
<p align="center">
2530
<a href="https://github.com/Cre4T3Tiv3/gitvoyant/blob/main/LICENSE">
2631
<img src="https://img.shields.io/badge/License-Apache_2.0-blue.svg" alt="License: Apache 2.0">
2732
</a>
33+
<a href="CONTRIBUTING.md" target="_blank">
34+
<img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg" alt="Contributions Welcome">
35+
</a>
36+
<a href="https://github.com/Cre4T3Tiv3/gitvoyant/stargazers">
37+
<img src="https://img.shields.io/github/stars/Cre4T3Tiv3/gitvoyant?style=social" alt="GitHub Stars">
38+
</a>
2839
</p>
2940

41+
<!-- Author & Attribution Badges -->
3042
<p align="center">
43+
<a href="https://orcid.org/0009-0006-0322-7974">
44+
<img src="https://img.shields.io/badge/ORCID-0009--0006--0322--7974-A6CE39?logo=orcid&logoColor=white" alt="ORCID: 0009-0006-0322-7974">
45+
</a>
3146
<a href="https://bytestacklabs.com">
3247
<img src="https://img.shields.io/badge/Made%20by-ByteStack%20Labs-2ea44f" alt="ByteStack Labs">
3348
</a>
34-
<a href="https://github.com/Cre4T3Tiv3/gitvoyant/stargazers">
35-
<img src="https://img.shields.io/github/stars/Cre4T3Tiv3/gitvoyant?style=social" alt="GitHub Stars">
36-
</a>
37-
<a href="CONTRIBUTING.md" target="_blank">
38-
<img src="https://img.shields.io/badge/contributions-welcome-brightgreen.svg" alt="Contributions welcome">
49+
<a href="https://www.linkedin.com/in/jlmoses/">
50+
<img src="https://img.shields.io/badge/LinkedIn-Connect-0077B5?logo=linkedin&logoColor=white" alt="LinkedIn">
3951
</a>
4052
</p>
4153

@@ -513,4 +525,4 @@ gitvoyant analyze temporal . --help
513525
<p align="center">
514526
<strong>GitVoyant v0.2.0 - Where Temporal Intelligence Meets AI Engineering</strong><br>
515527
<em>Built with Domain-Driven Design • Powered by Statistical Analysis • Enhanced by AI</em>
516-
</p>
528+
</p>

0 commit comments

Comments
 (0)