Copybara bot | be50d49 | 2023-11-30 00:16:42 +0100 | [diff] [blame^] | 1 | <!doctype html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="utf-8"> |
| 5 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 6 | <meta name="description" content="A front-end template that helps you build fast, modern mobile web apps."> |
| 7 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 8 | <title>footer test</title> |
| 9 | |
| 10 | <!-- Fonts --> |
| 11 | <link href='https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en' rel='stylesheet' type='text/css'> |
| 12 | <link href="https://fonts.googleapis.com/icon?family=Material+Icons" |
| 13 | rel="stylesheet"> |
| 14 | |
| 15 | <!-- Page styles --> |
| 16 | <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/0.0.1/prism.min.css"> |
| 17 | <link rel="stylesheet" href="../../material.min.css"> |
| 18 | <link rel="stylesheet" href="../../components/demos.css"> |
| 19 | <script src="../../material.min.js"></script> |
| 20 | |
| 21 | |
| 22 | <style> |
| 23 | |
| 24 | </style> |
| 25 | |
| 26 | </head> |
| 27 | <body> |
| 28 | |
| 29 | <div style="padding-top: 24px;"> |
| 30 | |
| 31 | |
| 32 | <footer class="mdl-mega-footer"> |
| 33 | <div class="mdl-mega-footer__middle-section"> |
| 34 | |
| 35 | <div class="mdl-mega-footer__drop-down-section"> |
| 36 | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> |
| 37 | <h1 class="mdl-mega-footer__heading">Features</h1> |
| 38 | <ul class="mdl-mega-footer__link-list"> |
| 39 | <li><a href="#">About</a></li> |
| 40 | <li><a href="#">Terms</a></li> |
| 41 | <li><a href="#">Partners</a></li> |
| 42 | <li><a href="#">Updates</a></li> |
| 43 | </ul> |
| 44 | </div> |
| 45 | |
| 46 | <div class="mdl-mega-footer__drop-down-section"> |
| 47 | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> |
| 48 | <h1 class="mdl-mega-footer__heading">Details</h1> |
| 49 | <ul class="mdl-mega-footer__link-list"> |
| 50 | <li><a href="#">Specs</a></li> |
| 51 | <li><a href="#">Tools</a></li> |
| 52 | <li><a href="#">Resources</a></li> |
| 53 | </ul> |
| 54 | </div> |
| 55 | |
| 56 | <div class="mdl-mega-footer__drop-down-section"> |
| 57 | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> |
| 58 | <h1 class="mdl-mega-footer__heading">Technology</h1> |
| 59 | <ul class="mdl-mega-footer__link-list"> |
| 60 | <li><a href="#">How it works</a></li> |
| 61 | <li><a href="#">Patterns</a></li> |
| 62 | <li><a href="#">Usage</a></li> |
| 63 | <li><a href="#">Products</a></li> |
| 64 | <li><a href="#">Contracts</a></li> |
| 65 | </ul> |
| 66 | </div> |
| 67 | |
| 68 | <div class="mdl-mega-footer__drop-down-section"> |
| 69 | <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> |
| 70 | <h1 class="mdl-mega-footer__heading">FAQ</h1> |
| 71 | <ul class="mdl-mega-footer__link-list"> |
| 72 | <li><a href="#">Questions</a></li> |
| 73 | <li><a href="#">Answers</a></li> |
| 74 | <li><a href="#">Contact us</a></li> |
| 75 | </ul> |
| 76 | </div> |
| 77 | |
| 78 | </div> |
| 79 | |
| 80 | <div class="mdl-mega-footer__bottom-section"> |
| 81 | <div class="mdl-logo">Title</div> |
| 82 | <ul class="mdl-mega-footer__link-list"> |
| 83 | <li><a href="#">Help</a></li> |
| 84 | <li><a href="#">Privacy & Terms</a></li> |
| 85 | </ul> |
| 86 | </div> |
| 87 | |
| 88 | </footer> |
| 89 | |
| 90 | <footer class="mdl-mini-footer"> |
| 91 | <div class="mdl-mini-footer__left-section"> |
| 92 | <div class="mdl-logo">Title</div> |
| 93 | <ul class="mdl-mini-footer__link-list"> |
| 94 | <li><a href="#">Help</a></li> |
| 95 | <li><a href="#">Privacy & Terms</a></li> |
| 96 | </ul> |
| 97 | </div> |
| 98 | </footer> |
| 99 | |
| 100 | |
| 101 | </div> |
| 102 | <!-- Built with love using Material Design Lite --> |
| 103 | |
| 104 | |
| 105 | <script> |
| 106 | |
| 107 | </script> |
| 108 | </body> |
| 109 | </html> |