Merge pull request 'new front image and sticker' (#34) from covid19-homesticker into master

This commit is contained in:
meaz 2020-04-01 10:18:15 +00:00
commit 68934e6bc3
4 changed files with 4 additions and 4 deletions

View File

@ -46,12 +46,12 @@ header {
/************************************************/ /************************************************/
/* A place for temporary campaigns / sticker on home banner */ /* A place for temporary campaigns / sticker on home banner */
.sticker { .sticker {
background: url(../images/quarantine.png) no-repeat center center; background: url(../images/covid19.png) no-repeat center center;
-webkit-transform: rotate(-10deg); -webkit-transform: rotate(-10deg);
transform: rotate(-10deg); transform: rotate(-10deg);
position: absolute; position: absolute;
right: 7%; left: 5%;
top: 10%; bottom: 15%;
width: 300px; width: 300px;
height: 300px; height: 300px;
} }

BIN
images/covid19.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 206 KiB

After

Width:  |  Height:  |  Size: 269 KiB

View File

@ -7,7 +7,7 @@
<h1 class="responsive-headline">{{ site.header.title }}</h1> <h1 class="responsive-headline">{{ site.header.title }}</h1>
<h3>{{ site.header.description }}</h3> <h3>{{ site.header.description }}</h3>
<!-- Place for temporary stickers --> <!-- Place for temporary stickers -->
<!--a class=sticker href="/quarantine"></a--> <a class=sticker href="/covid19"></a>
<!--a class=report2018 href="https://disroot.org/annual_reports/AnnualReport2018.pdf"></a--> <!--a class=report2018 href="https://disroot.org/annual_reports/AnnualReport2018.pdf"></a-->
<hr /> <hr />
{% if site.social %} {% if site.social %}