-
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
Homepage #5
Homepage #5
Conversation
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-pond-042d21b03-5.westeurope.5.azurestaticapps.net |
… processing 📝 (content/company/_index.md): add overview page for company section 💄 (layouts/index.html, static/css/main.css): update headings and add new section for people Add support for processing markdown files in the outcomes directory to ensure consistency across all content directories. Introduce a new overview page for the company section to provide a better user experience. Update the layout and styles to improve the visual hierarchy and readability of headings, and add a new section to highlight the team members, enhancing the overall presentation of the website.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-pond-042d21b03-5.westeurope.5.azurestaticapps.net |
🔧 (header.html): improve navbar with collapsible sections for better UX ✨ (main-menu-section.html): add new partial for main menu section The capabilities page now includes a detailed description to better inform users about the services offered. The header navigation is updated to be collapsible, enhancing the user experience on smaller screens. A new partial for the main menu section is added to modularize the code and improve maintainability. ✨ (main-menu.html): add main navigation menu partial Introduce a new partial template for the main navigation menu to improve code modularity and reusability. This change allows for easier updates and maintenance of the navigation structure across the application. The new partial includes responsive design styles for both desktop and mobile views.
💄 (navbar): enhance main menu with new company section and styles Add a description meta tag to the company index page to improve SEO and provide a brief overview of the company's services. Enhance the main menu by adding a new company section with a dropdown that includes a description and links to team members. Update the CSS to style the new menu items and ensure a consistent look and feel across different screen sizes. This improves the user experience by making navigation more intuitive and informative.
- Update `main-menu-section.html` for better readability and structure. - Capitalize section comments in `main-menu.html` for consistency. - Enhance `main-menu.css` with better styling and hover effects. These changes improve the readability and maintainability of the main menu code. The CSS updates enhance the user experience by providing better visual feedback and ensuring the mega menu displays correctly on both desktop and mobile views.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-pond-042d21b03-5.westeurope.5.azurestaticapps.net |
♻️ (main-menu-section): remove unnecessary data-bs-toggle attribute 💄 (main-menu.css): improve CSS formatting and add comments for clarity The company link now uses the permalink, improving navigation by directing users to the correct page. The unnecessary `data-bs-toggle` attribute is removed from the section link to simplify the code. CSS formatting is improved for better readability, and comments are added to clarify the purpose of specific styles.
…e partial for main menu Remove redundant main navigation HTML from `header.html` and consolidate it into `main-menu.html` partial. This change improves code maintainability by centralizing the navigation structure in one place, making it easier to update and manage. Additionally, update the home link in `main-menu.html` to point to the root URL ("/") for better navigation consistency.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-pond-042d21b03-5.westeurope.5.azurestaticapps.net |
🔧 (main-menu.css): improve mega menu positioning and hover effects The main menu items now support dropdown functionality by adding the `data-bs-toggle="dropdown"` attribute. This enhances the user experience by allowing users to see sub-menu items. The CSS changes ensure that the mega menu is positioned correctly relative to its parent and that hover effects are applied consistently, improving the overall navigation experience.
Changing the `baseURL` to `/` allows the Hugo site to be more flexible and portable, making it easier to deploy in different environments without being tied to a specific domain.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-pond-042d21b03-5.westeurope.5.azurestaticapps.net |
…ed styling and functionality ♻️ (main-menu-company.html, main-menu-section.html): refactor mega menu structure for better readability and maintainability ✨ (main-menu.html): add JavaScript for hamburger menu toggle functionality 🔧 (main-menu2.html): create new partial for additional menu structure ♻️ (main-menu.css): update CSS for improved mega menu styling and responsiveness Bootstrap and Font Awesome are added to enhance the UI/UX with better styling and icons. The mega menu structure is refactored for better readability and maintainability. JavaScript is added to handle the hamburger menu toggle for mobile responsiveness. A new partial is created for additional menu structure, and CSS is updated to improve the mega menu's appearance and responsiveness.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-pond-042d21b03-5.westeurope.5.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-pond-042d21b03-5.westeurope.5.azurestaticapps.net |
…resources Introduce initial documentation for Agile Product Operating Model, Evidence-based Management, Kanban Method, and Scrum Framework. Also, add sections for blog, newsletters, and podcasts under Technically Agile resources. These changes provide a foundational structure for the documentation of various agile methodologies and resources, making it easier for users to navigate and access relevant information.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-pond-042d21b03-5.westeurope.5.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-pond-042d21b03-5.westeurope.5.azurestaticapps.net |
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-pond-042d21b03-5.westeurope.5.azurestaticapps.net |
Create index files for guides, learning series, podcasts, practices, recipes, and workshops. This provides an overview and structure for each resource section, improving navigation and organization on the website.
Azure Static Web Apps: Your stage site is ready! Visit it here: https://yellow-pond-042d21b03-5.westeurope.5.azurestaticapps.net |
No description provided.