Skip to content

Commit

Permalink
Add logo to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Sep 7, 2024
1 parent cde1aea commit 4783a02
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# The Selector Library
<!-- # The Selector Library -->
<h1>
The Selector Library
<img src="book/content/selector_logo.png" alt="Logo" align="right" width="120">
</h1>

[![This project supports Python 3.7+](https://img.shields.io/badge/Python-3.7+-blue.svg)](https://python.org/downloads)
[![This project supports Python 3.9+](https://img.shields.io/badge/Python-3.9+-blue.svg)](https://python.org/downloads)
[![GPLv3 License](https://img.shields.io/badge/License-GPL%20v3-yellow.svg)](https://opensource.org/licenses/)
[![GitHub Actions CI Tox Status](https://github.com/theochem/Selector/actions/workflows/ci_tox.yml/badge.svg?branch=main)](https://github.com/theochem/Selector/actions/workflows/ci_tox.yml)
[![codecov](https://codecov.io/gh/theochem/Selector/graph/badge.svg?token=0UJixrJfNJ)](https://codecov.io/gh/theochem/Selector)
Expand Down

0 comments on commit 4783a02

Please sign in to comment.