Selaa lähdekoodia

Fixes

pull/1/head
Ben Coleman 5 vuotta sitten
vanhempi
commit
5b3597a90f
9 muutettua tiedostoa jossa 71 lisäystä ja 21 poistoa
  1. +1
    -1
      _config.yml
  2. +10
    -2
      _tools/gallery.js
  3. +10
    -3
      azure-docs/index.html
  4. +10
    -3
      azure-dotcom/index.html
  5. +10
    -3
      azure-patterns/index.html
  6. BIN
      favicon.png
  7. +10
    -3
      learning-site/index.html
  8. +10
    -3
      logos/index.html
  9. +10
    -3
      other/index.html

+ 1
- 1
_config.yml Näytä tiedosto

@@ -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

+ 10
- 2
_tools/gallery.js Näytä tiedosto

@@ -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> &nbsp; <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>


+ 10
- 3
azure-docs/index.html Näytä tiedosto

@@ -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> &nbsp; <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>


+ 10
- 3
azure-dotcom/index.html Näytä tiedosto

@@ -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> &nbsp; <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>


+ 10
- 3
azure-patterns/index.html Näytä tiedosto

@@ -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> &nbsp; <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>


BIN
favicon.png Näytä tiedosto

Before After
Leveys: 50  |  Korkeus: 50  |  Koko: 2.3 KiB

+ 10
- 3
learning-site/index.html Näytä tiedosto

@@ -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> &nbsp; <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>


+ 10
- 3
logos/index.html Näytä tiedosto

@@ -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> &nbsp; <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>


+ 10
- 3
other/index.html Näytä tiedosto

@@ -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> &nbsp; <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>


Ladataan…
Peruuta
Tallenna