Made page self-contained. (Pulled external resources.)
This commit is contained in:
parent
6fb99a59f3
commit
f677d7a79f
8
css/material.indigo-pink.min.css
vendored
Normal file
8
css/material.indigo-pink.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
BIN
css/materialicons-regular.ttf
Normal file
BIN
css/materialicons-regular.ttf
Normal file
Binary file not shown.
20
css/materialicons.css
Normal file
20
css/materialicons.css
Normal file
@ -0,0 +1,20 @@
|
||||
@font-face {
|
||||
font-family: 'Material Icons';
|
||||
font-style: normal;
|
||||
font-weight: 400;
|
||||
src: local('Material Icons'), local('MaterialIcons-Regular'), url(materialicons-regular.ttf) format('truetype');
|
||||
}
|
||||
|
||||
.material-icons {
|
||||
font-family: 'Material Icons';
|
||||
font-weight: normal;
|
||||
font-style: normal;
|
||||
font-size: 24px;
|
||||
line-height: 1;
|
||||
letter-spacing: normal;
|
||||
text-transform: none;
|
||||
display: inline-block;
|
||||
white-space: nowrap;
|
||||
word-wrap: normal;
|
||||
direction: ltr;
|
||||
}
|
BIN
img/icon_github.png
Normal file
BIN
img/icon_github.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1023 B |
BIN
img/icon_gplus.png
Normal file
BIN
img/icon_gplus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 737 B |
BIN
img/icon_wunderground.png
Normal file
BIN
img/icon_wunderground.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 943 B |
10
index.php
10
index.php
@ -24,9 +24,9 @@
|
||||
<meta property="og:phone_number" content="+49 3322 3198"/>
|
||||
<meta property="og:fax_number" content="+49 3322 289547"/>
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons"/>
|
||||
<link rel="stylesheet" href="https://code.getmdl.io/1.2.0/material.indigo-pink.min.css"/>
|
||||
<script defer src="https://code.getmdl.io/1.2.0/material.min.js"></script>
|
||||
<link rel="stylesheet" href="css/materialicons.css"/>
|
||||
<link rel="stylesheet" href="css/material.indigo-pink.min.css"/>
|
||||
<script defer src="js/material.min.js"></script>
|
||||
<style type="text/css">
|
||||
.mdl-layout__drawer img {
|
||||
width: 16px;
|
||||
@ -79,8 +79,8 @@
|
||||
<nav class="mdl-navigation">
|
||||
<a class="mdl-navigation__link" href="https://github.com/jim-easterbrook/pywws">powered by pywws</a>
|
||||
<a class="mdl-navigation__link" href="https://twitter.com/_FalkenseeDE"><img src="img/icon_twitter.png"/> Twitter</a>
|
||||
<a class="mdl-navigation__link" rel="author" href="https://plus.google.com/+GottfriedBirth"><img src="//ssl.gstatic.com/images/icons/gplus-16.png"/> Google+</a>
|
||||
<a class="mdl-navigation__link" href="https://github.com/mbirth/pywws-page"><img src="//github.com/favicon.ico"/> GitHub</a>
|
||||
<a class="mdl-navigation__link" rel="author" href="https://plus.google.com/+GottfriedBirth"><img src="img/icon_gplus.png"/> Google+</a>
|
||||
<a class="mdl-navigation__link" href="https://github.com/mbirth/pywws-page"><img src="img/icon_github.png"/> GitHub</a>
|
||||
<a class="mdl-navigation__link" href="https://markus.birth-online.de/">Kontakt / Impressum</a>
|
||||
</nav>
|
||||
</div>
|
||||
|
10
js/material.min.js
vendored
Normal file
10
js/material.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user