-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: improve readme markdown style & colors
- Loading branch information
1 parent
1f543ed
commit cb62458
Showing
1 changed file
with
18 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,25 @@ | ||
![PharMeBanner](https://user-images.githubusercontent.com/61618825/178254913-01b8ca46-c530-454c-9a64-a1eaa7a238e5.png) | ||
![PharMe Banner](https://user-images.githubusercontent.com/61618825/178254913-01b8ca46-c530-454c-9a64-a1eaa7a238e5.png) | ||
|
||
**<h1 style="text-align: center;"> | ||
Pharmaceutical insights tailored to your personal genome</h1>** | ||
# Pharmaceutical insights tailored to your personal genome | ||
|
||
| | CI/CD | Code Coverage | | ||
| --- | --- | --- | | ||
| 📝 Annotation Server | ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/hpi-dhc/pharme/Annotation%20Server?color=f97316&label=Build&logo=github&logoColor=f97316&style=for-the-badge) | ![Codecov branch](https://img.shields.io/codecov/c/github/hpi-dhc/pharme/main?color=f97316&flag=annotation-server&label=Coverage&logo=codecov&logoColor=f97316&style=for-the-badge&token=1Q3F9M0SJN) | | ||
| 📱 App | ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/hpi-dhc/pharme/App?color=3b82f6&label=Build&logo=github&logoColor=3b82f6&style=for-the-badge) | ![Codecov branch](https://img.shields.io/codecov/c/github/hpi-dhc/pharme/main?color=3b82f6&flag=app&label=Coverage&logo=codecov&logoColor=3b82f6&style=for-the-badge&token=1Q3F9M0SJN) | | ||
| 🧪 Lab Server | ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/hpi-dhc/pharme/Lab%20Server?color=d946ef&label=Build&logo=github&logoColor=d946ef&style=for-the-badge) | ![Codecov branch](https://img.shields.io/codecov/c/github/hpi-dhc/pharme/main?color=d946ef&flag=lab-server&label=Coverage&logo=codecov&logoColor=d946ef&style=for-the-badge&token=1Q3F9M0SJN) | | ||
| | CI/CD | Code Coverage | | ||
| ------------------------------------------- | ------------------------------- | ----------------------- | | ||
| 📝 [Annotation Server](./annotation-server) | ![GitHub Workflow Status][AS_B] | ![Codecov branch][AS_C] | | ||
| 📱 [App](./app) | ![GitHub Workflow Status][AP_B] | ![Codecov branch][AP_C] | | ||
| 🧪 [Lab Server](./lab-server) | ![GitHub Workflow Status][LS_B] | ![Codecov branch][LS_C] | | ||
|
||
## 🤝 Contributing | ||
|
||
Contributions, issues and feature requests are welcome. Please read our | ||
[Contribution Guide](CONTRIBUTING.md) to get started. | ||
|
||
<!-- References to badges --> | ||
<!-- This won't be visible, keep it at the bottom of the file. --> | ||
<!-- Build --> | ||
[AS_B]: https://img.shields.io/github/workflow/status/hpi-dhc/pharme/Annotation%20Server?color=926CFF&label=Build&logo=github&logoColor=926CFF&style=for-the-badge | ||
[AP_B]: https://img.shields.io/github/workflow/status/hpi-dhc/pharme/App?color=7277FF&label=Build&logo=github&logoColor=7277FF&style=for-the-badge | ||
[LS_B]: https://img.shields.io/github/workflow/status/hpi-dhc/pharme/Lab%20Server?color=769FFF&label=Build&logo=github&logoColor=769FFF&style=for-the-badge | ||
<!-- Coverage --> | ||
[AS_C]: https://img.shields.io/codecov/c/github/hpi-dhc/pharme/main?color=926CFF&flag=annotation-server&label=Coverage&logo=codecov&logoColor=926CFF&style=for-the-badge&token=1Q3F9M0SJN | ||
[AP_C]: https://img.shields.io/codecov/c/github/hpi-dhc/pharme/main?color=7277FF&flag=app&label=Coverage&logo=codecov&logoColor=7277FF&style=for-the-badge&token=1Q3F9M0SJN | ||
[LS_C]: https://img.shields.io/codecov/c/github/hpi-dhc/pharme/main?color=769FFF&flag=lab-server&label=Coverage&logo=codecov&logoColor=769FFF&style=for-the-badge&token=1Q3F9M0SJN |