Implement template mock

commit 148adbdf50
Author: Alexander Surma <surma@surmair.de>
Date:   Wed Apr 15 14:15:06 2015 +0100

    Correct colors in dashboard template

commit 4fc7e2c3b2
Merge: f0f7d1c b18bf33
Author: Alexander Surma <surma@surmair.de>
Date:   Wed Apr 15 13:19:54 2015 +0100

    Merge branch 'master' into templates

commit f0f7d1c115
Author: Alexander Surma <surma@surmair.de>
Date:   Wed Apr 15 13:19:02 2015 +0100

    Finalize dashboard layout

commit 7ab7a6bf89
Author: Alexander Surma <surma@surmair.de>
Date:   Tue Apr 14 18:05:03 2015 +0100

    Add pie graphs

commit 96382d2686
Author: Alexander Surma <surma@surmair.de>
Date:   Tue Apr 14 12:54:12 2015 +0100

    Started working on dashboard

commit 7a260c8239
Author: Alexander Surma <surma@surmair.de>
Date:   Mon Apr 13 13:34:47 2015 +0100

    Finish blog entry page

commit db3070c050
Author: Alexander Surma <surma@surmair.de>
Date:   Mon Apr 13 12:42:07 2015 +0100

    Fix templates for new mdl prefix

commit 843b0bea91
Merge: 9c71cc0 db6017c
Author: Alexander Surma <surma@surmair.de>
Date:   Mon Apr 13 12:18:12 2015 +0100

    Merge branch 'master' into templates

commit 9c71cc0d54
Author: Alexander Surma <surma@surmair.de>
Date:   Mon Apr 13 12:17:00 2015 +0100

    Add blog entry page

commit 05dde46555
Author: Alexander Surma <surma@surmair.de>
Date:   Fri Apr 10 18:42:00 2015 +0100

    Turn more button white

commit 61ab09b389
Author: Alexander Surma <surma@surmair.de>
Date:   Fri Apr 10 18:38:54 2015 +0100

    Add logo and images

commit 7267b875f1
Author: Alexander Surma <surma@surmair.de>
Date:   Fri Apr 10 16:38:35 2015 +0100

    Add more button

commit f2cf6d0b68
Author: Alexander Surma <surma@surmair.de>
Date:   Fri Apr 10 16:30:38 2015 +0100

    Add remaining cards

commit 5fd82f181b
Author: Alexander Surma <surma@surmair.de>
Date:   Fri Apr 10 16:12:54 2015 +0100

    Add more cards

commit ce62e69125
Author: Alexander Surma <surma@surmair.de>
Date:   Fri Apr 10 14:38:21 2015 +0100

    Started working on blog template

commit 32e31e0137
Author: Alexander Surma <surma@surmair.de>
Date:   Thu Apr 9 18:17:11 2015 +0100

    Use new primary/accent color classes

commit 414f4078ad
Merge: 2523e8a 27f5476
Author: Alexander Surma <surma@surmair.de>
Date:   Thu Apr 9 17:55:00 2015 +0100

    Merge branch 'master' into templates

commit 2523e8a407
Author: Alexander Surma <surma@surmair.de>
Date:   Thu Apr 9 12:23:16 2015 +0100

    Make general template responsive

commit 48927021d0
Author: Alexander Surma <surma@surmair.de>
Date:   Thu Apr 9 11:39:17 2015 +0100

    Add actual assets

commit a02a55e45f
Author: Alexander Surma <surma@surmair.de>
Date:   Wed Apr 8 17:54:57 2015 +0100

    Add footer

commit c9e31217fd
Author: Alexander Surma <surma@surmair.de>
Date:   Wed Apr 8 15:46:49 2015 +0100

    Add authors

commit 5de43fd61e
Author: Alexander Surma <surma@surmair.de>
Date:   Wed Apr 8 15:24:47 2015 +0100

    Add CTA

commit 9698fbfc30
Author: Alexander Surma <surma@surmair.de>
Date:   Wed Apr 8 15:16:10 2015 +0100

    Make squares responsive

commit d760292427
Author: Alexander Surma <surma@surmair.de>
Date:   Wed Apr 8 14:47:05 2015 +0100

    Implement cards

commit dc55919517
Author: Alexander Surma <surma@surmair.de>
Date:   Wed Apr 8 13:03:24 2015 +0100

    Implement FAB button

commit 1bdcb0b799
Author: Alexander Surma <surma@surmair.de>
Date:   Wed Apr 8 11:48:45 2015 +0100

    Implement nav bar

commit 43e4b52d45
Author: Alexander Surma <surma@surmair.de>
Date:   Tue Apr 7 18:04:07 2015 +0100

    Started working on general template

commit 595699051d
Merge: bbd844f afad365
Author: Alexander Surma <surma@surmair.de>
Date:   Tue Apr 7 15:47:36 2015 +0100

    Merge branch 'master' into templates

commit bbd844f4d0
Author: Alexander Surma <surma@surmair.de>
Date:   Thu Mar 26 14:06:44 2015 +0000

    Regenerate styles with appropriate contrast colors

commit 088a2ee36e
Author: Alexander Surma <surma@surmair.de>
Date:   Wed Mar 25 18:57:24 2015 +0000

    Add spacing

commit fcede809eb
Author: Alexander Surma <surma@surmair.de>
Date:   Wed Mar 25 16:18:52 2015 +0000

    Implement first review

commit eccc842f7b
Author: Alexander Surma <surma@surmair.de>
Date:   Tue Mar 24 18:59:35 2015 +0000

    Add some cards

commit 5943b87913
Author: Alexander Surma <surma@surmair.de>
Date:   Tue Mar 24 18:29:45 2015 +0000

    Write first draft of starter template
This commit is contained in:
Alexander Surma 2015-04-15 17:09:28 +01:00
parent 2c709dedb2
commit 2cab1e7306
44 changed files with 2046 additions and 72 deletions

View File

