Update favicon and apple-touch-icon for 2023

This commit is contained in:
Matthias Portzel 2023-03-10 22:43:34 -05:00
parent 8c8c7bbb5d
commit ec51d8c3a0
9 changed files with 37 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.0 KiB

After

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 340 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 542 B

Binary file not shown.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

After

Width:  |  Height:  |  Size: 883 B

View File

@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg width="100%" height="100%" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" xml:space="preserve" xmlns:serif="http://www.serif.com/" style="fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:2;">
<style>
:root {
--background-color: #f0e9dc;
--text-color: #092b3b;
--accent-color: #11600f;
}
@media (prefers-color-scheme: dark) {
:root {
--background-color: #2b2a33;
--text-color: #D3D8DF;
--accent-color: #93B578;
}
}
.background {
fill: var(--background-color);
}
.accent {
fill: var(--accent-color);
}
.text {
fill: var(--text-color);
}
</style>
<g id="Artboard1" serif:id="Artboard1">
<rect x="0" y="0" width="1024" height="1024" class="background"/>
<rect x="144" y="830" width="736" height="116" class="accent"/>
<path id="georgia-bold" serif:id="georgia bold" class="text" d="M836.731,274.768l-36.37,0c-9.762,-28.655 -25.428,-59.357 -46.998,-92.105c-21.57,-32.749 -41.486,-50.383 -59.75,-52.902c-10.076,-1.259 -22.515,-2.361 -37.314,-3.306c-14.8,-0.945 -27.553,-1.417 -38.26,-1.417l-22.199,-0l-0,525.709c-0,11.336 2.046,21.334 6.14,29.994c4.093,8.659 12.123,15.508 24.089,20.546c7.243,2.834 18.5,5.747 33.772,8.738c15.272,2.992 28.261,5.117 38.968,6.377l-0,36.842l-373.618,0l0,-36.842c9.132,-0.945 21.964,-2.283 38.496,-4.015c16.531,-1.732 27.789,-3.857 33.772,-6.376c12.28,-5.039 20.468,-11.809 24.561,-20.311c4.094,-8.502 6.14,-18.578 6.14,-30.229l0,-530.433l-22.199,-0c-10.707,-0 -23.46,0.472 -38.26,1.417c-14.799,0.945 -27.238,2.047 -37.314,3.306c-18.264,2.519 -38.18,20.153 -59.75,52.902c-21.57,32.748 -37.236,63.45 -46.998,92.105l-36.37,0l0,-191.768l649.462,-0l-0,191.768Z" style="fill-rule:nonzero;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 2.1 KiB

View File

@ -11,7 +11,8 @@
<meta content="thoughts.learnerpages.com" property="og:site_name">
{% block head %}{% endblock %}
<link rel="icon" sizes="192x192" href="{% static 'images/favicon-192x192.png'%}">
<link rel="icon" type="image/png" href="{% static 'images/favicon.png' %}">
<link rel="icon" type="image/svg+xml" href="{% static 'images/favicon.svg' %}">
<link rel="apple-touch-icon" href="{% static 'images/apple-touch-icon.png'%}"/>
<style>