about.ejs 891 B

12345678910111213141516171819202122
  1. <div class="container">
  2. <div class="row">
  3. <div class="col-12">
  4. <h2 class="group-header">About Kairoscope Games</h2>
  5. </div>
  6. </div>
  7. <div class="row">
  8. <div class="col-12">
  9. <p class="lead">A two person independent game studio from São Paulo, Brazil. Kairoscope officially started in 2020 by cousins <a href="">James Peret</a> and <a href="">Ben Peret</a>. Since then they have released one game and are hard working to finish the second.</p>
  10. </div>
  11. </div>
  12. <div class="row">
  13. <div class="col-12">
  14. <h2 class="group-header">Now</h2>
  15. </div>
  16. </div>
  17. <div class="row">
  18. <div class="col-12">
  19. <p class="lead">Currently polishing <a href="/games/grid-miner/">Grid Miner</a>, a realtime strategy puzzle game. Soon to be released on Steam.</p>
  20. </div>
  21. </div>
  22. </div>