Advertisement
Guest User

Untitled

a guest
Jul 3rd, 2017
207
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.71 KB | None | 0 0
  1. <!-- THIS IS THE HOMEPAGE -->
  2. <!-- ALL CSS SHOULD ADDED TO public/css/* -->
  3. <!-- Let me know if you have any questions -->
  4. <!-- // Lyngholm -->
  5.  
  6. @extends('partials.layout')
  7.  
  8. @section('content')
  9.  
  10. <section id="home-slider">
  11. <!--slide 1-->
  12. <div style="background: url('{{ asset('images/slider_.png') }}')">
  13.  
  14. </div>
  15. <!--//slide 1-->
  16. <!--slide-2-->
  17. {{--<div style="background: url({{ asset('images/placeholders/slider_2.jpg') }})">--}}
  18. {{--<div class="row">--}}
  19. {{--<div class="small-16 columns">--}}
  20. {{--<div class="cta-text">--}}
  21. {{--<p> <span>X Game Update!</span></p>--}}
  22. {{--<p> <span>Lorem Ipsum is simply</span></p>--}}
  23. {{--<p> <span>dummy text!</span></p><a href="#" class="button cta-button">Try the Demo! <span>for Windows</span></a>--}}
  24. {{--</div>--}}
  25. {{--</div>--}}
  26. {{--</div>--}}
  27. {{--</div>--}}
  28. <!--//slide-2-->
  29. <!--slide 3-->
  30. {{--<div style="background: url({{ asset('images/placeholders/slider_3.jpg') }})">--}}
  31. {{--<div class="row">--}}
  32. {{--<div class="small-16 columns">--}}
  33. {{--<div class="cta-text">--}}
  34. {{--<p> <span>New Game on The Way!</span></p>--}}
  35. {{--<p> <span>Lorem Ipsum is simply</span></p>--}}
  36. {{--<p> <span>dummy text!</span></p>--}}
  37. {{--</div>--}}
  38. {{--</div>--}}
  39. {{--</div>--}}
  40. {{--</div>--}}
  41. <!--//slide-3-->
  42. </section>
  43.  
  44. <div class="content-top" style="background: url({{ asset('images/backgrounds/bg-body-top.png') }}) repeat-x center top;"></div>
  45.  
  46. <section id="main-content">
  47. <div class="row">
  48. <div class="small-16 columns">
  49. <article class="about-us-summary">
  50. <h2>The Heroes Awaken project</h2>
  51. <p>
  52. The Heroes Awaken project started with a little boys childhood that got ruined when EA closed their servers for Battlefield Heroes 2015-07-14. Makahost saw this opportunity to prove his love towards people whos childhood was to play Battlefield Heroes. After some trouble with the project, Makahost joined Revive Network in hope of help with his project. Things did not turn out well and Makahost decided to finish the game on his own and this community is now called Heroes Awaken and is now being developed by a team of geeks.
  53. </p>
  54. </article>
  55. </div>
  56. </div>
  57.  
  58. {{--<div class="row">--}}
  59. {{--<div class="small-16 columns">--}}
  60. {{--<div class="big-sep"></div>--}}
  61. {{--</div>--}}
  62. {{--</div>--}}
  63.  
  64. {{--<div class="row">--}}
  65.  
  66. {{--<div id="featured-games" class="small-16 large-9 columns">--}}
  67. {{--<h2 class="title">Featured Games</h2>--}}
  68. {{--<article>--}}
  69. {{--<div class="image-container">--}}
  70. {{--<img src="{{ asset('images/placeholders/featured_1.jpg') }}" alt="" class="thumbnail">--}}
  71. {{--<a href="#" class="arrow-link"><img src="{{ asset('images/backgrounds/mosaic-bg.png') }}" alt="" /></a>--}}
  72. {{--</div>--}}
  73. {{--<h5> <a href="#">Lorem Ipsum is Simply a Headline</a></h5>--}}
  74. {{--<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry</p>--}}
  75. {{--</article>--}}
  76. {{--<article>--}}
  77. {{--<div class="image-container">--}}
  78. {{--<img src="{{ asset('images/placeholders/featured_2.jpg') }}" alt="" class="thumbnail">--}}
  79. {{--<a href="#" class="arrow-link"><img src="{{ asset('images/backgrounds/mosaic-bg.png') }}" alt="" /></a>--}}
  80. {{--</div>--}}
  81. {{--<h5> <a href="#">Again, just a headline</a></h5>--}}
  82. {{--<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>--}}
  83. {{--</article>--}}
  84. {{--</div>--}}
  85.  
  86.  
  87. {{--<aside class="small-16 large-6 columns">--}}
  88. {{--<!--notebook-->--}}
  89. {{--<div class="notebook">--}}
  90.  
  91. {{--<header><h2 class="title">Blog Notes</h2></header>--}}
  92. {{--<div class="blog-entries notebook-pattern">--}}
  93.  
  94. {{--<div class="entry row large-collapse">--}}
  95. {{--<div class="date small-3 large-2 columns">--}}
  96. {{--<p>Sep</p><span>07</span>--}}
  97. {{--</div>--}}
  98. {{--<div class="article-preview small-13 large-14 columns">--}}
  99. {{--<h6><a href="#">Lorem Ipsum is simply dummy text</a></h6>--}}
  100. {{--<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p><a href="#" class="link">Read More &rsaquo;</a>--}}
  101. {{--</div>--}}
  102. {{--</div><!--//entry-->--}}
  103.  
  104. {{--<div class="entry row large-collapse">--}}
  105. {{--<div class="date small-3 large-2 columns">--}}
  106. {{--<p>Sep</p><span>01</span>--}}
  107. {{--</div>--}}
  108. {{--<div class="article-preview small-13 large-14 columns">--}}
  109. {{--<h6><a href="#">New Game Released</a></h6>--}}
  110. {{--<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p><a href="#" class="link">Read More &rsaquo;</a>--}}
  111. {{--</div>--}}
  112. {{--</div><!--//entry-->--}}
  113.  
  114. {{--<div class="entry row large-collapse">--}}
  115. {{--<div class="date small-3 large-2 columns">--}}
  116. {{--<p>Aug</p><span>25</span>--}}
  117. {{--</div>--}}
  118. {{--<div class="article-preview small-13 large-14 columns">--}}
  119. {{--<h6><a href="#">Game Update Available</a></h6>--}}
  120. {{--<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p><a href="#" class="link">Read More &rsaquo;</a>--}}
  121. {{--</div>--}}
  122. {{--</div><!--//entry-->--}}
  123.  
  124. {{--<div class="entry row large-collapse">--}}
  125. {{--<div class="date small-3 large-2 columns">--}}
  126. {{--<p>Jul</p><span>31</span>--}}
  127. {{--</div>--}}
  128. {{--<div class="article-preview small-13 large-14 columns">--}}
  129. {{--<h6><a href="#">Patch Release 1.1</a></h6>--}}
  130. {{--<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry.</p><a href="#" class="link">Read More &rsaquo;</a>--}}
  131. {{--</div>--}}
  132. {{--</div><!--//entry-->--}}
  133.  
  134. {{--</div>--}}
  135. {{--</div>--}}
  136. {{--<!--//notebook-->--}}
  137.  
  138. {{--<!--twitter-feed-->--}}
  139. {{--<div class="twitter-feed">--}}
  140. {{--<div class="icon-container">--}}
  141. {{--<svg xmlns="http://www.w3.org/2000/svg" width="35" height="35" viewBox="0 0 56.693 56.693"><path d="M54.082 15.55c-1.812.804-3.76 1.347-5.805 1.59 2.087-1.25 3.69-3.23 4.444-5.59-1.952 1.158-4.114 2-6.417 2.453-1.843-1.965-4.47-3.192-7.377-3.192-5.58 0-10.107 4.526-10.107 10.108 0 .792.09 1.563.26 2.302-8.4-.42-15.847-4.444-20.83-10.56-.87 1.493-1.37 3.23-1.37 5.082 0 3.506 1.785 6.6 4.497 8.412-1.657-.053-3.216-.507-4.578-1.264-.002.042-.002.084-.002.128 0 4.896 3.484 8.98 8.108 9.91-.848.23-1.74.354-2.663.354-.652 0-1.285-.063-1.902-.18 1.288 4.014 5.02 6.936 9.442 7.018-3.46 2.71-7.817 4.326-12.552 4.326-.816 0-1.62-.048-2.41-.14 4.473 2.867 9.785 4.54 15.492 4.54 18.59 0 28.756-15.4 28.756-28.757 0-.438-.01-.875-.028-1.308 1.974-1.425 3.688-3.205 5.042-5.232z"/></svg>--}}
  142. {{--</div>--}}
  143. {{--<div class="triangle-container">--}}
  144. {{--<div class="triangle"></div>--}}
  145. {{--</div>--}}
  146. {{--<div class="iframe-container">--}}
  147. {{--<a class="twitter-timeline"--}}
  148. {{--data-widget-id="348068464663080960"--}}
  149. {{--href="https://twitter.com/jalberto13"--}}
  150. {{--width="300"--}}
  151. {{--height="300"--}}
  152. {{--data-tweet-limit="1"--}}
  153. {{--data-aria-polite="assertive"--}}
  154. {{--data-chrome="noheader nofooter noborders transparent noscrollbar">--}}
  155. {{--</a>--}}
  156. {{--<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>--}}
  157. {{--</div>--}}
  158. {{--<!--//iframe-continer-->--}}
  159. {{--</div>--}}
  160. {{--<!--//twitter-feed-->--}}
  161.  
  162. {{--</aside>--}}
  163.  
  164. {{--</div>--}}
  165. </section>
  166.  
  167. @endsection
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement