-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update working with us #310
Conversation
Refactor the HTML structure by moving the "taking-on-new-client" partial to a dedicated components directory, improving organization. Introduce new components for "admin-dropdown" and "share-dropdown" to enhance modularity and reusability across different parts of the site. This change reduces duplication and simplifies maintenance by centralizing shared functionality in dedicated partials. Additionally, update the layout to improve responsiveness and ensure consistent styling across different screen sizes.
The "Share" button is now hidden in production environments to prevent unnecessary sharing options during live deployment. The text on the "new client" button is updated to "Accepting 1 new client!" for clarity. Additionally, text styling is improved for better readability and consistency across the modal content. These changes enhance user experience by providing clearer messaging and a cleaner interface.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-pond-042d21b03-310.westeurope.5.azurestaticapps.net |
…tainability 🔧 (admin-dropdown.html): fix ref shortcode formatting for consistent link generation The changes update markdown links to use Hugo's `ref` shortcode, which ensures that links are automatically updated if the file paths change, improving maintainability. Additionally, the admin dropdown component's ref shortcode formatting is corrected to ensure consistent and accurate link generation. These changes enhance the site's robustness and ease of content management.
Fix a typo in the word "possible" to improve readability and professionalism. Add a new value proposition, "Evidence-Based Leadership," to highlight the use of real-time analytics and data-driven decision-making, enhancing the document's value propositions section.
…estriction The conditional class that hides the share button in production is removed. This change ensures that the share button is always visible, regardless of the environment, enhancing user experience by consistently providing sharing options.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-pond-042d21b03-310.westeurope.5.azurestaticapps.net |
…icons The button for accepting new clients is now replaced with an animated text component. This change improves the user interface by making the call-to-action more visually appealing and engaging. The animation draws attention to the message, potentially increasing user interaction. The use of flexbox ensures proper alignment of icons and text, while the animation provides a smooth transition effect, enhancing the overall user experience.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-pond-042d21b03-310.westeurope.5.azurestaticapps.net |
Introduce a new partial component `taking-on-new-client-poc-cycle.html` to enhance the client acquisition section with a modal and animation. The new component provides a more engaging and informative experience for potential clients by detailing the benefits of working with us and encouraging them to get in touch. The animation adds a dynamic element to the page, drawing attention to the offer. ♻️ (footer.html): remove unnecessary newline for cleaner code Remove an extra newline in the footer.html file to improve code readability and maintain consistency in the file structure.
…ng-on-new-client-poc-cycle partial The change replaces the "taking-on-new-client" partial with the "taking-on-new-client-poc-cycle" partial. This update likely reflects a shift in the process or focus, possibly indicating a new or updated client onboarding cycle. The change ensures that the correct and updated component is used in the breadcrumbs layout.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-pond-042d21b03-310.westeurope.5.azurestaticapps.net |
No description provided.