added link to main page
This commit is contained in:
parent
0dae3149e7
commit
9c13694113
|
|
@ -23,7 +23,7 @@
|
|||
$(
|
||||
'<div id="titleBar">' +
|
||||
'<a href="#navPanel" class="toggle"></a>' +
|
||||
'<span class="title">' + $('#logo').html() + '</span>' +
|
||||
'<span class="title"><a href="/" style="text-decoration: none; color:#fff;">' + $('#logo').html() + '</a></span>' +
|
||||
'</div>'
|
||||
)
|
||||
.appendTo($body);
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
<div class="col-6 col-6-medium">
|
||||
<section>
|
||||
<span style="font-size:3em;">Zapisz się do newslettera</span><br /><br />
|
||||
<p style="font-size: 3em; line-height:1em;">Poznaj 20 sposobów na wykorzystanie włókien węglowych</p><br />
|
||||
<p style="font-size: 3em; line-height:1em;">Poznaj 20 sposobów na wykorzystanie włókien węglowych w budownictwie</p><br />
|
||||
<%= link_to 'Zapisz się', { controller: :newsletter, action: :new }, { remote: false, class: "button-large", style: 'color:white;' } %>
|
||||
</section>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in New Issue