Updated the partner event card with a new ribbon design, left border highlight, and improved layout for better visibility. Simplified newsletter subscription text for conciseness. These changes enhance visual clarity and streamline user communication."
The subtitle block was moved inside its container for better structure and readability. This ensures that the 'event-title-container' only wraps the subtitle when it exists, eliminating unnecessary empty containers.
Removed redundant CSS for `.event-title` and adjusted font sizes directly in relevant selectors. Simplified HTML structure in `event_page.html` to align with updated styles. These changes improve consistency and maintainability of the event page layout.
Added a new 'website' field to the team_members StreamField in the AboutUsPage model. Updated the template to display the website link if provided, ensuring better flexibility for showcasing team member information.
Removed obsolete slider fields from the Homepage model and their corresponding panels. Updated StreamField configurations for AboutUsPage and EventPage models to enhance flexibility. Cleaned up legacy-related code for better maintainability.
Replaced legacy slide fields with a flexible StreamField approach for EventPage and HomePage models. Includes migrations for data transfer, template updates to support the new StreamField, and deprecation of legacy fields for backward compatibility.
Updated the "about us" page to use a styled list for contact info, improving alignment and readability. Added "phone" field support to the team card model and updated the template to display it. Consolidated and modernized styling for better responsiveness and consistency.
Implemented new responsive and visually appealing styles for the contact page, including animations and improved layout organization. Additionally, updated `ALLOWED_HOSTS` in the development settings to allow all hosts for easier testing in development environments.
Implemented a modernized design for the "About Us" page, adding custom styles, animations, and improved responsiveness. Enhanced the layout for mission, vision, team members, and additional content sections for better readability and user experience.
This commit introduces custom stylesheets for various UI components, enhancing typography, navigation, breadcrumbs, buttons, cards, event sections, footers, and more. These styles bring a cohesive design, improved responsiveness, and modern visual animations tailored to FEO GmbH's branding.
Revised the event calendar template for improved structure, semantics, and styling consistency. Added Bootstrap CSS for enhanced styling possibilities and updated the ICS link with a dedicated Django URL tag.
This commit introduces the AboutUsPage model for managing content like company mission, vision, history, team, and additional content using Wagtail StreamFields. A corresponding template is provided for rendering the page. Required dependencies, including crispy-bootstrap3 and django-recaptcha, are also added to the project.