changed background image to jpg & more beautiful
This commit is contained in:
parent
84746a6d01
commit
1a76cba4fb
|
@ -1,5 +1,6 @@
|
||||||
body {
|
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-family: Verdana, Arial, Helvetica, sans-serif;
|
||||||
font-size: 12pt;
|
font-size: 12pt;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
|
|
BIN
static/img/ticketfrei-og-image.jpg
Normal file
BIN
static/img/ticketfrei-og-image.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 570 KiB |
|
@ -2,7 +2,7 @@
|
||||||
<title>Ticketfrei - {{get('title', 'A bot against control society!')}}</title>
|
<title>Ticketfrei - {{get('title', 'A bot against control society!')}}</title>
|
||||||
<meta name='og:title' content='Ticketfrei'/>
|
<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: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:image:alt' content='Ticketfrei'/>
|
||||||
<meta name='og:type' content='website' />
|
<meta name='og:type' content='website' />
|
||||||
<link rel='stylesheet' href='/static/css/style.css'>
|
<link rel='stylesheet' href='/static/css/style.css'>
|
||||||
|
|
Loading…
Reference in a new issue