diff options
author | squibid <me@zacharyscheiman.com> | 2023-03-11 15:19:38 -0500 |
---|---|---|
committer | squibid <me@zacharyscheiman.com> | 2023-03-11 15:19:38 -0500 |
commit | 8f62a831ac09ec1e7a16daf01ddee983c60f5121 (patch) | |
tree | 534350e99fa943d3abcb11e659969e4925ecfe13 | |
parent | 0ee1442eb524075197e5faba97db6f5a2d2067cd (diff) | |
download | site-8f62a831ac09ec1e7a16daf01ddee983c60f5121.tar.gz site-8f62a831ac09ec1e7a16daf01ddee983c60f5121.tar.bz2 site-8f62a831ac09ec1e7a16daf01ddee983c60f5121.zip |
add links to rss feed
Diffstat (limited to '')
-rw-r--r-- | blog.html | 9 | ||||
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | pics/rss.svg | 1 | ||||
-rw-r--r-- | style.css | 4 |
4 files changed, 16 insertions, 1 deletions
@@ -15,6 +15,14 @@ float: right; color: white; } + #rss { + display: block; + margin-left: auto; + margin-right: auto; + width: 50%; + max-height: 1.5em; + max-width: 1.5em; + } </style> <body> <div class="master"> @@ -24,6 +32,7 @@ <hr style="color: #f7f7f7;"> <p> <!-- script marker blog --> </p> <!-- script marker blog --> + <a href="https://squi.bid/blog/rss.xml"><img id="rss" src="pics/rss.svg" alt="rss feed"></a> </div> </body> </html> @@ -24,8 +24,9 @@ <a href="https://git.squi.bid">more...</a> </div> <div id="right"> - <h2 id="font">📚 My Blog</h2> + <h2 id="font"><a href="https://squi.bid/blog/rss.xml"><img id="rss" src="pics/rss.svg" alt="rss feed"></a> My Blog</h2> <p> <!-- script marker blog --> +<a href="https://squi.bid/blog/state-of-the-site">state of the site</a> [2023 Mar 11]<br> </p> <!-- script marker blog --> <a href="blog">more...</a> </div> diff --git a/pics/rss.svg b/pics/rss.svg new file mode 100644 index 0000000..dfda038 --- /dev/null +++ b/pics/rss.svg @@ -0,0 +1 @@ +<?xml version="1.0" encoding="iso-8859-1"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg version="1.1" id="Capa_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 455.731 455.731" style="enable-background:new 0 0 455.731 455.731;" xml:space="preserve"><g><rect x="0" y="0" style="fill:#F78422;" width="455.731" height="455.731"/><g><path style="fill:#FFFFFF;" d="M296.208,159.16C234.445,97.397,152.266,63.382,64.81,63.382v64.348 c70.268,0,136.288,27.321,185.898,76.931c49.609,49.61,76.931,115.63,76.931,185.898h64.348 C391.986,303.103,357.971,220.923,296.208,159.16z"/><path style="fill:#FFFFFF;" d="M64.143,172.273v64.348c84.881,0,153.938,69.056,153.938,153.939h64.348 C282.429,270.196,184.507,172.273,64.143,172.273z"/><circle style="fill:#FFFFFF;" cx="109.833" cy="346.26" r="46.088"/></g></g></svg>
@@ -37,3 +37,7 @@ a { a:hover, a:active { font-style: italic; } +#rss { + max-height: .8em; + max-width: 1em; +} |