Commit graph

11 commits

Author SHA1 Message Date
jupfi fbc6251c5d Made kumi happy. 2024-04-14 20:53:10 +02:00
jupfi e52d18db9f Improved mobile mode. 2024-04-14 20:33:19 +02:00
jupfi 4d4a996ced Updated colors and titlebar. 2024-04-14 20:30:39 +02:00
jupfi 7c685aac4e Updated text colors for improved contrast. 2024-04-14 15:20:02 +02:00
jupfi d402b232b7 Added support us button. 2024-04-14 15:03:42 +02:00
jupfi f46a47dc5b Added cool logo .png. 2024-04-14 14:37:46 +02:00
jupfi d90ca5bd6a Creation of membership and donations page. 2024-04-14 14:03:44 +02:00
Kumi 41ffe2a07f
Update Git links in footer
Simplified the footer's Git repository links by consolidating the
KumiGit and GitHub URLs into a single link to the unified Git platform.
This change streamlines the user navigation and reflects the recent
migration to a central repository system.
2024-02-15 16:16:30 +01:00
Kumi 911152fe1b
Update styling for enhanced visual harmony
Revamped the appearance of service boxes by introducing a new border color, increased padding, and an inset shadow, aligning them with a new coffee-themed color scheme. Modified the styling of navigation and footer elements to use the new `.bg-coffee` class, ensuring consistency across the UI. These changes improve the overall aesthetic coherence of the interface and enhance user visual experience.
2024-01-17 17:45:42 +01:00
Kumi ac055ffb3d
Updated Matrix link for consistent chat room naming
Fixed the Matrix chat room URL in the base template to align with the standardized room naming convention. This change simplifies user access and avoids confusion by ensuring consistency across communication platforms.
2024-01-17 17:17:02 +01:00
Kumi 7245f1474a
Initialized base HTML template and refactored pages
Implemented a shared base HTML template to DRY up the markup across the service’s various pages, including the index, legal, privacy, and terms pages. This centralizes common elements like headers, footers, and imports, facilitating easier updates and consistency in design across the platform. Existing content from these individual pages is now extending the base template, adhering to best practices in templating and reducing code duplication.
2024-01-01 12:14:51 +01:00