Commit b7805be6173a26dbea61d6352310e81f9f045f80
1 parent
f93c79c5
button get it - object page
Showing
1 changed file
with
16 additions
and
2 deletions
Show diff stats
frontend/views/object/view.php
... | ... | @@ -76,8 +76,22 @@ |
76 | 76 | <!-- </div>--> |
77 | 77 | </div> |
78 | 78 | </section> |
79 | - | |
80 | - <section> | |
79 | +</div> | |
80 | + | |
81 | +<div id="get-it"> | |
82 | + <div class="container"> | |
83 | + <div class="row"> | |
84 | + <div class="col-md-8 col-sm-12 text-left"> | |
85 | + <h3>Хотите заказать аналогичный проект?</h3> | |
86 | + </div> | |
87 | + <div class="col-md-4 col-sm-12"> | |
88 | + <a href="#" class="btn btn-template-transparent-primary" data-toggle="modal" data-target="#calculate-modal">Просчитать стоимость проекта</a> | |
89 | + </div> | |
90 | + </div> | |
91 | + </div> | |
92 | +</div> | |
93 | +<div class="container"> | |
94 | + <section style="margin-top: 40px;"> | |
81 | 95 | <div class="row portfolio"> |
82 | 96 | |
83 | 97 | <div class="col-md-12"> | ... | ... |