Добавил турниры

This commit is contained in:
2023-08-11 23:15:14 +03:00
parent 21a4b3975a
commit 6ca4040e93
32 changed files with 818 additions and 40 deletions

137
src/index.html Normal file
View File

@@ -0,0 +1,137 @@
<!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="/stroll/screenshot4.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="https://games.anatolykopyl.ru/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="/mwg/thumb.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="https://games.anatolykopyl.ru/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="/zombieline/thumb.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="/inferno-cop/screenshot.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="/drift/screenshot1.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="/murk/thumb.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>