changed background image to jpg & more beautiful

multi-deployment
b3yond 2018-04-15 22:41:33 +02:00
parent 84746a6d01
commit 1a76cba4fb
3 changed files with 3 additions and 2 deletions

View File

@ -1,5 +1,6 @@
body {
background-image: url(/static/img/wallpaper.png);
background-image: url(/static/img/ticketfrei-og-image.jpg);
background-size: 50%;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12pt;
line-height: 1.5em;

Binary file not shown.

After

Width:  |  Height:  |  Size: 570 KiB

View File

@ -2,7 +2,7 @@
<title>Ticketfrei - {{get('title', 'A bot against control society!')}}</title>
<meta name='og:title' content='Ticketfrei'/>
<meta name='og:description' content='A bot against control society! Nobody should have to pay for public transport. Find out where ticket controllers are!'/>
<meta name='og:image' content="https://ticketfrei.links-tech.org/static/img/ticketfrei-og-image.png"/>
<meta name='og:image' content="https://ticketfrei.links-tech.org/static/img/ticketfrei-og-image.jpg"/>
<meta name='og:image:alt' content='Ticketfrei'/>
<meta name='og:type' content='website' />
<link rel='stylesheet' href='/static/css/style.css'>