| <!doctype html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8"> |
| <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| <meta name="description" content="A front-end template that helps you build fast, modern mobile web apps."> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <title>footer test</title> |
| |
| <!-- Fonts --> |
| <link href='https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en' rel='stylesheet' type='text/css'> |
| <link href="https://fonts.googleapis.com/icon?family=Material+Icons" |
| rel="stylesheet"> |
| |
| <!-- Page styles --> |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/0.0.1/prism.min.css"> |
| <link rel="stylesheet" href="../../material.min.css"> |
| <link rel="stylesheet" href="../../components/demos.css"> |
| <script src="../../material.min.js"></script> |
| |
| |
| <style> |
| |
| </style> |
| |
| </head> |
| <body> |
| |
| <div style="padding-top: 24px;"> |
| |
| |
| <footer class="mdl-mega-footer"> |
| <div class="mdl-mega-footer__middle-section"> |
| |
| <div class="mdl-mega-footer__drop-down-section"> |
| <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> |
| <h1 class="mdl-mega-footer__heading">Features</h1> |
| <ul class="mdl-mega-footer__link-list"> |
| <li><a href="#">About</a></li> |
| <li><a href="#">Terms</a></li> |
| <li><a href="#">Partners</a></li> |
| <li><a href="#">Updates</a></li> |
| </ul> |
| </div> |
| |
| <div class="mdl-mega-footer__drop-down-section"> |
| <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> |
| <h1 class="mdl-mega-footer__heading">Details</h1> |
| <ul class="mdl-mega-footer__link-list"> |
| <li><a href="#">Specs</a></li> |
| <li><a href="#">Tools</a></li> |
| <li><a href="#">Resources</a></li> |
| </ul> |
| </div> |
| |
| <div class="mdl-mega-footer__drop-down-section"> |
| <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> |
| <h1 class="mdl-mega-footer__heading">Technology</h1> |
| <ul class="mdl-mega-footer__link-list"> |
| <li><a href="#">How it works</a></li> |
| <li><a href="#">Patterns</a></li> |
| <li><a href="#">Usage</a></li> |
| <li><a href="#">Products</a></li> |
| <li><a href="#">Contracts</a></li> |
| </ul> |
| </div> |
| |
| <div class="mdl-mega-footer__drop-down-section"> |
| <input class="mdl-mega-footer__heading-checkbox" type="checkbox" checked> |
| <h1 class="mdl-mega-footer__heading">FAQ</h1> |
| <ul class="mdl-mega-footer__link-list"> |
| <li><a href="#">Questions</a></li> |
| <li><a href="#">Answers</a></li> |
| <li><a href="#">Contact us</a></li> |
| </ul> |
| </div> |
| |
| </div> |
| |
| <div class="mdl-mega-footer__bottom-section"> |
| <div class="mdl-logo">Title</div> |
| <ul class="mdl-mega-footer__link-list"> |
| <li><a href="#">Help</a></li> |
| <li><a href="#">Privacy & Terms</a></li> |
| </ul> |
| </div> |
| |
| </footer> |
| |
| <footer class="mdl-mini-footer"> |
| <div class="mdl-mini-footer__left-section"> |
| <div class="mdl-logo">Title</div> |
| <ul class="mdl-mini-footer__link-list"> |
| <li><a href="#">Help</a></li> |
| <li><a href="#">Privacy & Terms</a></li> |
| </ul> |
| </div> |
| </footer> |
| |
| |
| </div> |
| <!-- Built with love using Material Design Lite --> |
| |
| |
| <script> |
| |
| </script> |
| </body> |
| </html> |