### Resources and Blog Navigation Links Source: https://legittai.com/blog/legitt-ai-intelligent-enterprise-identity Provides navigation links for various resources like Release Notes, Videos, Product Tour, and Contract Management Software. Includes a section for blog discovery with a brief description. ```HTML Resources Release Notes Videos Product Tour Contract Management Software Blogs Discover the latest trends, best practices and more in the world of legal and legal tech. See All ``` -------------------------------- ### Initialize Google Tag Manager Source: https://legittai.com/blog/how-to-write-freelancer-proposal This JavaScript snippet initializes Google Tag Manager (GTM) by pushing a GTM start event to the dataLayer and asynchronously loading the GTM script. It's a standard setup for web analytics tracking and event management. ```javascript (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != "dataLayer" ? "&l=" + l : ""; j.async = true; j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl; f.parentNode.insertBefore(j, f); })(window, document, "script", "dataLayer", "GTM-NKFMC2R"); ``` -------------------------------- ### WordPress Emoji and Core Utility Script Configuration Source: https://legittai.com/blog/what-is-hold-harmless-agreement This JavaScript snippet configures settings for WordPress's emoji rendering, specifying base URLs and file extensions for emoji assets. It also includes the start of a minified, auto-generated WordPress core utility function, likely related to feature detection or session storage, which is common in WordPress installations for various functionalities. ```javascript /* li .ddropdown-menu{ top:84px; } .entry-content { li { list-style: disc !important; } } /*Demo CSS Gaurav */ .demo-banner-main-blog-container{ min-height: 200px !important; padding: 10px 20px !important; display: flex !important; flex-direction: column !important; } .demo-banner-main-heading-blog-container{ text-Align: center !important; font-Size: 35px !important; font-Weight: 700 !important; margin-top: 10px !important; margin-bottom: 20px !important; } .schedule-demo-inputGroup.hero-section-input{ width:50% !important; } .hero-section-email-input-container{ justify-content:center; } .schedule-demo-inputGroup label{ background-color: #f8f9fa; } .header-main-container { color: #000000 !important; padding: 0px 20px; display: flex; justify-content: space-between; background-color: #fff; z-index: 9999999; position: fixed; top: 0; left: 0; width: 100%; align-items: center; } .nav-center-container { display ``` -------------------------------- ### WordPress Emoji Settings Configuration Source: https://legittai.com/blog/how-to-track-changes-across-linked-contracts-automatically This JavaScript snippet, likely from a WordPress installation, configures the base URL and file extensions for emoji assets used on the website. Note: The provided snippet appears truncated. ```javascript window._wpemojiSettings = {"baseUrl":"https:\/\/s.w.org\/images\/core\/emoji\/15.1.0\/72x72\/","ext":".png","svgUrl":"https:\ ``` -------------------------------- ### CSS for Responsive Image Sizing Source: https://legittai.com/blog/smart-contract-analysis-with-legitt-ai This CSS rule targets images with `sizes` attributes set to 'auto' or starting with 'auto,'. It applies `contain-intrinsic-size` to reserve space for these images, helping to prevent layout shifts during page load. ```css img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px } ``` -------------------------------- ### Website Prefetching Configuration in JSON Source: https://legittai.com/blog/move-beyond-excel-dynamic-contract-reporting-legitt-ai This JSON configuration defines rules for prefetching resources on the website. It specifies that documents matching `/blog/*` should be prefetched, excluding certain WordPress administrative and content paths, and links with `nofollow` or `.no-prefetch` classes. The eagerness is set to conservative. ```JSON {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\\/blog\\/*"},{"not":{"href_matches":["\\/blog\\/wp-\*.php","\\/blog\\/wp-admin\\/*","\\/blog\\/wp-content\\/uploads\\/*","\\/blog\\/wp-content\\/*","\\/blog\\/wp-content\\/plugins\\/*","\\/blog\\/wp-content\\/themes\\/justread\\/*","\\/blog\\/*\\\\?(.+)"]}},{"not":{"selector_matches":"a\[rel~=\\"nofollow\\"\]"}},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]}},"eagerness":"conservative"}]} ``` -------------------------------- ### Product and Resource Sub-Navigation Links Source: https://legittai.com/blog/contract-hierarchies-smart-relationship-mapping-legitt-ai HTML content detailing the sub-navigation links for 'Product' and 'Resources' sections. This includes links to various contract management software, AI tools like contract generators and review tools, and free tools such as e-Signature and contract templates, along with resource links like release notes and blogs. ```HTML Content for the product details goes here. * [Home](/) Product Apps [Contract Management Software](https://legittai.com/contract-management-software) [Legitt AI CRM](https://legittai.com/legitt-ai-crm) [Legitt Lite](/legitt-lite) [Legitt Pro](/legitt-pro) [Vendor Contract Management Software](https://legittai.com/vendor-contract-management-software) AI Tools [AI Contract Generator](/contract-generator) [AI Contract Review](/contract-review) [AI Repo Analyzer](/repo-analyzer) [AI Sales Chatbot](https://legittai.com/sales-chatbot-software) [AI Proposal Generator](https://legittai.com/proposal-generator) Free Tools [e-Signature](/electronic-signature) [Free Contract Templates](/free-contract-templates) Resources [Release Notes](/release-notes) [Videos](/videos) [Product Tour](/product-tour) [Contract Management Software](/contract-management-software) Blogs Discover the latest trends, best practices and more in the world of legal and legal tech. [See All](/blog/) Company [About Us](/about-us) [Privacy Policy](/privacy-policy) [Schedule A Demo](/demo) ``` -------------------------------- ### Initialize Google Tag Manager Source: https://legittai.com/blog/what-is-legitt-draft This JavaScript snippet initializes Google Tag Manager (GTM) by loading the GTM script and pushing initial data to the `dataLayer`. It's a standard setup for web analytics and tag management. ```JavaScript (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != "dataLayer" ? "&l=" + l : ""; j.async = true; j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl; f.parentNode.insertBefore(j, f); })(window, document, "script", "dataLayer", "GTM-NKFMC2R"); ``` -------------------------------- ### JSON Configuration for Prefetching Blog Links Source: https://legittai.com/blog/missed-rfp-deadlines-proposal-complexity-legitt-ai This JSON object defines rules for prefetching web content, specifically targeting blog links. It specifies that document sources matching '/blog/*' should be prefetched conservatively, while explicitly excluding various WordPress administrative paths, content directories, and links marked with 'nofollow' or 'no-prefetch' classes to optimize resource loading. ```json {"prefetch":[{"source":"document","where":{"and":[{"href_matches":"\\/blog\\/\\*"},{"not":{"href_matches":["\\/blog\\/wp-\\*.php","\\/blog\\/wp-admin\\/\\*","\\/blog\\/wp-content\\/uploads\\/\\*","\\/blog\\/wp-content\\/\\*","\\/blog\\/wp-content\\/plugins\\/\\*","\\/blog\\/wp-content\\/themes\\/justread\\/\\*","\\/blog\\/\\*\\\\\\?(.+)"]}},{"not":{"selector_matches":"a\[rel~=\\"nofollow\\"\]"}}]},{"not":{"selector_matches":".no-prefetch, .no-prefetch a"}}]},"eagerness":"conservative"}]} ``` -------------------------------- ### Initialize Google Tag Manager (GTM) Source: https://legittai.com/blog/tracking-revenue-from-contracts-tools-techniques This JavaScript snippet initializes Google Tag Manager by pushing a 'gtm.start' event to the dataLayer and asynchronously loading the GTM script. It's a standard setup for web analytics tracking. ```JavaScript (function (w, d, s, l, i) { w[l] = w[l] || []; w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" }); var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != "dataLayer" ? "&l=" + l : ""; j.async = true; j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl; f.parentNode.insertBefore(j, f); })(window, document, "script", "dataLayer", "GTM-NKFMC2R"); ```