App Features
Help
Blog
Download
Menu
An icon of a close symbol
App Features
Help
Blog
Download
${businessSizeLabels[2]}
${businessSizeLabels[3]} ↗
`; const twilioServicesHTML = `
Twilio Programmable Messaging logo
${twilioServicesLabels[0]}
${twilioServicesLabels[1]}
${twilioServicesLabels[2]}
${twilioServicesLabels[3]}
${twilioServicesLabels[4]}
`; if (solutionsDropdown) { let industriesColumn = solutionsDropdown[2]; let industriesCTA = industriesColumn.getElementsByClassName( "navigation-dropdown-list" )[0]; industriesCTA.insertAdjacentHTML("afterend", businessSize); let partnersColumn = solutionsDropdown[3]; let partnersLastDiv = partnersColumn.getElementsByClassName( "navigation-dropdown-list" )[0]; partnersLastDiv.insertAdjacentHTML("afterend", twilioServicesHTML); } // mobile nav const paddingTopMobile = "5.5rem"; let solutionsDropdownMobile = document .getElementsByClassName("navigation-mobile-menu")[0] .getElementsByClassName("navigation-dropdown four-columns")[1] .getElementsByClassName("navigation-dropdown-section"); const businessSizeMobile = `
${businessSizeLabels[0]}
${businessSizeLabels[1]}
${businessSizeLabels[2]}
${businessSizeLabels[3]} ↗
`; const twilioServicesHTMLMobile = `
Twilio Programmable Messaging logo
${twilioServicesLabels[0]}
${twilioServicesLabels[1]}
${twilioServicesLabels[2]}
${twilioServicesLabels[3]}
${twilioServicesLabels[4]}
`; if (solutionsDropdownMobile) { let industriesColumnMobile = solutionsDropdownMobile[2]; let industriesCTAMobile = industriesColumnMobile.getElementsByClassName( "navigation-dropdown-list" )[0]; industriesCTAMobile.insertAdjacentHTML("afterend", businessSizeMobile); let partnersColumnMobile = solutionsDropdownMobile[3]; let partnersLastDivMobile = partnersColumnMobile.getElementsByClassName( "navigation-dropdown-list" )[0]; partnersLastDivMobile.insertAdjacentHTML( "afterend", twilioServicesHTMLMobile ); }