add netlify logo per their requirements

This commit is contained in:
jfh
2020-10-25 23:37:47 +01:00
parent 404222ca40
commit 087fa44cea
10 changed files with 28 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@@ -114,6 +114,11 @@
<div></div>
SVG-Edit Home Page
</li>
<li style="width:50%;margin:auto;">
<a href="https://www.netlify.com">
<img style="height:25px;" src="https://www.netlify.com/img/global/badges/netlify-dark.svg" alt="Deploys by Netlify" />
</a>
</li>
</ul>
</div>
</div>

File diff suppressed because one or more lines are too long

View File

@@ -244,9 +244,9 @@ export default function jQueryPluginJGraduate ($) {
* @typedef {PlainObject} module:jGraduate.Options
* @property {module:jGraduate~Paint} [paint] A Paint object object describing the paint to display initially; defaults to a new instance without options (defaults to opaque white)
* @property {external:Window} [window]
* @property {string} [window.pickerTitle='Drag markers to pick a paint']
* @property {string} [window.pickerTitle="Drag markers to pick a paint"]
* @property {PlainObject} [images]
* @property {string} [images.clientPath='images/']
* @property {string} [images.clientPath="images/"]
* @property {"same"|"inverse"|"black"|"white"|module:jGraduate.ColorOpac} [newstop="inverse"]
*/

View File

@@ -121,6 +121,11 @@
<div></div>
SVG-Edit Home Page
</li>
<li style="width:50%;margin:auto;">
<a href="https://www.netlify.com">
<img style="height:25px;" src="https://www.netlify.com/img/global/badges/netlify-dark.svg" alt="Deploys by Netlify" />
</a>
</li>
</ul>
</div>
</div>

View File

@@ -244,9 +244,9 @@ export default function jQueryPluginJGraduate ($) {
* @typedef {PlainObject} module:jGraduate.Options
* @property {module:jGraduate~Paint} [paint] A Paint object object describing the paint to display initially; defaults to a new instance without options (defaults to opaque white)
* @property {external:Window} [window]
* @property {string} [window.pickerTitle='Drag markers to pick a paint']
* @property {string} [window.pickerTitle="Drag markers to pick a paint"]
* @property {PlainObject} [images]
* @property {string} [images.clientPath='images/']
* @property {string} [images.clientPath="images/"]
* @property {"same"|"inverse"|"black"|"white"|module:jGraduate.ColorOpac} [newstop="inverse"]
*/

View File

@@ -114,6 +114,11 @@
<div></div>
SVG-Edit Home Page
</li>
<li style="width:50%;margin:auto;">
<a href="https://www.netlify.com">
<img style="height:25px;" src="https://www.netlify.com/img/global/badges/netlify-dark.svg" alt="Deploys by Netlify" />
</a>
</li>
</ul>
</div>
</div>

File diff suppressed because one or more lines are too long