Skip to content

Commit 7bebf1d

Browse files
aclark4lifeCopilot
andcommitted
Refresh site design, content, and layout
- New custom CSS design (dropped Bootstrap), redesigned footer - Bigger, higher-resolution header logo - Psychedelic hero background texture restored and credited (Jeremy Kun) - Reorganized page sections (docs/discuss/source moved up, Sponsor/ Enterprise grouped, History moved near the bottom, In Memory of Fredrik Lundh moved above the footer) - New "From PIL to Pillow" history timeline with corrected/updated copy and styling - Top nav merged into the header's upper-right actions (Project, Showcase, History + Sponsor button) - Floating "back to top" button (site's first bit of JS), shows only while scrolling/near bottom - Hero button copy/behavior fixes: "Download from PyPI" / "Read the docs" open in new tabs, Sponsor button links to #sponsor - Responsive fixes: hero buttons no longer wrap awkwardly at ~860-1024px, stack cleanly on mobile - Centered "Project" heading added above the docs/discuss/source list - Misc copy tweaks and spacing/padding polish throughout Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 59e72d3 commit 7bebf1d

9 files changed

Lines changed: 1075 additions & 125 deletions

.pre-commit-config.yaml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
exclude: ^assets/fontawesome/
2+
3+
repos:
4+
- repo: https://github.com/pre-commit/pre-commit-hooks
5+
rev: v5.0.0
6+
hooks:
7+
- id: trailing-whitespace
8+
- id: end-of-file-fixer
9+
- id: check-yaml
10+
- id: check-json
11+
- id: check-added-large-files
12+
- id: check-merge-conflict
13+
- id: mixed-line-ending

0 commit comments

Comments
 (0)