Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.40 KB | None | 0 0
  1. @using Sitecore.Mvc
  2. @using Sitecore.Mvc.Presentation
  3. @model RenderingModel
  4. @{
  5.  
  6. }
  7. <header class="page-header">
  8. <!-- [Homepage Carousell] -->
  9. <div id="carousel_1" class="carousel slide" data-ride="carousel">
  10. <ol class="carousel-indicators">
  11. <li data-target="#carousel_1" data-slide-to="0" class="active"></li>
  12. <li data-target="#carousel_1" data-slide-to="1" class=""></li>
  13. <li data-target="#carousel_1" data-slide-to="2" class=""></li>
  14. <li data-target="#carousel_1" data-slide-to="3" class=""></li>
  15. </ol>
  16. <div class="carousel-inner" role="listbox">
  17. <div class="item active">
  18. <div class="jumbotron jumbotron-xl bg-media" style="background-image: url(Images/carousel-climbing.jpg)">
  19. <div class="container">
  20. <div class="row">
  21. <div class="col-md-12">
  22. <h1>Climbing</h1>
  23. <p class="lead">Up for challenge? See our climbing events.</p>
  24. <a class="btn btn-hollow btn-lg" href="Event-List.html">Read more</a>
  25. </div>
  26. </div>
  27. </div>
  28. </div>
  29. </div>
  30. <div class="item">
  31. <div class="jumbotron jumbotron-xl bg-media" style="background-image: url(Images/carousel-cycling.jpg)">
  32. <div class="container">
  33. <div class="row">
  34. <div class="col-md-12">
  35. <h1>Cycling</h1>
  36. <p class="lead">Happy couple cycling in canola fields.</p>
  37. <a class="btn btn-hollow btn-lg" href="Event-List.html">Read more</a>
  38. </div>
  39. </div>
  40. </div>
  41. </div>
  42. </div>
  43. <div class="item">
  44. <div class="jumbotron jumbotron-xl bg-media" style="background-image: url(Images/carousel-hiking.jpg)">
  45. <div class="container">
  46. <div class="row">
  47. <div class="col-md-12">
  48. <h1>Hiking </h1>
  49. <p class="lead">Hikers group trekking in Crimea.</p>
  50. <a class="btn btn-hollow btn-lg" href="Event-List.html">Read more</a>
  51. </div>
  52. </div>
  53. </div>
  54. </div>
  55. </div>
  56. <div class="item">
  57. <div class="jumbotron jumbotron-xl bg-media" style="background-image: url(Images/carousel-skiing.jpg)">
  58. <div class="container">
  59. <div class="row">
  60. <div class="col-md-12">
  61. <h1>Skiing</h1>
  62. <p class="lead">Join our skiing event!</p>
  63. <a class="btn btn-hollow btn-lg" href="Event-List.html">Read more</a>
  64. </div>
  65. </div>
  66. </div>
  67. </div>
  68. </div>
  69. </div>
  70. <a class="left carousel-control" href="#carousel_1" role="button" data-slide="prev">
  71. <span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
  72. <span class="sr-only">Previous</span>
  73. </a>
  74. <a class="right carousel-control" href="#carousel_1" role="button" data-slide="next">
  75. <span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
  76. <span class="sr-only">Next</span>
  77. </a>
  78. </div>
  79. <!-- [/Homepage Carousell] -->
  80. </header>
  81. <section class="section section-full">
  82. <div class="container">
  83. <!-- [Featured Events] -->
  84. @Html.Sitecore().Placeholder("features")
  85. <!-- [/Featured Events] -->
  86. </div>
  87. <!-- [Upcoming Events] -->
  88. <div class="container">
  89. <div class="row">
  90. <div class="col-md-8">
  91. <div class="thumbnail">
  92. <a href="Event-Detail.html">
  93. <img src="Images/Skiing-the-Himalayas.jpg" class="img-responsive" alt="Skiing in the Himalayas" width="500" height="333" />
  94. </a>
  95. <div class="caption">
  96. <h3 class="teaser-heading">Skiing the Himalayas</h3>
  97. <p>
  98. The Himalayan Mountains offer the highest altitude skiing and snowboarding in the world. Here, you are surrounded by the largest and steepest mountains on earth and the views are unparalleled. Because the mountains are so high, the runs are long. The geographical location and the heavy snowfall make Gulmarg’s ski runs the best in the Himalayas, if not the world. <br>
  99. Our journey to Gulmarg from Srinagar is perhaps the most enchanting part of the trip. You will see picturesque villages, spectacular mountain views, and forested slopes on this tour through the unique landscape of the Himalayas.
  100. </p>
  101. <a href="Event-Detail.html" class="btn btn-default">Read more</a>
  102. </div>
  103. </div>
  104. </div>
  105. <div class="col-md-4">
  106. <div class="well bg-primary">
  107. <h5 class="text-uppercase">Events</h5>
  108. <ul class="media-list">
  109. <li class="media">
  110. <div class="media-body">
  111. May 18, 2016
  112. <h4 class="media-heading">
  113. <a href="Event-Detail.html">Cycling from Bangkok to Chiang Mai</a>
  114. </h4>
  115. </div>
  116. </li>
  117. <li class="media">
  118. <div class="media-body">
  119. September 20, 2016
  120. <h4 class="media-heading">
  121. <a href="Event-Detail.html">Hiking the Italian Alps </a>
  122. </h4>
  123. </div>
  124. </li>
  125. <li class="media">
  126. <div class="media-body">
  127. December 15, 2016
  128. <h4 class="media-heading">
  129. <a href="Event-Detail.html">Skiing the Himalayas</a>
  130. </h4>
  131. </div>
  132. </li>
  133. <li class="media">
  134. <div class="media-body">
  135. May 24, 2017
  136. <h4 class="media-heading">
  137. <a href="Event-Detail.html">Rock Climbing in the Czech Republic</a>
  138. </h4>
  139. </div>
  140. </li>
  141. </ul>
  142. <a href="Event-Sections.html" class="btn btn-default">Read more</a>
  143. </div>
  144. </div>
  145. </div>
  146. </div>
  147. <!-- [/Upcoming Events] -->
  148. </section>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement