Skip to content

Commit 96786a5

Browse files
RD: Use stripped down HTML to center logo
1 parent c1fc2c9 commit 96786a5

1 file changed

Lines changed: 17 additions & 23 deletions

File tree

README.rst

Lines changed: 17 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,56 +1,50 @@
11
.. raw:: html
22

3-
<p style="display: flex; align-items: center; justify-content: center; gap: 0.5rem;">
4-
<a href="https://predsci.com">
5-
<img
6-
src="https://www.predsci.com/corona/apr2024eclipse/images/psi_logo.png"
7-
alt="Predictive Science Inc. logo"
8-
width="50px"
9-
/>
10-
</a>
11-
<span style="font-size: 40px; font-weight: bold;">mapflpy</span>
12-
</p>
3+
<h1 align="center">
4+
<a href="https://predsci.com">
5+
<img
6+
src="https://www.predsci.com/corona/apr2024eclipse/images/psi_logo.png"
7+
alt="Predictive Science Inc. logo"
8+
width="50"
9+
/>
10+
</a>
11+
mapflpy
12+
</h1>
1313

14-
<p style="text-align: center;">
14+
<p align="center">
1515
<a href="https://pypi.org/project/mapflpy">
1616
<img src="https://img.shields.io/pypi/v/mapflpy?logo=pypi&logoColor=white" alt="PyPI">
1717
</a>
18-
</p>
18+
<br/>
1919

20-
<p style="text-align: center;">
2120
<a href="https://pypi.org/project/mapflpy">
2221
<img src="https://img.shields.io/pypi/pyversions/mapflpy.svg?logo=python&label=python&logoColor=white" alt="Python versions">
2322
</a>
24-
</p>
23+
<br/>
2524

26-
<p style="text-align: center;">
2725
<a href="https://opensource.org/license/apache-2-0/">
2826
<img src="https://img.shields.io/pypi/l/mapflpy?logo=apache&logoColor=white" alt="License">
2927
</a>
30-
</p>
28+
<br/>
3129

32-
<p style="text-align: center;">
3330
<a href="https://github.com/predsci/mapflpy/blob/main/pyproject.toml">
3431
<img src="https://img.shields.io/librariesio/github/predsci/mapflpy?logo=Libraries.io&logoColor=white" alt="Libraries.io status">
3532
</a>
36-
</p>
33+
<br/>
3734

38-
<p style="text-align: center;">
3935
<a href="https://github.com/predsci/mapflpy/actions/workflows/publish.yml">
4036
<img src="https://github.com/predsci/mapflpy/actions/workflows/publish.yml/badge.svg" alt="Publish workflow">
4137
</a>
42-
</p>
38+
<br/>
4339

44-
<p style="text-align: center;">
4540
<a href="https://predsci.com/doc/mapflpy">
4641
<img src="https://github.com/predsci/mapflpy/actions/workflows/docs.yml/badge.svg" alt="Docs workflow">
4742
</a>
43+
<br/>
4844
</p>
4945

5046
----
5147

52-
----
53-
5448
Python extension for tracing field lines using the
5549
`MapFL <https://github.com/predsci/MapFL>`_ Fortran tracer.
5650

0 commit comments

Comments
 (0)