Made page self-contained. (Pulled external resources.)
This commit is contained in:
Vendored
+8
File diff suppressed because one or more lines are too long
Binary file not shown.
@@ -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;
|
||||||
|
}
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 1023 B |
Binary file not shown.
|
After Width: | Height: | Size: 737 B |
Binary file not shown.
|
After Width: | Height: | Size: 943 B |
@@ -24,9 +24,9 @@
|
|||||||
<meta property="og:phone_number" content="+49 3322 3198"/>
|
<meta property="og:phone_number" content="+49 3322 3198"/>
|
||||||
<meta property="og:fax_number" content="+49 3322 289547"/>
|
<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="css/materialicons.css"/>
|
||||||
<link rel="stylesheet" href="https://code.getmdl.io/1.2.0/material.indigo-pink.min.css"/>
|
<link rel="stylesheet" href="css/material.indigo-pink.min.css"/>
|
||||||
<script defer src="https://code.getmdl.io/1.2.0/material.min.js"></script>
|
<script defer src="js/material.min.js"></script>
|
||||||
<style type="text/css">
|
<style type="text/css">
|
||||||
.mdl-layout__drawer img {
|
.mdl-layout__drawer img {
|
||||||
width: 16px;
|
width: 16px;
|
||||||
@@ -79,8 +79,8 @@
|
|||||||
<nav class="mdl-navigation">
|
<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://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" 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" 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="//github.com/favicon.ico"/> GitHub</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>
|
<a class="mdl-navigation__link" href="https://markus.birth-online.de/">Kontakt / Impressum</a>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Vendored
+10
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user