Skip to content

Commit 4ec13e8

Browse files
committed
Ship it
1 parent feea0fb commit 4ec13e8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
</nav>
2929
<div class="container py-5 mt-pillow">
3030
<div class="p-5 mb-4 bg-pillow rounded-3">
31-
<div class="container-fluid p-5 bg-light border rounded-1">
31+
<div class="container-fluid p-5 bg-white border rounded-1">
3232
<h1 class="display-5 fw-bold">Welcome</h1>
3333
<div class="col-md-12 fs-4"><p>This is the home of Pillow, the friendly PIL fork. PIL is an acronym for Python Imaging Library.</p><p class>If you have ever worried or wondered about the future of PIL, please stop. We're here to save the day.</p>
3434
</div>
@@ -37,19 +37,19 @@ <h1 class="display-5 fw-bold">Welcome</h1>
3737
<div class="row">
3838
<div class="col-md-12">
3939
<div class="p-4 mb-4 text-center">
40-
<h2><a target="_blank" class="text-decoration-none" href="https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/9.0.0.rst#900">In memory of Fredrik Lundh</a></h2>
40+
<h2><a target="_blank" class="text-decoration-none text-dark" href="https://github.com/python-pillow/Pillow/blob/main/docs/releasenotes/9.0.0.rst#900">In memory of Fredrik Lundh</a></h2>
4141
</div>
4242
</div>
4343
</div>
4444
<div class="row align-items-md-stretch">
4545
<div class="col-md-4">
4646
<div class="h-100 p-5 bg-dark text-light rounded-3">
4747
<h2>Documentation</h2>
48-
<p>Our <a target="_blank" href="https://pillow.readthedocs.io/">documentation</a> is hosted by Read the Docs and includes <a target="_blank" href="https://pillow.readthedocs.io/en/stable/installation.html">installation instructions</a>, <a target="_blank" href="https://pillow.readthedocs.io/en/stable/handbook/index.html">handbook</a>, <a target="_blank" href= "https://pillow.readthedocs.io/en/stable/reference/index.html">API reference</a> and <a target="_blank" href="https://pillow.readthedocs.io/en/stable/releasenotes/index.html">release notes</a>.</p>
48+
<p>Our <a target="_blank" href="https://pillow.readthedocs.io/">documentation</a> is hosted by Read the Docs and includes <a target="_blank" href="https://pillow.readthedocs.io/en/stable/installation.html">installation instructions</a>, <a target="_blank" href="https://pillow.readthedocs.io/en/stable/handbook/index.html">handbook</a>, <a target="_blank" href= "https://pillow.readthedocs.io/en/stable/reference/index.html">API reference</a> and <a target="_blank" href="https://pillow.readthedocs.io/en/stable/releasenotes/index.html">release notes</a>.</p>
4949
</div>
5050
</div>
5151
<div class="col-md-4">
52-
<div class="h-100 p-5 bg-light border rounded-3">
52+
<div class="h-100 p-5 bg-white border rounded-3">
5353
<h2>Discussion</h2>
5454
<p>Discussion about Pillow development, programming and technical issues occurs on <a target="_blank" href="https://github.com/python-pillow/Pillow/issues">GitHub</a>, <a target="_blank" href="https://stackoverflow.com/questions/tagged/python-imaging-library">Stack Overflow</a> and <a target="_blank" href="https://gitter.im/python-pillow/Pillow">Gitter</a>.
5555
</div>
@@ -61,13 +61,13 @@ <h2>Source Code</h2>
6161
</div>
6262
</div>
6363
</div>
64-
<div class="h-100 p-5 rounded-3">
65-
<h2>For Enterprise</h2>
64+
<div class="h-100 p-5 rounded-3 text-center bg-white rounded-3 border my-5">
65+
<h2 class="py-5">For Enterprise</h2>
6666
<img class="img-fluid" src="images/Tidelift_primary-logo.png">
67-
<p>Available as part of the Tidelift Subscription.</p>
67+
<p class="py-5">Available as part of the Tidelift Subscription.</p>
6868
<p class="text-start">The maintainers of Pillow and thousands of other packages are working with Tidelift to deliver commercial support and maintenance for the open source dependencies you use to build your applications. Save time, reduce risk, and improve code health, while paying the maintainers of the exact dependencies you use.</p>
6969
<p class="text-center">
70-
<a target="_blank" class="btn btn-outline-dark btn-lg" href="https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=referral&utm_campaign=enterprise&utm_term=repo">Free Trial</a>
70+
<a target="_blank" class="btn btn-lg btn-outline-dark" href="https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=referral&utm_campaign=enterprise&utm_term=repo">Free Trial</a>
7171
</p>
7272
</div>
7373

0 commit comments

Comments
 (0)