Skip to content

Commit 3e37727

Browse files
committed
Use logo
1 parent 186cdd4 commit 3e37727

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

β€ŽREADME.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
# AnyPalette.js
2+
# <img src="anypalette-logo.png" height="32" alt=""> AnyPalette.js
33

44
There are a LOT of different types of palette files.
55
Like, way too many.

β€Žanypalette-logo.png

44.9 KB
Loading

β€Ždemo.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<link rel="icon" href="anypalette-logo.png" type="image/png">
7+
<link rel="icon" href="anypalette-logo.svg" type="image/svg+xml">
68
<title>AnyPalette.js Demo</title>
79
<style>
810
body {
@@ -86,7 +88,7 @@
8688
</style>
8789
</head>
8890
<body>
89-
<h1><a href="https://github.com/1j01/anypalette.js">AnyPalette.js</a>: Let's load some palettes</h1>
91+
<h1><a href="https://github.com/1j01/anypalette.js"><img src="anypalette-logo.png" style="height:1.3em; vertical-align: middle;" alt="">AnyPalette.js</a>: Let's load some palettes</h1>
9092
<script src="lib/jquery-3.5.1.js"></script>
9193
<script src="build/anypalette.js"></script>
9294
<script>

β€Žindex.html

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1">
6-
<title>AnyPalette.js - Load any palette format</title>
6+
<link rel="icon" href="anypalette-logo.png" type="image/png">
7+
<link rel="icon" href="anypalette-logo.svg" type="image/svg+xml">
8+
<title>AnyPalette.js - Read/Write Any Palette Format</title>
79
<style>
810
body {
911
font-family: Helvetica, sans-serif;
1012
}
1113
</style>
1214
</head>
1315
<body>
14-
<h1><a href="https://github.com/1j01/anypalette.js">AnyPalette.js</a></h1>
16+
<h1><a href="https://github.com/1j01/anypalette.js"><img src="anypalette-logo.png" style="height:1.3em; vertical-align: middle;" alt="">AnyPalette.js</a></h1>
1517
<p>There are many, <em>many</em> different types of palette files...</p>
1618
<p>ONE LIBRARY SHALL RULE THEM ALL</p>
1719
<p>Okay let's <a href="demo.html" data-leave-off-html>load some palettes.</a></p>

0 commit comments

Comments
Β (0)