[Add more fav games]

This commit is contained in:
xoy 2025-01-21 17:57:23 +01:00
parent faa8efb362
commit 7941f83f3e
4 changed files with 6 additions and 0 deletions

View file

@ -11,6 +11,10 @@ div.game-container > a.game:hover {
background-size: calc(460px * 0.7) calc(215px * 0.7); background-size: calc(460px * 0.7) calc(215px * 0.7);
} }
div.game-container > a.game.cyberpunk2077 {
background-image: url(../media/games/cyberpunk2077.jpg);
}
div.game-container > a.game.dd2 { div.game-container > a.game.dd2 {
background-image: url(../media/games/dd2.jpg); background-image: url(../media/games/dd2.jpg);
} }

View file

@ -18,6 +18,7 @@
</header> </header>
<main> <main>
<div class="game-container"> <div class="game-container">
<a href="https://www.gog.com/de/game/cyberpunk_2077" target="_blank" class="game cyberpunk2077"></a>
<a href="https://store.steampowered.com/app/2054970/Dragons_Dogma_2/" target="_blank" class="game dd2"></a> <a href="https://store.steampowered.com/app/2054970/Dragons_Dogma_2/" target="_blank" class="game dd2"></a>
<a href="https://store.steampowered.com/app/1203620/Enshrouded/" target="_blank" class="game enshrouded"></a> <a href="https://store.steampowered.com/app/1203620/Enshrouded/" target="_blank" class="game enshrouded"></a>
<a href="https://store.steampowered.com/app/377160/Fallout_4/" target="_blank" class="game fallout4"></a> <a href="https://store.steampowered.com/app/377160/Fallout_4/" target="_blank" class="game fallout4"></a>

Binary file not shown.

After

Width:  |  Height:  |  Size: 34 KiB

View file

@ -25,6 +25,7 @@
<li>https://chaos.social/</li> <li>https://chaos.social/</li>
<li>https://matrix.to/</li> <li>https://matrix.to/</li>
<li>https://store.steampowered.com/</li> <li>https://store.steampowered.com/</li>
<li>https://www.gog.com/</li>
</ul> </ul>
</main> </main>
</body> </body>