Copybara bot | be50d49 | 2023-11-30 00:16:42 +0100 | [diff] [blame^] | 1 | <footer class="mdl-mega-footer"> |
| 2 | <div class="mdl-mega-footer__middle-section"> |
| 3 | |
| 4 | <div class="mdl-mega-footer__drop-down-section"> |
| 5 | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> |
| 6 | <h1 class="mdl-mega-footer__heading">Features</h1> |
| 7 | <ul class="mdl-mega-footer__link-list"> |
| 8 | <li><a href="#">About</a></li> |
| 9 | <li><a href="#">Terms</a></li> |
| 10 | <li><a href="#">Partners</a></li> |
| 11 | <li><a href="#">Updates</a></li> |
| 12 | </ul> |
| 13 | </div> |
| 14 | |
| 15 | <div class="mdl-mega-footer__drop-down-section"> |
| 16 | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> |
| 17 | <h1 class="mdl-mega-footer__heading">Details</h1> |
| 18 | <ul class="mdl-mega-footer__link-list"> |
| 19 | <li><a href="#">Specs</a></li> |
| 20 | <li><a href="#">Tools</a></li> |
| 21 | <li><a href="#">Resources</a></li> |
| 22 | </ul> |
| 23 | </div> |
| 24 | |
| 25 | <div class="mdl-mega-footer__drop-down-section"> |
| 26 | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> |
| 27 | <h1 class="mdl-mega-footer__heading">Technology</h1> |
| 28 | <ul class="mdl-mega-footer__link-list"> |
| 29 | <li><a href="#">How it works</a></li> |
| 30 | <li><a href="#">Patterns</a></li> |
| 31 | <li><a href="#">Usage</a></li> |
| 32 | <li><a href="#">Products</a></li> |
| 33 | <li><a href="#">Contracts</a></li> |
| 34 | </ul> |
| 35 | </div> |
| 36 | |
| 37 | <div class="mdl-mega-footer__drop-down-section"> |
| 38 | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> |
| 39 | <h1 class="mdl-mega-footer__heading">FAQ</h1> |
| 40 | <ul class="mdl-mega-footer__link-list"> |
| 41 | <li><a href="#">Questions</a></li> |
| 42 | <li><a href="#">Answers</a></li> |
| 43 | <li><a href="#">Contact us</a></li> |
| 44 | </ul> |
| 45 | </div> |
| 46 | |
| 47 | </div> |
| 48 | |
| 49 | <div class="mdl-mega-footer__bottom-section"> |
| 50 | <div class="mdl-logo">Title</div> |
| 51 | <ul class="mdl-mega-footer__link-list"> |
| 52 | <li><a href="#">Help</a></li> |
| 53 | <li><a href="#">Privacy & Terms</a></li> |
| 54 | </ul> |
| 55 | </div> |
| 56 | |
| 57 | </footer> |