nav: add donation button
This commit is contained in:
parent
eed3d4e888
commit
06e9efe1d2
5 changed files with 11 additions and 8 deletions
|
@ -12,7 +12,8 @@
|
|||
</a>
|
||||
|
||||
<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 class="revuo-classes">
|
||||
|
|
|
@ -6,7 +6,8 @@
|
|||
<input type="checkbox">
|
||||
<span class="slider round"></span>
|
||||
</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>
|
||||
<a href="{{ site.baseurl }}">Revuo Weekly</a>
|
||||
|
||||
|
|
|
@ -53,10 +53,9 @@ html, body {
|
|||
gap: 12px;
|
||||
justify-content: center;
|
||||
|
||||
.rss {
|
||||
.icon {
|
||||
padding: 0;
|
||||
|
||||
.rss-icon {
|
||||
> img {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
|
|
@ -127,7 +127,9 @@ time.by-line {
|
|||
position: absolute;
|
||||
}
|
||||
|
||||
#header a.rss {
|
||||
display: block;
|
||||
padding-bottom: 0;
|
||||
#header {
|
||||
a.rss, a.donate {
|
||||
display: block;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
}
|
BIN
img/donate.png
Normal file
BIN
img/donate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue