Add rimajon
This commit is contained in:
parent
30641cafc8
commit
944616b6a4
32
index.html
32
index.html
@ -52,7 +52,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bg-slate-800 h-screen grid grid-cols-2">
|
<div class="bg-slate-800 h-screen grid grid-cols-2 text-white">
|
||||||
|
|
||||||
<div class="flex justify-center flex-col">
|
<div class="flex justify-center flex-col">
|
||||||
|
|
||||||
@ -100,7 +100,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bg-red-950 h-screen grid grid-cols-2">
|
<div class="bg-red-950 h-screen grid grid-cols-2 text-white">
|
||||||
|
|
||||||
<div class="flex justify-center flex-col">
|
<div class="flex justify-center flex-col">
|
||||||
|
|
||||||
@ -151,7 +151,7 @@
|
|||||||
with a custom format in PHP. Unfortunately I lost the code for this version.
|
with a custom format in PHP. Unfortunately I lost the code for this version.
|
||||||
</p>
|
</p>
|
||||||
<p class="my-2">
|
<p class="my-2">
|
||||||
I later remade the website in VueJS and Express. I also learned about databases
|
I later remade the website with VueJS and Express. I also learned about databases
|
||||||
and used MySQL.
|
and used MySQL.
|
||||||
</p>
|
</p>
|
||||||
<p class="my-2">
|
<p class="my-2">
|
||||||
@ -163,7 +163,7 @@
|
|||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="bg-lime-950 h-screen grid grid-cols-2">
|
<div class="bg-lime-950 h-screen grid grid-cols-2 text-white">
|
||||||
|
|
||||||
<div class="flex justify-center flex-col">
|
<div class="flex justify-center flex-col">
|
||||||
|
|
||||||
@ -216,7 +216,7 @@
|
|||||||
--
|
--
|
||||||
--
|
--
|
||||||
-->
|
-->
|
||||||
<div class="bg-emerald-950 h-screen grid grid-cols-2">
|
<div class="bg-emerald-950 h-screen grid grid-cols-2 text-white">
|
||||||
|
|
||||||
<div class="flex justify-center flex-col">
|
<div class="flex justify-center flex-col">
|
||||||
|
|
||||||
@ -269,7 +269,7 @@
|
|||||||
--
|
--
|
||||||
--
|
--
|
||||||
-->
|
-->
|
||||||
<div class="bg-cyan-950 h-screen grid grid-cols-2">
|
<div class="bg-cyan-950 h-screen grid grid-cols-2 text-white">
|
||||||
|
|
||||||
<div class="flex justify-center flex-col">
|
<div class="flex justify-center flex-col">
|
||||||
|
|
||||||
@ -318,7 +318,7 @@
|
|||||||
--
|
--
|
||||||
--
|
--
|
||||||
-->
|
-->
|
||||||
<div class="bg-blue-950 h-screen grid grid-cols-2">
|
<div class="bg-blue-950 h-screen grid grid-cols-2 text-white">
|
||||||
|
|
||||||
<div class="flex justify-center flex-col">
|
<div class="flex justify-center flex-col">
|
||||||
|
|
||||||
@ -378,7 +378,7 @@
|
|||||||
--
|
--
|
||||||
--
|
--
|
||||||
-->
|
-->
|
||||||
<div class="bg-violet-950 h-screen grid grid-cols-2">
|
<div class="bg-violet-950 h-screen grid grid-cols-2 text-white">
|
||||||
|
|
||||||
<div class="flex justify-center flex-col">
|
<div class="flex justify-center flex-col">
|
||||||
|
|
||||||
@ -440,7 +440,7 @@
|
|||||||
--
|
--
|
||||||
--
|
--
|
||||||
-->
|
-->
|
||||||
<div class="bg-pink-950 h-screen grid grid-cols-2">
|
<div class="bg-pink-950 h-screen grid grid-cols-2 text-white">
|
||||||
|
|
||||||
<div class="flex justify-center flex-col">
|
<div class="flex justify-center flex-col">
|
||||||
|
|
||||||
@ -493,7 +493,7 @@
|
|||||||
--
|
--
|
||||||
--
|
--
|
||||||
-->
|
-->
|
||||||
<div class="bg-rose-950 h-screen grid grid-cols-2">
|
<div class="bg-rose-950 h-screen grid grid-cols-2 text-white">
|
||||||
|
|
||||||
<div class="flex justify-center flex-col">
|
<div class="flex justify-center flex-col">
|
||||||
|
|
||||||
@ -521,7 +521,7 @@
|
|||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<img class="rounded-xl" src="/img/emisa.png" alt="Image of Emisa">
|
<img class="rounded-xl" src="/img/rimajon.png" alt="Image of Rimajon">
|
||||||
|
|
||||||
<div class="py-4">
|
<div class="py-4">
|
||||||
<img class="h-12 inline-block" src="/icons/kotlin.png" alt="Kotlin logo">
|
<img class="h-12 inline-block" src="/icons/kotlin.png" alt="Kotlin logo">
|
||||||
@ -542,7 +542,7 @@
|
|||||||
It was made with VueJS, and the backend was made with Kotlin.
|
It was made with VueJS, and the backend was made with Kotlin.
|
||||||
</p>
|
</p>
|
||||||
<p class="my-2">
|
<p class="my-2">
|
||||||
It featured lobby creation/join, chat rooms, 4 players per game,
|
It featured lobby creation/join, waiting rooms, 4 players per game,
|
||||||
server-side game logic, and a simple AI.
|
server-side game logic, and a simple AI.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
@ -558,7 +558,7 @@
|
|||||||
--
|
--
|
||||||
--
|
--
|
||||||
-->
|
-->
|
||||||
<div class="bg-pink-950 h-screen grid grid-cols-2">
|
<div class="bg-pink-950 h-screen grid grid-cols-2 text-white">
|
||||||
|
|
||||||
<div class="flex justify-center flex-col">
|
<div class="flex justify-center flex-col">
|
||||||
|
|
||||||
@ -614,7 +614,7 @@
|
|||||||
--
|
--
|
||||||
--
|
--
|
||||||
-->
|
-->
|
||||||
<div class="bg-yellow-950 h-screen grid grid-cols-2">
|
<div class="bg-yellow-950 h-screen grid grid-cols-2 text-white">
|
||||||
|
|
||||||
<div class="flex justify-center flex-col">
|
<div class="flex justify-center flex-col">
|
||||||
|
|
||||||
@ -670,7 +670,7 @@
|
|||||||
--
|
--
|
||||||
--
|
--
|
||||||
-->
|
-->
|
||||||
<div class="bg-sky-950 h-screen grid grid-cols-2">
|
<div class="bg-sky-950 h-screen grid grid-cols-2 text-white">
|
||||||
|
|
||||||
<div class="flex justify-center flex-col">
|
<div class="flex justify-center flex-col">
|
||||||
|
|
||||||
@ -724,7 +724,7 @@
|
|||||||
--
|
--
|
||||||
--
|
--
|
||||||
-->
|
-->
|
||||||
<div class="bg-orange-950 h-screen grid grid-cols-2">
|
<div class="bg-orange-950 h-screen grid grid-cols-2 text-white">
|
||||||
|
|
||||||
<div class="flex justify-center flex-col">
|
<div class="flex justify-center flex-col">
|
||||||
|
|
||||||
|
BIN
public/img/rimajon.png
Normal file
BIN
public/img/rimajon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 218 KiB |
Loading…
Reference in New Issue
Block a user