|
@@ -1,7 +1,6 @@
|
|
|
{% extends 'landing/index.html' %}
|
|
|
{% load static %}
|
|
|
{% block container %}
|
|
|
-{% include 'landing/menu.html' %}
|
|
|
|
|
|
<h1>Уважаемые господа!</h1>
|
|
|
<p>Здесь можно описать основные направления деятельности компании, перечень услуг, которые она оказывает, а
|
|
@@ -10,6 +9,93 @@
|
|
|
указать цены на услуги, если это применимо, или описать систему ценообразования компании.</p>
|
|
|
|
|
|
<div id="informationTable" class="information-table">
|
|
|
-
|
|
|
+ <h2>СТОИМОСТЬ УСЛУГ</h2>
|
|
|
+ <table class="table table-striped">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th scope="col">#</th>
|
|
|
+ <th scope="col">Услуга</th>
|
|
|
+ <th scope="col">Цена</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th scope="row">1</th>
|
|
|
+ <td>Lorem ipsum dolor sit amet.</td>
|
|
|
+ <td>Lorem, ipsum.</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th scope="row">2</th>
|
|
|
+ <td>Lorem ipsum dolor sit amet.</td>
|
|
|
+ <td>Lorem, ipsum.</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th scope="row">3</th>
|
|
|
+ <td>Lorem ipsum dolor sit amet.</td>
|
|
|
+ <td>Lorem, ipsum.</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th scope="row">4</th>
|
|
|
+ <td>Lorem ipsum dolor sit amet.</td>
|
|
|
+ <td>Lorem, ipsum.</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th scope="row">5</th>
|
|
|
+ <td>Lorem ipsum dolor sit amet.</td>
|
|
|
+ <td>Lorem, ipsum.</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th scope="row">6</th>
|
|
|
+ <td>Lorem ipsum dolor sit amet.</td>
|
|
|
+ <td>Lorem, ipsum.</td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+
|
|
|
+ <h2> </h2>
|
|
|
+
|
|
|
+ <h2>ДОПОЛНИТЕЛЬНЫЕ УСЛУГИ</h2>
|
|
|
+ <table class="table table-striped">
|
|
|
+ <thead>
|
|
|
+ <tr>
|
|
|
+ <th scope="col">#</th>
|
|
|
+ <th scope="col">Услуга</th>
|
|
|
+ <th scope="col">Цена</th>
|
|
|
+ </tr>
|
|
|
+ </thead>
|
|
|
+ <tbody>
|
|
|
+ <tr>
|
|
|
+ <th scope="row">1</th>
|
|
|
+ <td>Lorem ipsum dolor sit amet.</td>
|
|
|
+ <td>Lorem, ipsum.</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th scope="row">2</th>
|
|
|
+ <td>Lorem ipsum dolor sit amet.</td>
|
|
|
+ <td>Lorem, ipsum.</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th scope="row">3</th>
|
|
|
+ <td>Lorem ipsum dolor sit amet.</td>
|
|
|
+ <td>Lorem, ipsum.</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th scope="row">4</th>
|
|
|
+ <td>Lorem ipsum dolor sit amet.</td>
|
|
|
+ <td>Lorem, ipsum.</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th scope="row">5</th>
|
|
|
+ <td>Lorem ipsum dolor sit amet.</td>
|
|
|
+ <td>Lorem, ipsum.</td>
|
|
|
+ </tr>
|
|
|
+ <tr>
|
|
|
+ <th scope="row">6</th>
|
|
|
+ <td>Lorem ipsum dolor sit amet.</td>
|
|
|
+ <td>Lorem, ipsum.</td>
|
|
|
+ </tr>
|
|
|
+ </tbody>
|
|
|
+ </table>
|
|
|
+ {% include 'landing/ser_btn.html' %}
|
|
|
</div>
|
|
|
{% endblock %}
|