]> git.xn--bdkaa.com Git - xn--bdkaa.com.git/commitdiff
Update projects page
authorEvgenii Akentev <i@ak3n.com>
Sat, 1 Apr 2023 11:40:45 +0000 (15:40 +0400)
committerEvgenii Akentev <i@ak3n.com>
Sat, 1 Apr 2023 11:40:45 +0000 (15:40 +0400)
config.toml
content/pages/projects.md

index 0311dac56ca56f2ea87f5b254c0106b03d080384..5e23f8111bb920a027329b2379dee7629020b077 100644 (file)
@@ -26,4 +26,8 @@ copyright = 'This work is licensed under a Creative Commons Attribution-ShareAli
     lineNumbersInTable = true
     noClasses = false
     style = "vs"
-    tabWidth = 4
\ No newline at end of file
+    tabWidth = 4
+
+  [markup.goldmark]
+    [markup.goldmark.renderer]
+      unsafe = true
index 7ca97b5f0d1f3baffe1f51cf9261003ef20e571a..9a43afd145b6ceddfcbc5f89b1aa2d2a45019592 100644 (file)
@@ -2,20 +2,38 @@
 title: projects
 ---
 
-### [rendertable](https://table.ak3n.com)
 
-[![rendertable screenshot](/static/images/rendertable.png)](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)
-
-[![cubicaltt screenshot](/static/images/cubicaltt.png)](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)
-
-[![where are you game screenshot](/static/images/whereareyougame.png)](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>