Files
games.kopyl.dev/src/index.html
2024-10-06 23:49:51 +03:00

138 lines
5.4 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Game Collection</title>
<script type="module">
import 'reset-css'
import './index.scss'
</script>
<!-- Yandex.Metrika counter -->
<script type="text/javascript" >
(function(m,e,t,r,i,k,a){m[i]=m[i]||function(){(m[i].a=m[i].a||[]).push(arguments)};
m[i].l=1*new Date();
for (var j = 0; j < document.scripts.length; j++) {if (document.scripts[j].src === r) { return; }}
k=e.createElement(t),a=e.getElementsByTagName(t)[0],k.async=1,k.src=r,a.parentNode.insertBefore(k,a)})
(window, document, "script", "https://mc.yandex.ru/metrika/tag.js", "ym");
ym(86673990, "init", {
clickmap:true,
trackLinks:true,
accurateTrackBounce:true,
webvisor:true
});
</script>
<noscript><div><img src="https://mc.yandex.ru/watch/86673990" style="position:absolute; left:-9999px;" alt="" /></div></noscript>
<!-- /Yandex.Metrika counter -->
</head>
<body>
<div id="app">
<!-- <h1 class="title">My games</h1> -->
<div class="games">
<div class="games__section stroll">
<div class="games__section__game">
<img src="/screenshots/stroll.png" class="games__section__game__thumb">
<div class="games__section__game__info">
<h2>Stroll</h2>
<div class="description">
An atmospheric platformer.
</div>
<div class="links">
<a href="/stroll/" target="_blank">Play now</a>
<a href="https://gamejolt.com/games/Stroll/279158" target="_blank">Check out on GameJolt</a>
</div>
</div>
</div>
</div>
<div class="games__section inverted mwg">
<div class="games__section__game">
<img src="/screenshots/mwg.jpg" class="games__section__game__thumb">
<div class="games__section__game__info">
<h2>Monkeys With Grenades</h2>
<div class="description">
A local PvP arcade.<br>
Two people on one keyboard, oldschool.
</div>
<div class="links">
<a href="/mwg/" target="_blank">Play now</a>
<a href="https://gamejolt.com/games/monkeys-with-grenades/83237" target="_blank">Check out on GameJolt</a><br>
<a href="https://linktr.ee/lebtr" target="_blank">Music by Lebtr</a>
</div>
<a class="games__section__game__trophy" href="mwg-scores.html">
<img src="/trophy.png" class="games__section__game__trophy__img"/>
<div class="games__section__game__trophy__text">Tournaments</div>
</a>
</div>
</div>
</div>
<div class="games__section zombieline">
<div class="games__section__game">
<img src="/screenshots/zombieline.gif" class="games__section__game__thumb">
<div class="games__section__game__info">
<h2>Zombieline Zombieami</h2>
<div class="description">
Hotline Miami was cool. Maybe it could be cooler with zombies?
</div>
<div class="links">
<a href="https://gamejolt.com/games/zombieline-zombieami/94958" target="_blank">Check out on GameJolt</a>
</div>
</div>
</div>
</div>
<div class="games__section inferno-cop inverted">
<div class="games__section__game">
<img src="/screenshots/inferno-cop.jpg" class="games__section__game__thumb">
<div class="games__section__game__info">
<h2>Inferno Cop</h2>
<div class="description">
A video game adaptation of the show Inferno Cop by studio Trigger.
Featuring jump groans, bandits and quick time events.
</div>
<div class="links">
<a href="https://gamejolt.com/games/inferno-cop-the-tomb-fan-game/167333" target="_blank">Check out on GameJolt</a>
</div>
</div>
</div>
</div>
<div class="games__section drift last">
<div class="games__section__game">
<img src="/screenshots/drift.png" class="games__section__game__thumb">
<div class="games__section__game__info">
<h2>Drift</h2>
<div class="description">
Drifting, vaping, minimal techno.
An unexpected combo like pineapple and pizza, but just as good.
</div>
<div class="links"></div>
</div>
</div>
</div>
<!-- <div class="games__section murk">
<div class="games__section__game">
<img src="/screenshots/murk.png" class="games__section__game__thumb">
<div class="games__section__game__info">
<h2>Murk</h2>
<div class="description">
</div>
<div class="links">
<a href="https://gamejolt.com/games/murk/92990" target="_blank">Check out on GameJolt</a><br>
<a href="https://linktr.ee/lebtr" target="_blank">Music by Lebtr</a>
</div>
</div>
</div>
</div> -->
</div>
</div>
</body>
</html>