Skip to content

Commit cd04fd8

Browse files
aclark4lifeCopilot
andcommitted
Address more Copilot review feedback
- Replace inline style with a semantic .sponsor-cta class - Update footer copyright year range to 2026 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 3000e73 commit cd04fd8

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

assets/css/pillow.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -469,6 +469,10 @@ section {
469469
margin-right: .5rem;
470470
}
471471

472+
.sponsor-cta {
473+
text-align: center;
474+
}
475+
472476
@media (max-width: 760px) {
473477
.sponsor-grid {
474478
grid-template-columns: 1fr;

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ <h2><i class="fas fa-heart" aria-hidden="true"></i> Support Pillow's Future</h2>
128128
<div class="sponsor-chip"><i class="fas fa-code-branch" aria-hidden="true"></i> Prioritize reviewing PRs and issues</div>
129129
<div class="sponsor-chip"><i class="fas fa-users" aria-hidden="true"></i> Sustain the maintainers who ship Pillow</div>
130130
</div>
131-
<div style="text-align: center;">
131+
<div class="sponsor-cta">
132132
<a class="btn btn-sponsor-light btn-lg" href="https://github.com/sponsors/python-pillow">
133133
<i class="fas fa-heart" aria-hidden="true"></i> Become a GitHub Sponsor</a>
134134
</div>
@@ -296,7 +296,7 @@ <h4><i class="fas fa-heart" aria-hidden="true"></i> Support Pillow</h4>
296296
</div>
297297
<div class="wrap footer-bottom">
298298
<p>
299-
&copy; 1995-2011 Fredrik Lundh and contributors. &copy; 2010-2024 Jeffrey 'Alex' Clark and
299+
&copy; 1995-2011 Fredrik Lundh and contributors. &copy; 2010-2026 Jeffrey 'Alex' Clark and
300300
<a href="https://github.com/python-pillow/Pillow/graphs/contributors">contributors</a>.
301301
Logo by Alastair Houghton. Psychedelic art by Jeremy Kun.
302302
</p>

0 commit comments

Comments
 (0)