about.ejs 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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 justify">A two person independent game studio from São Paulo, Brazil.
  10. Kairoscope officially started in 2020 by cousins
  11. <a href="http://jamesperet.com">James Peret</a>
  12. and
  13. <a href="">Ben Peret</a>.
  14. Since then they have released one game and are hard working to finish the second.
  15. </p>
  16. </div>
  17. </div>
  18. <div class="row">
  19. <div class="col-12 center-list">
  20. <ul>
  21. <li><a href="https://store.steampowered.com/search/?developer=Kairoscope"
  22. v-on:click="mixpanelTrack('External Link', { target: 'Steam', link : 'https://store.steampowered.com/search/?developer=Kairoscope'})"
  23. target="_BLANK"
  24. class="display-5 social-link"><i class="fab fa-steam"></i></a></li>
  25. <li><a href="https://discord.gg/SvKJ2cy"
  26. v-on:click="mixpanelTrack('External Link', { target: 'Discord', link : 'https://discord.gg/SvKJ2cy'})"
  27. target="_BLANK"
  28. class="display-5 social-link"><i class="fab fa-discord"></i></a></li>
  29. <li><a href="https://twitter.com/kairoscopegames"
  30. v-on:click="mixpanelTrack('External Link', { target: 'Twitter', link : 'https://twitter.com/kairoscopegames'})"
  31. target="_BLANK"
  32. class="display-5 social-link"><i class="fab fa-twitter"></i></a></li>
  33. <li><a href="https://www.youtube.com/channel/UCzxug8k-rlHzimEy_XCS7Cw"
  34. v-on:click="mixpanelTrack('External Link', { target: 'Youtube', link : 'https://www.youtube.com/channel/UCzxug8k-rlHzimEy_XCS7Cw'})"
  35. target="_BLANK"
  36. class="display-5 social-link"><i class="fab fa-youtube"></i></a></li>
  37. </ul>
  38. </div>
  39. </div>
  40. </div>