Commit 9f7ab9c8 by Mykhailo Makohin

someprogres

parent 4ceb2777
/* /*
*=require header.min.css *=require header.min.css
*=require main.css
*/ */
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -2,9 +2,18 @@ ...@@ -2,9 +2,18 @@
.content .content
.main_head .main_head
.main_head_top.clearfix .main_head_top.clearfix
%ul.nav.nav-tabs.nav_btns
%li.active
%a{"data-toggle" => "tab", :href => "#1"} Люди
%li
%a{"data-toggle" => "tab", :href => "#2"} Бізнеси
.show_tip
Ознайомтесь з дружніми бізнесами
які допомагають формувати
та покрищувати наше місто
.login_wrap .login_wrap
%button.login_btn %button.login_btn
%img{:alt => "", :src => "img/login.png"}/ = image_tag ("login.png")
.search_block .search_block
%input#search_field.search_field{:placeholder => "Пошук за іменем... ", :type => "text"}/ %input#search_field.search_field{:placeholder => "Пошук за іменем... ", :type => "text"}/
%button.search_btn %button.search_btn
...@@ -13,7 +22,7 @@ ...@@ -13,7 +22,7 @@
.tab-content.head_tab-content .tab-content.head_tab-content
#1.tab-pane.tab-pane_people.active #1.tab-pane.tab-pane_people.active
.main_head_title .main_head_title
%img{:alt => "", :src => "img/logo_lg.png"}/ = image_tag ("logo_lg.png")
%h1 %h1
Середовище Середовище
%br/ %br/
...@@ -715,7 +724,4 @@ ...@@ -715,7 +724,4 @@
%button.close{"aria-label" => "Close", "data-dismiss" => "modal", :type => "button"} %button.close{"aria-label" => "Close", "data-dismiss" => "modal", :type => "button"}
%i.icon.icon_close2 %i.icon.icon_close2
.embed-responsive.embed-responsive-16by9 .embed-responsive.embed-responsive-16by9
%iframe{:allowfullscreen => "", :frameborder => "0", :height => "315", :src => "", :width => "560"} %iframe{:allowfullscreen => "", :frameborder => "0", :height => "315", :src => "", :width => "560"}
@@include('footer-site.html') \ No newline at end of file
@@include('footer.html')
...@@ -42,6 +42,6 @@ ...@@ -42,6 +42,6 @@
2015 2016 Warm-city. All Rights Reserved 2015 2016 Warm-city. All Rights Reserved
.footer_links .footer_links
%a.footer_link_item{:href => "#"} %a.footer_link_item{:href => "#"}
%img{:alt => "", :src => "img/bvb_logo.png"}/ =image_tag ('bvb_logo.png')
%a.footer_link_item{:href => "#"} %a.footer_link_item{:href => "#"}
%i.icon.icon_shape %i.icon.icon_shape
...@@ -15,4 +15,4 @@ ...@@ -15,4 +15,4 @@
window.jQuery || document.write('<script src="js/jquery/jquery.min.js"><\/script>') window.jQuery || document.write('<script src="js/jquery/jquery.min.js"><\/script>')
/ Plugins goes here / Plugins goes here
%script{:src => "//maps.google.com/maps/api/js?sensor=true", :type => "text/javascript"} %script{:src => "//maps.google.com/maps/api/js?sensor=true", :type => "text/javascript"}
%script{:src => "js/build.min.js"} / %script{:src => "build.min.js"}
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment