Split MDL over multiple templates. Added Google signin button graphics.

This commit is contained in:
Markus Birth 2016-05-20 11:37:13 +02:00
parent 783891ce50
commit eb4ecd0179
9 changed files with 37 additions and 30 deletions

View File

@ -55,3 +55,7 @@
margin-bottom: 40px;
z-index: 900;
}
.mdl-mini-footer--link-list li:hover {
color: white;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.1 KiB

View File

@ -1,20 +1,12 @@
{{> html_head}}
{{> mdl_head}}
{{> mdl_content_head}}
<div class="frs-layout mdl-layout mdl-layout--fixed-header mdl-js-layout mdl-color--grey-100">
<header class="frs-header mdl-layout__header mdl-layout__header--scroll mdl-color--grey-100 mdl-color-text--grey-800">
<div class="mdl-layout__header-row">
<span class="mdl-layout-title">Fake Reservation System</span>
</div>
</header>
<div class="frs-ribbon"></div>
<main class="frs-main mdl-layout__content">
<div class="frs-container mdl-grid">
<div class="mdl-cell mdl-cell--2-col mdl-cell--hide-tablet mdl-cell--hide-phone"></div>
<div class="frs-content mdl-color--white mdl-shadow--4dp content mdl-color-text--grey-800 mdl-cell mdl-cell--8-col">
<div class="frs-crumbs mdl-color-text--grey-500">
Not Google &gt; Not Google Now &gt; Fake Reservation System
</div>
<h3>What is this?</h3>
<div class="frs-crumbs mdl-color-text--grey-500">
Not Google &gt; Not Google Now &gt; Fake Reservation System
</div>
<h3>What is this?</h3>
<p>
Hello, world!
@ -209,19 +201,6 @@
Hello, world!
</p>
</div>
</div>
<footer class="frs-footer mdl-mini-footer">
<div class="mdl-mini-footer--left-section">
<ul class="mdl-mini-footer--link-list">
<li><a href="#">Help</a></li>
<li><a href="#">Privacy and Terms</a></li>
<li><a href="#">User Agreement</a></li>
</ul>
</div>
</footer>
</main>
</div>
<a href="https://github.com/google/material-design-lite/blob/master/templates/article/" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--accent-contrast">View Source</a>
{{> mdl_foot}}
<a href="https://github.com/google/material-design-lite/blob/master/templates/article/" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--raised mdl-js-ripple-effect mdl-color--accent mdl-color-text--accent-contrast">View Source</a>
{{> html_foot}}

View File

@ -0,0 +1,4 @@
<main class="frs-main mdl-layout__content">
<div class="frs-container mdl-grid">
<div class="mdl-cell mdl-cell--2-col mdl-cell--hide-tablet mdl-cell--hide-phone"></div>
<div class="frs-content mdl-color--white mdl-shadow--4dp content mdl-color-text--grey-800 mdl-cell mdl-cell--8-col">

View File

@ -0,0 +1,13 @@
</div>
</div>
<footer class="frs-footer mdl-mini-footer">
<div class="mdl-mini-footer--left-section">
<ul class="mdl-mini-footer--link-list">
<li><a href="#">Help</a></li>
<li><a href="#">Privacy and Terms</a></li>
<li><a href="#">User Agreement</a></li>
</ul>
</div>
</footer>
</main>
</div>

View File

@ -0,0 +1,7 @@
<div class="frs-layout mdl-layout mdl-layout--fixed-header mdl-js-layout mdl-color--grey-100">
<header class="frs-header mdl-layout__header mdl-layout__header--scroll mdl-color--grey-100 mdl-color-text--grey-800">
<div class="mdl-layout__header-row">
<span class="mdl-layout-title">Fake Reservation System</span>
</div>
</header>
<div class="frs-ribbon"></div>