more verbose main demand of campaign on first slide. Fixes #48

lektura
max.mehl 2017-08-29 20:49:06 +02:00
parent 7130a97308
commit 51c999460a
2 changed files with 11 additions and 8 deletions

View File

@ -34,9 +34,10 @@ DefaultContentLanguage = "en"
# To change the background of the hero section, replace the 'header.jpg' at './static/img' with your own.
slogan_1 = "Public Money"
slogan_2 = "Public Code"
fsfe = "fsfe.org"
alt = "Public Money, Public Code"
subtitle = "Why is software that is programmed with taxpayers' money not released as Free Software? Code paid by all people should be available to all people."
subtitle1 = "Why is software that is programmed with taxpayers' money not released as Free Software?"
subtitle2 = "We want legislation requiring that publicly financed software developed for public sector must be made publicly available under a Free and Open Source Software licence. If it is public money, it should be public code as well."
subtitle3 = "**Code paid by all people should be available to all people!**"
# About section

View File

@ -8,15 +8,17 @@
<span class="logo-blue">{{ .Site.Params.start.slogan_1 }}</span>
<span class="logo-green">{{ .Site.Params.start.slogan_2 }}</span>
</h1>
<h2 id="start">{{ .Site.Params.start.fsfe }}</h2>
{{ with .Site.Params.start.fsfe }}<h2 id="start">{{ . }}</h2>{{ end }}
</div>
{{ if and .Site.Params.start.slogan_1 .Site.Params.start.subtitle }}
<hr>
{{ end }}
{{ with .Site.Params.start.subtitle }}
<p>{{ . | markdownify }}</p>
{{ if and .Site.Params.start.slogan_1 .Site.Params.start.subtitle1 }}
<hr />
{{ end }}
<p>{{ with .Site.Params.start.subtitle1 }}{{ . | markdownify }}{{ end }}
<br /><br />
{{ with .Site.Params.start.subtitle2 }}{{ . | markdownify }}{{ end }}
<br /><br />
{{ with .Site.Params.start.subtitle3 }}{{ . | markdownify }}{{ end }}</p>
{{ with .Site.Params.start.buttonText }}
<!--<a href="#about" class="btn btn-primary btn-xl page-scroll">{{ . }}</a>-->
{{ end }}