Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed images/Tidelift-shorthand-mark_black.png
Binary file not shown.
Binary file modified images/Tidelift_primary-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/bg_hr.png
Binary file not shown.
Binary file removed images/blacktocat.png
Binary file not shown.
Binary file removed images/example1.png
Binary file not shown.
Binary file removed images/icon_download.png
Binary file not shown.
Binary file modified images/img49.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/pillow-logo-dark-text-200x71.png
Binary file not shown.
Binary file added images/pillow-logo-light-text-120x60.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed images/pillow-logo-light-text-1280x640.png
Binary file not shown.
Binary file removed images/pillow-logo-light-text-200x71.png
Binary file not shown.
Binary file modified images/pillow-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 5 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
<nav class="navbar navbar-dark bg-dark">
<div class="container">
<a class="navbar-brand" href="/">
<img src="images/pillow-logo-light-text-1280x640.png"
<img src="images/pillow-logo-light-text-120x60.png"
width="120"
height="60"
alt="Pillow logo with text"
class="d-inline-block align-text-top">
Expand Down Expand Up @@ -68,7 +69,8 @@
<div class="container-fluid p-5 bg-white border rounded-3" style="--bs-bg-opacity: .93;">
<div id="jumbotron-icon">
<img src="./images/pillow-logo-248x250.png"
height="248"
width="248"
height="250"
alt="Pillow logo"
class="img-fluid">
</div>
Expand Down Expand Up @@ -144,7 +146,7 @@ <h2 class="card-title">Source Code</h2>
<div class="container">
<div class="container-fluid pt-5 pb-4 rounded-3 text-center bg-white rounded-3 border my-5">
<h2>For Enterprise</h2>
<img class="img-fluid py-5" src="images/Tidelift_primary-logo.png" width="600">
<img alt="Tidelift logo" class="img-fluid py-5" src="images/Tidelift_primary-logo.png" width="600" height="88">
<p>Available as part of the Tidelift Subscription.</p>
<p class="col-lg-8 mx-auto text-center pb-3">
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.
Expand Down