Skip to content

Commit df542ae

Browse files
committed
Add new styles and assets for the 2026 anniversary celebration
- Created mobile-specific CSS styles for the anniversary event. - Added multiple PNG images for the gallery section of the 2026 anniversary. - Implemented new Vue components for the Anniversary2026View, LetterView2026, and GalleryView2026. - Updated navigation links in the CelebrationView to point to the 2025 anniversary. - Enhanced layout and styling for the letter and gallery views to improve user experience.
1 parent c46b43c commit df542ae

348 files changed

Lines changed: 1429 additions & 20 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.vitepress/theme/index.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,15 @@ let customRoutes = [{
1818
}, {
1919
"path": "/about",
2020
"redirect": "/"
21+
}, {
22+
"path": "/celebration",
23+
"redirect": "/anniversary/2025"
24+
}, {
25+
"path": "/celebration/gallery",
26+
"redirect": "/anniversary/2025/gallery"
27+
}, {
28+
"path": "/celebration/hole",
29+
"redirect": "/anniversary/2025/hole"
2130
}]
2231

2332
export default {

src/anniversary/2025.md

Lines changed: 10 additions & 0 deletions

src/anniversary/2025/gallery.md

Lines changed: 10 additions & 0 deletions

src/anniversary/2025/hole.md

Lines changed: 10 additions & 0 deletions

src/anniversary/2026.md

Lines changed: 10 additions & 0 deletions

src/anniversary/2026/gallery.md

Lines changed: 10 additions & 0 deletions

src/anniversary/2026/letter.md

Lines changed: 10 additions & 0 deletions

src/celebration.md

Lines changed: 4 additions & 4 deletions

src/celebration/gallery.md

Lines changed: 4 additions & 4 deletions

src/celebration/hole.md

Lines changed: 4 additions & 4 deletions

0 commit comments

Comments
 (0)