Commit d4b1055a834a975fe64dab7303710b5cc51aa317
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->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 | ... | ... |
117 KB
109 KB
56.1 KB
147 KB
50.1 KB
102 KB
152 KB
28.4 KB
119 KB
114 KB
88.5 KB
91.5 KB
53.7 KB
178 KB
80.7 KB
78.4 KB
78.6 KB
73.7 KB
76.2 KB
73.1 KB
129 KB
91.4 KB
55.9 KB
78 KB
2.01 KB
451 Bytes
162 KB
108 KB
109 KB
85.5 KB
77.3 KB
101 KB
94.9 KB
268 KB
188 KB
212 KB
864 Bytes
208 Bytes
39 KB
39.4 KB
39.3 KB
41.6 KB
39.4 KB
39.3 KB
39 KB
40 KB
38.2 KB
38.8 KB
78.3 KB
23.9 KB