english version
This commit is contained in:
@@ -10,8 +10,8 @@ const softwares = json.softwares;
|
||||
|
||||
<Layout>
|
||||
<header class="text-center py-16 bg-gradient-to-r from-purple-600 to-indigo-600 text-white">
|
||||
<h1 class="text-5xl font-bold mb-4">Játékaink</h1>
|
||||
<p class="text-xl max-w-xl mx-auto">Fedezd fel a TIC-80 és más platformokra készült játékokat, közvetlenül a böngészőből játszható verziókkal!</p>
|
||||
<h1 class="text-5xl font-bold mb-4">Our Games</h1>
|
||||
<p class="text-xl max-w-xl mx-auto">Discover games made for TIC-80 and other platforms, with versions playable directly in your browser!</p>
|
||||
</header>
|
||||
|
||||
<main class="max-w-6xl mx-auto py-12 px-4 grid grid-cols-1 sm:grid-cols-2 lg:grid-cols-3 gap-8">
|
||||
|
||||
@@ -8,7 +8,7 @@ import Layout from '../layouts/Layout.astro';
|
||||
<section class="text-center max-w-3xl mx-auto px-4">
|
||||
<h1 class="text-5xl font-bold mb-4">Teletype Games</h1>
|
||||
<p class="text-xl text-gray-700">
|
||||
A Teletype Games egy független játékfejlesztő közösség, amely a kreatív szabadságra, az egyenrangúságra és az open source szemléletre épül. Célunk rövid fejlesztési ciklusú, kísérleti és teljes értékű játékok létrehozása.
|
||||
Teletype Games is an independent game development community built on creative freedom, equality, and an open-source mindset. Our goal is to create experimental and full-fledged games with short development cycles.
|
||||
</p>
|
||||
</section>
|
||||
|
||||
@@ -17,25 +17,25 @@ import Layout from '../layouts/Layout.astro';
|
||||
<!-- Catalog Section -->
|
||||
<div class="bg-white p-8 rounded-lg shadow-lg text-center flex flex-col h-full">
|
||||
<h2 class="text-3xl font-bold mb-3">Catalog</h2>
|
||||
<p class="mb-6 min-h-[150px]">Itt találod a játékainkat. Fedezd fel a TIC-80 és más platformokra készült alkotásokat, melyek közül sokat böngészőből is kipróbálhatsz.</p>
|
||||
<p class="mb-6 min-h-[150px]">Here you can find our games. Discover our creations for TIC-80 and other platforms, many of which you can try directly in your browser.</p>
|
||||
<a href="/catalog" class="inline-block bg-purple-600 hover:bg-purple-700 text-white font-bold py-3 px-8 rounded-lg text-lg transition-colors mt-auto">
|
||||
Játékok Böngészése
|
||||
Browse Games
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Wiki Section -->
|
||||
<div class="bg-white p-8 rounded-lg shadow-lg text-center flex flex-col h-full">
|
||||
<h2 class="text-3xl font-bold mb-3">Wiki</h2>
|
||||
<p class="mb-6 min-h-[150px]">Közérdekű fejlesztéssel kapcsolatos tudásanyagunkat itt gyűjtjük. Olvass bele a technikai leírásokba és fejlesztési naplókba.</p>
|
||||
<p class="mb-6 min-h-[150px]">We gather our public interest development knowledge here. Read through technical descriptions and development logs.</p>
|
||||
<a href="https://wiki.teletype.hu" target="_blank" rel="noopener noreferrer" class="inline-block bg-green-600 hover:bg-green-700 text-white font-bold py-3 px-8 rounded-lg text-lg transition-colors mt-auto">
|
||||
Tudásbázis
|
||||
Knowledge Base
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Git Section -->
|
||||
<div class="bg-white p-8 rounded-lg shadow-lg text-center flex flex-col h-full">
|
||||
<h2 class="text-3xl font-bold mb-3">Git Repók</h2>
|
||||
<p class="mb-6 min-h-[150px]">Minden projektünk nyílt forráskódú. Böngészd a kódjainkat, tanulmányozd a megoldásainkat, vagy vegyél részt a fejlesztésben.</p>
|
||||
<h2 class="text-3xl font-bold mb-3">Git Repos</h2>
|
||||
<p class="mb-6 min-h-[150px]">All our projects are open source. Browse our code, study our solutions, or even participate in the development.</p>
|
||||
<a href="https://git.teletype.hu" target="_blank" rel="noopener noreferrer" class="inline-block bg-gray-800 hover:bg-gray-900 text-white font-bold py-3 px-8 rounded-lg text-lg transition-colors mt-auto">
|
||||
Gitea
|
||||
</a>
|
||||
@@ -44,7 +44,7 @@ import Layout from '../layouts/Layout.astro';
|
||||
<!-- Countdown Section -->
|
||||
<div class="bg-white p-8 rounded-lg shadow-lg text-center flex flex-col h-full">
|
||||
<h2 class="text-3xl font-bold mb-3">Countdown</h2>
|
||||
<p class="mb-6 min-h-[150px]">Légy naprakész a következő játékunk megjelenésével kapcsolatban. A visszaszámláló mutatja, mennyi idő van még hátra a premierig.</p>
|
||||
<p class="mb-6 min-h-[150px]">Stay up to date with our next game release. The countdown shows how much time is left until the next premiere.</p>
|
||||
<a href="https://countdown.teletype.hu" target="_blank" rel="noopener noreferrer" class="inline-block bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-8 rounded-lg text-lg transition-colors mt-auto">
|
||||
Countdown
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user