@ -5075,31 +5075,31 @@ dt {
background-color: rgb(255,255,255) !important; }
.mdl-color--primary {
background-color: rgb(63,81,181) !important; }
background-color: rgb(55,71,79) !important; }
.mdl-color--primary-contrast {
background-color: rgb(255,255,255) !important; }
.mdl-color--primary-dark {
background-color: rgb(48,63,159) !important; }
background-color: rgb(38,50,56) !important; }
.mdl-color--accent {
background-color: rgb(255,64,129) !important; }
background-color: rgb(0,172,193) !important; }
.mdl-color--accent-contrast {
background-color: rgb(255,255,255) !important; }
.mdl-color-text--primary {
color: rgb(63,81,181) !important; }
color: rgb(55,71,79) !important; }
.mdl-color-text--primary-contrast {
color: rgb(255,255,255) !important; }
.mdl-color-text--primary-dark {
color: rgb(48,63,159) !important; }
color: rgb(38,50,56) !important; }
.mdl-color-text--accent {
color: rgb(255,64,129) !important; }
color: rgb(0,172,193) !important; }
.mdl-color-text--accent-contrast {
color: rgb(255,255,255) !important; }
@ -5712,7 +5712,7 @@ dt {
cursor: auto;
background-color: transparent; }
.mdl-button.mdl-button--colored {
color: rgb(63,81,181); }
color: rgb(55,71,79); }
.mdl-button.mdl-button--colored:focus:not(:active) {
background-color: rgba(0,0,0, 0.12); }
@ -5726,14 +5726,14 @@ dt {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
background-color: rgba(158,158,158, 0.40); }
.mdl-button--raised.mdl-button--colored {
background: rgb(63,81,181);
background: rgb(55,71,79);
color: rgb(255,255,255); }
.mdl-button--raised.mdl-button--colored:hover {
background-color: rgb(63,81,181); }
background-color: rgb(55,71,79); }
.mdl-button--raised.mdl-button--colored:active {
background-color: rgb(63,81,181); }
background-color: rgb(55,71,79); }
.mdl-button--raised.mdl-button--colored:focus:not(:active) {
background-color: rgb(63,81,181); }
background-color: rgb(55,71,79); }
.mdl-button--raised.mdl-button--colored .mdl-ripple {
background: rgb(255,255,255); }
.mdl-button--raised[disabled][disabled] {
@ -5779,14 +5779,14 @@ dt {
box-shadow: 0 0 8px rgba(0, 0, 0, 0.18), 0 8px 16px rgba(0, 0, 0, 0.36);
background-color: rgba(158,158,158, 0.40); }
.mdl-button--fab.mdl-button--colored {
background: rgb(255,64,129);
background: rgb(0,172,193);
color: rgb(255,255,255); }
.mdl-button--fab.mdl-button--colored:hover {
background-color: rgb(255,64,129); }
background-color: rgb(0,172,193); }
.mdl-button--fab.mdl-button--colored:focus:not(:active) {
background-color: rgb(255,64,129); }
background-color: rgb(0,172,193); }
.mdl-button--fab.mdl-button--colored:active {
background-color: rgb(255,64,129); }
background-color: rgb(0,172,193); }
.mdl-button--fab.mdl-button--colored .mdl-ripple {
background: rgb(255,255,255); }
.mdl-button--fab[disabled][disabled] {
@ -5973,7 +5973,7 @@ dt {
border-radius: 2px; }
.mdl-card--img-container {
background-color: rgb(255,64,129);
background-color: rgb(0,172,193);
background-repeat: repeat;
background-position: 50% 50%;
background-size: cover;
@ -5986,7 +5986,7 @@ dt {
-webkit-align-items: center;
-ms-flex-align: center;
align-items: center;
background: rgb(48,63,159) none repeat scroll 0 0/auto padding-box border-box;
background: rgb(38,50,56) none repeat scroll 0 0/auto padding-box border-box;
border: 0 none rgb(255,255,255);
color: rgb(255,255,255);
display: -webkit-box;
@ -6031,7 +6031,7 @@ dt {
width: 90%; }
.mdl-card--caption {
background: rgb(48,63,159) none repeat scroll 0 0/auto padding-box border-box;
background: rgb(38,50,56) none repeat scroll 0 0/auto padding-box border-box;
border: 0 none white;
color: rgb(255,255,255);
font-size: 12px;
@ -6046,7 +6046,7 @@ dt {
.mdl-card--lower {
border: 0 none #444444;
color: rgb(63,81,181);
color: rgb(55,71,79);
font-size: 13px;
height: 108px;
line-height: 18px;
@ -6069,7 +6069,7 @@ dt {
border-right: 0 none #303f9f;
border-top: 1px solid #ebebeb;
box-sizing: border-box;
color: rgb(48,63,159);
color: rgb(38,50,56);
cursor: pointer;
display: inline-block;
font-size: 13px;
@ -6259,7 +6259,7 @@ dt {
border-radius: 2px;
z-index: 2; }
.mdl-checkbox.is-checked .mdl-checkbox__box-outline {
border: 2px solid rgb(63,81,181); }
border: 2px solid rgb(55,71,79); }
.mdl-checkbox.is-disabled .mdl-checkbox__box-outline {
border: 2px solid rgba(0,0,0, 0.26);
cursor: auto; }
@ -6278,8 +6278,8 @@ dt {
box-shadow: 0 0 0px 8px rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.1); }
.mdl-checkbox.is-focused.is-checked .mdl-checkbox__focus-helper {
box-shadow: 0 0 0px 8px rgba(63,81,181, 0.26);
background-color: rgba(63,81,181, 0.26); }
box-shadow: 0 0 0px 8px rgba(55,71,79, 0.26);
background-color: rgba(55,71,79, 0.26); }
.mdl-checkbox__tick-outline {
position: absolute;
@ -6297,7 +6297,7 @@ dt {
-webkit-transition-property: background;
transition-property: background; }
.mdl-checkbox.is-checked .mdl-checkbox__tick-outline {
background: rgb(63,81,181) url("../images/tick.svg"); }
background: rgb(55,71,79) url("../images/tick.svg"); }
.mdl-checkbox.is-checked.is-disabled .mdl-checkbox__tick-outline {
background: rgba(0,0,0, 0.26) url("../images/tick.svg"); }
@ -6324,7 +6324,7 @@ dt {
overflow: hidden;
-webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
.mdl-checkbox__ripple-container .mdl-ripple {
background: rgb(63,81,181); }
background: rgb(55,71,79); }
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container {
cursor: auto; }
.mdl-checkbox.is-disabled .mdl-checkbox__ripple-container .mdl-ripple {
@ -7191,7 +7191,7 @@ dt {
-webkit-transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
transition: background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1), color 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
.mdl-icon-toggle.is-checked .mdl-icon-toggle__label {
color: rgb(63,81,181); }
color: rgb(55,71,79); }
.mdl-icon-toggle.is-disabled .mdl-icon-toggle__label {
color: rgba(0,0,0, 0.26);
cursor: auto;
@ -7200,7 +7200,7 @@ dt {
.mdl-icon-toggle.is-focused .mdl-icon-toggle__label {
background-color: rgba(0,0,0, 0.12); }
.mdl-icon-toggle.is-focused.is-checked .mdl-icon-toggle__label {
background-color: rgba(63,81,181, 0.26); }
background-color: rgba(55,71,79, 0.26); }
.mdl-icon-toggle__ripple-container {
position: absolute;
@ -7635,13 +7635,13 @@ dt {
transition: width 0.2s cubic-bezier(0.4, 0, 0.2, 1); }
.mdl-js-progress > .progressbar {
background-color: rgb(63,81,181);
background-color: rgb(55,71,79);
z-index: 1;
left: 0; }
.mdl-js-progress > .bufferbar {
background-image: -webkit-linear-gradient(left, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), -webkit-linear-gradient(left, rgb(63,81,181), rgb(63,81,181));
background-image: linear-gradient(to right, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), linear-gradient(to right, rgb(63,81,181), rgb(63,81,181));
background-image: -webkit-linear-gradient(left, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), -webkit-linear-gradient(left, rgb(55,71,79), rgb(55,71,79));
background-image: linear-gradient(to right, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), linear-gradient(to right, rgb(55,71,79), rgb(55,71,79));
z-index: 0;
left: 0; }
@ -7650,8 +7650,8 @@ dt {
@supports (-webkit-appearance: none) {
.mdl-js-progress:not(.mdl-progress__indeterminate) > .auxbar {
background-image: -webkit-linear-gradient(left, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), -webkit-linear-gradient(left, rgb(63,81,181), rgb(63,81,181));
background-image: linear-gradient(to right, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), linear-gradient(to right, rgb(63,81,181), rgb(63,81,181));
background-image: -webkit-linear-gradient(left, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), -webkit-linear-gradient(left, rgb(55,71,79), rgb(55,71,79));
background-image: linear-gradient(to right, rgba(255,255,255, 0.7), rgba(255,255,255, 0.7)), linear-gradient(to right, rgb(55,71,79), rgb(55,71,79));
-webkit-mask: url('../images/buffer.svg');
mask: url('../images/buffer.svg'); } }
@ -7659,7 +7659,7 @@ dt {
background-color: rgba(0,0,0, 0.26); }
.mdl-js-progress.mdl-progress__indeterminate > .bar1 {
background-color: rgb(63,81,181);
background-color: rgb(55,71,79);
-webkit-animation-name: indeterminate1;
animation-name: indeterminate1;
-webkit-animation-duration: 2s;
@ -7671,7 +7671,7 @@ dt {
.mdl-js-progress.mdl-progress__indeterminate > .bar3 {
background-image: none;
background-color: rgb(63,81,181);
background-color: rgb(55,71,79);
-webkit-animation-name: indeterminate2;
animation-name: indeterminate2;
-webkit-animation-duration: 2s;
@ -8062,7 +8062,7 @@ dt {
border: none;
height: 64px;
min-height: 64px;
background-color: rgb(63,81,181);
background-color: rgb(55,71,79);
color: rgb(255,255,255);
z-index: 3;
-webkit-transition-duration: 0.2s;
@ -8292,7 +8292,7 @@ dt {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
background-color: rgb(63,81,181);
background-color: rgb(55,71,79);
overflow-y: hidden;
overflow-x: scroll; }
.mdl-layout__tab-bar::-webkit-scrollbar {
@ -8338,7 +8338,7 @@ dt {
width: 72px;
z-index: 4;
text-align: center;
background-color: rgb(63,81,181);
background-color: rgb(55,71,79);
color: transparent;
cursor: pointer;
-webkit-user-select: none;
@ -8415,7 +8415,7 @@ dt {
bottom: 0;
left: 0;
position: absolute;
background: rgb(255,64,129);
background: rgb(0,172,193);
-webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0s alternate forwards;
-moz-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0s alternate forwards;
-webkit-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
@ -8785,7 +8785,7 @@ dt {
border-radius: 50%;
z-index: 2; }
.mdl-radio.is-checked .mdl-radio__outer-circle {
border: 2px solid rgb(63,81,181); }
border: 2px solid rgb(55,71,79); }
.mdl-radio.is-disabled .mdl-radio__outer-circle {
border: 2px solid rgba(0,0,0, 0.26);
cursor: auto; }
@ -8809,7 +8809,7 @@ dt {
-webkit-transform: scale3d(0, 0, 0);
transform: scale3d(0, 0, 0);
border-radius: 50%;
background: rgb(63,81,181); }
background: rgb(55,71,79); }
.mdl-radio.is-checked .mdl-radio__inner-circle {
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1); }
@ -8838,7 +8838,7 @@ dt {
overflow: hidden;
-webkit-mask-image: -webkit-radial-gradient(circle, white, black); }
.mdl-radio__ripple-container .mdl-ripple {
background: rgb(63,81,181); }
background: rgb(55,71,79); }
.mdl-radio.is-disabled .mdl-radio__ripple-container {
cursor: auto; }
.mdl-radio.is-disabled .mdl-radio__ripple-container .mdl-ripple {
@ -8993,7 +8993,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
user-select: none;
outline: 0;
padding: 0;
color: rgb(63,81,181);
color: rgb(55,71,79);
-webkit-align-self: center;
-ms-flex-item-align: center;
align-self: center;
@ -9018,7 +9018,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
border: none; }
.mdl-slider.is-upgraded::-ms-fill-lower {
padding: 0;
background: linear-gradient(to right, transparent, transparent 16px, rgb(63,81,181) 16px, rgb(63,81,181) 0); }
background: linear-gradient(to right, transparent, transparent 16px, rgb(55,71,79) 16px, rgb(55,71,79) 0); }
.mdl-slider.is-upgraded::-ms-fill-upper {
padding: 0;
background: linear-gradient(to left, transparent, transparent 16px, rgba(0,0,0, 0.26) 16px, rgba(0,0,0, 0.26) 0); }
@ -9028,7 +9028,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
height: 12px;
box-sizing: border-box;
border-radius: 50%;
background: rgb(63,81,181);
background: rgb(55,71,79);
border: none;
-webkit-transition: -webkit-transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), border 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), border 0.18s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
@ -9039,36 +9039,36 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
box-sizing: border-box;
border-radius: 50%;
background-image: none;
background: rgb(63,81,181);
background: rgb(55,71,79);
border: none; }
.mdl-slider.is-upgraded:focus:not(:active)::-webkit-slider-thumb {
box-shadow: 0 0 0 10px rgba(63,81,181, 0.26); }
box-shadow: 0 0 0 10px rgba(55,71,79, 0.26); }
.mdl-slider.is-upgraded:focus:not(:active)::-moz-range-thumb {
box-shadow: 0 0 0 10px rgba(63,81,181, 0.26); }
box-shadow: 0 0 0 10px rgba(55,71,79, 0.26); }
.mdl-slider.is-upgraded:active::-webkit-slider-thumb {
background-image: none;
background: rgb(63,81,181);
background: rgb(55,71,79);
-webkit-transform: scale(1.5);
transform: scale(1.5); }
.mdl-slider.is-upgraded:active::-moz-range-thumb {
background-image: none;
background: rgb(63,81,181);
background: rgb(55,71,79);
transform: scale(1.5); }
.mdl-slider.is-upgraded::-ms-thumb {
width: 32px;
height: 32px;
border: none;
border-radius: 50%;
background: rgb(63,81,181);
background: rgb(55,71,79);
-ms-transform: scale(0.375);
transform: scale(0.375);
transition: transform 0.18s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1); }
.mdl-slider.is-upgraded:focus:not(:active)::-ms-thumb {
background: radial-gradient(circle closest-side, rgb(63,81,181) 0%, rgb(63,81,181) 37.5%, rgba(63,81,181, 0.26) 37.5%, rgba(63,81,181, 0.26) 100%);
background: radial-gradient(circle closest-side, rgb(55,71,79) 0%, rgb(55,71,79) 37.5%, rgba(55,71,79, 0.26) 37.5%, rgba(55,71,79, 0.26) 100%);
-ms-transform: scale(1);
transform: scale(1); }
.mdl-slider.is-upgraded:active::-ms-thumb {
background: rgb(63,81,181);
background: rgb(55,71,79);
-ms-transform: scale(0.5625);
transform: scale(0.5625); }
.mdl-slider.is-upgraded.is-lowest-value::-webkit-slider-thumb {
@ -9198,7 +9198,7 @@ _:-ms-input-placeholder, :root .mdl-slider.mdl-slider.is-upgraded {
transform: translate(0, -1px); }
.mdl-slider__background-lower {
background: rgb(63,81,181);
background: rgb(55,71,79);
-webkit-box-flex: 0;
-webkit-flex: 0;
-ms-flex: 0;
@ -9381,7 +9381,7 @@ _:-moz-tree-row(hover), .mdl-slider__background-upper {
.mdl-spinner__layer-1 {
border-color: rgb(66,165,245); }
.mdl-spinner--single-color .mdl-spinner__layer-1 {
border-color: rgb(63,81,181); }
border-color: rgb(55,71,79); }
.mdl-spinner.is-active .mdl-spinner__layer-1 {
-webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-1-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
@ -9389,7 +9389,7 @@ _:-moz-tree-row(hover), .mdl-slider__background-upper {
.mdl-spinner__layer-2 {
border-color: rgb(244,67,54); }
.mdl-spinner--single-color .mdl-spinner__layer-2 {
border-color: rgb(63,81,181); }
border-color: rgb(55,71,79); }
.mdl-spinner.is-active .mdl-spinner__layer-2 {
-webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-2-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
@ -9397,7 +9397,7 @@ _:-moz-tree-row(hover), .mdl-slider__background-upper {
.mdl-spinner__layer-3 {
border-color: rgb(253,216,53); }
.mdl-spinner--single-color .mdl-spinner__layer-3 {
border-color: rgb(63,81,181); }
border-color: rgb(55,71,79); }
.mdl-spinner.is-active .mdl-spinner__layer-3 {
-webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-3-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
@ -9405,7 +9405,7 @@ _:-moz-tree-row(hover), .mdl-slider__background-upper {
.mdl-spinner__layer-4 {
border-color: rgb(76,175,80); }
.mdl-spinner--single-color .mdl-spinner__layer-4 {
border-color: rgb(63,81,181); }
border-color: rgb(55,71,79); }
.mdl-spinner.is-active .mdl-spinner__layer-4 {
-webkit-animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
animation: mdl-spinner__fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, mdl-spinner__layer-4-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
@ -9907,7 +9907,7 @@ _:-moz-tree-row(hover), .mdl-slider__background-upper {
border-radius: 14px;
cursor: pointer; }
.mdl-switch.is-checked .mdl-switch__track {
background: rgba(63,81,181, 0.5); }
background: rgba(55,71,79, 0.5); }
.mdl-switch.is-disabled .mdl-switch__track {
background: rgba(0,0,0, 0.12);
cursor: auto; }
@ -9929,7 +9929,7 @@ _:-moz-tree-row(hover), .mdl-slider__background-upper {
-webkit-transition-property: left;
transition-property: left; }
.mdl-switch.is-checked .mdl-switch__thumb {
background: rgb(63,81,181);
background: rgb(55,71,79);
left: 16px;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23); }
.mdl-switch.is-disabled .mdl-switch__thumb {
@ -9953,8 +9953,8 @@ _:-moz-tree-row(hover), .mdl-slider__background-upper {
box-shadow: 0 0 0px 20px rgba(0, 0, 0, 0.1);
background-color: rgba(0, 0, 0, 0.1); }
.mdl-switch.is-focused.is-checked .mdl-switch__focus-helper {
box-shadow: 0 0 0px 20px rgba(63,81,181, 0.26);
background-color: rgba(63,81,181, 0.26); }
box-shadow: 0 0 0px 20px rgba(55,71,79, 0.26);
background-color: rgba(55,71,79, 0.26); }
.mdl-switch__label {
position: relative;
@ -9986,7 +9986,7 @@ _:-moz-tree-row(hover), .mdl-slider__background-upper {
-webkit-transition-property: left;
transition-property: left; }
.mdl-switch__ripple-container .mdl-ripple {
background: rgb(63,81,181); }
background: rgb(55,71,79); }
.mdl-switch.is-disabled .mdl-switch__ripple-container {
cursor: auto; }
.mdl-switch.is-disabled .mdl-switch__ripple-container .mdl-ripple {
@ -10184,7 +10184,7 @@ _:-moz-tree-row(hover), .mdl-slider__background-upper {
bottom: 0px;
left: 0px;
position: absolute;
background: rgb(63,81,181);
background: rgb(55,71,79);
-webkit-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0s alternate forwards;
-moz-animation: border-expand 0.2s cubic-bezier(0.4, 0, 0.4, 1) 0s alternate forwards;
-webkit-transition: all 1s cubic-bezier(0.4, 0, 1, 1);
@ -10199,7 +10199,7 @@ _:-moz-tree-row(hover), .mdl-slider__background-upper {
z-index: 1;
overflow: hidden; }
.mdl-tabs__tab .mdl-tabs__ripple-container .mdl-ripple {
background: rgb(63,81,181); }
background: rgb(55,71,79); }
.mdl-tabs__panel {
display: block; }
@ -10408,7 +10408,7 @@ _:-moz-tree-row(hover), .mdl-slider__background-upper {
-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1); }
.mdl-textfield--floating-label.is-focused .mdl-textfield__label, .mdl-textfield--floating-label.is-dirty .mdl-textfield__label {
color: rgb(63,81,181);
color: rgb(55,71,79);
font-size: 12px;
top: -16px;
visibility: visible; }
@ -10416,7 +10416,7 @@ _:-moz-tree-row(hover), .mdl-slider__background-upper {
color: rgb(229,57,53);
font-size: 12px; }
.mdl-textfield__label:after {
background-color: rgb(63,81,181);
background-color: rgb(55,71,79);
bottom: 0;
content: '';
height: 2px;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -384,3 +384,13 @@ gulp.task('publish', ['default', 'assets', 'pages', 'demos'], function() {
push: push,
}));
});
gulp.task('test:templates', function() {
browserSync({
notify: false,
server: './',
startPath: 'templates/starter/index.html'
});
gulp.watch(['test/visual/**'], reload);
})

View File

@ -651,9 +651,9 @@ $color-light-contrast: $color-black !default;
// Use color primarily for emphasis. Choose colors that fit with
// your brand and provide good contrast between visual components.
$color-primary: $palette-indigo-500 !default;
$color-primary-dark: $palette-indigo-700 !default;
$color-accent: $palette-pink-A200 !default;
$color-primary: $palette-blue-grey-800 !default;
$color-primary-dark: $palette-blue-grey-900 !default;
$color-accent: $palette-cyan-600 !default;
// Our primary is dark, so use $color-dark-contrast for overlaid text.
$color-primary-contrast: $color-dark-contrast !default;

147
templates/blog/entry.html Normal file
View File

@ -0,0 +1,147 @@
<!doctype html>
<html lang="">
<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>Material Design Lite</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Material Design Lite">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<!-- 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 -->
<!--
<link rel="canonical" href="http://www.example.com/">
-->
<link href='//fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="material.min.css">
<link rel="stylesheet" href="../spacing.css">
<link rel="stylesheet" href="styles.css">
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
</head>
<body class="blogpost">
<div class="mdl-layout mdl-js-layout has-drawer is-upgraded">
<header class="mdl-layout__header mdl-layout__header--scroll mdl-layout__header--transparent is-casting-shadow mdl-color-text--white">
<!-- Title -->
<span class="mdl-layout-title">The Newist</span>
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable mdl-textfield--floating-label mdl-textfield--align-right">
<label class="mdl-button mdl-js-button mdl-button--icon" for="search">
<span class="mdl-icon mdl-icon--search"></span>
</label>
<div class="mdl-textfield__expandable-holder">
<input class="mdl-textfield__input" type="text" id="search">
</div>
</div>
</header>
<main class="mdl-layout__content">
<div class="mdl-card mdl-shadow--z3">
<div class="mdl-card--img-container mdl-color-text--accent-contrast">
<h3>On the road again</h3>
</div>
<div class="mdl-color-text--black mdl-card--lower meta">
<img src="images/logo.svg" class="logo">
<div class="mdl-color-text--black">
<strong>The Newist</strong>
<span>2 days ago</span>
</div>
<div class="spacer"></div>
<div>425 <span class="mdl-icon mdl-icon--favorite"></span></div>
<div><span class="mdl-icon mdl-icon--bookmark"></span></div>
<div><span class="mdl-icon mdl-icon--share"></span></div>
</div>
<div class="mdl-color-text--primary-contrast mdl-card--bottom">
<p>
Excepteur reprehenderit sint exercitation ipsum consequat qui sit id velit elit. Velit anim eiusmod labore sit amet. Voluptate voluptate irure occaecat deserunt incididunt esse in. Sunt velit aliquip sunt elit ex nulla reprehenderit qui ut eiusmod ipsum do. Duis veniam reprehenderit laborum occaecat id proident nulla veniam. Duis enim deserunt voluptate aute veniam sint pariatur exercitation. Irure mollit est sit labore est deserunt pariatur duis aute laboris cupidatat. Consectetur consequat esse est sit veniam adipisicing ipsum enim irure.
</p>
<p>
Qui ullamco consectetur aute fugiat officia ullamco proident Lorem ad irure. Sint eu ut consectetur ut esse veniam laboris adipisicing aliquip minim anim labore commodo. Incididunt eu enim enim ipsum Lorem commodo tempor duis eu ullamco tempor elit occaecat sit. Culpa eu sit voluptate ullamco ad irure. Anim commodo aliquip cillum ea nostrud commodo id culpa eu irure ut proident. Incididunt cillum excepteur incididunt mollit exercitation fugiat in. Magna irure laborum amet non ullamco aliqua eu. Aliquip adipisicing dolore irure culpa aute enim. Ullamco quis eiusmod ipsum laboris quis qui.
</p>
<p>
Cillum ullamco eu cupidatat excepteur Lorem minim sint quis officia irure irure sint fugiat nostrud. Pariatur Lorem irure excepteur Lorem non irure ea fugiat adipisicing esse nisi ullamco proident sint. Consectetur qui quis cillum occaecat ullamco veniam et Lorem cupidatat pariatur. Labore officia ex aliqua et occaecat velit dolor deserunt minim velit mollit irure. Cillum cupidatat enim officia non velit officia labore. Ut esse nisi voluptate et deserunt enim laborum qui magna sint sunt cillum. Id exercitation labore sint ea labore adipisicing deserunt enim commodo consectetur reprehenderit enim. Est anim nostrud quis non fugiat duis cillum. Aliquip enim officia ad commodo id.
</p>
</div>
<div class="mdl-color-text--primary-contrast mdl-card--bottom comments">
<form>
<div class="mdl-textfield mdl-js-textfield mdl-textfield--floating-label">
<textarea rows=1 class="mdl-textfield__input" id="comment"></textarea>
<label for="comment" class="mdl-textfield__label">Join the discussion</label>
</div>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon mdl-color--primary-dark mdl-color-text--white"><span class="mdl-icon mdl-icon--check"></span></button>
</form>
<div class="comment">
<header>
<img src="images/co1.jpg">
<div>
<strong>James Splayd</strong>
<span>2 days ago</span>
</div>
</header>
<div class="text">
In in culpa nulla elit esse. Ex cillum enim aliquip sit sit ullamco ex eiusmod fugiat. Cupidatat ad minim officia mollit laborum magna dolor tempor cupidatat mollit. Est velit sit ad aliqua ullamco laborum excepteur dolore proident incididunt in labore elit.
</div>
<nav>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"><span class="mdl-icon mdl-icon--thumb-up"></span></button>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"><span class="mdl-icon mdl-icon--thumb-down"></span></button>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"><span class="mdl-icon mdl-icon--replay"></span></button>
</nav>
<div class="answers">
<div class="comment">
<header>
<img src="images/co2.jpg">
<div>
<strong>John Dufry</strong>
<span>2 days ago</span>
</div>
</header>
<div class="text">
Yep, agree!
</div>
<nav>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"><span class="mdl-icon mdl-icon--thumb-up"></span></button>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"><span class="mdl-icon mdl-icon--thumb-down"></span></button>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"><span class="mdl-icon mdl-icon--replay"></span></button>
</nav>
</div>
</div>
</div>
</div>
</div>
<nav class="mdl-color-text--white">
<div><button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon mdl-color--white mdl-color-text--black"><span class="mdl-icon mdl-icon--arrow-back"></span></button> Newer</div>
<div class="spacer"></div>
<div>Older <button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon mdl-color--white mdl-color-text--black"><span class="mdl-icon mdl-icon--arrow-forward"></span></button></div>
</nav>
</main>
<div class="mdl-layout__obfuscator"></div>
</div>
<a href="https://github.com/google/material-design-lite/blob/master/templates/starter/index.html" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--fab mdl-button--colored mdl-js-ripple-effect"><span class="mdl-icon mdl-icon--pageview"/></a>
<script src="/js/material.min.js"></script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -0,0 +1,28 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg width="68px" height="69px" viewBox="0 0 68 69" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:sketch="http://www.bohemiancoding.com/sketch/ns">
<!-- Generator: Sketch 3.3 (11970) - http://www.bohemiancoding.com/sketch -->
<title>Group 2</title>
<desc>Created with Sketch.</desc>
<defs>
<path id="path-1" d="M0.715384615,1.35245283 L61.7615385,1.35245283 L61.7615385,63.1788679 L0.715384615,63.1788679 L0.715384615,1.35245283 Z"></path>
<path id="path-2" d="M61.7615385,0.14490566 L31.2384615,61.9713208 L0.715384615,0.14490566 L61.7615385,0.14490566 Z"></path>
</defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" sketch:type="MSPage">
<g id="Template-1---Left-nav" sketch:type="MSArtboardGroup" transform="translate(-936.000000, -616.000000)">
<g id="Group" sketch:type="MSLayerGroup" transform="translate(330.000000, 501.000000)">
<g id="Group-2-+-Followers" transform="translate(609.000000, 117.000000)">
<g id="Group-2">
<g id="Shape">
<use stroke="none" sketch:type="MSShapeGroup" xlink:href="#path-1"></use>
<use stroke="#5F7D8C" stroke-width="3" xlink:href="#path-1"></use>
</g>
<g id="Shape">
<use stroke="none" sketch:type="MSShapeGroup" xlink:href="#path-2"></use>
<use stroke="#5F7D8C" stroke-width="3" xlink:href="#path-2"></use>
</g>
</g>
</g>
</g>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

165
templates/blog/index.html Normal file
View File

@ -0,0 +1,165 @@
<!doctype html>
<html lang="">
<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>Material Design Lite</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Material Design Lite">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<!-- 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 -->
<!--
<link rel="canonical" href="http://www.example.com/">
-->
<link href='//fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="material.min.css">
<link rel="stylesheet" href="../spacing.css">
<link rel="stylesheet" href="styles.css">
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
</head>
<body>
<div class="mdl-layout mdl-js-layout has-drawer is-upgraded">
<header class="mdl-layout__header mdl-layout__header--scroll mdl-layout__header--transparent is-casting-shadow mdl-color-text--white">
<!-- Title -->
<span class="mdl-layout-title">The Newist</span>
<!-- Add spacer, to align navigation to the right -->
<div class="mdl-layout-spacer"></div>
<div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable mdl-textfield--floating-label mdl-textfield--align-right">
<label class="mdl-button mdl-js-button mdl-button--icon" for="search">
<span class="mdl-icon mdl-icon--search"></span>
</label>
<div class="mdl-textfield__expandable-holder">
<input class="mdl-textfield__input" type="text" id="search">
</div>
</div>
</header>
<main class="mdl-layout__content">
<div class="mdl-card coffee-pic">
<div class="mdl-card--img-container mdl-color-text--accent-contrast">
<h3><a href="entry.html">Coffee Pic</a></h3>
</div>
<div class="mdl-card--bottom meta">
<img src="images/logo.svg" class="logo">
<div>
<strong>The Newist</strong>
<span>2 days ago</span>
</div>
</div>
</div>
<div class="mdl-card something-else">
<div class="mdl-card--img-container mdl-color--primary">
<img src="images/logo.svg">
+1,337
</div>
<div class="mdl-card--bottom meta">
<div>
<strong>The Newist</strong>
</div>
<ul class="mdl-menu mdl-js-menu" for="menubtn">
<button class="mdl-menu__item mdl-js-ripple-effect">New Article</button>
<button class="mdl-menu__item mdl-js-ripple-effect">Spam Readers</button>
<button class="mdl-menu__item mdl-js-ripple-effect">Pointless Button</button>
</ul>
<button id="menubtn" class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon">
<span class="mdl-icon mdl-icon--menu"></span>
</button>
</div>
</div>
<div class="mdl-card on-the-road-again">
<div class="mdl-card--img-container mdl-color-text--accent-contrast">
<h3><a href="entry.html">On the road again</a></h3>
</div>
<div class="mdl-color-text--primary-contrast mdl-card--lower">
Ea mollit dolore esse velit mollit in dolore nostrud nulla sint. Ex occaecat dolor consectetur aliqua occaecat proident nisi. Esse do aute sit labore ipsum. Enim sunt anim et do magna occaecat consequat occaecat commodo sunt proident. Officia esse irure cillum laborum nostrud consequat nulla quis nostrud tempor dolore commodo.
</div>
<div class="mdl-card--bottom meta">
<img src="images/logo.svg" class="logo">
<div>
<strong>The Newist</strong>
<span>2 days ago</span>
</div>
</div>
</div>
<div class="mdl-card subscribe">
<div class="mdl-card--header">
<h3>About</h3>
</div>
<div class="mdl-card--lower mdl-color-text--primary-contrast">
Elit ullamco pariatur irure quis Lorem consectetur dolor tempor minim ullamco velit. Dolor enim proident aliquip quis sit ullamco cupidatat aliqua ullamco proident ex non culpa. In laboris cillum ipsum adipisicing mollit. Irure ea et non anim labore exercitation consectetur cupidatat ea. Adipisicing eu pariatur commodo quis aute et consequat labore occaecat. Occaecat et cupidatat esse dolore officia incididunt ad in labore proident cupidatat. Ipsum ad qui quis occaecat culpa consequat minim. Ipsum culpa enim elit pariatur incididunt ad anim. Mollit laboris eu officia ipsum sit sit exercitation dolor adipisicing nulla. Ea eu consectetur eu laboris fugiat irure deserunt veniam in esse nulla et.
</div>
<div class="mdl-card--bottom meta">
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"><span class="mdl-icon mdl-icon--share"></span></button>
<ul class="social">
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"><span class="mdl-icon mdl-icon--grade"></span></button>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"><span class="mdl-icon mdl-icon--invert-colors"></span></button>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"><span class="mdl-icon mdl-icon--language"></span></button>
</ul>
</div>
</div>
<div class="mdl-card amazing">
<div class="mdl-card--header mdl-color--accent mdl-color-text--accent-contrast">
<h3 class="quote"><a href="entry.html">I couldnt take any pictures but this was an amazing thing…</a></h3>
</div>
<div class="mdl-card--lower">
Ea mollit dolore esse velit mollit in dolore nostrud nulla sint. Ex occaecat dolor consectetur aliqua occaecat proident nisi. Esse do aute sit labore ipsum. Enim sunt anim et do magna occaecat consequat occaecat commodo sunt proident. Officia esse irure cillum laborum nostrud consequat nulla quis nostrud tempor dolore commodo.
</div>
<div class="mdl-card--bottom meta">
<img src="images/logo.svg" class="logo">
<div>
<strong>The Newist</strong>
<span>2 days ago</span>
</div>
</div>
</div>
<div class="empty"></div>
<div class="mdl-card shopping">
<div class="mdl-card--img-container mdl-color-text--accent-contrast">
<h3><a href="entry.html">Shopping</a></h3>
</div>
<div class="mdl-color-text--primary-contrast mdl-card--lower">
Ea mollit dolore esse velit mollit in dolore nostrud nulla sint. Ex occaecat dolor consectetur aliqua occaecat proident nisi. Esse do aute sit labore ipsum. Enim sunt anim et do magna occaecat consequat occaecat commodo sunt proident. Officia esse irure cillum laborum nostrud consequat nulla quis nostrud tempor dolore commodo.
</div>
<div class="mdl-card--bottom meta">
<img src="images/logo.svg" class="logo">
<div>
<strong>The Newist</strong>
<span>2 days ago</span>
</div>
</div>
</div>
<div class="empty"></div>
<nav class="mdl-color-text--white">
More <button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"><span class="mdl-icon mdl-icon--arrow-forward"></span></button>
</nav>
</main>
<div class="mdl-layout__obfuscator"></div>
</div>
<a href="https://github.com/google/material-design-lite/blob/master/templates/starter/index.html" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--fab mdl-button--colored mdl-js-ripple-effect"><span class="mdl-icon mdl-icon--pageview"/></a>
<script src="/js/material.min.js"></script>
</body>
</html>

2
templates/blog/material.min.css vendored Normal file

File diff suppressed because one or more lines are too long

249
templates/blog/styles.css Normal file
View File

@ -0,0 +1,249 @@
body {
background-image: url('images/bg.jpg');
background-size: cover;
background-attachment: fixed;
/* position: relative; */
}
.mdl-menu {
z-index: 999;
}
header.mdl-layout__header {
margin-bottom: 30vh;
}
main.mdl-layout__content {
display: flex;
flex-direction: row;
flex-wrap: wrap;
max-width: 900px;
width: 900px;
margin: 0 auto;
}
.mdl-layout__container {
overflow: visible;
}
.mdl-layout {
overflow: visible;
}
.mdl-card {
margin: 12px 15px;
display: flex;
flex-direction: column;
align-items: stretch;
}
main .mdl-card:nth-child(2n+1) {
width: 500px;
}
main .mdl-card:nth-child(2n) {
width: 300px;
}
.mdl-card--header {
padding: 16px;
flex-grow: 1;
}
.mdl-card--img-container {
box-sizing: border-box;
background-size: cover;
padding: 40px;
display: flex;
flex-grow: 1;
flex-direction: row;
align-items: flex-end;
}
.mdl-card--lower {
width: auto;
flex-grow: 1;
color: rgba(0, 0, 0, 0.87);
}
.mdl-card--header ~ .mdl-card--lower {
flex-grow: 0;
}
.mdl-card--img-container ~ .mdl-card--lower {
flex-grow: 0;
}
.mdl-card--lower ~ .mdl-card--bottom {
border-top: 1px solid #CCC;
}
.meta {
box-sizing: border-box;
padding: 16px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
height: auto;
}
.meta .logo {
width: 32px;
heigth: 32px;
}
.meta > .spacer ~ div {
flex-direction: row;
margin: 0 8px;
}
.meta > .spacer ~ div span.mdl-icon {
font-size: 2em;
cursor: pointer;
}
.meta .mdl-icon--favorite {
margin-left: 8px;
}
.mdl-card:nth-child(2n) .meta {
justify-content: space-between;
}
.meta > *:first-child {
margin-right: 16px;
}
.meta > div {
display: flex;
flex-direction: column;
}
.coffee-pic .mdl-card--img-container {
background-image: url('images/coffee.jpg');
}
.something-else .mdl-card--img-container {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.something-else .mdl-card--img-container img {
width: 33%;
height: 33;
margin-bottom: 10px;
}
.on-the-road-again .mdl-card--img-container {
background-image: url('images/road.jpg');
}
.shopping .mdl-card--img-container {
background-image: url('images/shopping.jpg');
}
main > nav {
width: 500px;
margin: 12px 15px;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
margin-bottom: 30vh;
}
ul.social {
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
margin: 0;
}
ul.social button {
margin-right: 10px;
}
h3 > a {
color: inherit;
text-decoration: none;
font-weight: inherit;
}
h3.quote:before, h3.quote:after {
display: block;
font-size: 3em;
margin-top: 0.5em;
}
h3.quote:before {
content: '“';
}
h3.quote:after {
content: '”';
}
.blogpost main > .mdl-card {
width: 100%;
height: auto;
}
.blogpost main > .mdl-card > .mdl-card--bottom {
box-sizing: border-box;
height: auto;
padding: 80px 120px;
}
.blogpost main > .mdl-card .mdl-card--img-container {
background-image: url('images/road_big.jpg');
}
.blogpost main .mdl-card--bottom {
border: 0 !important;
}
.blogpost .comments {
padding-top: 0;
background-color: #EEE;
}
.blogpost main > nav {
width: 100%;
margin-top: 0;
}
.comments {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: stretch;
}
.comments > form {
display: flex;
flex-diretion: row;
margin-bottom: 16px;
}
.comments > form .mdl-textfield {
flex-grow: 1;
margin-right: 32px;
}
.comments .comment {
display: flex;
flex-direction: column;
align-items: stretch;
}
.comments .comment > header {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 16px;
}
.comments .comment > header > img {
width: 48px;
height: 48px;
border-radius: 24px;
margin-right: 16px;
}
.comments .comment > header > div {
flex-grow: 1;
display: flex;
flex-direction: column;
}
.comments .comment > .text {
line-height: 1.5em;
}
.comments .comment > nav {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
font-size: 0.8em;
}
.comments .comment > nav button {
margin-right: 16px;
}
.comments .comment > .answers {
padding-top: 32px;
padding-left: 48px;
}
.spacer {
flex-grow: 1;
}
.something-else {
overflow: visible;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 226 KiB

View File

@ -0,0 +1,175 @@
<!doctype html>
<html lang="">
<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>Material Design Lite</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Material Design Lite">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<!-- 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 -->
<!--
<link rel="canonical" href="http://www.example.com/">
-->
<link href='//fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="material.min.css">
<link rel="stylesheet" href="../spacing.css">
<link rel="stylesheet" href="styles.css">
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
</head>
<body>
<div class="mdl-layout mdl-layout--fixed-drawer">
<header class="mdl-layout__header mdl-color--white mdl-color-text--grey-600">
<div class="mdl-textfield mdl-js-textfield mdl-textfield--expandable">
<label class="mdl-button mdl-js-button mdl-button--icon" for="search">
<span class="mdl-icon--search"></span>
</label>
<div class="mdl-textfield__expandable-holder">
<input class="mdl-textfield__input" type="text" id="search" />
<label class="mdl-textfield__label" for="expando1">Enter your query...</label>
</div>
</div>
<span class="mdl-layout-title">Home</span>
<div class="mdl-layout-spacer"></div>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon" id="hdrbtn"><span class="mdl-icon mdl-icon--more-vert"></span></button>
<ul class="mdl-menu mdl-js-menu mdl-js-ripple-effect mdl-menu--bottom-right" for="hdrbtn">
<button class="mdl-menu__item">What is </button>
<button class="mdl-menu__item">supposed to </button>
<button class="mdl-menu__item">be here?</button>
</ul>
</header>
<div class="mdl-layout__drawer mdl-color--blue-grey-900 mdl-color-text--blue-grey-50">
<header>
<img src="images/user.jpg" class="avatar">
<div>
<span>hello@email.com</span>
<div class="mdl-layout-spacer"></div>
<button id="accbtn" class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-button--icon"><span class="mdl-icon mdl-icon--arrow-drop-down"></span></button>
<ul class="mdl-menu mdl-js-menu mdl-js-ripple-effect" for="accbtn">
<button class="mdl-menu__item">hello@email.com</button>
<button class="mdl-menu__item">info@domain.net</button>
<button class="mdl-menu__item"><span class="mdl-icon mdl-icon--add"></span> Add another account...</button>
</ul>
</div>
</header>
<nav class="mdl-navigation mdl-color--blue-grey-800">
<a class="mdl-navigation__link" href=""><span class="mdl-color-text--blue-grey-400 mdl-icon mdl-icon--home"></span>Home</a>
<a class="mdl-navigation__link" href=""><span class="mdl-color-text--blue-grey-400 mdl-icon mdl-icon--inbox"></span>Inbox</a>
<a class="mdl-navigation__link" href=""><span class="mdl-color-text--blue-grey-400 mdl-icon mdl-icon--delete"></span>Trash</a>
<a class="mdl-navigation__link" href=""><span class="mdl-color-text--blue-grey-400 mdl-icon mdl-icon--report"></span>Spam</a>
<a class="mdl-navigation__link" href=""><span class="mdl-color-text--blue-grey-400 mdl-icon mdl-icon--forum"></span>Forums</a>
<a class="mdl-navigation__link" href=""><span class="mdl-color-text--blue-grey-400 mdl-icon mdl-icon--flag"></span>Updates</a>
<a class="mdl-navigation__link" href=""><span class="mdl-color-text--blue-grey-400 mdl-icon mdl-icon--local-offer"></span>Promos</a>
<a class="mdl-navigation__link" href=""><span class="mdl-color-text--blue-grey-400 mdl-icon mdl-icon--shopping-cart"></span>Purchases</a>
<a class="mdl-navigation__link" href=""><span class="mdl-color-text--blue-grey-400 mdl-icon mdl-icon--people"></span>Social</a>
<div class="mdl-layout-spacer"></div>
<a class="mdl-navigation__link" href=""><span class="mdl-color-text--blue-grey-400 mdl-icon mdl-icon--help"></span></a>
</nav>
</div>
<main class="mdl-layout__content mdl-color--grey-100">
<div class="charts mdl-color--white mdl-shadow--z1">
<svg width="200px" height="200px" viewBox="0 0 1 1">
<use xlink:href="#piechart" mask="url(#piemask)" />
<text x="0.5" y="0.5" font-family="Roboto" font-size="0.3" fill="#888" text-anchor="middle" alignment-baseline="middle">82%</text>
</svg>
<svg width="200px" height="200px" viewBox="0 0 1 1">
<use xlink:href="#piechart" mask="url(#piemask)" />
<text x="0.5" y="0.5" font-family="Roboto" font-size="0.3" fill="#888" text-anchor="middle" alignment-baseline="middle">82%</text>
</svg>
<svg width="200px" height="200px" viewBox="0 0 1 1">
<use xlink:href="#piechart" mask="url(#piemask)" />
<text x="0.5" y="0.5" font-family="Roboto" font-size="0.3" fill="#888" text-anchor="middle" alignment-baseline="middle">82%</text>
</svg>
<svg width="200px" height="200px" viewBox="0 0 1 1">
<use xlink:href="#piechart" mask="url(#piemask)" />
<text x="0.5" y="0.5" font-family="Roboto" font-size="0.3" fill="#888" text-anchor="middle" alignment-baseline="middle">82%</text>
</svg>
</div>
<div class="graphs mdl-shadow--z1 mdl-color--white">
<img src="images/graph1.png">
<img src="images/graph2.png">
</div>
<div class="cards">
<div class="mdl-card mdl-shadow--z1">
<div class="mdl-card--heading mdl-color--teal-300 dog">
<h2 class="mdl-card--heading-text">Updates</h2>
</div>
<div class="mdl-card--lower mdl-color-text--grey-600">
Non dolore elit adipisicing ea reprehenderit consectetur culpa.
</div>
<div class="mdl-card--bottom ">
<a href="#">Read More</a>
</div>
</div>
<div class="mdl-card mdl-color--deep-purple-500 mdl-shadow--z1">
<div class="mdl-card--lower mdl-color-text--blue-grey-50">
<h3>View options</h3>
<ul>
<label for="chkbox1" class="mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect">
<input type="checkbox" id="chkbox1" class="mdl-checkbox__input" />
<span class="mdl-checkbox__label">Click per object</span>
</label>
<label for="chkbox2" class="mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect">
<input type="checkbox" id="chkbox2" class="mdl-checkbox__input" />
<span class="mdl-checkbox__label">Views per object</span>
</label>
<label for="chkbox3" class="mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect">
<input type="checkbox" id="chkbox3" class="mdl-checkbox__input" />
<span class="mdl-checkbox__label">Objects selected</span>
</label>
<label for="chkbox4" class="mdl-checkbox mdl-js-checkbox mdl-js-ripple-effect">
<input type="checkbox" id="chkbox4" class="mdl-checkbox__input" />
<span class="mdl-checkbox__label">Objects viewed</span>
</label>
</ul>
</div>
<div class="mdl-card--bottom">
<a href="#" class=" mdl-color-text--blue-grey-50">Change location</a>
<div class="mdl-layout-spacer"></div>
<span class="mdl-icon mdl-icon--location-on"></span>
</div>
</div>
</div>
</main>
</div>
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" style="position: fixed; left: -1000px; height: -1000px;">
<defs>
<mask id="piemask" maskContentUnits="objectBoundingBox">
<circle cx=0.5 cy=0.5 r=0.49 fill="white" />
<circle cx=0.5 cy=0.5 r=0.40 fill="black" />
</mask>
<g id="piechart">
<circle cx=0.5 cy=0.5 r=0.5 />
<path d="M 0.5 0.5 0.5 0 A 0.5 0.5 0 0 1 0.95 0.28 z" stroke="none" fill="rgba(255, 255, 255, 0.75)" />
</g>
</defs>
</svg>
<a href="https://github.com/google/material-design-lite/blob/master/templates/starter/index.html" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--fab mdl-button--colored mdl-js-ripple-effect"><span class="mdl-icon mdl-icon--pageview"/></a>
<script src="/js/material.min.js"></script>
</body>
</html>

2
templates/dashboard/material.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,115 @@
html, body {
height: 100%;
}
.avatar {
width: 48px;
height: 48px;
border-radius: 24px;
}
.mdl-layout__header {
padding: 0 16px;
overflow: visible;
}
.mdl-layout__drawer {
overflow: visible;
}
.mdl-layout__drawer .avatar {
margin-bottom: 16px;
}
.mdl-layout__drawer > header {
display: flex;
flex-direction: column;
padding: 16px;
}
.mdl-layout__drawer > header > div {
display: flex;
flex-direction: row;
align-items: center;
}
.mdl-layout__drawer nav a {
color: inherit;
display: flex;
flex-direction: row;
align-items: center;
}
.mdl-layout__drawer nav a .mdl-icon {
font-size: 1.5em;
margin-right: 16px;
}
.mdl-layout__drawer .mdl-navigation {
flex-grow: 1;
}
.mdl-layout__content {
padding: 16px;
display: flex;
flex-direction: row;
flex-wrap: wrap;
}
.charts {
width: 100%;
box-sizing: border-box;
padding: 32px;
display: flex;
flex-direction: row;
justify-content: space-around;
margin-bottom: 16px;
}
.charts svg:nth-child(1) {
fill: #ACEC00;
}
.charts svg:nth-child(2) {
fill: #00BBD6;
}
.charts svg:nth-child(3) {
fill: #BA65C9;
}
.charts svg:nth-child(4) {
fill: #EF3C79;
}
.graphs {
display: flex;
flex-direction: column;
align-items: center;
padding: 32px;
margin-bottom: 16px;
margin-right: 16px;
flex-grow: 1;
}
.graphs img {
margin-bottom: 80px;
}
.cards .mdl-card {
height: auto;
display: flex;
flex-direction: column;
margin-bottom: 16px;
}
.cards .mdl-card--heading {
display: flex;
flex-direction: row;
box-sizing: border-box;
flex-grow: 1;
}
.cards .mdl-card--lower {
height: auto;
flex-grow: 0;
}
.cards .mdl-card--heading h2 {
height: auto;
align-self: flex-end;
}
.cards ul {
padding: 0;
}
.cards h3 {
font-size: 1em;
}
.cards .dog {
height: 200px;
background-image: url('images/dog.png');
background-position: 90% 100%;
background-repeat: no-repeat;
}

429
templates/fonts/LICENSE.txt Normal file
View File

@ -0,0 +1,429 @@
https://github.com/zavoloklom/material-design-iconic-font/blob/master/License.md
https://github.com/google/material-design-icons/blob/master/LICENSE
Attribution-ShareAlike 4.0 International
=======================================================================
Creative Commons Corporation ("Creative Commons") is not a law firm and
does not provide legal services or legal advice. Distribution of
Creative Commons public licenses does not create a lawyer-client or
other relationship. Creative Commons makes its licenses and related
information available on an "as-is" basis. Creative Commons gives no
warranties regarding its licenses, any material licensed under their
terms and conditions, or any related information. Creative Commons
disclaims all liability for damages resulting from their use to the
fullest extent possible.
Using Creative Commons Public Licenses
Creative Commons public licenses provide a standard set of terms and
conditions that creators and other rights holders may use to share
original works of authorship and other material subject to copyright
and certain other rights specified in the public license below. The
following considerations are for informational purposes only, are not
exhaustive, and do not form part of our licenses.
Considerations for licensors: Our public licenses are
intended for use by those authorized to give the public
permission to use material in ways otherwise restricted by
copyright and certain other rights. Our licenses are
irrevocable. Licensors should read and understand the terms
and conditions of the license they choose before applying it.
Licensors should also secure all rights necessary before
applying our licenses so that the public can reuse the
material as expected. Licensors should clearly mark any
material not subject to the license. This includes other CC-
licensed material, or material used under an exception or
limitation to copyright. More considerations for licensors:
wiki.creativecommons.org/Considerations_for_licensors
Considerations for the public: By using one of our public
licenses, a licensor grants the public permission to use the
licensed material under specified terms and conditions. If
the licensor's permission is not necessary for any reason--for
example, because of any applicable exception or limitation to
copyright--then that use is not regulated by the license. Our
licenses grant only permissions under copyright and certain
other rights that a licensor has authority to grant. Use of
the licensed material may still be restricted for other
reasons, including because others have copyright or other
rights in the material. A licensor may make special requests,
such as asking that all changes be marked or described.
Although not required by our licenses, you are encouraged to
respect those requests where reasonable. More_considerations
for the public:
wiki.creativecommons.org/Considerations_for_licensees
=======================================================================
Creative Commons Attribution-ShareAlike 4.0 International Public
License
By exercising the Licensed Rights (defined below), You accept and agree
to be bound by the terms and conditions of this Creative Commons
Attribution-ShareAlike 4.0 International Public License ("Public
License"). To the extent this Public License may be interpreted as a
contract, You are granted the Licensed Rights in consideration of Your
acceptance of these terms and conditions, and the Licensor grants You
such rights in consideration of benefits the Licensor receives from
making the Licensed Material available under these terms and
conditions.
Section 1 -- Definitions.
a. Adapted Material means material subject to Copyright and Similar
Rights that is derived from or based upon the Licensed Material
and in which the Licensed Material is translated, altered,
arranged, transformed, or otherwise modified in a manner requiring
permission under the Copyright and Similar Rights held by the
Licensor. For purposes of this Public License, where the Licensed
Material is a musical work, performance, or sound recording,
Adapted Material is always produced where the Licensed Material is
synched in timed relation with a moving image.
b. Adapter's License means the license You apply to Your Copyright
and Similar Rights in Your contributions to Adapted Material in
accordance with the terms and conditions of this Public License.
c. BY-SA Compatible License means a license listed at
creativecommons.org/compatiblelicenses, approved by Creative
Commons as essentially the equivalent of this Public License.
d. Copyright and Similar Rights means copyright and/or similar rights
closely related to copyright including, without limitation,
performance, broadcast, sound recording, and Sui Generis Database
Rights, without regard to how the rights are labeled or
categorized. For purposes of this Public License, the rights
specified in Section 2(b)(1)-(2) are not Copyright and Similar
Rights.
e. Effective Technological Measures means those measures that, in the
absence of proper authority, may not be circumvented under laws
fulfilling obligations under Article 11 of the WIPO Copyright
Treaty adopted on December 20, 1996, and/or similar international
agreements.
f. Exceptions and Limitations means fair use, fair dealing, and/or
any other exception or limitation to Copyright and Similar Rights
that applies to Your use of the Licensed Material.
g. License Elements means the license attributes listed in the name
of a Creative Commons Public License. The License Elements of this
Public License are Attribution and ShareAlike.
h. Licensed Material means the artistic or literary work, database,
or other material to which the Licensor applied this Public
License.
i. Licensed Rights means the rights granted to You subject to the
terms and conditions of this Public License, which are limited to
all Copyright and Similar Rights that apply to Your use of the
Licensed Material and that the Licensor has authority to license.
j. Licensor means the individual(s) or entity(ies) granting rights
under this Public License.
k. Share means to provide material to the public by any means or
process that requires permission under the Licensed Rights, such
as reproduction, public display, public performance, distribution,
dissemination, communication, or importation, and to make material
available to the public including in ways that members of the
public may access the material from a place and at a time
individually chosen by them.
l. Sui Generis Database Rights means rights other than copyright
resulting from Directive 96/9/EC of the European Parliament and of
the Council of 11 March 1996 on the legal protection of databases,
as amended and/or succeeded, as well as other essentially
equivalent rights anywhere in the world.
m. You means the individual or entity exercising the Licensed Rights
under this Public License. Your has a corresponding meaning.
Section 2 -- Scope.
a. License grant.
1. Subject to the terms and conditions of this Public License,
the Licensor hereby grants You a worldwide, royalty-free,
non-sublicensable, non-exclusive, irrevocable license to
exercise the Licensed Rights in the Licensed Material to:
a. reproduce and Share the Licensed Material, in whole or
in part; and
b. produce, reproduce, and Share Adapted Material.
2. Exceptions and Limitations. For the avoidance of doubt, where
Exceptions and Limitations apply to Your use, this Public
License does not apply, and You do not need to comply with
its terms and conditions.
3. Term. The term of this Public License is specified in Section
6(a).
4. Media and formats; technical modifications allowed. The
Licensor authorizes You to exercise the Licensed Rights in
all media and formats whether now known or hereafter created,
and to make technical modifications necessary to do so. The
Licensor waives and/or agrees not to assert any right or
authority to forbid You from making technical modifications
necessary to exercise the Licensed Rights, including
technical modifications necessary to circumvent Effective
Technological Measures. For purposes of this Public License,
simply making modifications authorized by this Section 2(a)
(4) never produces Adapted Material.
5. Downstream recipients.
a. Offer from the Licensor -- Licensed Material. Every
recipient of the Licensed Material automatically
receives an offer from the Licensor to exercise the
Licensed Rights under the terms and conditions of this
Public License.
b. Additional offer from the Licensor -- Adapted Material.
Every recipient of Adapted Material from You
automatically receives an offer from the Licensor to
exercise the Licensed Rights in the Adapted Material
under the conditions of the Adapter's License You apply.
c. No downstream restrictions. You may not offer or impose
any additional or different terms or conditions on, or
apply any Effective Technological Measures to, the
Licensed Material if doing so restricts exercise of the
Licensed Rights by any recipient of the Licensed
Material.
6. No endorsement. Nothing in this Public License constitutes or
may be construed as permission to assert or imply that You
are, or that Your use of the Licensed Material is, connected
with, or sponsored, endorsed, or granted official status by,
the Licensor or others designated to receive attribution as
provided in Section 3(a)(1)(A)(i).
b. Other rights.
1. Moral rights, such as the right of integrity, are not
licensed under this Public License, nor are publicity,
privacy, and/or other similar personality rights; however, to
the extent possible, the Licensor waives and/or agrees not to
assert any such rights held by the Licensor to the limited
extent necessary to allow You to exercise the Licensed
Rights, but not otherwise.
2. Patent and trademark rights are not licensed under this
Public License.
3. To the extent possible, the Licensor waives any right to
collect royalties from You for the exercise of the Licensed
Rights, whether directly or through a collecting society
under any voluntary or waivable statutory or compulsory
licensing scheme. In all other cases the Licensor expressly
reserves any right to collect such royalties.
Section 3 -- License Conditions.
Your exercise of the Licensed Rights is expressly made subject to the
following conditions.
a. Attribution.
1. If You Share the Licensed Material (including in modified
form), You must:
a. retain the following if it is supplied by the Licensor
with the Licensed Material:
i. identification of the creator(s) of the Licensed
Material and any others designated to receive
attribution, in any reasonable manner requested by
the Licensor (including by pseudonym if
designated);
ii. a copyright notice;
iii. a notice that refers to this Public License;
iv. a notice that refers to the disclaimer of
warranties;
v. a URI or hyperlink to the Licensed Material to the
extent reasonably practicable;
b. indicate if You modified the Licensed Material and
retain an indication of any previous modifications; and
c. indicate the Licensed Material is licensed under this
Public License, and include the text of, or the URI or
hyperlink to, this Public License.
2. You may satisfy the conditions in Section 3(a)(1) in any
reasonable manner based on the medium, means, and context in
which You Share the Licensed Material. For example, it may be
reasonable to satisfy the conditions by providing a URI or
hyperlink to a resource that includes the required
information.
3. If requested by the Licensor, You must remove any of the
information required by Section 3(a)(1)(A) to the extent
reasonably practicable.
b. ShareAlike.
In addition to the conditions in Section 3(a), if You Share
Adapted Material You produce, the following conditions also apply.
1. The Adapter's License You apply must be a Creative Commons
license with the same License Elements, this version or
later, or a BY-SA Compatible License.
2. You must include the text of, or the URI or hyperlink to, the
Adapter's License You apply. You may satisfy this condition
in any reasonable manner based on the medium, means, and
context in which You Share Adapted Material.
3. You may not offer or impose any additional or different terms
or conditions on, or apply any Effective Technological
Measures to, Adapted Material that restrict exercise of the
rights granted under the Adapter's License You apply.
Section 4 -- Sui Generis Database Rights.
Where the Licensed Rights include Sui Generis Database Rights that
apply to Your use of the Licensed Material:
a. for the avoidance of doubt, Section 2(a)(1) grants You the right
to extract, reuse, reproduce, and Share all or a substantial
portion of the contents of the database;
b. if You include all or a substantial portion of the database
contents in a database in which You have Sui Generis Database
Rights, then the database in which You have Sui Generis Database
Rights (but not its individual contents) is Adapted Material,
including for purposes of Section 3(b); and
c. You must comply with the conditions in Section 3(a) if You Share
all or a substantial portion of the contents of the database.
For the avoidance of doubt, this Section 4 supplements and does not
replace Your obligations under this Public License where the Licensed
Rights include other Copyright and Similar Rights.
Section 5 -- Disclaimer of Warranties and Limitation of Liability.
a. UNLESS OTHERWISE SEPARATELY UNDERTAKEN BY THE LICENSOR, TO THE
EXTENT POSSIBLE, THE LICENSOR OFFERS THE LICENSED MATERIAL AS-IS
AND AS-AVAILABLE, AND MAKES NO REPRESENTATIONS OR WARRANTIES OF
ANY KIND CONCERNING THE LICENSED MATERIAL, WHETHER EXPRESS,
IMPLIED, STATUTORY, OR OTHER. THIS INCLUDES, WITHOUT LIMITATION,
WARRANTIES OF TITLE, MERCHANTABILITY, FITNESS FOR A PARTICULAR
PURPOSE, NON-INFRINGEMENT, ABSENCE OF LATENT OR OTHER DEFECTS,
ACCURACY, OR THE PRESENCE OR ABSENCE OF ERRORS, WHETHER OR NOT
KNOWN OR DISCOVERABLE. WHERE DISCLAIMERS OF WARRANTIES ARE NOT
ALLOWED IN FULL OR IN PART, THIS DISCLAIMER MAY NOT APPLY TO YOU.
b. TO THE EXTENT POSSIBLE, IN NO EVENT WILL THE LICENSOR BE LIABLE
TO YOU ON ANY LEGAL THEORY (INCLUDING, WITHOUT LIMITATION,
NEGLIGENCE) OR OTHERWISE FOR ANY DIRECT, SPECIAL, INDIRECT,
INCIDENTAL, CONSEQUENTIAL, PUNITIVE, EXEMPLARY, OR OTHER LOSSES,
COSTS, EXPENSES, OR DAMAGES ARISING OUT OF THIS PUBLIC LICENSE OR
USE OF THE LICENSED MATERIAL, EVEN IF THE LICENSOR HAS BEEN
ADVISED OF THE POSSIBILITY OF SUCH LOSSES, COSTS, EXPENSES, OR
DAMAGES. WHERE A LIMITATION OF LIABILITY IS NOT ALLOWED IN FULL OR
IN PART, THIS LIMITATION MAY NOT APPLY TO YOU.
c. The disclaimer of warranties and limitation of liability provided
above shall be interpreted in a manner that, to the extent
possible, most closely approximates an absolute disclaimer and
waiver of all liability.
Section 6 -- Term and Termination.
a. This Public License applies for the term of the Copyright and
Similar Rights licensed here. However, if You fail to comply with
this Public License, then Your rights under this Public License
terminate automatically.
b. Where Your right to use the Licensed Material has terminated under
Section 6(a), it reinstates:
1. automatically as of the date the violation is cured, provided
it is cured within 30 days of Your discovery of the
violation; or
2. upon express reinstatement by the Licensor.
For the avoidance of doubt, this Section 6(b) does not affect any
right the Licensor may have to seek remedies for Your violations
of this Public License.
c. For the avoidance of doubt, the Licensor may also offer the
Licensed Material under separate terms or conditions or stop
distributing the Licensed Material at any time; however, doing so
will not terminate this Public License.
d. Sections 1, 5, 6, 7, and 8 survive termination of this Public
License.
Section 7 -- Other Terms and Conditions.
a. The Licensor shall not be bound by any additional or different
terms or conditions communicated by You unless expressly agreed.
b. Any arrangements, understandings, or agreements regarding the
Licensed Material not stated herein are separate from and
independent of the terms and conditions of this Public License.
Section 8 -- Interpretation.
a. For the avoidance of doubt, this Public License does not, and
shall not be interpreted to, reduce, limit, restrict, or impose
conditions on any use of the Licensed Material that could lawfully
be made without permission under this Public License.
b. To the extent possible, if any provision of this Public License is
deemed unenforceable, it shall be automatically reformed to the
minimum extent necessary to make it enforceable. If the provision
cannot be reformed, it shall be severed from this Public License
without affecting the enforceability of the remaining terms and
conditions.
c. No term or condition of this Public License will be waived and no
failure to comply consented to unless expressly agreed to by the
Licensor.
d. Nothing in this Public License constitutes or may be interpreted
as a limitation upon, or waiver of, any privileges and immunities
that apply to the Licensor or You, including from the legal
processes of any jurisdiction or authority.
=======================================================================
Creative Commons is not a party to its public licenses.
Notwithstanding, Creative Commons may elect to apply one of its public
licenses to material it publishes and in those instances will be
considered the "Licensor." Except for the limited purpose of indicating
that material is shared under a Creative Commons public license or as
otherwise permitted by the Creative Commons policies published at
creativecommons.org/policies, Creative Commons does not authorize the
use of the trademark "Creative Commons" or any other trademark or logo
of Creative Commons without its prior written consent including,
without limitation, in connection with any unauthorized modifications
to any of its public licenses or any other arrangements,
understandings, or agreements concerning use of licensed material. For
the avoidance of doubt, this paragraph does not form part of the public
licenses.
Creative Commons may be contacted at creativecommons.org.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 228 KiB

View File

@ -0,0 +1,148 @@
<!doctype html>
<html lang="">
<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>Material Design Lite</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Material Design Lite">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<!-- 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 -->
<!--
<link rel="canonical" href="http://www.example.com/">
-->
<link href='//fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="material.min.css">
<link rel="stylesheet" href="../spacing.css">
<link rel="stylesheet" href="styles.css">
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 40px;
z-index: 900;
}
</style>
</head>
<body class="mdl-color--primary-dark">
<div class="mdl-layout mdl-js-layout">
<header class="mdl-layout__header mdl-layout__header--scroll">
</header>
<div class="mdl-layout__tab-bar mdl-js-ripple-effect">
<a href="#about-panel" class="mdl-layout__tab is-active">About</a>
<a href="#experience-panel" class="mdl-layout__tab">Experience</a>
<a href="#contact-panel" class="mdl-layout__tab">Contact Us</a>
<a href="#blog-panel" class="mdl-layout__tab">Our Blog</a>
<button class="mdl-button mdl-js-button mdl-button--fab mdl-js-ripple-effect mdl-button--colored mdl-shadow--z3" id="mail"><span class="mdl-icon mdl-icon--email"></span></button>
</div>
<main class="mdl-layout__content">
<div class="mdl-layout__tab-panel is-active" id="about-panel">
<header>
<h1>Call of the Wild</h1>
<h2>Experience the new</h2>
</header>
<section id="squares">
<div class="square">
<footer class="mdl-color--primary-dark">
<button class="mdl-button mdl-js-button mdl-button--icon mdl-js-ripple-effect"><span class="mdl-icon mdl-icon--arrow-forward"></span></button>
<h3>Escape</h3>
<p>Lorem commodo do eiusmod anim quis.</p>
</footer>
</div>
<div class="square">
<footer class="mdl-color--primary-dark">
<button class="mdl-button mdl-js-button mdl-button--icon mdl-js-ripple-effect"><span class="mdl-icon mdl-icon--arrow-forward"></span></button>
<h3>Action</h3>
<p>Lorem commodo do eiusmod anim quis.</p>
</footer>
</div>
<div class="square">
<footer class="mdl-color--primary-dark">
<button class="mdl-button mdl-js-button mdl-button--icon mdl-js-ripple-effect"><span class="mdl-icon mdl-icon--arrow-forward"></span></button>
<h3>Nature</h3>
<p>Lorem commodo do eiusmod anim quis.</p>
</footer>
</div>
<div class="square">
<footer class="mdl-color--primary-dark">
<button class="mdl-button mdl-js-button mdl-button--icon mdl-js-ripple-effect"><span class="mdl-icon mdl-icon--arrow-forward"></span></button>
<h3>Discovery</h3>
<p>Lorem commodo do eiusmod anim quis.</p>
</footer>
</div>
</section>
<section id="cta">
<h3>Start your journey today</h3>
<button class="mdl-button mdl-js-button mdl-js-ripple-effect mdl-color--accent mdl-color-text--accent-contrast">Contact Us</button>
</section>
<section id="authors" class="mdl-color--primary-contrast mdl-color-text--black">
<div class="author">
<img src="images/ex1.jpg">
<h4>Explorer Jane</h4>
<p>Eiusmod exercitation esse voluptate do excepteur laboris laborum exercitation tempor est non aute in.</p>
</div>
<div class="author">
<img src="images/ex2.jpg">
<h4>Explorer John</h4>
<p>Eiusmod exercitation esse voluptate do excepteur laboris laborum exercitation tempor est non aute in.</p>
</div>
<div class="author">
<img src="images/ex3.jpg">
<h4>Explorer Joe</h4>
<p>Eiusmod exercitation esse voluptate do excepteur laboris laborum exercitation tempor est non aute in.</p>
</div>
</section>
</div>
<div class="mdl-layout__tab-panel" id="experience-panel">
<h1>Experience</h1>
</div>
<div class="mdl-layout__tab-panel" id="contact-panel">
<h1>Contact</h1>
<div style="height: 2000px;"></div>
</div>
<div class="mdl-layout__tab-panel" id="blog-panel">
<h1>Blog</h1>
</div>
<footer class="mdl-mega-footer">
<div class="mdl-mega-footer--top-section mdl-color--primary">
<button class="mdl-mega-footer--social-btn"><span class="mdl-icon mdl-icon--track-changes"></span></button>
<button class="mdl-mega-footer--social-btn"><span class="mdl-icon mdl-icon--track-changes"></span></button>
<button class="mdl-mega-footer--social-btn"><span class="mdl-icon mdl-icon--track-changes"></span></button>
</div>
<div class="mdl-mega-footer--middle-section mdl-color--primary-dark">
<span>123 East St, Town City, ST 12345</span>
<span>123-456-7890</span>
<span>email@gmail.com</span>
</div>
<div class="mdl-mega-footer--bottom-section mdl-color--primary-dark">
<ul class="mdl-mega-footer--link-list">
<li><a href="#">Web Starter Kit</a></li>
<li><a href="#">Help</a></li>
<li><a href="#">Privacy and Terms</a></li>
</ul>
</div>
</footer>
</main>
</div>
<a href="https://github.com/google/material-design-lite/blob/master/templates/starter/index.html" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--fab mdl-button--colored mdl-js-ripple-effect"><span class="mdl-icon mdl-icon--pageview"/></a>
<script src="/js/material.min.js"></script>
</body>
</html>

2
templates/general/material.min.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,220 @@
body {
font-family: 'Roboto';
color: white;
}
header.mdl-layout__header {
height: 40vh;
width: 100%;
max-height: 400px;
background: url('images/wolf.jpg') center center;
background-size: cover;
flex-shrink: 0;
position: relative;
}
.mdl-layout__tab-bar-container {
overflow: visible;
height: 96px;
box-shadow: none !important;
}
.mdl-layout__tab-bar-button {
display: none;
}
.mdl-layout__tab-bar {
overflow: visible;
position: static;
height: 100%;
width: 100%;
box-shadow: none !important;
}
.mdl-layout__tab-bar a {
height: 100%;
line-height: 96px;
}
@media (max-width: 850px) {
.mdl-layout__header {
display: block;
}
.mdl-layout__content {
overflow: visible !important;
}
}
@media (max-width: 600px) {
.mdl-layout__tab-bar {
flex-direction: column;
padding: 0;
height: auto;
}
.mdl-layout__tab-bar-container {
height: auto;
}
a.mdl-layout__tab {
height: auto;
line-height: 4em;
text-align: left;
padding-left: 20px;
}
}
#mail {
position: absolute;
right: 40px;
top: -28px;
z-index: 999;
}
main > .mdl-layout__tab-panel > header {
box-sizing: border-box;
width: 100%;
padding: 72px;
}
main > .mdl-layout__tab-panel > header > *:last-child {
margin-bottom: 0;
}
#squares {
display: flex;
flex-direction: row;
align-items: flex-start;
align-content: flex-start;
flex-wrap: wrap;
}
#squares > .square {
min-width: 24vw;
min-height: 25vw;
flex-grow: 1;
display: flex;
flex-direction: row;
align-items: flex-end;
}
@media (max-width: 1280px) {
#squares > .square {
min-width: 49vw;
min-height: 50vw;
}
}
@media (max-width: 640px) {
#squares > .square {
min-width: 100vw;
min-height: 100vw;
}
}
#squares > .square:nth-child(1) {
background: url('images/sq1.jpg') center center;
background-size: cover;
}
#squares > .square:nth-child(2) {
background: url('images/sq2.jpg') center center;
background-size: cover;
}
#squares > .square:nth-child(3) {
background: url('images/sq3.jpg') center center;
background-size: cover;
}
#squares > .square:nth-child(4) {
background: url('images/sq4.jpg') center center;
background-size: cover;
}
.square > footer {
position: relative;
height: 20%;
width: 100%;
opacity: 0.7;
padding: 20px;
}
.square > footer > button {
position: absolute;
top: 20px;
right: 20px;;
}
.square > footer h3 {
font-size: 1.1em;
margin-bottom: 10px;
}
.square > footer > *:last-child {
margin-bottom: 0;
}
#cta {
width: 100%;
height: 40vh;
background: url('images/cta.jpg') center center;
background-size: cover;
display: flex;
flex-direction: column;
align-items: center;
align-content: center;
justify-content: center;
}
#cta h3 {
margin: 30px;
text-align: center;
}
#authors{
display: flex;
flex-direction: row;
align-items: center;
align-content: center;
justify-content: space-around;
flex-wrap: wrap;
padding-top: 40px;
background-color: white;
}
#authors > .author {
width: 300px;
margin: 0 40px;
}
.author {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: center;
}
.author h4 {
margin-bottom: 20px;
}
.author img {
border-radius: 100px;
margin-bottom: 40px;
}
footer.mdl-mega-footer {
background-color: transparent;
padding: 0;
}
footer.mdl-mega-footer > * {
padding: 32px 16px;
padding-left: 80px;
}
.mdl-mega-footer--top-section {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
}
.mdl-mega-footer--middle-section > span {
display: inline-block;
margin-right: 20px;
}
.mdl-mega-footer--bottom-section {
display: flex;
flex-direction: row;
justify-content: flex-start;
align-items: center;
font-size: 0.8em;
padding-top: 0 !important;
}
.mdl-mega-footer--social-btn {
margin-right: 40px;
}
.mdl-mega-footer--top-section:after {
border: 0;
}
.mdl-mega-footer--middle-section:after {
border: 0;
}
.mdl-mega-footer--link-list {
margin: 0;
}

19
templates/spacing.css Normal file
View File

@ -0,0 +1,19 @@
h1, h2, h3 {
margin-bottom: 30px;
}
.mdl-card h1, .mdl-card h2, .mdl-card h3 {
margin-bottom: inherit;
}
p {
margin-bottom: 20px;
letter-spacing: .1px;
}
.demo-layout__content {
padding-top: 80px;
padding-bottom: 100px;
max-width: 1160px;
margin: auto;
}

View File

@ -0,0 +1,261 @@
<!doctype html>
<html lang="">
<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>Material Design Lite</title>
<!-- Add to homescreen for Chrome on Android -->
<meta name="mobile-web-app-capable" content="yes">
<link rel="icon" sizes="192x192" href="images/touch/chrome-touch-icon-192x192.png">
<!-- Add to homescreen for Safari on iOS -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Material Design Lite">
<link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png">
<!-- Tile icon for Win8 (144x144 + tile color) -->
<meta name="msapplication-TileImage" content="images/touch/ms-touch-icon-144x144-precomposed.png">
<meta name="msapplication-TileColor" content="#3372DF">
<!-- 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 -->
<!--
<link rel="canonical" href="http://www.example.com/">
-->
<link href='//fonts.googleapis.com/css?family=Roboto:regular,bold,italic,thin,light,bolditalic,black,medium&amp;lang=en' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="material.min.css">
<link rel="stylesheet" href="../spacing.css">
<style>
#view-source {
position: fixed;
display: block;
right: 0;
bottom: 0;
margin-right: 20px;
margin-bottom: 20px;
z-index: 900;
}
main > div {
padding: 20px;
}
main .mdl-card {
display: inline-block;
margin-right: 20px;
}
header > .mdl-layout__header-row:nth-of-type(1) > span {
font-size: 1em;
}
header > .mdl-layout__header-row:nth-of-type(2) > span {
font-size: 3em;
}
.mdl-layout__header.is-compact #my_text_changes:after {
content: " \0000a0 > \0000a0 Starter Template";
}
p {
-webkit-column-count: 2;
-webkit-column-gap: 30px;
}
</style>
</head>
<body>
<div class="mdl-layout mdl-js-layout mdl-layout--fixed-drawer mdl-layout--overlay-drawer-button">
<header class="mdl-layout__header mdl-layout__header--multi-row mdl-layout__header--waterfall mdl-layout__header--tall">
<!-- Top row -->
<div class="mdl-layout__header-row">
<!-- Icon -->
<img class="mdl-layout-icon" src="../demo-images/app-icon.png"/>
<!-- Title -->
<span id="my_text_changes">Material Design Lite</span>
<div class="mdl-layout-spacer"></div>
</div>
<!-- Middle row, subtitle -->
<div class="mdl-layout__header-row">
<span class="mdl-typography--title">
Starter Template
</span>
</div>
<!-- Bottom row -->
<div class="mdl-layout__header-row">
<div class="mdl-layout-spacer"></div>
<!-- Only show when expanded, check CSS -->
<nav class="mdl-navigation" id="expanded_navigation">
<a class="mdl-navigation__link" href="#">Twitter</a>
<a class="mdl-navigation__link" href="#">Facebook</a>
<a class="mdl-navigation__link" href="#">LinkedIn</a>
</nav>
</div>
</header>
<div class="mdl-layout__drawer">
<span class="mdl-layout-title">MDL</span>
<nav class="mdl-navigation">
<a class="mdl-navigation__link" href="#">Lorem</a>
<a class="mdl-navigation__link" href="#">Ipsum</a>
<a class="mdl-navigation__link" href="#">Dolor</a>
<a class="mdl-navigation__link" href="#">Sit</a>
<a class="mdl-navigation__link" href="#">Amet</a>
</nav>
</div>
<main class="mdl-layout__content">
<div class="demo-layout__content">
<h1>Starter Template</h1>
<h2>Zero Fuss, Just Ipsum™</h2>
<h3>A paragraph</h3>
<p>Culpa excepteur tempor dolore ea <strong>adipisicing ut nulla eiusmod</strong> consectetur mollit velit non amet occaecat. Ullamco irure nisi ullamco in dolore. Minim Lorem dolor non ex sint do aute do excepteur officia ea. Eiusmod commodo irure sint enim cupidatat consectetur fugiat irure do sunt. Esse et dolor nisi amet culpa esse Lorem adipisicing do proident non commodo aliqua in. Nostrud est irure ipsum sint nisi velit non incididunt id consectetur commodo sit duis. Officia dolor magna dolor proident commodo. Elit ea elit ut voluptate cupidatat ut esse. Aliquip ea laboris exercitation veniam aute enim enim proident velit culpa. Ex eiusmod enim dolor officia ipsum pariatur aute non.
Duis culpa eiusmod ut irure anim labore consectetur mollit velit. Lorem Lorem <em>consequat</em> non aliquip eiusmod. Id est magna fugiat do consequat deserunt amet sint et qui nulla in. Elit consequat consectetur anim id dolor mollit adipisicing eiusmod anim. Est id minim cillum mollit sunt. Qui reprehenderit reprehenderit excepteur dolore laboris ullamco laboris reprehenderit ullamco ex magna consectetur velit laborum. Dolore enim nostrud Lorem amet do. Ut laborum sit laboris sit ea in. Dolore ullamco aliquip culpa adipisicing ea cupidatat laboris est.
Amet consectetur veniam magna Lorem aliqua. Nisi est consectetur nulla cupidatat anim consectetur aute sint irure in. Mollit reprehenderit et laborum exercitation aute magna ipsum aliqua qui dolore nostrud cillum dolor. Occaecat irure do et enim occaecat nulla occaecat occaecat. Velit pariatur labore do cillum ipsum nulla laborum qui id consequat.
Amet pariatur amet et et sit est laboris culpa proident occaecat qui in enim amet. Do veniam veniam sint esse enim ex sint. Consequat dolore sint est ullamco velit. Exercitation aute qui sit magna dolore nisi laborum. Adipisicing culpa cillum id aliquip aliquip officia ullamco Lorem.
</p>
<h3>Another paragraph</h3>
<p>
<small>(Nulla exercitation in ex tempor eu magna aliquip Lorem nostrud qui commodo anim et cillum.)</small> Cillum aliquip nisi eiusmod sunt laboris mollit anim magna et irure non esse non sunt. Ex ut aliquip veniam qui aliquip ipsum. Labore sit deserunt irure dolor ullamco cillum non et consectetur. Nulla Lorem cillum excepteur cupidatat ipsum sint culpa occaecat officia irure commodo. Culpa est id sunt velit qui eu laboris id enim proident consectetur exercitation deserunt incididunt. Nisi veniam consequat minim reprehenderit elit commodo occaecat velit ullamco aliqua. Do qui amet officia cupidatat consequat cupidatat occaecat duis est id irure qui Lorem. Dolor commodo deserunt fugiat enim aliqua occaecat aute.
Enim aliquip quis et culpa officia consequat. Lorem cillum eu nostrud aliquip mollit cupidatat est consectetur minim anim nostrud adipisicing fugiat. Consequat sunt ullamco occaecat enim duis nisi magna ad ullamco laborum commodo sit sit enim. In duis irure et pariatur aliqua duis. Ex commodo irure amet culpa non. Quis tempor pariatur id ea exercitation commodo voluptate labore nisi cupidatat. Et duis cillum aliqua anim pariatur aliquip deserunt culpa non.
Dolor elit esse adipisicing excepteur aliqua voluptate occaecat irure. Ex ut commodo aliquip ipsum reprehenderit occaecat elit magna eu. Ex eu proident cillum proident laboris tempor tempor mollit cupidatat. Dolore quis consequat est enim minim sunt excepteur occaecat culpa nostrud id sint incididunt. Laborum occaecat exercitation culpa sint veniam enim ex sit minim ad deserunt. Laboris pariatur nostrud incididunt deserunt sunt tempor nostrud laborum amet consequat sunt velit consequat exercitation. Pariatur nostrud in eu ullamco elit irure ullamco do qui in consequat ad. Proident nostrud sint elit occaecat consectetur laboris commodo mollit excepteur.
</p>
<dl>
<dt>Description lists</dt>
<dd>A description list is perfect for defining terms.</dd>
<dt>Euismod</dt>
<dd>Vestibulum id ligula porta felis euismod semper eget lacinia odio sem nec elit.</dd>
<dd>Donec id elit non mi porta gravida at eget metus.</dd>
<dt>Malesuada porta</dt>
<dd>Etiam porta sem malesuada magna mollis euismod.</dd>
</dl>
<h3>Quotes!</h3>
<blockquote>
Eu aliqua laborum ad deserunt elit adipisicing labore ut ipsum enim laboris Lorem occaecat.
</blockquote>
<h3>Consecutive paragraphs?</h3>
<p>
Sint quis amet incididunt officia incididunt ullamco fugiat ipsum cupidatat officia do. Esse excepteur et veniam aliqua nostrud pariatur exercitation laborum. Reprehenderit adipisicing anim aliquip consectetur ex veniam aliquip non cillum consectetur. Aliquip id minim exercitation aliqua irure Lorem sunt quis ullamco reprehenderit. Aliqua proident cupidatat culpa amet laborum proident. Qui velit do deserunt elit adipisicing incididunt aute cupidatat ea dolore.
Sunt eu deserunt proident nostrud irure esse in consequat occaecat velit incididunt elit. Fugiat nostrud laborum esse cillum aute duis officia nostrud incididunt minim magna ipsum id. Ea deserunt excepteur veniam non nostrud duis sunt culpa qui voluptate id in. Anim deserunt enim sunt ullamco labore ea. Excepteur excepteur in et aliqua elit magna ea. Dolor laborum reprehenderit esse quis dolor officia ad adipisicing eiusmod.
Qui duis non ea amet minim do anim dolore proident ut excepteur consequat sint. Labore laboris consequat ea amet aliquip sunt cillum laboris sint voluptate cillum occaecat pariatur. Nisi eiusmod occaecat eiusmod deserunt enim fugiat cillum et aliqua id laborum Lorem anim. Veniam tempor culpa cillum ex in minim deserunt. Exercitation cillum cupidatat nulla deserunt exercitation in aute aute dolor adipisicing. Aliqua enim exercitation sint voluptate irure commodo incididunt irure. Sit esse amet ullamco ullamco non ad. Ipsum aliqua culpa consequat nulla est qui magna aute sint consequat dolore sunt.
Ex amet est quis id commodo laboris ad ut anim mollit ea aute incididunt. Est irure sunt non ipsum ea amet laborum cillum reprehenderit veniam amet commodo. Eiusmod sunt aliquip culpa ipsum ut nostrud commodo consequat quis dolore dolor. Sunt ipsum ut commodo culpa dolore laborum dolor non reprehenderit et ea. Ad dolore sit cupidatat non minim ipsum nostrud anim sint proident. Qui irure amet irure veniam deserunt velit est. Dolor irure elit quis nisi sit pariatur consequat ad reprehenderit anim. Culpa cillum eiusmod esse deserunt esse. Veniam pariatur irure commodo sit veniam mollit est est consequat est voluptate. Occaecat dolor ut labore nulla ad.
</p>
<p>
Amet excepteur ullamco deserunt in nulla. Ullamco fugiat ut sunt minim minim occaecat non duis et reprehenderit exercitation excepteur. Ex ea duis eiusmod elit eiusmod. Tempor excepteur voluptate cillum do eu. Est qui sunt consectetur cillum labore in cupidatat officia non ex reprehenderit. Reprehenderit laborum ullamco cupidatat fugiat nostrud. Enim labore non laboris eiusmod irure duis ullamco nisi dolore. Ut irure esse ea voluptate nisi labore aliquip proident.
Quis deserunt dolore laborum ex aute ipsum fugiat. Consectetur dolore voluptate sunt sit elit laboris aliqua laborum esse in enim nostrud. Proident do eu sit sunt ea et mollit aliquip ea et laboris voluptate. Lorem occaecat reprehenderit elit ea minim qui qui laborum ea veniam tempor fugiat sit nostrud. Ex laborum sit aliquip veniam duis ea laboris veniam excepteur commodo exercitation consequat cupidatat. Veniam irure excepteur adipisicing esse aliqua dolore. Magna minim sit excepteur veniam elit nisi commodo adipisicing elit labore et.
Veniam cupidatat ad ullamco sint sint adipisicing dolor. Aliqua ex incididunt qui ipsum consectetur. Aute eiusmod nostrud laboris occaecat culpa in. Duis reprehenderit est et ipsum non consectetur ex laboris et nisi sunt. Nisi esse officia qui proident est ut proident. Lorem labore culpa dolore anim aute officia. Minim esse eu voluptate laborum ex proident ea nulla esse do.
</p>
<h3>Cards</h3>
<div class="mdl-card mdl-shadow--z1">
<div class="mdl-card--img-container">
</div>
<div class="mdl-card--heading">
<h2 class="mdl-card--heading-text">Integer lectus lacus, condimentum vitae lectus vitae</h2>
</div>
<div class="mdl-card--caption">
March 24th, 2014
</div>
<div class="mdl-card--lower">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sagittis pellentesque lacus eleifend lacinia. Donec ut risus suscipit, convallis diam et, mattis urna. Phasellus sit amet ipsum nisl. Aliquam sed dictum neque. Vestibulum tempus at lacus et volutpat. Mauris molestie vel mauris id scelerisque.
</div>
<div class="mdl-card--bottom">
<a href="#">Some Action</a>
</div>
</div>
<div class="mdl-card mdl-shadow--z2">
<div class="mdl-card--img-container">
</div>
<div class="mdl-card--heading">
<h2 class="mdl-card--heading-text">Integer lectus lacus, condimentum vitae lectus vitae</h2>
</div>
<div class="mdl-card--caption">
March 24th, 2014
</div>
<div class="mdl-card--lower">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sagittis pellentesque lacus eleifend lacinia. Donec ut risus suscipit, convallis diam et, mattis urna. Phasellus sit amet ipsum nisl. Aliquam sed dictum neque. Vestibulum tempus at lacus et volutpat. Mauris molestie vel mauris id scelerisque.
</div>
<div class="mdl-card--bottom">
<a href="#">Some Action</a>
</div>
</div>
<div class="mdl-card mdl-shadow--z1">
<div class="mdl-card--img-container">
</div>
<div class="mdl-card--heading">
<h2 class="mdl-card--heading-text">Integer lectus lacus, condimentum vitae lectus vitae</h2>
</div>
<div class="mdl-card--caption">
March 24th, 2014
</div>
<div class="mdl-card--lower">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris sagittis pellentesque lacus eleifend lacinia. Donec ut risus suscipit, convallis diam et, mattis urna. Phasellus sit amet ipsum nisl. Aliquam sed dictum neque. Vestibulum tempus at lacus et volutpat. Mauris molestie vel mauris id scelerisque.
</div>
<div class="mdl-card--bottom">
<a href="#">Some Action</a>
</div>
</div>
</div>
<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">Learning &amp; Support</h1>
<ul class="mdl-mega-footer--link-list">
<li><a href="#">Resource Center</a></li>
<li><a href="#">Help Center</a></li>
<li><a href="#">Community</a></li>
<li><a href="#">Learn with Google</a></li>
<li><a href="#">Small Business Community</a></li>
<li><a href="#">Think Insights</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">Just for Developers</h1>
<ul class="mdl-mega-footer--link-list">
<li><a href="#">Google Developers</a></li>
<li><a href="#">AdWords API</a></li>
<li><a href="#">AdWords Scipts</a></li>
<li><a href="#">AdWords Remarketing Tag</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">Related Products</h1>
<ul class="mdl-mega-footer--link-list">
<li><a href="#">Analytics Standard</a></li>
<li><a href="#">Shopping Ads</a></li>
<li><a href="#">Trusted Store</a></li>
<li><a href="#">AdSense</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">More solutions from Google</h1>
<ul class="mdl-mega-footer--link-list">
<li><a href="#">Google for Advertising</a></li>
<li><a href="#">Google for Business</a></li>
</ul>
</div>
</div>
<div class="mdl-mega-footer--bottom-section">
<div class="mdl-logo">
Web <strong>Starter Kit</strong>
</div>
<ul class="mdl-mega-footer--link-list">
<li><a href="#">Help</a></li>
<li><a href="#">Privacy &amp; Terms</a></li>
</ul>
</div>
</footer>
</main>
</div>
<a href="https://github.com/google/material-design-lite/blob/master/templates/starter/index.html" target="_blank" id="view-source" class="mdl-button mdl-js-button mdl-button--fab mdl-button--colored mdl-js-ripple-effect"><span class="mdl-icon mdl-icon--pageview"/></a>
<script src="/js/material.min.js"></script>
</body>
</html>

2
templates/starter/material.min.css vendored Normal file

File diff suppressed because one or more lines are too long