Copybara bot | be50d49 | 2023-11-30 00:16:42 +0100 | [diff] [blame] | 1 | <!doctype html> |
| 2 | <!-- |
| 3 | Material Design Lite |
| 4 | Copyright 2015 Google Inc. All rights reserved. |
| 5 | |
| 6 | Licensed under the Apache License, Version 2.0 (the "License"); |
| 7 | you may not use this file except in compliance with the License. |
| 8 | You may obtain a copy of the License at |
| 9 | |
| 10 | https://www.apache.org/licenses/LICENSE-2.0 |
| 11 | |
| 12 | Unless required by applicable law or agreed to in writing, software |
| 13 | distributed under the License is distributed on an "AS IS" BASIS, |
| 14 | WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 15 | See the License for the specific language governing permissions and |
| 16 | limitations under the License |
| 17 | --> |
| 18 | <html lang="en"> |
| 19 | <head> |
| 20 | <meta charset="utf-8"> |
| 21 | <meta http-equiv="X-UA-Compatible" content="IE=edge"> |
| 22 | <meta name="description" content="A front-end template that helps you build fast, modern mobile web apps."> |
| 23 | <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0"> |
| 24 | <title>Material Design Lite</title> |
| 25 | |
| 26 | <!-- Add to homescreen for Chrome on Android --> |
| 27 | <meta name="mobile-web-app-capable" content="yes"> |
| 28 | <link rel="icon" sizes="192x192" href="images/android-desktop.png"> |
| 29 | |
| 30 | <!-- Add to homescreen for Safari on iOS --> |
| 31 | <meta name="apple-mobile-web-app-capable" content="yes"> |
| 32 | <meta name="apple-mobile-web-app-status-bar-style" content="black"> |
| 33 | <meta name="apple-mobile-web-app-title" content="Material Design Lite"> |
| 34 | <link rel="apple-touch-icon-precomposed" href="images/ios-desktop.png"> |
| 35 | |
| 36 | <!-- Tile icon for Win8 (144x144 + tile color) --> |
| 37 | <meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png"> |
| 38 | <meta name="msapplication-TileColor" content="#3372DF"> |
| 39 | |
| 40 | <link rel="shortcut icon" href="images/favicon.png"> |
| 41 | |
| 42 | <!-- SEO: If your mobile URL is different from the desktop URL, add a canonical link to the desktop page https://developers.google.com/webmasters/smartphone-sites/feature-phones --> |
| 43 | <!-- |
| 44 | <link rel="canonical" href="http://www.example.com/"> |
| 45 | --> |
| 46 | |
| 47 | <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&lang=en"> |
| 48 | <link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"> |
| 49 | <link rel="stylesheet" href="https://code.getmdl.io/1.3.0/material.grey-orange.min.css"> |
| 50 | <link rel="stylesheet" href="styles.css"> |
| 51 | <style> |
| 52 | #view-source { |
| 53 | position: fixed; |
| 54 | display: block; |
| 55 | right: 0; |
| 56 | bottom: 0; |
| 57 | margin-right: 40px; |
| 58 | margin-bottom: 40px; |
| 59 | z-index: 900; |
| 60 | } |
| 61 | </style> |
| 62 | </head> |
| 63 | <body> |
| 64 | <div class="demo-blog mdl-layout mdl-js-layout has-drawer is-upgraded"> |
| 65 | <main class="mdl-layout__content"> |
| 66 | <div class="demo-blog__posts mdl-grid"> |
| 67 | <div class="mdl-card coffee-pic mdl-cell mdl-cell--8-col"> |
| 68 | <div class="mdl-card__media mdl-color-text--grey-50"> |
| 69 | <h3><a href="entry.html">Coffee Pic</a></h3> |
| 70 | </div> |
| 71 | <div class="mdl-card__supporting-text meta mdl-color-text--grey-600"> |
| 72 | <div class="minilogo"></div> |
| 73 | <div> |
| 74 | <strong>The Newist</strong> |
| 75 | <span>2 days ago</span> |
| 76 | </div> |
| 77 | </div> |
| 78 | </div> |
| 79 | <div class="mdl-card something-else mdl-cell mdl-cell--8-col mdl-cell--4-col-desktop"> |
| 80 | <button class="mdl-button mdl-js-ripple-effect mdl-js-button mdl-button--fab mdl-color--accent"> |
| 81 | <i class="material-icons mdl-color-text--white" role="presentation">add</i> |
| 82 | <span class="visuallyhidden">add</span> |
| 83 | </button> |
| 84 | <div class="mdl-card__media mdl-color--white mdl-color-text--grey-600"> |
| 85 | <img src="images/logo.png"> |
| 86 | +1,337 |
| 87 | </div> |
| 88 | <div class="mdl-card__supporting-text meta meta--fill mdl-color-text--grey-600"> |
| 89 | <div> |
| 90 | <strong>The Newist</strong> |
| 91 | </div> |
| 92 | <ul class="mdl-menu mdl-js-menu mdl-menu--bottom-right mdl-js-ripple-effect" for="menubtn"> |
| 93 | <li class="mdl-menu__item">About</li> |
| 94 | <li class="mdl-menu__item">Message</li> |
| 95 | <li class="mdl-menu__item">Favorite</li> |
| 96 | <li class="mdl-menu__item">Search</li> |
| 97 | </ul> |
| 98 | <button id="menubtn" class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"> |
| 99 | <i class="material-icons" role="presentation">more_vert</i> |
| 100 | <span class="visuallyhidden">show menu</span> |
| 101 | </button> |
| 102 | </div> |
| 103 | </div> |
| 104 | <div class="mdl-card on-the-road-again mdl-cell mdl-cell--12-col"> |
| 105 | <div class="mdl-card__media mdl-color-text--grey-50"> |
| 106 | <h3><a href="entry.html">On the road again</a></h3> |
| 107 | </div> |
| 108 | <div class="mdl-color-text--grey-600 mdl-card__supporting-text"> |
| 109 | Enim labore aliqua consequat ut quis ad occaecat aliquip incididunt. Sunt nulla eu enim irure enim nostrud aliqua consectetur ad consectetur sunt ullamco officia. Ex officia laborum et consequat duis. |
| 110 | </div> |
| 111 | <div class="mdl-card__supporting-text meta mdl-color-text--grey-600"> |
| 112 | <div class="minilogo"></div> |
| 113 | <div> |
| 114 | <strong>The Newist</strong> |
| 115 | <span>2 days ago</span> |
| 116 | </div> |
| 117 | </div> |
| 118 | </div> |
| 119 | <div class="mdl-card amazing mdl-cell mdl-cell--12-col"> |
| 120 | <div class="mdl-card__title mdl-color-text--grey-50"> |
| 121 | <h3 class="quote"><a href="entry.html">I couldn’t take any pictures but this was an amazing thing…</a></h3> |
| 122 | </div> |
| 123 | <div class="mdl-card__supporting-text mdl-color-text--grey-600"> |
| 124 | Enim labore aliqua consequat ut quis ad occaecat aliquip incididunt. Sunt nulla eu enim irure enim nostrud aliqua consectetur ad consectetur sunt ullamco officia. Ex officia laborum et consequat duis. |
| 125 | </div> |
| 126 | <div class="mdl-card__supporting-text meta mdl-color-text--grey-600"> |
| 127 | <div class="minilogo"></div> |
| 128 | <div> |
| 129 | <strong>The Newist</strong> |
| 130 | <span>2 days ago</span> |
| 131 | </div> |
| 132 | </div> |
| 133 | </div> |
| 134 | <div class="mdl-card shopping mdl-cell mdl-cell--12-col"> |
| 135 | <div class="mdl-card__media mdl-color-text--grey-50"> |
| 136 | <h3><a href="entry.html">Shopping</a></h3> |
| 137 | </div> |
| 138 | <div class="mdl-card__supporting-text mdl-color-text--grey-600"> |
| 139 | Enim labore aliqua consequat ut quis ad occaecat aliquip incididunt. Sunt nulla eu enim irure enim nostrud aliqua consectetur ad consectetur sunt ullamco officia. Ex officia laborum et consequat duis. |
| 140 | </div> |
| 141 | <div class="mdl-card__supporting-text meta mdl-color-text--grey-600"> |
| 142 | <div class="minilogo"></div> |
| 143 | <div> |
| 144 | <strong>The Newist</strong> |
| 145 | <span>2 days ago</span> |
| 146 | </div> |
| 147 | </div> |
| 148 | </div> |
| 149 | <nav class="demo-nav mdl-cell mdl-cell--12-col"> |
| 150 | <div class="section-spacer"></div> |
| 151 | <a href="entry.html" class="demo-nav__button" title="show more"> |
| 152 | More |
| 153 | <button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"> |
| 154 | <i class="material-icons" role="presentation">arrow_forward</i> |
| 155 | </button> |
| 156 | </a> |
| 157 | </nav> |
| 158 | </div> |
| 159 | <footer class="mdl-mini-footer"> |
| 160 | <div class="mdl-mini-footer--left-section"> |
| 161 | <button class="mdl-mini-footer--social-btn social-btn social-btn__twitter"> |
| 162 | <span class="visuallyhidden">Twitter</span> |
| 163 | </button> |
| 164 | <button class="mdl-mini-footer--social-btn social-btn social-btn__blogger"> |
| 165 | <span class="visuallyhidden">Facebook</span> |
| 166 | </button> |
| 167 | <button class="mdl-mini-footer--social-btn social-btn social-btn__gplus"> |
| 168 | <span class="visuallyhidden">Google Plus</span> |
| 169 | </button> |
| 170 | </div> |
| 171 | <div class="mdl-mini-footer--right-section"> |
| 172 | <button class="mdl-mini-footer--social-btn social-btn__share"> |
| 173 | <i class="material-icons" role="presentation">share</i> |
| 174 | <span class="visuallyhidden">share</span> |
| 175 | </button> |
| 176 | </div> |
| 177 | </footer> |
| 178 | </main> |
| 179 | <div class="mdl-layout__obfuscator"></div> |
| 180 | </div> |
| 181 | <a href="https://github.com/google/material-design-lite/blob/mdl-1.x/templates/blog/" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--white">View Source</a> |
| 182 | <script src="https://code.getmdl.io/1.3.0/material.min.js"></script> |
| 183 | </body> |
| 184 | <script> |
| 185 | Array.prototype.forEach.call(document.querySelectorAll('.mdl-card__media'), function(el) { |
| 186 | var link = el.querySelector('a'); |
| 187 | if(!link) { |
| 188 | return; |
| 189 | } |
| 190 | var target = link.getAttribute('href'); |
| 191 | if(!target) { |
| 192 | return; |
| 193 | } |
| 194 | el.addEventListener('click', function() { |
| 195 | location.href = target; |
| 196 | }); |
| 197 | }); |
| 198 | </script> |
| 199 | </html> |