title: projects
---
-### [rendertable](https://table.ak3n.com)
-[](https://table.ak3n.com)
-
-Tool to create websites using the google sheets as a data source with sorting and filtering functionality. Built with python, flask and sqlite. [Source code](https://git.ak3n.com/?p=render-table.git).
-
-### [cubicaltt](https://cubicaltt.ak3n.com)
-
-[](https://cubicaltt.ak3n.com)
-
-Web version of [cubicalltt](https://github.com/mortberg/cubicaltt) built with reflex, ghcjs and monaco editor. [Source code](https://git.ak3n.com/?p=cubicaltt.git).
-
-### [where are you](https://whereareyougame.ak3n.com)
-
-[](https://whereareyougame.ak3n.com)
-
-Text-based variation of geoguessr using the openstreetmap api built for game jam hackaton. Python, bottle, js. [Source code](https://git.ak3n.com/?p=where-are-you.git).
\ No newline at end of file
+#### Hosted web projects
+
+<details>
+ <summary>
+ <strong><a href="https://table.ak3n.com">rendertable</a></strong> <em>(Python, Flask, SQLite)</em> [<a href="https://git.ak3n.com/?p=render-table.git">source</a>]
+ </summary>
+ <p>
+ <a href=""><img src="/static/images/rendertable.png" /></a>
+
+ Tool to create websites using the google sheets as a data source with sorting and filtering functionality.
+ </p>
+</details>
+
+<details>
+ <summary>
+ <strong><a href="https://cubicaltt.ak3n.com">cubicaltt</a></strong> <em>(Haskell, Reflex, GHCJS, Monaco)</em> [<a href="https://git.ak3n.com/?p=cubicaltt.git">source</a>]
+ </summary>
+ <p>
+ <a href=""><img src="/static/images/cubicaltt.png" /></a>
+
+ Web version of [cubicalltt](https://github.com/mortberg/cubicaltt).
+ </p>
+</details>
+
+<details>
+ <summary>
+ <strong><a href="https://whereareyougame.ak3n.com">where are you</a></strong> <em>(Python, Bottle, JS)</em> [<a href="https://git.ak3n.com/?p=where-are-you.git">source</a>]
+ </summary>
+ <p>
+ <a href=""><img src="/static/images/cubicaltt.png" /></a>
+
+ Text-based variation of geoguessr using the openstreetmap api built for game jam hackaton made in a team.
+ </p>
+</details>