Commit c69b19b5 authored by Michal Čihař's avatar Michal Čihař

Better layout for engage page, add logo

parent 30bb654d
...@@ -30,10 +30,12 @@ ...@@ -30,10 +30,12 @@
<body> <body>
<h1 class="ui-state-default">{% blocktrans with object.name as project %}Get involved in {{ project }}!{% endblocktrans %}</h1> <img class="engage-icon" src="/media/weblate-128.png" width="128" height="128" />
<div class="engage content ui-widget-content ui-corner-all"> <div class="engage content ui-widget-content ui-corner-all">
<h1>{% blocktrans with object.name as project %}Get involved in {{ project }}!{% endblocktrans %}</h1>
<p> <p>
{% blocktrans with object.name as name %}Hi, and thank you for your interest!{% endblocktrans %} {% blocktrans with object.name as name %}Hi, and thank you for your interest!{% endblocktrans %}
</p> </p>
......
...@@ -153,9 +153,14 @@ form.letter select, form.letter p { ...@@ -153,9 +153,14 @@ form.letter select, form.letter p {
} }
div.engage { div.engage {
margin-left: 20%; margin-left: 150px;
margin-right: 20%;
max-width: 40em; max-width: 40em;
font-size: large; font-size: large;
padding: 1em; padding: 1em;
} }
img.engage-icon {
position: absolute;
top: 10px;
left: 10px;
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment