0
1
Fork 0

Sign up URL updated, news & training style updated

This commit is contained in:
Juan 2018-03-06 08:58:41 +01:00
parent 27aa233237
commit 342f4ab82d
7 changed files with 28 additions and 30 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.405.78) stable; urgency=low hedera-web (1.405.79) stable; urgency=low
* Initial Release. * Initial Release.

View File

@ -30,6 +30,12 @@
box-shadow: 0 0.2em 0.2em rgba(1, 1, 1, 0.2); box-shadow: 0 0.2em 0.2em rgba(1, 1, 1, 0.2);
margin: .5em; margin: .5em;
} }
.new img
{
display: block;
margin: auto;
width: 100%;
}
.new .top .new .top
{ {
padding: 1.5em; padding: 1.5em;
@ -62,10 +68,3 @@
{ {
margin: 0.4em 0; margin: 0.4em 0;
} }
.new img
{
display: block;
margin: auto;
width: 100%;
}

View File

@ -22,12 +22,6 @@
<custom> <custom>
<div class="masonry-box"> <div class="masonry-box">
<div class="new"> <div class="new">
<div class="top">
<h2><htk-text form="new" column="title"/></h2>
<div class="new-text">
<htk-html form="new" column="text"/>
</div>
</div>
<htk-image <htk-image
directory="news" directory="news"
subdir="full" subdir="full"
@ -35,6 +29,12 @@
column="image" column="image"
editable="false" editable="false"
full-dir="full"/> full-dir="full"/>
<div class="top">
<h2><htk-text form="new" column="title"/></h2>
<div class="new-text">
<htk-html form="new" column="text"/>
</div>
</div>
</div> </div>
</div> </div>
</custom> </custom>

View File

@ -19,6 +19,12 @@
box-shadow: 0 0.2em 0.2em rgba(1, 1, 1, 0.2); box-shadow: 0 0.2em 0.2em rgba(1, 1, 1, 0.2);
margin: .5em; margin: .5em;
} }
.new img
{
display: block;
margin: auto;
width: 100%;
}
.new .top .new .top
{ {
padding: 1.5em; padding: 1.5em;
@ -51,10 +57,3 @@
{ {
margin: 0.4em 0; margin: 0.4em 0;
} }
.new img
{
display: block;
margin: auto;
width: 100%;
}

View File

@ -15,6 +15,13 @@
<custom> <custom>
<div class="masonry-box"> <div class="masonry-box">
<div class="new"> <div class="new">
<htk-image
directory="news"
subdir="full"
form="new"
column="image"
editable="false"
full-dir="full"/>
<div class="top"> <div class="top">
<h2><htk-text form="new" column="title"/></h2> <h2><htk-text form="new" column="title"/></h2>
<p class="new-info"> <p class="new-info">
@ -24,13 +31,6 @@
<htk-html form="new" column="text"/> <htk-html form="new" column="text"/>
</div> </div>
</div> </div>
<htk-image
directory="news"
subdir="full"
form="new"
column="image"
editable="false"
full-dir="full"/>
</div> </div>
</div> </div>
</custom> </custom>

View File

@ -43,7 +43,7 @@
</div> </div>
<div> <div>
<p><t>Yet you are not a customer?</t></p> <p><t>Yet you are not a customer?</t></p>
<a target="_blank" href="https://goo.gl/forms/acgmJcAPhQL6MOMO2"> <a target="_blank" href="https://goo.gl/Q8GWV5">
<button type="button"> <button type="button">
<t>Sign up</t> <t>Sign up</t>
</button> </button>

View File

@ -1,6 +1,6 @@
{ {
"name": "hedera-web", "name": "hedera-web",
"version": "1.405.78", "version": "1.405.79",
"description": "Verdnatura web page", "description": "Verdnatura web page",
"license": "GPL-3.0", "license": "GPL-3.0",
"repository": { "repository": {