You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
update-awesome-software-engineering-games: ## Updates the Awesome Software Engineering Games data from https://github.com/EngineeringKiosk/awesome-software-engineering-games
<liclass="flex flex-wrap items-center">Verfügbar auf: {game.data.platforms.windows&& (<imgclass="w-8 ml-3"src="/images/brands/windows.svg"alt={`${game.data.name} auf Windows`}title={`${game.data.name} auf Windows`} />)}{game.data.platforms.mac&& (<imgclass="w-8 ml-3"src="/images/brands/apple-os.svg"alt={`${game.data.name} auf Mac`}title={`${game.data.name} auf Mac`} />)}{game.data.platforms.linux&& (<imgclass="w-8 ml-3"src="/images/brands/linux.svg"alt={`${game.data.name} auf Linux`}title={`${game.data.name} auf Linux`} />)}</li>
47
+
</ul>
48
+
49
+
<divclass="flex flex-wrap">
50
+
{
51
+
game.data.steamID>0&& (
52
+
<divclass="mb-4 mt-4 mr-4">
53
+
<aclass="flex items-center"href={`https://store.steampowered.com/app/${game.data.steamID}`}title={`${game.data.name} auf Steam`}>
54
+
<imgclass="w-8"src="/images/brands/steam.svg"alt={`${game.data.name} auf Steam`}title={`${game.data.name} auf Steam`} />
0 commit comments