diff --git a/db.sqlite3 b/db.sqlite3 index 113c873..583bdd8 100644 Binary files a/db.sqlite3 and b/db.sqlite3 differ diff --git a/static/1.txt b/static/1.txt deleted file mode 100644 index e69de29..0000000 diff --git a/static/aerbimCSS.css b/static/aerbimCSS.css new file mode 100644 index 0000000..1f15470 --- /dev/null +++ b/static/aerbimCSS.css @@ -0,0 +1,74 @@ +body,html{ + margin: 0; + background: #ffffff; +} + +.header{ + height: 50px; + width: 100%; + background: #10212B; + position: fixed; + top: 0; + padding: 5px 0 5px 0; +} + +.cut-width{ + max-width: 1280px; + margin: auto; +} + + + +/*header*/ + +.left_part_header{ + width: 25%; + float: left; + text-align: -webkit-right; +} + +.right_part_header { + width: calc(75% - 320px); + float: right; + padding: 17px 0 15px 320px; + position: relative; +} + +.text_header{ + color: #ffffff; + /*font-family: Spline Sans;*/ + font-size: 16px; + font-weight: 500; + line-height: normal; + text-transform: uppercase; + padding-right: 90px; +} +.text_header.last_right{ + padding-right: 0; +} +.text_header.orange{ + color: #FB6952; +} +.text_header.last_left{ + padding-right: 26px; +} +.splitter_text_header{ + height: 37px; + width: 1px; + background: #888; + display: inline-block; + position: absolute; + top: 6px; +} + +.language_select{ + color: #ffffff; + font-size: 16px; + padding-right: 29px; + display: inline-block; + margin-left: 43px; + margin-right: 49px; + background: none; + border: none; + outline: none; +} \ No newline at end of file diff --git a/static/images/logo.svg b/static/images/logo.svg new file mode 100644 index 0000000..dfa342b --- /dev/null +++ b/static/images/logo.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/templates/pages/p_main.html b/templates/pages/p_main.html index 566549b..28c2a8e 100644 --- a/templates/pages/p_main.html +++ b/templates/pages/p_main.html @@ -1,10 +1 @@ - - - - - Title - - - - - \ No newline at end of file +{% extends 'tb_base.html' %} \ No newline at end of file diff --git a/templates/tb_base.html b/templates/tb_base.html new file mode 100644 index 0000000..348b6ac --- /dev/null +++ b/templates/tb_base.html @@ -0,0 +1,28 @@ +{% load static %} + + + + + AerBim + + + +
+
+
+ +
+
+ Поддержка + Контакты +
+ + Личный кабинет +
+
+
+ + \ No newline at end of file diff --git a/преференсы.txt b/преференсы.txt new file mode 100644 index 0000000..878f4fa --- /dev/null +++ b/преференсы.txt @@ -0,0 +1,6 @@ +aerbim + +для того чтобы поисковые боты видиле href мы сначала делаем стат. +страницу из трёх блоков header footer начальный экран +потом с помощью js запроса я отправляю параметры мобильности +и мне в ответ приходит контент страницы \ No newline at end of file