12345678910111213141516171819202122232425262728293031323334353637383940 |
- <div class="container">
- <div class="row">
- <div class="col-12">
- <h2 class="group-header">About Kairoscope Games</h2>
- </div>
- </div>
- <div class="row">
- <div class="col-12">
- <p class="lead justify">A two person independent game studio from São Paulo, Brazil.
- Kairoscope officially started in 2020 by cousins
- <a href="http://jamesperet.com">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>
- </div>
- </div>
- <div class="row">
- <div class="col-12 center-list">
- <ul>
- <li><a href="https://store.steampowered.com/search/?developer=Kairoscope"
- v-on:click="mixpanelTrack('External Link', { target: 'Steam', link : 'https://store.steampowered.com/search/?developer=Kairoscope'})"
- target="_BLANK"
- class="display-5 social-link"><i class="fab fa-steam"></i></a></li>
- <li><a href="https://discord.gg/SvKJ2cy"
- v-on:click="mixpanelTrack('External Link', { target: 'Discord', link : 'https://discord.gg/SvKJ2cy'})"
- target="_BLANK"
- class="display-5 social-link"><i class="fab fa-discord"></i></a></li>
- <li><a href="https://twitter.com/kairoscopegames"
- v-on:click="mixpanelTrack('External Link', { target: 'Twitter', link : 'https://twitter.com/kairoscopegames'})"
- target="_BLANK"
- class="display-5 social-link"><i class="fab fa-twitter"></i></a></li>
- <li><a href="https://www.youtube.com/channel/UCzxug8k-rlHzimEy_XCS7Cw"
- v-on:click="mixpanelTrack('External Link', { target: 'Youtube', link : 'https://www.youtube.com/channel/UCzxug8k-rlHzimEy_XCS7Cw'})"
- target="_BLANK"
- class="display-5 social-link"><i class="fab fa-youtube"></i></a></li>
- </ul>
- </div>
- </div>
- </div>
|