Merge pull request 'added button to yearly report on homepage' (#49) from yearly_rapport_2020 into master

Reviewed-on: Disroot/grav-theme-disroot#49
Reviewed-by: muppeth <muppeth@no-reply@disroot.org>
Reviewed-by: meaz <meaz@no-reply@disroot.org>
This commit is contained in:
antilopa 2021-05-29 06:04:26 +00:00
commit 300794f9dd
3 changed files with 2 additions and 2 deletions

View File

@ -46,7 +46,7 @@ header {
/************************************************/ /************************************************/
/* A place for temporary campaigns / sticker on home banner */ /* A place for temporary campaigns / sticker on home banner */
.sticker { .sticker {
background: url(../images/2019-report.png) no-repeat center center; background: url(../images/2020-report.png) no-repeat center center;
-webkit-transform: rotate(-10deg); -webkit-transform: rotate(-10deg);
transform: rotate(-10deg); transform: rotate(-10deg);
position: absolute; position: absolute;

BIN
images/2020-report.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

View File

@ -8,7 +8,7 @@
<h3>{{ site.header.description }}</h3> <h3>{{ site.header.description }}</h3>
<!-- Place for temporary stickers --> <!-- Place for temporary stickers -->
<!--a class=sticker href="/covid19"></a--> <!--a class=sticker href="/covid19"></a-->
<!--a class=sticker href="/annual_reports/AnnualReport2019.pdf" target=_blank></a--> <a class=sticker href="/annual_reports/AnnualReport2020.pdf" target=_blank></a>
<hr /> <hr />
{% if site.social %} {% if site.social %}
<!--ul class="social"> <!--ul class="social">