header_inner.jade 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. //START header
  2. header.header.header--index.inner
  3. .wrapper.wrapper--header
  4. //logo1
  5. .header__item.header__item--logo.logo.logo--header
  6. a.logo__link(href="#")
  7. img.logo__img.logo__img--header(src="img/logo_medgis_header@2x.png")
  8. //slogan
  9. .header__item.header__item--slogan.slogan
  10. .slogan__text Ваш навигатор в мире медицины
  11. .slogan__region.region
  12. a.region__link(href="#")
  13. img.region__img(src="http://placehold.it/33x33/dddddd/")
  14. span.region__name Рязанская область
  15. //floatmenu
  16. .header__item.header__item--floatmenu.floatmenu
  17. ul.floatmenu__list
  18. li.floatmenu__item
  19. a.floatmenu__link(href="#") Организации
  20. li.floatmenu__item.floatmenu__item--active
  21. a.floatmenu__link(href="#") Специализации
  22. li.floatmenu__item
  23. a.floatmenu__link(href="#") Услуги
  24. li.floatmenu__item
  25. a.floatmenu__link(href="#") Акции
  26. li.floatmenu__item
  27. a.floatmenu__link(href="#") Новости и публикации
  28. //search-float
  29. .header__item.search.search--float
  30. .search__inputcase.search__inputcase--float
  31. form(action="")
  32. input.search__input(type="text",placeholder="Поиск по новостям")
  33. button.search__iconzoom(type="submit")
  34. //special
  35. .header__item.header__item--special.special
  36. a.special__link(href="#")
  37. img.special__img(src="img/icon_special@2x.png")
  38. //header END