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>
|
</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">
|
||||||
|
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
BIN
img/donate.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue