@@ -1,6 +1,6 @@ | |||
remote_theme: benc-uk/theme-msdark | |||
title: Azure Icon Collection | |||
favicon: http://benc-uk.github.io/icon-collection/azure-dotcom/blockchain.svg | |||
favicon: favicon.png | |||
buttons: | |||
- text: Download All | |||
href: https://github.com/benc-uk/icon-collection/archive/master.zip |
@@ -12,6 +12,7 @@ if(!DIR || !TITLE) { | |||
outHtml = ` | |||
<head><title>${TITLE}</title> | |||
<link rel="icon" type="image/png" href="../favicon.png"> | |||
</head> | |||
<style> | |||
body { | |||
@@ -55,7 +56,6 @@ h1 { | |||
top: 0; | |||
background-color: #aaa; | |||
padding: 1rem; | |||
padding-top: 0; | |||
box-shadow: 0px 5px 18px 3px rgba(0,0,0,0.59); | |||
} | |||
.top button { | |||
@@ -85,10 +85,18 @@ input[type="checkbox"] { | |||
flex-wrap: wrap; | |||
width: 100%; | |||
} | |||
h1 { | |||
display:inline; | |||
} | |||
.home { | |||
font-size: 3rem; | |||
text-decoration: none | |||
} | |||
</style> | |||
<body> | |||
<div class="top"> | |||
<h1>${TITLE}</h1> | |||
<a href=".." class="home">⮤</a> <h1>${TITLE}</h1> | |||
<br/><br/> | |||
<span class="find">Finder: <input onkeyup="search()" id="finder"><br></span> | |||
<div class="pngbox"><input type="checkbox" id="pngcheck"><label for="pngcheck">Download as PNG</label></div> | |||
<button onclick="toggleBg()">Change Background</button> | |||
@@ -1,6 +1,6 @@ | |||
<head><title>Azure Docs</title> | |||
<script src="http://pablojs.com/downloads/pablo.min.js"></script> | |||
<link rel="icon" type="image/png" href="../favicon.png"> | |||
</head> | |||
<style> | |||
body { | |||
@@ -44,7 +44,6 @@ h1 { | |||
top: 0; | |||
background-color: #aaa; | |||
padding: 1rem; | |||
padding-top: 0; | |||
box-shadow: 0px 5px 18px 3px rgba(0,0,0,0.59); | |||
} | |||
.top button { | |||
@@ -74,10 +73,18 @@ input[type="checkbox"] { | |||
flex-wrap: wrap; | |||
width: 100%; | |||
} | |||
h1 { | |||
display:inline; | |||
} | |||
.home { | |||
font-size: 3rem; | |||
text-decoration: none | |||
} | |||
</style> | |||
<body> | |||
<div class="top"> | |||
<h1>Azure Docs</h1> | |||
<a href=".." class="home">⮤</a> <h1>Azure Docs</h1> | |||
<br/><br/> | |||
<span class="find">Finder: <input onkeyup="search()" id="finder"><br></span> | |||
<div class="pngbox"><input type="checkbox" id="pngcheck"><label for="pngcheck">Download as PNG</label></div> | |||
<button onclick="toggleBg()">Change Background</button> | |||
@@ -1,6 +1,6 @@ | |||
<head><title>Azure.com Various</title> | |||
<script src="http://pablojs.com/downloads/pablo.min.js"></script> | |||
<link rel="icon" type="image/png" href="../favicon.png"> | |||
</head> | |||
<style> | |||
body { | |||
@@ -44,7 +44,6 @@ h1 { | |||
top: 0; | |||
background-color: #aaa; | |||
padding: 1rem; | |||
padding-top: 0; | |||
box-shadow: 0px 5px 18px 3px rgba(0,0,0,0.59); | |||
} | |||
.top button { | |||
@@ -74,10 +73,18 @@ input[type="checkbox"] { | |||
flex-wrap: wrap; | |||
width: 100%; | |||
} | |||
h1 { | |||
display:inline; | |||
} | |||
.home { | |||
font-size: 3rem; | |||
text-decoration: none | |||
} | |||
</style> | |||
<body> | |||
<div class="top"> | |||
<h1>Azure.com Various</h1> | |||
<a href=".." class="home">⮤</a> <h1>Azure.com Various</h1> | |||
<br/><br/> | |||
<span class="find">Finder: <input onkeyup="search()" id="finder"><br></span> | |||
<div class="pngbox"><input type="checkbox" id="pngcheck"><label for="pngcheck">Download as PNG</label></div> | |||
<button onclick="toggleBg()">Change Background</button> | |||
@@ -1,6 +1,6 @@ | |||
<head><title>Azure Patterns Collection</title> | |||
<script src="http://pablojs.com/downloads/pablo.min.js"></script> | |||
<link rel="icon" type="image/png" href="../favicon.png"> | |||
</head> | |||
<style> | |||
body { | |||
@@ -44,7 +44,6 @@ h1 { | |||
top: 0; | |||
background-color: #aaa; | |||
padding: 1rem; | |||
padding-top: 0; | |||
box-shadow: 0px 5px 18px 3px rgba(0,0,0,0.59); | |||
} | |||
.top button { | |||
@@ -74,10 +73,18 @@ input[type="checkbox"] { | |||
flex-wrap: wrap; | |||
width: 100%; | |||
} | |||
h1 { | |||
display:inline; | |||
} | |||
.home { | |||
font-size: 3rem; | |||
text-decoration: none | |||
} | |||
</style> | |||
<body> | |||
<div class="top"> | |||
<h1>Azure Patterns Collection</h1> | |||
<a href=".." class="home">⮤</a> <h1>Azure Patterns Collection</h1> | |||
<br/><br/> | |||
<span class="find">Finder: <input onkeyup="search()" id="finder"><br></span> | |||
<div class="pngbox"><input type="checkbox" id="pngcheck"><label for="pngcheck">Download as PNG</label></div> | |||
<button onclick="toggleBg()">Change Background</button> | |||
@@ -1,6 +1,6 @@ | |||
<head><title>Microsoft Learning Site</title> | |||
<script src="http://pablojs.com/downloads/pablo.min.js"></script> | |||
<link rel="icon" type="image/png" href="../favicon.png"> | |||
</head> | |||
<style> | |||
body { | |||
@@ -44,7 +44,6 @@ h1 { | |||
top: 0; | |||
background-color: #aaa; | |||
padding: 1rem; | |||
padding-top: 0; | |||
box-shadow: 0px 5px 18px 3px rgba(0,0,0,0.59); | |||
} | |||
.top button { | |||
@@ -74,10 +73,18 @@ input[type="checkbox"] { | |||
flex-wrap: wrap; | |||
width: 100%; | |||
} | |||
h1 { | |||
display:inline; | |||
} | |||
.home { | |||
font-size: 3rem; | |||
text-decoration: none | |||
} | |||
</style> | |||
<body> | |||
<div class="top"> | |||
<h1>Microsoft Learning Site</h1> | |||
<a href=".." class="home">⮤</a> <h1>Microsoft Learning Site</h1> | |||
<br/><br/> | |||
<span class="find">Finder: <input onkeyup="search()" id="finder"><br></span> | |||
<div class="pngbox"><input type="checkbox" id="pngcheck"><label for="pngcheck">Download as PNG</label></div> | |||
<button onclick="toggleBg()">Change Background</button> | |||
@@ -1,6 +1,6 @@ | |||
<head><title>Logos & Brands</title> | |||
<script src="http://pablojs.com/downloads/pablo.min.js"></script> | |||
<link rel="icon" type="image/png" href="../favicon.png"> | |||
</head> | |||
<style> | |||
body { | |||
@@ -44,7 +44,6 @@ h1 { | |||
top: 0; | |||
background-color: #aaa; | |||
padding: 1rem; | |||
padding-top: 0; | |||
box-shadow: 0px 5px 18px 3px rgba(0,0,0,0.59); | |||
} | |||
.top button { | |||
@@ -74,10 +73,18 @@ input[type="checkbox"] { | |||
flex-wrap: wrap; | |||
width: 100%; | |||
} | |||
h1 { | |||
display:inline; | |||
} | |||
.home { | |||
font-size: 3rem; | |||
text-decoration: none | |||
} | |||
</style> | |||
<body> | |||
<div class="top"> | |||
<h1>Logos & Brands</h1> | |||
<a href=".." class="home">⮤</a> <h1>Logos & Brands</h1> | |||
<br/><br/> | |||
<span class="find">Finder: <input onkeyup="search()" id="finder"><br></span> | |||
<div class="pngbox"><input type="checkbox" id="pngcheck"><label for="pngcheck">Download as PNG</label></div> | |||
<button onclick="toggleBg()">Change Background</button> | |||
@@ -1,6 +1,6 @@ | |||
<head><title>Other Icons</title> | |||
<script src="http://pablojs.com/downloads/pablo.min.js"></script> | |||
<link rel="icon" type="image/png" href="../favicon.png"> | |||
</head> | |||
<style> | |||
body { | |||
@@ -44,7 +44,6 @@ h1 { | |||
top: 0; | |||
background-color: #aaa; | |||
padding: 1rem; | |||
padding-top: 0; | |||
box-shadow: 0px 5px 18px 3px rgba(0,0,0,0.59); | |||
} | |||
.top button { | |||
@@ -74,10 +73,18 @@ input[type="checkbox"] { | |||
flex-wrap: wrap; | |||
width: 100%; | |||
} | |||
h1 { | |||
display:inline; | |||
} | |||
.home { | |||
font-size: 3rem; | |||
text-decoration: none | |||
} | |||
</style> | |||
<body> | |||
<div class="top"> | |||
<h1>Other Icons</h1> | |||
<a href=".." class="home">⮤</a> <h1>Other Icons</h1> | |||
<br/><br/> | |||
<span class="find">Finder: <input onkeyup="search()" id="finder"><br></span> | |||
<div class="pngbox"><input type="checkbox" id="pngcheck"><label for="pngcheck">Download as PNG</label></div> | |||
<button onclick="toggleBg()">Change Background</button> | |||