Commit d4b1055a834a975fe64dab7303710b5cc51aa317

Authored by Eugeny Galkovskiy
1 parent ddc3bbd6

main page

Showing 52 changed files with 82 additions and 21 deletions   Show diff stats
frontend/views/site/index.php
... ... @@ -191,7 +191,6 @@ $this->registerJs($js, View::POS_END);
191 191 </div>
192 192 </div>
193 193 </section>
194   -
195 194 <section class="blue-fon no-mg economy-wr">
196 195 <div class="container">
197 196 <div class="heading text-left">
... ... @@ -255,18 +254,41 @@ $this-&gt;registerJs($js, View::POS_END);
255 254 </div>
256 255 </div>
257 256 </section>
258   -
259   - <section class="bar background-white">
  257 + <section class="bar background-white no-mg">
260 258 <div class="container">
261 259 <div class="heading text-left">
262 260 <h2>СМИ о нас</h2>
263 261 </div>
264   - <div class="row text-center">
265   - <a href="#">Больше о наших проектах</a>
  262 + <div class="about row">
  263 + <div class="col-md-8 col-sm-12 col-xs-12 smi_left">
  264 + <div class="video">
  265 + <iframe width="100%" height="100%" src="https://www.youtube.com/embed/4XJ_UHggzto" frameborder="0" allowfullscreen=""></iframe>
  266 + </div>
  267 + <div class="text lead quote">
  268 + Как сделать собственную солнечную электростанцию и продавать электроэнергию государству? Практические советы от первого в Киевской области производителя "зеленой" энергетики на продажу, а также от эксперта компании "KB Energy"
  269 + </div>
  270 + </div>
  271 + <div class="col-md-4 col-sm-12 col-xs-12 smi_right">
  272 + <div class="post video">
  273 + <iframe width="100%" height="100%" src="https://www.youtube.com/embed/NCNqrRzXpTw" frameborder="0" allowfullscreen=""></iframe>
  274 +
  275 + </div>
  276 + <div class="post" style="background-image: url('/img/post_cover_2.jpg');">
  277 + <a href="http://censor.net.ua/resonance/322240/kak_ya_stal_nezavisimym_ot_veernyh_otklyucheniyi_pervaya_domashnyaya_elektrostantsiya_v_kievskoyi_oblasti" target="_blank">
  278 + <div class="title">"Как я стал независим от веерных отключений" - первая домашняя электростанция в Киевской области</div>
  279 + <div class="blue_arrow"></div>
  280 + </a>
  281 + </div>
  282 + <div class="post hidden-xs hidden-sm" style="background-color: white; box-shadow: none">
  283 + </div>
  284 +
  285 + </div>
  286 + </div>
  287 + <div class="col-md-12" style="text-align:center;margin-top: 20px;margin-bottom: -35px;">
  288 + <a href="site/objects" class="button1 more-projects" target="_blank">Больше о наших проектах</a>
266 289 </div>
267 290 </div>
268 291 </section>
269   -
270 292 <section class="no-mg">
271 293 <div id="map">
272 294  
... ...
frontend/web/css/main.css
... ... @@ -159,11 +159,14 @@ section.blue-fon {padding-top: 25px;}
159 159 position: absolute;
160 160 top: 0;
161 161 left: 0;
162   - background-size: cover;
  162 + background-size: 100% 100%;
163 163 background-repeat: no-repeat;
164 164 width: 100%;
165 165 height: 100%;
166 166 }
  167 +.objects-main-wr .image_link:hover{
  168 + background-size: 105% 105%;
  169 +}
167 170 .objects-main-wr .img-title table td.buts {
168 171 width: 95px;
169 172 max-width: 100%;
... ... @@ -190,12 +193,10 @@ section.blue-fon {padding-top: 25px;}
190 193 text-decoration: none;
191 194 color: #555555;
192 195 }
193   -.button1.more-projects {
194   - padding: 14px;width: 240px;font-size: 14px;margin-bottom: 25px;}
  196 +.button1.more-projects {padding: 14px;width: 240px;font-size: 14px;margin-bottom: 25px;}
195 197 .pr_title2 span{display:none!important;}
196 198 .btn.icon_phone {background-image: url(../img/icon_phone.png);}
197   -.button1 span, .button2 span {
198   - display: block;font-weight: normal;font-size: 11px;}
  199 +.button1 span, .button2 span {display: block;font-weight: normal;font-size: 11px;}
199 200 .button1:hover {
200 201 text-decoration: none;
201 202 color: black;
... ... @@ -203,23 +204,61 @@ section.blue-fon {padding-top: 25px;}
203 204 box-shadow: inset 0px 0px 0px 2px black, 0px 0px 20px rgba(0,0,0,0.2)!important;
204 205 transition: 0.3s;
205 206 }
206   -.get_station_center {
207   - text-align: center;margin-top: 30px;margin-bottom: -15px;}
  207 +.get_station_center {text-align: center;margin-top: 30px;margin-bottom: -15px;}
208 208 .border5 {border-radius: 5px;}
209   -.card1 .heading.text-left h2 {
210   - margin-top: 0px;
  209 +.card1 .heading.text-left h2 {margin-top: 0px;}
  210 +.bigtext {display: table-caption;}
  211 +.smi_left .video {height: 422px;}
  212 +.blue_arrow {
  213 + cursor: pointer;
  214 + width: 40px;
  215 + height: 40px;
  216 + background-color: #0095d7;
  217 + background-image: url(../img/arrows_right_w.png);
  218 + background-position: center center;
  219 + background-repeat: no-repeat;
  220 + transition: 0.3s;
211 221 }
212   -.bigtext {
213   - display: table-caption;
  222 +.about .smi_right .post {
  223 + width: 360px;
  224 + height: 160px;
  225 + background-color: black;
  226 + color: #fff;
  227 + position: relative;
  228 + background-position: bottom center;
  229 + background-repeat: no-repeat;
  230 + box-shadow: inset 0px -150px 200px -100px rgba(0,0,0,0.75);
  231 + margin-bottom: 30px;
  232 + margin-left: auto;
  233 + margin-right: auto;
  234 +}
  235 +.smi_right .post .title {
  236 + font-size: 16px;
  237 + font-weight: 300;
  238 + position: absolute;
  239 + bottom: 0;
  240 + padding: 30% 18% 13px 18px;
  241 + line-height: 19px;
  242 +}
  243 +.smi_right .blue_arrow {right: 10px;bottom:10px;position: absolute;}
  244 +.about .post a {
  245 + width: 100%;
  246 + height: 100%;
  247 + position: absolute;
  248 + color: #fff;
  249 +}
  250 +.text.quote{
  251 + box-shadow: inset 3px 0px 0px #0095d7;
  252 + padding-left: 20px;
  253 + margin-top: 20px;
  254 + position: relative;
  255 + margin-bottom: 25px;
214 256 }
215   -
216 257 @media (min-width: 501px){
217 258 .bigtext#header3 h2 {
218 259 width: 161%;
219 260 }
220 261 }
221 262 @media (max-width: 500px){
222   - h2, .h2 {
223   - font-size: 6vw;
224   - }
  263 + h2, .h2 {font-size: 6vw;}
225 264 }
226 265 \ No newline at end of file
... ...
frontend/web/img/accord/acc01.jpg 0 → 100644

117 KB

frontend/web/img/accord/acc01_0.jpg 0 → 100644

109 KB

frontend/web/img/accord/acc01_1.jpg 0 → 100644

56.1 KB

frontend/web/img/accord/acc02.jpg 0 → 100644

147 KB

frontend/web/img/accord/acc02_0.jpg 0 → 100644

50.1 KB

frontend/web/img/accord/acc03.jpg 0 → 100644

102 KB

frontend/web/img/accord/acc03_0.jpg 0 → 100644

152 KB

frontend/web/img/accord/acc03_1.jpg 0 → 100644

28.4 KB

frontend/web/img/accord/acc04.jpg 0 → 100644

119 KB

frontend/web/img/accord/acc04_0.jpg 0 → 100644

114 KB

frontend/web/img/accord/acc05.jpg 0 → 100644

88.5 KB

frontend/web/img/accord/acc05_0.jpg 0 → 100644

91.5 KB

frontend/web/img/accord/acc05_1.jpg 0 → 100644

53.7 KB

frontend/web/img/accord/acc05_2.jpg 0 → 100644

178 KB

frontend/web/img/accord/acc06.jpg 0 → 100644

80.7 KB

frontend/web/img/accord/acc06_0.jpg 0 → 100644

78.4 KB

frontend/web/img/accord/acc07.jpg 0 → 100644

78.6 KB

frontend/web/img/accord/acc07_0.jpg 0 → 100644

73.7 KB

frontend/web/img/accord/acc07_1.jpg 0 → 100644

76.2 KB

frontend/web/img/accord/acc07_2.jpg 0 → 100644

73.1 KB

frontend/web/img/accord/acc07_3.jpg 0 → 100644

129 KB

frontend/web/img/accord/acc07_4.jpg 0 → 100644

91.4 KB

frontend/web/img/accord/acc08.jpg 0 → 100644

55.9 KB

frontend/web/img/accord/acc08_0.jpg 0 → 100644

78 KB

frontend/web/img/arrows_right_w2.png 0 → 100644

2.01 KB

frontend/web/img/calc_sum.png 0 → 100644

451 Bytes

frontend/web/img/galpics/01.JPG 0 → 100644

162 KB

frontend/web/img/galpics/02.jpg 0 → 100644

108 KB

frontend/web/img/galpics/03.jpg 0 → 100644

109 KB

frontend/web/img/galpics/11.jpg 0 → 100644

85.5 KB

frontend/web/img/galpics/12.jpg 0 → 100644

77.3 KB

frontend/web/img/galpics/13.jpg 0 → 100644

101 KB

frontend/web/img/galpics/14.jpg 0 → 100644

94.9 KB

frontend/web/img/galpics/15.jpg 0 → 100644

268 KB

frontend/web/img/galpics/16.jpg 0 → 100644

188 KB

frontend/web/img/galpics/17.jpg 0 → 100644

212 KB

frontend/web/img/icon_phone.png 0 → 100644

864 Bytes

frontend/web/img/icon_stat.png 0 → 100644

208 Bytes

frontend/web/img/icons/icon01.png 0 → 100644

39 KB

frontend/web/img/icons/icon02.png 0 → 100644

39.4 KB

frontend/web/img/icons/icon03.png 0 → 100644

39.3 KB

frontend/web/img/icons/icon04.png 0 → 100644

41.6 KB

frontend/web/img/icons/icon05.png 0 → 100644

39.4 KB

frontend/web/img/icons/icon06.png 0 → 100644

39.3 KB

frontend/web/img/icons/icon07.png 0 → 100644

39 KB

frontend/web/img/icons/icon08.png 0 → 100644

40 KB

frontend/web/img/icons/icon09.png 0 → 100644

38.2 KB

frontend/web/img/icons/icon10.png 0 → 100644

38.8 KB

frontend/web/img/main_video.jpg 0 → 100644

78.3 KB

frontend/web/img/pattern_kb_01.gif 0 → 100644

23.9 KB