Skip to content

Commit ab093a3

Browse files
committed
Update
1 parent 8d0a4e1 commit ab093a3

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

index.html

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,10 @@
4848
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
4949
<ul class="navbar-nav mr-auto">
5050
<li class="nav-item">
51-
<a class="nav-link" href="#">Link</a>
52-
</li>
53-
<li class="nav-item">
54-
<a class="nav-link disabled" href="#" tabindex="-1" aria-disabled="true">Disabled</a>
51+
<a class="nav-link" href="#tidelift">Enterprise</a>
5552
</li>
5653
<li class="nav-item dropdown">
57-
<a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Dropdown</a>
54+
<a class="nav-link dropdown-toggle" href="#" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Documentation</a>
5855
<div class="dropdown-menu" aria-labelledby="dropdown01">
5956
<a class="dropdown-item" href="#">Action</a>
6057
<a class="dropdown-item" href="#">Another action</a>
@@ -95,9 +92,14 @@ <h2>Source Code</h2>
9592
<p><a target="_blank" class="btn btn-secondary" href="https://github.com/python-pillow/Pillow" role="button"><i class="fab fa-github mr-1"></i>View details &raquo;</a></p>
9693
</div>
9794
</div>
98-
<div class="row justify-content-center mt-3 bg-light p-3">
95+
<div class="row justify-content-center mt-3 bg-light p-3" id="tidelift">
9996
<div class="col-md-8 text-center">
100-
<h2>For Enterprise</h2>
97+
<p>
98+
<h2>For Enterprise</h2>
99+
</p>
100+
<p>
101+
<img class="img-fluid" src="images/Tidelift_primary-logo.png">
102+
</p>
101103
<p>Available as part of the Tidelift Subscription.</p>
102104
<p class="text-left">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>
103105
<p><a target="_blank" class="btn btn-primary btn-lg" href="https://tidelift.com/subscription/pkg/pypi-pillow?utm_source=pypi-pillow&utm_medium=referral&utm_campaign=enterprise&utm_term=repo">Learn more.</a></p>

0 commit comments

Comments
 (0)