Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.14 KB | None | 0 0
  1. <header class='strap strap-hero hero-strap strap-full-fold no-select'>
  2.  
  3. <div class='hero-container'>
  4. <div class='hero-container'>
  5. <div class='hero-container'>
  6.  
  7. {* Background layer *}
  8. <div class='container click-through strap-image' style='z-index:0;background-image:url({$px->data_hero->style->background->image_url})'>
  9. <div class='container tpl-strap-hero'></div>
  10. </div>
  11.  
  12. {* Content layer *}
  13. <div class='hero-container' style='z-index:1' data-hero>
  14. <div class='strap-inner hero-inner'>
  15. <div class='strap-section strap-pad strap-text-light hero-section text-center' style='max-width:948px'>
  16. <header class='header strap-text-light'>
  17. <h1 class='title'>{eval var=$hero_title}</h1>
  18. <p class='subtitle'>
  19. {eval var=$hero_text}
  20. </p>
  21. </header>
  22. </div>
  23. </div>
  24. </div>
  25.  
  26. </div>
  27. </div>
  28. </div>
  29.  
  30. </header>
  31.  
  32. <div class='hero-search-bar tpl-strap-dark-alt'>
  33. <form class='flex item-row' action=''>
  34. <div>
  35. <label>Label</label><br>
  36. <div class='select'>
  37. <select>
  38. <option value=''>Value</option>
  39. </select>
  40. </div>
  41. </div>
  42. <div>
  43. <label>Label</label><br>
  44. <div class='select'>
  45. <select>
  46. <option value=''>Value</option>
  47. </select>
  48. </div>
  49. </div>
  50. <div>
  51. <label>Label</label><br>
  52. <div class='select'>
  53. <select>
  54. <option value=''>Value</option>
  55. </select>
  56. </div>
  57. </div>
  58. <div>
  59. <button type='submit' class='strap-button strap-button-secondary'>Search</button>
  60. </div>
  61. </form>
  62. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement