|
19 | 19 | <head> |
20 | 20 | <meta charset="utf-8"> |
21 | 21 | <meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes"> |
22 | | - <title>codelab demo</title> |
| 22 | + <title>Embeddable codelab demo</title> |
| 23 | + <link rel="stylesheet" |
| 24 | + href="//fonts.googleapis.com/css?family=Roboto:300,400,400italic,500,500italic,700,700italic|Roboto+Mono:400,700|Material+Icons"> |
| 25 | + <link rel="stylesheet" |
| 26 | + href="https://developers.google.com/_static/80c6b067d5/css/devsite-google-blue.css"> |
| 27 | + <link rel="stylesheet" href="https://developers.google.com/maps/styles/common.css"> |
| 28 | + |
23 | 29 | <script src="../../webcomponentsjs/webcomponents-lite.min.js"></script> |
24 | 30 | <link rel="import" href="../../iron-icons/iron-icons.html"> |
25 | 31 | <link rel="import" href="../../paper-button/paper-button.html"> |
26 | 32 | <link rel="import" href="../google-codelab-elements.html"> |
| 33 | + <style is="custom-style"> |
| 34 | + #container { |
| 35 | + display: flex; |
| 36 | + justify-content: center; |
| 37 | + flex-direction: column; |
| 38 | + max-width: 1000px; |
| 39 | + margin: 0 auto; |
| 40 | + } |
| 41 | + google-codelab { |
| 42 | + height: 700px; |
| 43 | + /*background-color: #eee;*/ |
| 44 | + } |
| 45 | + :root { |
| 46 | + --google-codelab-background: transparent; |
| 47 | + |
| 48 | + /* Other customizations */ |
| 49 | + /*--google-codelab-step-link-color: initial;*/ |
| 50 | + /*--google-codelab-fab-background: red;*/ |
| 51 | + /*--google-codelab-footer-text-color: green;*/ |
| 52 | + } |
| 53 | + </style> |
27 | 54 | </head> |
28 | | -<body unresolved class="fullbleed"> |
| 55 | +<body unresolved> |
| 56 | + |
| 57 | +<div id="container"> |
| 58 | + |
| 59 | +<h1>Codelabs > Build Google Maps Using Web Components & No Code!</h1> |
29 | 60 |
|
30 | | - <google-codelab title="Build Google Maps Using Web Components & No Code!" |
| 61 | +<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur quis dolor vel arcu blandit tristique. Proin vestibulum nec felis non fringilla. Pellentesque vulputate dui ut risus bibendum, sed egestas arcu ullamcorper. Quisque eget eros pellentesque, aliquet tortor placerat, vehicula lectus. Fusce sit amet mattis turpis, et tempus orci. Vestibulum mauris velit, vulputate a risus quis, imperdiet hendrerit ante. Nunc sollicitudin risus tortor, ac venenatis sem volutpat malesuada. Mauris neque metus, ornare eget porta id, tincidunt vitae magna. In scelerisque quam auctor maximus pellentesque. Sed laoreet ex mi, vel lacinia urna consectetur id. Sed est quam, finibus eget orci in, vulputate tempus diam</p> |
| 62 | + |
| 63 | + <google-codelab theme="minimal" |
| 64 | + title="Build Google Maps Using Web Components & No Code!" |
31 | 65 | feedback-link="https://github.com/googlecodelabs" |
32 | 66 | environment="web" |
33 | | - hide-toolbar> |
| 67 | + last-updated="2015-01-28" |
| 68 | + no-toolbar |
| 69 | + no-arrows |
| 70 | + no-highlight> |
34 | 71 |
|
35 | 72 | <google-codelab-step label="Overview" duration="2"> |
36 | 73 |
|
@@ -146,5 +183,9 @@ <h3 class="faq">Frequently Asked Questions</h3> |
146 | 183 |
|
147 | 184 | </google-codelab> |
148 | 185 |
|
| 186 | +<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur quis dolor vel arcu blandit tristique. Proin vestibulum nec felis non fringilla. Pellentesque vulputate dui ut risus bibendum, sed egestas arcu ullamcorper. Quisque eget eros pellentesque, aliquet tortor placerat, vehicula lectus. Fusce sit amet mattis turpis, et tempus orci. Vestibulum mauris velit, vulputate a risus quis, imperdiet hendrerit ante. Nunc sollicitudin risus tortor, ac venenatis sem volutpat malesuada. Mauris neque metus, ornare eget porta id, tincidunt vitae magna. In scelerisque quam auctor maximus pellentesque. Sed laoreet ex mi, vel lacinia urna consectetur id. Sed est quam, finibus eget orci in, vulputate tempus diam</p> |
| 187 | + |
| 188 | +</div> |
| 189 | + |
149 | 190 | </body> |
150 | 191 | </html> |
0 commit comments