0.0.235 add scroll to element in static pages
This commit is contained in:
@@ -6,7 +6,9 @@
|
||||
|
||||
<span id="sub_title_static">{{ page.description }}</span>
|
||||
<div class="button_container">
|
||||
<button id="more_button">{% translate "Узнать подробнее" %}</button>
|
||||
<button
|
||||
onclick="document.location= '#scroll_to_div'"
|
||||
id="more_button">{% translate "Узнать подробнее" %}</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@@ -28,8 +30,8 @@
|
||||
|
||||
</div>
|
||||
|
||||
<div class="bottom_block_static">
|
||||
<div id=title_static>{% translate "Стань нашим партнером" %}</div>
|
||||
<div id="scroll_to_div" class="bottom_block_static">
|
||||
<div id=title_static >{% translate "Стань нашим партнером" %}</div>
|
||||
<span id="sub_title_static">{% translate "Оставь заявку и получи пресональное предложение о партнерстве" %}</span>
|
||||
<form>
|
||||
<div class="inputs_l">
|
||||
|
||||
Reference in New Issue
Block a user