game.ejs 1.1 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <div class="container-fluid">
  2. <div class="row justify-content-center">
  3. <div class="" style="text-align: center; padding: 0px;">
  4. <img src="/games/grid-miner/library-hero.png" class="img-fluid cover-bg">
  5. <img src="/games/grid-miner/library-logo.png" style="width: 65%; position: relative; top: -60%;">
  6. </div>
  7. </div>
  8. </div>
  9. <section class="py-5 text-center container" style=" margin-top: -35%;">
  10. <div class="row py-lg-5">
  11. <div class="col-10 mx-auto">
  12. <p class="lead text-muted"><%- page.description %></p>
  13. <a class="btn-steam" href="https://store.steampowered.com/app/1481070/Max_Raider/">
  14. <!-- <img src="images/button-steam.png"> -->
  15. </a>
  16. </div>
  17. </div>
  18. </section>
  19. <!-- <div class="container">
  20. <div class="row">
  21. <div class="col-12">
  22. <%- page.content %>
  23. <% var keys = Object.keys(page); %>
  24. <ul>
  25. <% keys.forEach(key => { %>
  26. <li><%- key %></li>
  27. <% }); %>
  28. </ul>
  29. </div>
  30. </div>
  31. </div> -->
  32. <%- partial('_partial/footer') %>
  33. <%- partial('_partial/logo') %>