nav: add donation button

This commit is contained in:
Garrit Franke 2022-04-12 16:10:50 +02:00
parent eed3d4e888
commit 06e9efe1d2
No known key found for this signature in database
GPG key ID: 65586C4DDA55EA2C
5 changed files with 11 additions and 8 deletions

View file

@ -12,7 +12,8 @@
</a> </a>
<div class="action-container action-container--right"> <div class="action-container action-container--right">
<a class="rss" href="/atom.xml" target="_blank"><img class="rss-icon" src="/img/rss_1.png" alt="ATOM Feed" title="ATOM Feed" /></a> <a class="icon" href="https://revuo-xmr.com/issue-115.html#donate" target="_blank"><img src="/img/donate.png" alt="Donate" title="Donate" /></a>
<a class="icon" href="/atom.xml" target="_blank"><img src="/img/rss_1.png" alt="ATOM Feed" title="ATOM Feed" /></a>
</div> </div>
<div class="revuo-classes"> <div class="revuo-classes">

View file

@ -6,7 +6,8 @@
<input type="checkbox"> <input type="checkbox">
<span class="slider round"></span> <span class="slider round"></span>
</label> </label>
<a class="rss" href="/atom.xml" target="_blank"><img class="rss-icon" src="/img/rss_1.png" alt="ATOM Feed" title="ATOM Feed" /></a> <a class="icon" href="https://revuo-xmr.com/issue-115.html#donate" target="_blank"><img src="/img/donate.png" alt="Donate" title="Donate" /></a>
<a class="icon" href="/atom.xml" target="_blank"><img src="/img/rss_1.png" alt="ATOM Feed" title="ATOM Feed" /></a>
</div> </div>
<a href="{{ site.baseurl }}">Revuo Weekly</a> <a href="{{ site.baseurl }}">Revuo Weekly</a>

View file

@ -53,10 +53,9 @@ html, body {
gap: 12px; gap: 12px;
justify-content: center; justify-content: center;
.rss { .icon {
padding: 0; padding: 0;
> img {
.rss-icon {
margin-bottom: 0; margin-bottom: 0;
} }
} }

View file

@ -127,7 +127,9 @@ time.by-line {
position: absolute; position: absolute;
} }
#header a.rss { #header {
display: block; a.rss, a.donate {
padding-bottom: 0; display: block;
padding-bottom: 0;
}
} }

BIN
img/donate.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB