### Website Navigation Links Source: https://context7_llms Lists the primary navigation links for the We Do It Marketing website, providing access to different sections like services, vacancies, pricing, blog, about us, and contact. ```html ``` -------------------------------- ### CSS Styling for Website Layout Source: https://context7_llms This snippet contains various CSS rules used for styling different elements of the website, including background properties, margins, and padding. It also includes media queries for responsive adjustments on mobile devices. ```css .footer-column-4-row-0-margin { margin-top: 0px !important; margin-bottom: 0px !important; } .footer-column-8-row-0-margin { margin-top: 0px !important; margin-bottom: 25px !important; } .footer-column-5-row-1-margin { margin-top: 0px !important; margin-bottom: 25px !important; } .footer-column-1-row-0-margin { margin-top: 0px !important; margin-bottom: 25px !important; } .footer-column-1-row-0-padding { padding-left: 50px !important; } .footer-column-1-row-1-margin { margin-top: 0px !important; margin-bottom: 20px !important; } .footer-column-14-row-0-margin { margin-top: 0px !important; margin-bottom: 0px !important; } .footer-column-18-row-0-margin { margin-top: 0px !important; margin-bottom: 0px !important; } /* HubSpot Styles (mobile) */ @media (max-width: 1024px) { .footer-row-0-padding { padding-top: 20px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; } .footer-row-1-padding { padding-top: 0px !important; padding-bottom: 0px !important; padding-left: 0px !important; padding-right: 0px !important; } .footer-row-2-padding { padding-top: 20px !important; padding-bottom: 20px !important; padding-left: 20px !important; padding-right: 20px !important; } } ``` -------------------------------- ### Website Header Buttons Source: https://context7_llms Contains the main call-to-action button ('Neem contact op') and the search toggle functionality within the website header. ```html ``` -------------------------------- ### HTML Structure and Meta Tags Source: https://context7_llms This snippet represents the core HTML structure of the page, including meta tags for SEO and social sharing, canonical URL, and the integration of Google Analytics scripts. It also includes HubSpot-specific elements for content management. ```html