steve0greatness,
created on Thursday, 18 January 2024, 04:29:00 (1705552140),
received on Monday, 6 May 2024, 02:55:34 (1714964134)
Author identity: Steve0Greatness <75220768+Steve0Greatness@users.noreply.github.com>
bd8763621db65bb958a6c426fcd1ec6089a5b22e
Aom-Feed-Button.xcf
Feed-button.svg
@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="128px" height="128px" id="RSSicon" viewBox="0 0 256 256">
<defs>
<linearGradient x1="0.085" y1="0.085" x2="0.915" y2="0.915" id="RSSg">
<stop offset="0.0" stop-color="#E3702D"/><stop offset="0.1071" stop-color="#EA7D31"/>
<stop offset="0.3503" stop-color="#F69537"/><stop offset="0.5" stop-color="#FB9E3A"/>
<stop offset="0.7016" stop-color="#EA7C31"/><stop offset="0.8866" stop-color="#DE642B"/>
<stop offset="1.0" stop-color="#D95B29"/>
</linearGradient>
</defs>
<rect width="256" height="256" rx="55" ry="55" x="0" y="0" fill="#CC5D15"/>
<rect width="246" height="246" rx="50" ry="50" x="5" y="5" fill="#F49C52"/>
<rect width="236" height="236" rx="47" ry="47" x="10" y="10" fill="url(#RSSg)"/>
</svg>
Json-Feed-Button.xcf
static/Atom-Feed.png
static/Atom-feed.svg
@@ -1,19 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="-25 -26.75 50 50">
<title>Atom</title>
<style type="text/css">
.path { fill:none; stroke:#66899a; }
.path + .path { stroke:#e1d85d; }
.path + .path + .path { stroke:#80a3cf; }
.shell { fill:none; stroke:#4b541f; }
.necleus { fill:#80a3cf; stroke:white; }
.electron { fill:#66899a; stroke:white; }
</style>
<ellipse class="path" rx="3" ry="22"/>
<ellipse class="path" rx="3" ry="22" transform="rotate(-66)"/>
<ellipse class="path" rx="3" ry="22" transform="rotate(66)"/>
<circle class="shell" r="22"/>
<circle class="necleus" r="6.5"/>
<circle class="electron" cy="-22" r="4.5"/>
<circle class="electron" cx="-20" cy="9" r="4.5"/>
<circle class="electron" cx="20" cy="9" r="4.5"/>
</svg>
static/JSONFeed.png
views/blog-list.html
@@ -16,7 +16,7 @@
<div role="toolbar" class="toolbar">
<a href="/blog/feed.rss"><img src="/rss-feed.png" width="16" height="16" alt="RSS Feed"></a>
<a href="/blog/feed.json"><img src="/JSONFeed.png" width="16" height="16" alt="JSON Feed"></a>
<a href="/blog/feed.atom"><img src="/Atom-feed.svg" width="16" height="16" alt="Atom Feed"></a>
<a href="/blog/feed.atom"><img src="/Atom-Feed.png" width="16" height="16" alt="Atom Feed"></a>
</div>
<table class="blog-list">
<tbody>