Guest User

Untitled

a guest
Apr 27th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.28 KB | None | 0 0
  1. <div class="navbar-fixed">
  2. <nav class=" blue z-depth-1">
  3.  
  4. <div style="margin-right:70px;" class="nav-wrapper">
  5. <a class="brand-logo ">
  6. <i class="material-icons hide-on-small-only hide-on-small-
  7. and-down">cloud</i>Demo
  8. </a>
  9. <a href="#" data-activates="mobile-demo" class="button-
  10. collapse">
  11. <i class="material-icons">menu</i>
  12. </a>
  13. <ul id="nav-mobile" class="right hide-on-med-and-down">
  14. <li>
  15. <a href="#">Home</a>
  16. </li>
  17. <li>
  18. <a href="#">About</a>
  19. </li>
  20. <li>
  21. <a href="#">Services</a>
  22. </li>
  23. <li>
  24. <a href="#">Contact</a>
  25. </li>
  26.  
  27. </ul>
  28.  
  29.  
  30. </div>
  31.  
  32. </nav>
  33. </div>
  34.  
  35. <div materialize="slider" [materializeActions]="actions" >
  36. <ul materialize="slides">
  37. <li>
  38. <img src="http://lorempixel.com/580/250/nature/1"> <!-- random image -->
  39. <div class="caption center-align">
  40. <h3>This is our big Tagline!</h3>
  41. <h5 class="light grey-text text-lighten-3">Here's our small slogan.</h5>
  42. </div>
  43. </li>
  44. <li>
  45. <img src="http://lorempixel.com/580/250/nature/2"> <!-- random image -->
  46. <div class="caption left-align">
  47. <h3>Left Aligned Caption</h3>
  48. <h5 class="light grey-text text-lighten-3">Here's our small slogan.</h5>
  49. </div>
  50. </li>
  51. <li>
  52. <img src="http://lorempixel.com/580/250/nature/3"> <!-- random image -->
  53. <div class="caption right-align">
  54. <h3>Right Aligned Caption</h3>
  55. <h5 class="light grey-text text-lighten-3">Here's our small slogan.
  56. </h5>
  57. </div>
  58. </li>
  59. <li>
  60. <img src="http://lorempixel.com/580/250/nature/4"> <!-- random image -->
  61. <div class="caption center-align">
  62. <h3>This is our big Tagline!</h3>
  63. <h5 class="light grey-text text-lighten-3">Here's our small slogan.
  64. </h5>
  65. </div>
  66. </li>
  67. </ul>
  68. </div>
  69.  
  70. <div class="slider" materialize="slider">
  71. <ul class="slides">
  72. <li>
  73. <img src="https://lorempixel.com/580/250/nature/1"> <!-- random image -->
  74. <div class="caption center-align">
  75. <h3>This is our big Tagline!</h3>
  76. <h5 class="light grey-text text-lighten-3">Here's our small slogan.</h5>
  77. </div>
  78. </li>
  79. <li>
  80. <img src="https://lorempixel.com/580/250/nature/2"> <!-- random image -->
  81. <div class="caption left-align">
  82. <h3>Left Aligned Caption</h3>
  83. <h5 class="light grey-text text-lighten-3">Here's our small slogan.</h5>
  84. </div>
  85. </li>
  86. <li>
  87. <img src="https://lorempixel.com/580/250/nature/3"> <!-- random image -->
  88. <div class="caption right-align">
  89. <h3>Right Aligned Caption</h3>
  90. <h5 class="light grey-text text-lighten-3">Here's our small slogan.</h5>
  91. </div>
  92. </li>
  93. <li>
  94. <img src="https://lorempixel.com/580/250/nature/4"> <!-- random image -->
  95. <div class="caption center-align">
  96. <h3>This is our big Tagline!</h3>
  97. <h5 class="light grey-text text-lighten-3">Here's our small slogan.</h5>
  98. </div>
  99. </li>
  100. </ul>
  101. </div>
Add Comment
Please, Sign In to add comment