add and improve some texts and buttons

lektura
max.mehl 2017-08-29 18:17:46 +02:00
parent a95d636dfa
commit d23c79eb84
4 changed files with 16 additions and 4 deletions

View File

@ -48,7 +48,9 @@ DefaultContentLanguage = "en"
# Arguments section
[params.arguments]
headline = "4 out of many reasons to free public code"
headline = "Only 4 of many reasons for public code"
followup = "Do you believe that Free Software must be the default option for publicly financed software? **Then let's convince your political representatives!**"
buttonText = "Sign the Open Letter"
[[params.arguments.list]]
icon = "fa-eur"
title = "Tax savings"
@ -79,7 +81,7 @@ DefaultContentLanguage = "en"
formPermissionPriv = "I have read and accepted the [privacy statement](/privacy)"
formPermissionNews = "I want to stay informed about the future of this campaign"
formPermissionPub = "I want my signature to appear in the [list of signatures](/openletter#signatures)"
formSubmit = "Sign"
formSubmit = "Sign Now!"
# Resources boxes section

View File

@ -71,7 +71,7 @@
<input name="url" type="text" />
</label>
<br />
<button name="action" value="sign" type="submit">{{ .Site.Params.action.formSubmit }}</button>
<button name="action" value="sign" type="submit" class="btn btn-default btn-xl">{{ .Site.Params.action.formSubmit }}</button>
</form>
</div>
</div>

View File

@ -24,5 +24,9 @@
</div>
{{ end }}
</div>
<div class="col-lg-8 col-lg-offset-2 text-center" id="arguments-followup">
<p>{{ .Site.Params.arguments.followup | markdownify }}</p>
<a href="#action" class="btn btn-primary btn-xl page-scroll">{{ .Site.Params.arguments.buttonText }}</a>
</div>
</div>
</section>

View File

@ -9,12 +9,18 @@
text-align: center;
}
/* VIDEO in About section */
/* ABOUT SECTION w/ video */
#about video {
width: 100% !important;
height: auto !important;
}
/* ARGUMENTS SECTION */
#arguments #arguments-followup p {
margin-top: 50px;
font-size: 18px;
}
/* LANGUAGE SECTION */
#language {
color: #fff;