Skip to content

Commit 3dd526d

Browse files
authored
Merge pull request #37 from hugovk/optimise-images
Optimise images
2 parents c04fa79 + e956fe5 commit 3dd526d

13 files changed

+5
-3
lines changed
-2.24 KB
Binary file not shown.

images/Tidelift_primary-logo.png

-245 Bytes
Loading

images/bg_hr.png

-943 Bytes
Binary file not shown.

images/blacktocat.png

-1.39 KB
Binary file not shown.

images/example1.png

-15.3 KB
Binary file not shown.

images/icon_download.png

-1.13 KB
Binary file not shown.

images/img49.png

-1.91 KB
Loading
-15.6 KB
Binary file not shown.
6.28 KB
Loading
-224 KB
Binary file not shown.
-15.3 KB
Binary file not shown.

images/pillow-logo.png

-116 Bytes
Loading

index.html

+5-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
<nav class="navbar navbar-dark bg-dark">
1818
<div class="container">
1919
<a class="navbar-brand" href="/">
20-
<img src="images/pillow-logo-light-text-1280x640.png"
20+
<img src="images/pillow-logo-light-text-120x60.png"
21+
width="120"
2122
height="60"
2223
alt="Pillow logo with text"
2324
class="d-inline-block align-text-top">
@@ -68,7 +69,8 @@
6869
<div class="container-fluid p-5 bg-white border rounded-3" style="--bs-bg-opacity: .93;">
6970
<div id="jumbotron-icon">
7071
<img src="./images/pillow-logo-248x250.png"
71-
height="248"
72+
width="248"
73+
height="250"
7274
alt="Pillow logo"
7375
class="img-fluid">
7476
</div>
@@ -144,7 +146,7 @@ <h2 class="card-title">Source Code</h2>
144146
<div class="container">
145147
<div class="container-fluid pt-5 pb-4 rounded-3 text-center bg-white rounded-3 border my-5">
146148
<h2>For Enterprise</h2>
147-
<img class="img-fluid py-5" src="images/Tidelift_primary-logo.png" width="600">
149+
<img alt="Tidelift logo" class="img-fluid py-5" src="images/Tidelift_primary-logo.png" width="600" height="88">
148150
<p>Available as part of the Tidelift Subscription.</p>
149151
<p class="col-lg-8 mx-auto text-center pb-3">
150152
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.

0 commit comments

Comments
 (0)