diff options
author | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-01-20 22:58:09 -0500 |
---|---|---|
committer | Lucas Fryzek <lucas.fryzek@gmail.com> | 2023-01-20 22:58:09 -0500 |
commit | cb205d1c4bf42f5c2e25cef6e7884853c86de056 (patch) | |
tree | d63a8cdc01d22bb2af5d58739fba24e4b803187c /html/assets | |
parent | 75b3b6a4785b91909de7e06d2b729e43c1daeb59 (diff) |
Add RSS feed
Diffstat (limited to 'html/assets')
-rw-r--r-- | html/assets/rss.svg | 56 | ||||
-rw-r--r-- | html/assets/style.css | 22 |
2 files changed, 77 insertions, 1 deletions
diff --git a/html/assets/rss.svg b/html/assets/rss.svg new file mode 100644 index 0000000..15cdd0c --- /dev/null +++ b/html/assets/rss.svg @@ -0,0 +1,56 @@ +<?xml version="1.0" encoding="UTF-8" standalone="no"?> +<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --> + +<svg + version="1.1" + id="Capa_1" + viewBox="0 0 455.731 455.731" + xml:space="preserve" + sodipodi:docname="rss.svg" + inkscape:version="1.2.2 (b0a8486541, 2022-12-01)" + xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape" + xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd" + xmlns="http://www.w3.org/2000/svg" + xmlns:svg="http://www.w3.org/2000/svg"><defs + id="defs17" /><sodipodi:namedview + id="namedview15" + pagecolor="#ffffff" + bordercolor="#666666" + borderopacity="1.0" + inkscape:showpageshadow="2" + inkscape:pageopacity="0.0" + inkscape:pagecheckerboard="0" + inkscape:deskcolor="#d1d1d1" + showgrid="false" + inkscape:zoom="0.46024959" + inkscape:cx="-66.268391" + inkscape:cy="145.57319" + inkscape:window-width="1499" + inkscape:window-height="749" + inkscape:window-x="2140" + inkscape:window-y="200" + inkscape:window-maximized="0" + inkscape:current-layer="Capa_1" /> +<g + id="g12" + transform="translate(0,64.710518)"> + + <g + id="g10"> + <path + style="fill:#1a81ef;fill-opacity:1" + d="M 296.208,159.16 C 234.445,97.397 152.266,63.382 64.81,63.382 v 64.348 c 70.268,0 136.288,27.321 185.898,76.931 49.609,49.61 76.931,115.63 76.931,185.898 h 64.348 C 391.986,303.103 357.971,220.923 296.208,159.16 Z" + id="path4" /> + <path + style="fill:#1a81ef;fill-opacity:1" + d="m 64.143,172.273 v 64.348 c 84.881,0 153.938,69.056 153.938,153.939 h 64.348 c 0,-120.364 -97.922,-218.287 -218.286,-218.287 z" + id="path6" /> + <circle + style="fill:#1a81ef;fill-opacity:1" + cx="109.833" + cy="346.26001" + r="46.088001" + id="circle8" /> + </g> +</g> +</svg> diff --git a/html/assets/style.css b/html/assets/style.css index 06345df..4c7cf48 100644 --- a/html/assets/style.css +++ b/html/assets/style.css @@ -89,6 +89,19 @@ blockquote overflow-wrap: anywhere; } +img.rss:hover +{ + transform: scale(120%); +} + +img.rss +{ + height: 1em; + width: 1em; + display: inline; + margin-left: 10px; +} + .main-container { margin: 0; @@ -259,7 +272,7 @@ main { display: flex; flex-wrap: wrap; - justify-content: center; + justify-content: start; } .note-box @@ -293,6 +306,7 @@ main margin-top: 10px; margin-left: 10px; margin-bottom: 10px; + margin-right: 10px } .note-box img @@ -329,6 +343,12 @@ main { display: initial; } + + .note-link + { + margin-left: auto; + margin-right: auto; + } } .animated-box::before |